/*

Snapshot Template
http://www.templatemo.com/tm-493-snapshot

*/


/* Body 
------------------------------------- */
body {
        background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px
}

@font-face {
  font-family: Athena Regular;
  src: url(../fonts/Athena-Regular.eot);
  src: url(../fonts/Athena-Regular.eot?#iefix) format("embedded-opentype"), 
       url(../fonts/Athena-Regular.woff) format("woff"), 
       url(../fonts/Athena-Regular.ttf) format("truetype"), 
       url(../fonts/Athena-Regular.svg#Athena-Regular) format("svg");
  font-weight: 400;
  font-style: normal
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4 {
  font-weight: 400;
}

h1 {
	font-family: 'Athena Regular', sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding-bottom: 8px;
}

h2 {
	font-family: 'Poppins', sans-serif;
  color: #e44c65;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

p {
	font-family: 'Poppins', sans-serif;
  color: #888;
  font-size: 20px;
  line-height: 34px;
}

#home p,
#contact p, footer p {
  color: #f9f9f9;
}

.btn {
  border:none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #e44c65;
  border-color: transparent;
}

.btn-success {
  background: #e44c65;
  font-weight: 400;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover {
  background: #222;
}

a {
  color: #e44c65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #e44c65;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*---------------------------------------
    All Section style              
-----------------------------------------*/

.section-title {
  padding-bottom: 62px;
}

#about .section-title {
  padding-top: 82px;
}

#about .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#about,
#gallery,
#contact {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

#gallery,
#contact, footer {
  text-align: center;
}
.navbar-header, .navbar-collapse.collapse  { visibility: visible !important;}


/*---------------------------------------
    Pre Loader Style              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #e44c65;
  border-radius: 100%;
  margin: 40px auto;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

    @-webkit-keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
          transition: all .3s
      }
      100% {
          opacity: .9;
          transform: translateY(0);
          transition: all .3s
      }
  }
  
  @-moz-keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
          transition: all .3s
      }
      100% {
          opacity: .9;
          transform: translateY(0);
          transition: all .3s
      }
  }
  
  @-ms-keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
          transition: all .3s
      }
      100% {
          opacity: .9;
          transform: translateY(0);
          transition: all .3s
      }
  }
  
  @-o-keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
          transition: all .3s
      }
      100% {
          opacity: .9;
          transform: translateY(0);
          transition: all .3s
      }
  }
  
  @keyframes slide-down {
      0% {
          opacity: 0;
          transform: translateY(-100%);
          transition: all .3s
      }
      100% {
          opacity: .9;
          transform: translateY(0);
          transition: all .3s
      }
  }
  
  to {
      opacity: 1;
      transform: none
  }


.container_inn  { width:100%; padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;}


  
/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);  border: none;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
  color: #304352;
  font-size: 28px;
  font-weight: bold;
  margin: 0; padding: 10px 15px;
}

.navbar-default .navbar-nav li a {
  font-family: 'Poppins', sans-serif;
    color: #0d2222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0; letter-spacing: 0.5px;
    margin: 35px 20px;
}
.navbar-nav>li span.show i      { font-size: 16px; transition: all 0.4s ease-in-out; color: #0d2222;}
.navbar-nav>li.rotate span i {
  transform: rotate(180deg); color: #44a248;
}
.navbar-nav>li:hover span.show i  { color: #44a248;}
.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 0;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #144d9c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #44a248;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #44a248;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;     background-color: #ce6816;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
.navbar-nav>li    { cursor: pointer;}
.navbar-nav>li span.show {
  width: auto;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 34px;
}
.navbar-nav>li span.show img    { width: 10px;
  height: auto;
  display: block;
}
.navbar-nav>li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFF;
  min-width: max-content;
  min-width: -moz-max-content;
  z-index: 9;
  padding: 0;
  border-radius: 0;
  display: none;
  margin: 0;
  padding: 15px 0;
  border: none;
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.navbar-nav>li ul li {
  display: block;
  padding: 0;
  position: relative;
  list-style: none;
  width: auto;
  text-align: center;
  margin: 0;
  padding: 0 0 5px;
}
.navbar-nav>li.rotate a      { color: #44a248;}
.navbar-nav>li ul li a    { color: #0d2222 !important;}
.navbar-nav>li ul li a:hover    { color: #0d2222 !important;}

/*.navbar-nav>li.rotate ul    { display: block;}*/




@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .navbar-default .navbar-nav li a span     { display: inline-block;}


}
.navbar-default .navbar-toggle.close1     {    
  width: 45px;
  height: 36px;
}
.navbar-default .navbar-toggle.close1 .icon-bar.chnge1			{ 
  transform: rotate(-130deg);
  position: absolute;
  top: 17px;
  left: 9px;
}

.navbar-default .navbar-toggle.close1 .icon-bar.chnge2			{ 
  transform: rotate(130deg);
  position: absolute;
  top: 14px;
  left: 9px;
}
.navbar-default .navbar-toggle.close1 .icon-bar.dis_non  { display: none;}


/*---------------------------------------
    Home Section              
-----------------------------------------*/

/* #home {
  background: url(../images/banner_images.png)no-repeat right 37px;
    padding: 100px 0;
    background-size: auto 100%;
    height: 660px;

} */
#home {
   /*background: url(../images/banner_image.jpg)no-repeat center top;*/
   padding: 0px 0 0;
   width: 100%;
   height: auto;
}

#home h1 {
  color: #ffffff;
}

#home .col-md-8 {
  padding-left: 62px;
}
#home img 		{ object-fit: cover;
  object-position:  right 50%;
  height: 465px;
  width: auto;     margin: 0 auto;
  display: block;
}
#home h1 {
    color: #0d2222;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 56px;
    text-align: center;
    margin: 0; 
    padding: 0;
}
#home h1 span 		{ color:#144d9c;}
#home h1.add_padd   { margin: 175px 0;}



/*---------------------------------------
    About Section              
-----------------------------------------*/


#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  border-radius: 4px;
  padding: 0; margin:0;
  position: relative;
}
#about .col-md-12    { padding: 0;}
#about .row    { margin: 0;}
#about .about-img img {
  border: 8px solid #ffffff;
    position: absolute;
    left: -120px;
    bottom: -372px;
    padding: 12px;
    width: 350px;
    height: 350px;
}

#about .team-thumb {
  width: 100%;
  height: 360px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative; margin-top:0;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #333434;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -10px; 
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}

.wid 			{ width: 220px;
    border-radius: 50%;
    height: 220px; border:5px solid #FFF;
    object-fit: cover;
}

.par_wid p {
    color: #888;
    font-size: 20px; width:70%; margin:0 auto;  padding:20px 0 0;
    line-height: 34px;
}
#about .about-thumb h2 		{ font-family: 'Poppins', sans-serif; color: var(--db);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;}
#about .about-thumb p 	{ color: #1b1b1b;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto 60px;
  max-width: 80%;
  text-align: center;
}
.about_cont   	{width: 31.5%;
  margin: 0 10px;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  background: linear-gradient(#FFF, #FFF 50%, #07a7ed 50%, #125aa7);
  background-size: 100% 200%;
  /*trasition effect for background*/
  transition: background 0.5s;
}
.about_cont:hover {
  background-position: 100% 100%;
}
.about_cont img   	{ width:auto; height:40px; display:inline-block; vertical-align:middle; margin:0 10px 0 0; padding:0;}
.about_cont h3   	{ font-size: 22px; font-weight: 700;
    line-height: 32px; font-family: 'Poppins', sans-serif;
    margin: 0 auto 64px;display:inline-block; vertical-align:middle;
   margin:0; color: #144d9b;
    text-align: left; text-transform:capitalize;}
#about .about-thumb .about_cont p 		{     font-size: 17px;
  max-width: 90%;
  line-height: 30px; color: #000;
  margin: 20px auto 0;
}
#founder_sect {
  width: 100%;
  margin: 0;
  padding: 70px 0 30px;
}

.founder_cont {
  width: 100%;
  margin: 0;
  padding: 0
}

.founder_cont small {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  transition: all .4s linear 0s;
  margin: 0;
  display: block;
  font-weight: 600;
  padding: 0 0 18px;
  letter-spacing: .75px;
  text-transform: uppercase
}
.founder_cont h3 {
  font-family: 'Poppins', sans-serif;
    color: var(--db);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 60px;
    text-align: center;
}

.founder_blogs {
  width: 100%;
  margin: 100px auto 80px;
  padding: 130px 30px 15px;
  background-color: #f5f5f5;
  position: relative;
  transition: all .4s linear 0s;
  cursor: pointer;
  text-align: center
}

.founder_blogs span {
  width: 200px;
  height: 200px;
  border: 10px solid #13509d;
  margin: 0 auto 25px;
  padding: 0;
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover
}

.founder_blogs span img {
  display: block;
  height: 242px;
  margin: 0 auto;
  object-position: center;
  object-fit: contain
}

.founder_blogs h6 {
  font-size: 22px;
  line-height: 25px;
  transition: all .4s linear 0s;
  color: #000;
  margin: 0;
  padding: 0 0 18px;
  letter-spacing: .75px;
  font-weight: 700;
  text-transform: uppercase
}

.founder_blogs p {
  font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 0 0 25px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    transition: all .4s linear 0s;
}

.founder_blogs ul {
  width: 145px;
  margin: 10px auto 20px;
  padding: 0
}

.founder_blogs ul li {
  width: auto;
  margin: 0;
  padding: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle
}

.founder_blogs ul li:last-child {
  padding: 0
}

.founder_blogs ul li a {
  width: 43px;
  height: 43px;
  border: 1px solid #13509d;
  border-radius: 50%;
  transition: all .4s linear 0s;
  text-decoration: none;
  display: block;
  outline: 0
}

.founder_blogs ul li a i {
  font-size: 21px;
  color: #13509d;
  line-height: 43px;
  transition: all .4s linear 0s
}

.founder_blogs:hover {
  background-color: #13509d
}

.founder_blogs:hover ul li a {
  border: 1px solid #fff
}

.founder_blogs:hover h6,
.founder_blogs:hover p,
.founder_blogs:hover small,
.founder_blogs:hover ul li a i {










  color: #fff
}



/*---------------------------------------
    Terms & Conditions   
-----------------------------------------*/

#terms_sect     { width: 100%; margin: 0; padding: 120px 0 0; background: url(../images/Terms-and-Conditions.jpg)no-repeat center 65%; background-size: cover; position: relative; background-attachment: fixed;}
#terms_sect h1  {     font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 250px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
}

#terms_cont     { width: 100%; margin: 0; padding: 80px 0;}
.terms_txt      { width: 90%; margin: 0 auto; padding: 0;}
.terms_txt p {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 28px;
 padding: 0 0 15px; text-align: justify; margin: 0;
}
#terms_cont h3  { font-size: 20px; line-height: 22px;}
.terms_txt ul li {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
 padding: 0 0 5px; text-align: justify; margin: 0;
}
.terms_txt ul  { padding: 0 0 0 23px; margin: 0 0 10px;}
#terms_cont h3 strong { color:#144d9c;}

.footer-box ul li.active a   { color: #F28123;}

#terms_cont h1 {  color: #144d9c;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .77px;
  line-height: 32px;
  text-align: left; padding: 0;;
  margin: 10px 0 10px;}

  .terms_txt ul.padd_no li p  { padding: 0 0 8px;}
  .terms_txt ul.padd_no li  { padding: 0 0 5px;}




/*---------------------------------------
    Privacy Policy 
-----------------------------------------*/

#terms_sect.privacy_sect     { width: 100%; margin: 0; padding: 120px 0 0; background: url(../images/privacy-policy-banner.jpg)no-repeat center top; background-size: cover; position: relative; background-attachment: fixed;}




/*---------------------------------------
    Who We Are           
-----------------------------------------*/

#who_we_are {
  background: #43a248;
  margin: 0;
  position: relative;
  padding: 0;
}
#who_we_are .who_we_are-padd      { padding:120px 0;}
#who_we_are .who_we_are-thumb {
    background: #FFF;
    border-radius: 4px;
    padding: 40px 90px 40px 50px;
    position: relative; 
}
.who_we_are-thumb h2 {font-family: 'Poppins', sans-serif;
    font-weight: 700; 
    color: #44a248; font-size:32px; margin:0 0 5px; padding:0;	
}
#who_we_are .who_we_are-thumb p {
    color: #1b1b1b; font-size:17px; line-height:30px;  text-align: justify; padding: 15px 0 0;
    margin: 0; 
}
#who_we_are .who_we_are-img img {
  border: 8px solid #2c7030;
  position: absolute;
  left: -75px;
  bottom: -447px;
  padding: 12px;
  width: 320px;
  object-fit: cover;
  height: 320px;
}


/*---------------------------------------
    Values Section              
-----------------------------------------*/

#values {
    background: #f0ffeb; padding:80px 0;
}
#values .values-thumb {
    margin: 0 -10px;
    position: relative;
}
#values .values-thumb h2 {
    font-family: 'Poppins', sans-serif;
    color: var(--db);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 15px;
    text-align: center;
}
#values .values-thumb p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.values_cont {
    width: 31.3%;
    margin: 30px 10px 20px;
    padding: 30px 20px 20px;
    display: inline-block; position: relative;
    vertical-align: top;
    text-align: center; background-color:#FFF; border-radius:10px;
}

.values_cont h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;color: #144d9c;
}

#values .values-thumb .values_cont a .para_txt				{ margin:0 0 10px; 
  width: auto;
  height: 0px;
padding-top: 0px;
  overflow:hidden;
  -webkit-transition: bottom 0.8s ease;
  -moz-transition: bottom 0.8s ease;
  -o-transition: bottom 0.8s ease;
  -ms-transition: bottom 0.8s ease;
  transition: bottom 0.8s ease;
  margin-top:30px;
position:absolute;
font-size: 15px;
line-height: 18px;
text-align:center;
color: #FFF;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;


}
.values_cont img 			{ height:45px; width:auto; padding:0; margin:0;}
#values .values-thumb .values_cont a    { position: relative;
  display: block;
  height: auto;
  cursor: pointer;}
#values .values-thumb .values_cont a:hover .para_txt	   { bottom: 0;}


.card_cont    { 
  width: 90%;
  position: relative; margin: 40px auto 0;
}
.card{
  position: relative;
  cursor: pointer;
  width: 33%;
  display: inline-block;
  vertical-align: top; height: 300px;
}
.card:hover     { height: auto;}
.card .face{
  width: 94%;
  height: 250px;
  transition: 0.8s;
}

.card .face.face1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; margin: 0 auto;
  transform: translateY(10px); 
  background-color: #FFF;
  border-radius: 10px;     transition: 0.8s;
}

.card:hover .face.face1{
  background: #45a347;
  transform: translateY(0);
}

.card .face.face1 .content{
  opacity: 1;
  transition: 0.5s; text-align: center;
}

.card:hover .face.face1 .content{
  opacity: 1;
}

.card .face.face1 .content img{
  max-width: initial;
  height: 45px;
  margin: 0 auto;
}

.card .face.face1 .content h3{
  font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    color: #144d9c;
}
.card .face.face2{
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center; overflow: hidden;
  align-items: center;     margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
  transform: translateY(-240px);  border-radius: 10px;
}
.card:hover .face.face2     { border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;}

.card:hover .face.face1 .content h3    { color: #FFF;}
.card:hover .face.face2{
  transform: translateY(-7px); height: auto;
}
.card .face.face2 .content p{
  margin: 0;
  padding: 0; 
}
.card .face.face2 .content a{
  margin: 15px 0 0;
  display:  inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.card .face.face2 .content a:hover{
  background: #333;
  color: #fff;
}
.content   { opacity: 0;}
.card:hover .content   { opacity: 1;}


/*---------------------------------------
    Luxury Section              
-----------------------------------------*/

#luxury {
	background: url(../images/vission_bg.jpg)no-repeat center 65%;
    padding: 100px 0;
    background-size: cover; position:relative; background-attachment: fixed;
}
.luxury_cont		{ padding: 40px; width:45%; 
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);
    display: inline-block;
    vertical-align: top;
    margin: 0 27px;
  }
	
/*.luxury_cont.ft_lft		{ float:left;} 
.luxury_cont.ft_rgt		{ float:right;} */

.luxury_cont h2 {
    color: #144d9c;
    font-size: 30px; font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px; letter-spacing: 0.5px;
    text-align: center; margin:0 0 15px;
}

.luxury_cont p {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.luxury_cont img 			{ height:45px; width:auto; display:block; margin:0 auto 20px;}
.overlay {
    background: #2e2e2e;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}



/*---------------------------------------
  FAQ's               
-----------------------------------------*/

#faq_sect {
    background: #43a248;
    padding: 100px 0;
    background-size: cover;background-attachment: fixed; position:relative;
}
#faq_sect .overlay {
    background: #000;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.faq_cont {
    width: 70%;text-align: center;
    margin: 0 auto;
    padding: 0
}

.faq_pge .faq_cont {
    width: 85%;    
    margin: 0 auto;
    padding: 0
}

.faq_cont h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    margin: 0 0 35px;

}
.tabs {
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;    margin: 0 0 1px;

}
.tab:last-child 		{ border-bottom: none;}
.tab-label {
      display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #FFF;
    cursor: pointer;
    margin: 0;
    color: #b05e1d; text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}
.tab-label:hover {
  background: #1a252f;     color: #FFF;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f; 
}
#faq_sect input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#faq_sect input:checked + .tab-label {
  background: #1a252f;     color: #FFF;
}
#faq_sect input:checked + .tab-label::after {
  transform: rotate(90deg);
}
#faq_sect input:checked ~ .tab-content {
  max-height: 100vh; text-align:left;
  padding: 30px;
}


.acc__panel small     { font-size: 100%; margin: 0 0 0 -23px;}  


.acc {
  margin: 0 auto;
  max-width: 800px;
}

.acc__card {
  margin: 0;
  position: relative;
}

.acc__title {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #2d6730;
  cursor: pointer;
  display: block;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;

}
.acc__title::after {
  width: 10px;
    height: 10px;
    border-right: 3px solid #2d6730;
    border-bottom: 3px solid #2d6730;
    position: absolute;
    right: 19px;
    content: " ";
    top: 26px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #fff;
  color: #212121;
  display: none;
  margin: 0;
  padding: 2em;
  text-align: left;
}

.acc__panel strong 		{ font-size: 20px;
    color: #134e9c;
    text-align: center;
    display: block;
    margin: 0 0 30px;
}
.acc__panel i 	{ font-size: 18px; color: #2c3e50; font-style:normal; display:inline-block; vertical-align:top; padding:5px 0;}
.acc__panel b 	{ font-size: 18px; color: #2c3e50; font-style:normal; font-weight:400; display:inline-block; vertical-align:top; padding:5px 0;}
.acc__panel p 		{ font-size: 17px;
    color: #2c3e50;
    font-weight: 600;
    text-align: justify;
    line-height: 30px;}
.acc__panel em			{ font-style:normal; font-weight:bold;} 
.acc__panel span 			{ display: inline-block; vertical-align:top; width: 94%;   font-weight: 500;   text-transform: capitalize;} 
.acc__panel img 			{ width: 21px;
    height: auto; vertical-align:top; margin:0 10px 0 0;
    display: inline-block;} 

.acc__panel p.dis  	{ display:inline-block; vertical-align:top; width:49%;}
.acc__panel p.dis span     { width: 85%; text-align:left;}




/*---------------------------------------
  Testimonial               
-----------------------------------------*/

#testimonial_sect {
    width: 100%;
    margin: 0;
    padding: 100px 0 170px;
    background-color:#ffe6d6;
}

.testimonial_cont {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.testimonial_cont h2 {
    color: #0d2222; font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center; margin:0 0 35px;
}

.testimonial_cont h3:before {
    content: '';
    width: 54px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
}

.testimonial_cont h3:after {
    content: '';
    width: 54px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px
}

.testimonial_text {
    width: 100%;
    margin: 0;
    padding: 0
}

.testimonial_text span img {
    margin: 0 auto 40px;
    display: block
}

.testimonial_cont .slick-slider {
    margin: 0
}

.testimonial_text p {
    color: #4a5454;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto 34px;
    max-width: 80%;
    text-align: center;
}

.testimonial_text strong {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block
}

.testimonial_text span {
    display: block
}

.testimonial_cont .slick-dots {
    position: absolute;
    bottom: -81px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0
}

.testimonial_cont .slick-dots li button:before {
    font-size: 14px
}

.testimonial_cont .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1
}

.testimonial_cont .slick-dots li button:before {
    color: #000
}

.testimonial_cont .slick-dots li {
    margin: 0
}

.testimonial_cont .slick-dots li button:before {
    color: #000
}




/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  background-color: #fbf4ee;    padding-top: 100px;
    padding-bottom: 120px;
}

.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  --bs-bg-opacity: 1;
    background-color: #FFF!important;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}
.venue-info-body i 		{ display: inline-block;
    vertical-align: middle;
    width: 35px;
    font-size: 24px;
    line-height: 45px;
    color: #000;}
.venue-info-title {
  background: #000;
  padding: 12px 40px;
}

.google-map {
  border-radius: 20px;
    border: 1px solid #000;
}
.venue h3 {
    color: #0d2222;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px; width: 100%;
    text-align: center;
    margin: 0 0 35px;
}
.venue-thumb h4	{ font-size: 25px;
    line-height: 30px;
    font-weight: 500; 
    color: #FFF;
    text-transform: uppercase; padding:0;
}
.venue-info-body span		{ font-weight: 600;
    font-size: 18px; line-height:30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 88%;}
.venue-info-body a		{ font-weight:600; font-size:18px; padding:0 0 5px; display: inline-block; color: #134e9c;}
.venue-info-body a:hover		{ color:#000;}

#attraction				{ width:100%; margin:0; padding:50px 0; background-color:#FFF; text-align:center;}
.attraction_sect		{ width:100%; margin:0; padding:0; }
#attraction h3 {
    font-size: 2rem;
    line-height: 3rem; font-weight:400; color:#000;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.attraction_sect span		{ 
    width: 100px;
	height:100px;
    display: block;
    margin: 0 auto;
}
.attraction_sect span img {
    display: inline-block;
    vertical-align: middle;
}
.attraction_sect a {
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    line-height: 30px;
    padding: 0;
    margin: 15px 0 0;
    transition: all .4s linear 0s;
    text-decoration: none;
    display: block;
}


/*---------------------------------------
    Galllery section              
-----------------------------------------*/

#gallery {
  background: #ffffff;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  margin-bottom: 25px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}
.grid img 			{ width:100%; height:350px; object-fit:cover;}
.grid figcaption h1 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
    padding-bottom: 12px;
    color: #fff;
}
.grid figcaption small		{ color:#FFF;}
.grid figcaption			{     padding: 41px 22px;}
.cs-style-4 figcaption a {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

/*---------------------------------------
    Digitalization section              
-----------------------------------------*/

#digitalization_sect {
  width: 100%;
    margin: 0;
    padding: 0;
   /* background: url(../images/digitalization_img1.jpg)no-repeat center top;
    background-size: cover;*/
    position: relative;
}
#digitalization_sect img      { width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 0 -22px;
}
.digitalization_txt h1 {
  font-family: 'Poppins', sans-serif;
  color: #43a248;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 30px;
  text-align: left;
  text-transform: capitalize;
  padding: 0;
}

#digitalization_cont {
  width: 100%;
  margin: 0;
  padding: 80px 0;
}
.digitalization_txt {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.digitalization_txt p {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 15px;
  text-align: justify;
  margin: 0;
}
.digitalization_txt ul {
  padding: 0 0 0 23px;
  margin: 0 0 10px;
}
.digitalization_txt ul li {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 5px;
  text-align: justify;
  margin: 0;
}
.navbar-nav>li ul li a.active, .navbar-nav>li ul li a:hover       { color: #44a248 !important;}


/*---------------------------------------
    Experience section              
-----------------------------------------*/

#experience				{ width:100%; margin:0; padding:100px 0 50px; background-color:#000; text-align:center;}
#experience	h2			{ color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 0 35px;}

#experience	p			{ color: #616f6f;
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto 20px;
    max-width: 80%;
    text-align: center;}


/*---------------------------------------
    Gallery section              
-----------------------------------------*/

#img_blog			{ width:100%; margin:0; padding:50px 0; background-color:#FFF; text-align:center;}
.gallery-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1em;
}
.gallery-wrapper .image-wrapper a {
  padding: 0.5em;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}
.gallery-wrapper .image-wrapper a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.gallery-wrapper .image-wrapper a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery-lightboxes .image-lightbox {
  position: fixed;
  top: 0;
  left: 0; z-index:999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease-in-out;
}
.gallery-lightboxes .image-lightbox:target {
  opacity: 1;
  visibility: visible;
}
.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
  transform: scale(0.95, 0.95) translateY(-30px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  margin: 1em auto;
  max-width: 75%;
  padding: 0.5em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -1em;
  top: -1em;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(-45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  cursor: pointer;
  transform: rotate(-45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 4px 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  cursor: pointer;
  transform: rotate(45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  margin: 0 auto;
  max-height: 70vh;
}


/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact {
  background: #414141;
  color: #ffffff; padding:100px 0;
}
#contact h2 		{ color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 0 35px;
}
#contact p {
    color: #a2a9a9;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}
#contact .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #ccc;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #e44c65;
  color: #ffffff;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #FFF;
  border:none;
  color: #000;
  font-weight: 400;
}

#contact input[type="submit"]:hover {
  background: #222;
  color: #ffffff;
}



/*---------------------------------------
    Footer section             
-----------------------------------------*/
#footer    { width:100%; margin:0; padding:0;}

.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.5; font-size:18px;text-align: left;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;    text-align: left;
}

.footer-box ul li {
  opacity: 0.9; font-size:17px;
  margin-bottom: 10px;
  line-height: 1.5;    text-align: left;
}
.footer-box.subscribe ul li {
    opacity: 0.8;
    display: inline-block;margin: 0 5px;
}
.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type=email] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #fadb5e;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.copyright {
  background-color: #051922;text-align: left;
  border-top: 1px solid #232a35;
}

.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.9;
  padding: 10px 0;
  font-size: 15px;text-align: center;
}

.copyright a {
  color: #fadb5e !important;
  font-weight: 600;
}

.copyright a:hover {
  color: #f59d53;
}

.social-icons ul {
  margin: 0;
  padding: 0; text-align:right;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 5px;
  display: block;
}

.footer-box ul li a {
  color: #fff;
}
.footer-box ul li a:hover 		{ color:#44a248;}
.footer-box.pages ul li {
  position: relative;
  padding-left: 20px;
}
.abs			{ position: absolute;
    left: 0;
    top: 4px; color:#fadb5e;}
/* .footer-box.pages ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fadb5e;
} */
.footer-area {
  background-color: #051922;
  color: #fff;
  padding: 60px 0;
}
h2.widget-title {
  font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 25px;
    color: #fff;
    text-align: left; letter-spacing: 0.3px;
    text-transform: capitalize;
}
.footer-box ul li a i 		{font-size:28px; }
h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 12px;
    width: 30px;
    height: 2px;
  background-color: #fadb5e;
  content: "";
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed; z-index: 9999;
  bottom: 23px;
  right: 28px;
  width: 280px;
}
a.float		 {
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;      text-decoration: none;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #0000004d;
    z-index: 99;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
}
a.float i {
    font-size: 30px;
}
.social-icons a i {
    font-size: 22px;
}

/*---------------------------------------
    Social icons style              
-----------------------------------------*/

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #e44c65;
}



/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #13509d;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;     z-index: 9;
}

.go-top:hover {
  background: #e44c65;
  color: #ffffff;
}

.grid					{     padding: 0;}

.navbar-brand>img			{ width:auto; display:block; height:70px;}
.navbar-brand				{ height:auto;}
 .footer-box img 			{ width: 120px;
    height: auto;
    display: block; position: relative;
    top: 50%;
    transform: translate(0%, -55%);
    margin: 0px auto 0;}
  .footer-box span.circle      { width: 180px;
      height: 180px;
      background-color: #FFF;
      display: block;
      margin: 24px auto 0;
      border-radius: 50%;
  }

    .static {
      position: static;
    }
    
    .cover {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    
    .owl-carousel .owl-slide {
      position: relative;
      height: 465px;
      background-color: #FFF;
    }
    
    .owl-carousel .owl-slide-animated {
      transform: translateX(20px);
      opacity: 0;
      visibility: hidden;
      transition: all 0.05s;
    }
    
    .owl-carousel .owl-slide-animated.is-transitioned {
      transform: none;
      opacity: 1;
      visibility: visible;
      transition: all 0.5s;
    }
    
    .owl-carousel .owl-slide-title.is-transitioned {
      transition-delay: 0.2s;
    }
    
    .owl-carousel .owl-slide-subtitle.is-transitioned {
      transition-delay: 0.35s;
    }
    
    .owl-carousel .owl-slide-cta.is-transitioned {
      transition-delay: 0.5s;
    }
    
    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
      position: absolute;
    }
    
    .owl-carousel .owl-dots .owl-dot,
    .owl-carousel .owl-nav [class*="owl-"]:focus {
      outline: none;
    }
    
    .owl-carousel .owl-dots .owl-dot span {
      background: transparent;
      border: 1px solid var(--main-black-color);
      transition: all 0.2s ease;
    }
    
    .owl-carousel .owl-dots .owl-dot:hover span,
    .owl-carousel .owl-dots .owl-dot.active span {
      background: var(--main-black-color);
    }
    
    .owl-carousel .owl-nav {
      left: 0;
      top: 43%;
      margin: 0;
      position: absolute;
      right: 0;
    }

    .owl-carousel.owl-loaded {
        position: relative;
    }

    .owl-carousel .owl-nav button.owl-prev{
      left: 5%;     position: absolute;
    }
     
    .owl-carousel .owl-nav button.owl-next{
      right: 5%;     position: absolute;
    }

    .owl-carousel .owl-nav svg {
      opacity: 0.3;
      transition: opacity 0.3s;width: 30px;
      height: 30px;
    }
    
    .owl-carousel .owl-nav button:hover svg {
      opacity: 1;
    }
    
    .owl-carousel .owl-nav [class*="owl-"]:hover {
      background: transparent;
    }
   
    .box {
      display: flex;
      align-items:center;
   }
   #home h1.add-padd      { margin: 135px 0 210px; }
   
   .owl-carousel .owl-slide-title.is-transitioned{
    -webkit-animation-duration:1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
   }

   .owl-carousel .owl-slide-subtitle.is-transitioned{
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3ss;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
   }

   .coming_sect  { width: 100%;
    padding: 23px 0;
    margin: 90px 0 0;
    background-color: #43a248;
    font-size: 20px;
    color: #FFF;
    height: auto;
    text-align: center;
}

.coming_sect span    { text-align: center; display: block; margin: 0 0 10px;}
.coming_sect strong     { font-weight: 500;     display: inline-block;}

.navbar-nav>li span.rotate img {
    transform: rotate(180deg);
}
.navbar-nav>li.active> span i   { color: #44a248;}



#mySidenav a {
  position: absolute;
    right: -75px;
    transition: 0.4s;
    padding: 10px 15px;
    width: 122px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 5px 0 0 5px;
    margin-top: 5%;
    position: fixed;
    z-index: 99;
}

#mySidenav a:hover {
  right: 0; /* On mouse-over, make the elements appear as they should */
}

#mySidenav a img      { width:20px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
 
#signin {
  top: 190px;
  background-color: #3a5795;
}
#register {
  top: 240px;
  background-color: #78bdf1;
}

.count_sect       { width: 100%; margin: 0; padding: 0; background-color: #43a248;
  min-height: 100vh;   
  display: flex;
  /* Horizontal centering (main axis): */  
  justify-content: center;  
  /* Vertical centering (cross axis): */
  align-items: center;
  padding: 0;
  margin: 0;
}

.counter {
  color: white;
  text-align: center; display: block;
}
.counter li {
  display: inline-block;
    font-size: 18px;
    line-height: 20px;
    list-style-type: none;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #000;
    border-radius: 10px;
    width: auto;
    height: auto;
    margin: 0 5px;
}
.counter ul     { width: auto;
  margin: 0 auto;
  padding: 0;
}
.counter li span {
  display: block;
    font-size: 65px;
    height: auto;
    line-height: 65px;
}

.dis1_non       { display: none;}
.navbar-default .navbar-nav li a.dis1       { width: auto;
  padding: 7px 15px;
  margin: 28px 0 28px 10px;
  background: #43a248;
  display: block;
  animation: wink 2.00s linear infinite;
  color: #FFF;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.navbar-default .navbar-nav li a.dis1:active {
  animation: none;
}
@keyframes wink {
50% {background-color: #000; color:#FFF; opacity: 0.5; }
}


  .navbar-default .navbar-nav li a.dis1:hover     { background-color: #44a248;}

.emoji {
    min-height: 100vh;   
    justify-content: center;  
    align-items: center;
    padding: 0;
    margin: 0
  }
  
  .emoji span {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FFF; position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(100%);
    transition: 0.8s;
  }

  .emoji span img       { width: 200px; line-height: 350px;}
.emoji canvas      { position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

#content    { width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  min-height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;     position: relative;
  padding: 0;
  margin: 0;} 

.navbar-header    { position: relative; z-index: 99;}
#landing_page     { width: 100%; height: calc(100vh - 194px); background: url(../images/banner_img.jpg)no-repeat left top; background-size: cover; position: relative;}
#landing_page .overlay {
  background: #2e2e2e;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.landing_sect     { width: 100%; margin: 0; padding: 13% 0 0 8%; position: relative;}
.landing_sect h1      { color: #0d2222;
  font-size: 38px; width: 50%;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 56px;
  text-align: left;}
.landing_sect h1 span     { color: #144d9c;}
.landing_sect a       { width: auto;
    padding: 10px 40px;
    margin: 5px;
    background: #2c2d3f;
    display: inline-block;
    color: #FFF;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Athena Regular', sans-serif;
    text-transform: uppercase;
  }
.landing_sect a.sign_btn_chge     { background-color: #144d9c;}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 25%}
  50%{background-position:100% 76%}
  100%{background-position:0% 25%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 25%}
  50%{background-position:100% 76%}
  100%{background-position:0% 25%}
}
@keyframes AnimationName { 
  0%{background-position:0% 25%}
  50%{background-position:100% 76%}
  100%{background-position:0% 25%}
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px; right: 0;
  top: 90px;
  height: auto;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 35px 25px 15px;
}

      
/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
  top: 90px;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none; 
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.modal-header {
  border-bottom-color: #EEEEEE;     padding: 15px 25px;
  background-color: transparent;
}
.modal-title      { color: #43a248; letter-spacing: 0.5px; font-size: 18px; text-transform: uppercase; font-weight: 500;}
.modal-header .close      { color: #43a248;
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  padding: 0 1rem;
}
.modal-header .close:focus, .modal-header .close:hover      { color: #000;}
#myModal2.animated       { animation-fill-mode: inherit;}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important ;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
  transition: opacity 0.3s linear, right 0.3s ease-out !important;
}
/* .modal.right.fade.in .modal-dialog {
  right: 0;
  top: 90px;
} */
.card         { background-color: transparent;    border: none;}


/* ----- v CAN BE DELETED v ----- */

.demo {
  padding-top: 60px;
  padding-bottom: 0;
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 9; -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);

}

.btn-demo {
  margin: 0;
  padding: 10px 15px;
  border-radius: 0;
  color: #FFF;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #43a248;
  letter-spacing: 0.5px;
  box-shadow: 0 0px 6px rgb(0 0 0 / 20%);
  border: 1px solid #FFF;
}
.btn-demo:hover       { background-color: #144c9a; color: #FFF;}
.btn-demo:focus       { outline: 0;}

.demo-footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 15px;
background-color: #212121;
text-align: center;
}

.demo-footer > a {
text-decoration: none;
font-weight: bold;
font-size: 16px;
color: #fff;
}
.modal-open     { padding-right: 0 !important;}

.register_sect .form-control:focus       { box-shadow: none; border-color: #43a248;} 
.register_sect .form-control       { height: auto;
  padding: 10px 12px;}
.register_sect .marg_chnge      { margin: 170px 0 0;}
.btn-demo:focus     { background-color: #144c9a;
  color: #FFF;}
.register_sect .btn, .register_sect .signin_btn {
  width: auto;
    height: auto;
    margin: 0;
    padding: 8px 15px;
  text-align: center;
  display: inline-block; vertical-align: middle;
  text-decoration: none;
  border: none;
  /*float: right;*/
  border-radius: 5px;
  background-color: #43a248;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.5px;
  line-height: 16px;
  cursor: pointer;
  transition: all .4s ease;
}
.register_sect .btn   { float: right; padding: 8px 25px;}
.register_sect .btn.focus, .register_sect .btn:focus, .register_sect .btn:hover,
.register_sect .signin_btn.focus, .register_sect .signin_btn:focus, .register_sect .signin_btn:hover
 {
  color: #FFF; background-color: #f4852c;
  text-decoration: none;
}
.register_sect .form-group {
  margin-bottom: 20px;
}
.register_sect .marg_chnge        { width: 100%; text-align: right;}
.register_sect .signin_btn  { background-color: #2b2b2b; margin-left: 5px; float: left;}

.navbar-default       { display: block;}
.navbar .container    { display: block; max-width: 100%;}
.navbar-nav           { display: block;}
#who_we_are .row    { display: block;}
.modal-open .modal    { opacity: 1;}

.modal.right.fade.in .modal-dialog {
  right: 0;
  top: 90px;
}


/* .modal.right.fade .modal-dialog {
  right: 0;} */
  .modal-header {
    display: inline-block;
    vertical-align: middle;}
  .navbar       { padding: 0;}

  .navbar-fixed-top     { position: fixed;}


#packages_sect {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
#packages_sect img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 0 40px;
}
#packages_cont {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}
.packages_txt {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.packages_txt h1 {
  font-family: 'Poppins', sans-serif;
  color: #43a248;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 60px;
  text-align: left;
  text-transform: capitalize;
  padding: 0;
}
.packages_blog        { width: 100%; margin: 0; padding: 0;}
.packages_part        { width: 100%; margin: 0; background-color: #134e9c; padding: 20px; box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%); border-radius: 5px;}
.packages_part.colr_chnge   { background-color:#08a0e6;}
.packages_part.colr_chnge1   { background-color:#44a248;}
.packages_part span   { width: 85%; margin: -50px auto 0; background-color: #FFF;  height: auto; box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%); display: block; border-radius: 5px; text-align: center; border-top: 7px solid #134e9c; padding: 20px 12px;}
.packages_part.colr_chnge span      { border-color: #08a0e6;}
.packages_part.colr_chnge1 span      { border-color: #44a248;}

.packages_part span h5    { font-size: 20px; color: #134e9c; line-height: 22px; margin: 0; font-weight: bold;}
.packages_part span h3    { font-size: 28px; color: #134e9c; line-height: 30px; font-weight: bold; margin: 0 0 10px; text-transform: capitalize;}
.packages_part span small { font-size: 14px; line-height: 20px; color: #134e9c; padding: 0; margin: 0;}

.packages_part.colr_chnge span h5 { color: #08a0e6;}
.packages_part.colr_chnge span h3 { color: #08a0e6;}
.packages_part.colr_chnge span small { color: #08a0e6;}

.packages_part.colr_chnge1 span h5 { color: #44a248;}
.packages_part.colr_chnge1 span h3  { color: #44a248;}
.packages_part.colr_chnge1 span small { color: #44a248;}

.packages_part ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.packages_part ul li {
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 18px; color: #FFF;
  text-align: center;
}

.navbar-nav       { margin: 0;}

.cdk-overlay-container      { z-index: 9999;}

#client_sect        { width: 100%; margin: 0; padding: 80px 0;}
.client_cont      { width: 100%; margin: 0; padding: 0;}
.client_cont h2 {
  font-family: 'Poppins', sans-serif;
  color: var(--db);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
  text-align: center;
}
.client_box     { width: 90%; margin: 0 auto; padding: 0;} 
.client_count       { width: auto; margin: 50px -20px 0; padding: 0; text-align: center;}
.client_blog        { width: 29.3%; margin: 0 20px 30px; padding: 20px 25px; text-align: center; background-color: #FFF; border-radius: 5px; box-shadow: 0 0 5px #333; display: inline-block; vertical-align: top; }      
.counter1           { display:block; font-size: 24px;
  line-height: 25px;
  transition: all .4s linear 0s;
  color: #000;
  margin: 0;
  padding: 0 0 10px;
  letter-spacing: .75px;
  font-weight: 600;
  text-transform: uppercase;
}
.client_blog h5     { font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0;
  text-align: center;
  text-transform: capitalize;
  color: #144d9c;
}





/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/


@media (max-width: 1919px) {
	#navbar .container      { width: 1170px;}
.owl-carousel .owl-nav button.owl-next        { right: 2%;}
  .owl-carousel .owl-nav button.owl-prev    { left: 2%;}
  .footer-area        { padding: 30px 0 20px;}
  h2.widget-title     { margin: 0;}
  .footer-box span.circle     { margin: 25px auto 0;
    width: 150px;
    height: 150px;
  }
  .footer-box img {
    width: 75px;
  }
  #about .about-thumb h2, .who_we_are-thumb h2, .founder_cont h3, #values .values-thumb h2, .faq_cont h2, .venue h3, .client_cont h2     { font-size: 24px; line-height: 26px;}
 #about .about-thumb p {
      font-size: 16px;
      line-height: 26px;     margin: 0 auto 40px;
      max-width: 60%;
  }
  .about_cont:hover h3      { color: #FFF;}
  #about .about-thumb .about_cont:hover p   { color: #FFF;}
  .about_cont h3        { font-size: 18px; line-height: 20px; transition: all 0.4s ease-in-out;}
  .about_cont img     { height: 30px; margin: 0 10px 0 0;}
  #about .about-thumb .about_cont p     { font-size: 15px;
      max-width: 100%; margin: 15px auto 0;
      line-height: 25px;}
  #who_we_are .who_we_are-thumb p     { font-size: 15px;
    line-height: 25px;
    padding: 10px 0 0;}
#values .values-thumb p     { font-size: 15px; line-height: 25px; padding: 5px 0 0;}
  #who_we_are .who_we_are-img img     {     bottom: -397px;
      padding: 10px;
      width: 260px;left: -80px;
      height: 260px;}
.founder_blogs h6 {
        font-size: 18px; padding: 0 0 10px; 
        line-height: 20px;}
.founder_cont small   { font-size: 16px; line-height:18px; padding: 0 0 10px;}
.founder_blogs p      { font-size: 14px; padding: 0 0 15px; line-height: 23px;}
.founder_blogs ul     { margin: 5px auto 10px;}
.founder_blogs ul li a i { line-height: 30px; font-size: 17px;}
.founder_blogs ul li a { width: 30px; height: 28px;}
.card .face.face1 .content h3     {     font-size: 18px;
  line-height: 28px;}
  .card .face       { height: 200px;}
  .card    { height: 240px;}     
  .card .face.face2       { transform: translateY(-190px);}
  .card .face.face2 .content p      { font-size: 14px !important; line-height: 24px !important;}
  .luxury_cont img { height: 32px;}
  .luxury_cont h2        { font-size: 20px; line-height: 22px;}
  .luxury_cont p      { font-size: 15px; line-height: 25px;}
  .acc__title::after      { top: 23px;}
  .acc__title       { font-size: 16px;}
  .acc__panel p     { font-size: 15px; line-height: 25px;}
  .acc__panel strong, .acc__panel i, .acc__panel b { font-size: 16px;}
  .venue {
    padding-top: 80px;
    padding-bottom: 100px;
}
.venue-thumb h4 {
  font-size: 19px;
  line-height: 20px;}
.venue-info-body span       { font-size: 16px;
    line-height: 26px;}
.venue-info-body a  { font-size: 16px;}
.venue-info-body i      { line-height: 30px;     font-size: 20px;}
h2.widget-title {
      font-size: 17px;}
h2.widget-title:after     { bottom: 16px;}
.footer-box ul li     {       font-size: 15px;
        margin-bottom: 10px;
        line-height: 18px;}
.footer-box ul li a i {
          font-size: 22px;
      }
      .copyright p        { font-size: 13px;}
      #digitalization_sect, #packages_sect     { margin: 89px 0 0;}

      .navbar-default .navbar-nav li a      { margin: 35px 12px;     font-size: 15px;}
      #packages_sect img       { object-position: top;}
      .navbar-nav>li span.show      { right: 0;}

}

@media (max-width: 1199px) {
	.container {
    width: 100%; max-width: 100%;
}

#home h1 {
    color: #0d2222;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 45px;
    text-align: center;
    margin: 120px 0;
}
#home			{ height: auto;}
#home img {
  height: 385px;
  object-position: 0;
}
#about, #gallery, #contact			{ padding:80px 0;}
#about .about-thumb			{ padding: 40px 0;}

#who_we_are .who_we_are-thumb		{ padding: 50px 105px 50px 50px;}
.values_cont {
width: 31%;}
.luxury_cont			{ width: 45%; margin: 0 22px;}
.faq_cont {
width: 85%;}
.founder_blogs span     {   width: 160px;
  height: 160px;    top: -80px;}
.founder_blogs      { padding: 110px 20px 15px;    margin: 100px auto 50px;}
.founder_blogs h6 {
    font-size: 20px;
    line-height: 22px;}
.founder_cont small {
      font-size: 16px;
      line-height: 18px;}
.founder_blogs p      {     width: 90%;}
.founder_blogs ul li a {
  width: 33px;
  height: 33px;}
  .founder_blogs ul li a i {
    font-size: 17px;
    line-height: 33px;}
    #who_we_are .who_we_are-img img     { left: -87px;
      bottom: -423px;}

      .owl-carousel .owl-nav button.owl-prev {
        left: 1%;
    }
    .owl-carousel .owl-nav button.owl-next      { right: 1%;}
    #home h1.add-padd {
      margin: 147px 0;
  }
	.owl-carousel .owl-slide      {     height: auto;}
  .founder_blogs span img     { height: 185px;}
  .footer-area      { padding: 30px 0;}
  .copyright p      {     padding: 10px 0;}
  h2.widget-title {
    font-size: 18px;}
    .footer-box ul li {
      font-size: 15px;}
      .footer-box ul li a i {
        font-size: 22px;
    }
    .footer-box.subscribe ul li     { margin: 0 3px;}
    .copyright p      {     font-size: 14px;}
    .venue-info-body span, .venue-info-body a     { font-size: 16px;}
    .venue-info-title, .venue-info-body {
      padding: 20px 30px;
  }
  .luxury_cont h2       {     font-size: 22px;    line-height: 24px;}
  #digitalization_sect img, #packages_sect img        { height: 360px;}
  .digitalization_txt h1     { font-size: 26px;    line-height: 30px;
   margin: 0 0 20px;}
   #digitalization_cont      { padding: 50px 0;}
   .register_sect .marg_chnge      { margin: 100px 0 0;}
   #home h1       { margin: 70px 0;}
   #digitalization_sect, #packages_sect     { margin: 90px 0 0;}

   .client_blog {
    width: 28.6%; }
    .client_blog h5     {     font-size: 16px;
      line-height: 18px;}
      .counter1       {     font-size: 20px;
        line-height: 23px;}





}

@media (max-width: 980px) {
/* 
  #home, .overlay {
    height: 50vh;
  }
*/
  #about .team-thumb {
    margin-top: 32px;
  }
  
  .navbar-default .navbar-nav li a			{     font-size: 15px;
    padding: 37px 15px;}
  #about .about-thumb			{ padding: 40px;}
  #about .about-img img			{ left: -60px;
    bottom: -324px;
    width: 300px;
    height: 300px;}
#luxury				{ background-size: cover;}
.venue-thumb			{ margin: 20px 0 0; }
.venue-info-body i			{     width: 26px;
    font-size: 20px;}
a.float				{ bottom: 60px;}
.go-top				{ bottom: 60px;}
.venue-thumb	{ margin: 0 !important;}
#home 				{ height: 287px;}
#home h1				{ font-size: 23px;line-height: 40px;    margin: 80px 0; }
#home img {
    height: 260px;
    object-fit: cover;
    object-position: 0;
}
#about				{ padding:80px 0;}
#about .about-thumb {
    padding: 40px 0 0;
    margin: 0;
}

#about .about-thumb .about_cont p {
    font-size: 15px;max-width: 100%;
    line-height: 24px;
}
#who_we_are			{ padding: 0;}
#who_we_are .who_we_are-thumb		{ padding: 40px 87px 50px 40px;}
#values				{ padding: 80px 0;}
.values_cont {
width: 30.2%;}
#values .values-thumb .values_cont p			{ font-size: 15px;
    line-height: 25px;}
.luxury_cont			{ width: 45%;     margin: 0 17px;}
.testimonial_text strong			{ font-size: 18px;    line-height: 28px;}
.acc__title			{ text-align: left;
  font-size: 15px;
  line-height: 18px;}
.tab-content p, .tab-content strong, .tab-content i, .tab-content b {
    font-size: 18px;
line-height: 26px;}
.faq_cont			{ width: 90%;}
.tab-content span		{ width: 83%;}
.tab-content img		{     margin: 0 5px 0 0;}
.venue-thumb h4 { margin: 0;
font-size: 22px;}
.acc__panel p, .acc__panel b, .acc__panel i     {     font-size: 13px; line-height: 23px;}
.venue, #contact			{ padding:60px 0; }
.section-title {
    padding-bottom: 25px;
}
.acc__panel strong      { font-size: 16px;}
#about .about-thumb h2, .who_we_are-thumb h2, #values .values-thumb h2, .testimonial_cont h2, #experience h2, .venue h3, #contact h2, .founder_cont h3, .faq_cont h2, .client_cont h2		{ font-size: 22px; line-height: 24px;}
.founder_cont h3      { margin: 0 0 30px;}
#about .about-thumb p, #who_we_are .who_we_are-thumb p, #values .values-thumb p, .luxury_cont p, .testimonial_text p, #experience p, #contact p { margin: 0 auto 24px;
  font-size: 15px;
  line-height: 24px;}
  .founder_blogs p {
    font-size: 15px;
    line-height: 23px;}
    .about_cont     {     padding: 28px 30px;}
.about_cont h3, .values_cont h3			{     font-size: 16px;
  max-width: 85%;
  line-height: 24px;}
  .about_cont img     { height: 30px;}
#who_we_are .who_we_are-thumb p	, .luxury_cont p		{ margin:0;}
#values .values-thumb p, #contact p			{ margin:0 auto;}
.values_cont h3			{ max-width: 100%;}
.luxury_cont h2			{ font-size: 20px;    line-height: 22px;}
.testimonial_text p		{ margin:0 auto 30px;}
#experience p		{ margin:0 auto 30px;    max-width: 85%;}
#contact h2			{     margin: 0 0 25px;}
h2.widget-title {
  font-size: 16px;
    line-height: 23px;     margin-top: 0;
}
.footer-box ul li a i {
    font-size: 20px;
}
.navbar-default .navbar-nav li a {
    font-size: 15px;
    margin: 35px 14px;
    padding: 0;
}
.navbar-brand>img			{ height: 70px;}
.navbar-default .navbar-nav li a span   { padding: 0;}
#who_we_are .who_we_are-thumb p			{ line-height: 22px;}
#who_we_are .who_we_are-img img			{     width: 260px;
  height: 260px;     left: -87px;
  bottom: -392px;}
#who_we_are .who_we_are-padd {
    padding: 80px 0;
}
.founder_blogs        { margin: 100px auto 50px;}

.owl-carousel .owl-slide      { height: auto;}

  .owl-carousel .owl-nav button.owl-prev {
    left: 1%; 
}
.owl-carousel .owl-nav button.owl-next {
  right: 1%;
}
#home h1.add-padd {
  margin: 104px 0;
}
.owl-carousel .owl-nav svg {
  width: 20px;
  height: 20px;
}
.footer-box ul li   { font-size: 14px;margin: 0 3px 3px;}
.footer-area      {     padding: 30px 0;}
.copyright p    { font-size: 13px;     padding: 4px 0;}
.footer-box img {
  width: 80px;}

  .footer-box span.circle {
    width: 130px;     margin: 22px auto 0;
    height: 130px;}

    .coming_sect      {    font-size: 18px;
      line-height: 20px;} 

    .card       {     width: 32.9%;height: 230px;}
    .card .face     {     height: 200px;}
    .card .face.face2     {     transform: translateY(-190px);}
    .card .face.face1 .content h3   { font-size: 17px; line-height: 22px;}
    .card .face.face2 .content p      {     font-size: 14px !important;
      line-height: 24px !important;}
      .card .face.face2     {     padding: 20px 15px;    font-size: 20px;
    line-height: 22px;}
    #faq_sect       { padding: 70px 0;}
    .acc__title::after      { top: 19px;}

    .navbar-nav>li span.show      {     right: 0;
      top: 34px;}

 #digitalization_sect img, #packages_sect img        { height: 360px; object-position: 0;}
 .digitalization_txt h1     { font-size: 26px; line-height: 30px; margin: 0 0 20px;}
 .packages_txt h1         { font-size: 26px; line-height: 30px;}
  #digitalization_cont      { padding: 50px 0;}
  .register_sect .marg_chnge       { margin: 100px 0 0;}

  #about .about-thumb p       { max-width: 90%;}
  #digitalization_sect, #packages_sect {
    margin: 89px 0 0;
}
.navbar-nav>li span.show i {
  font-size: 12px;}
.navbar-default .navbar-nav li a.dis1      { margin: 28px 0 28px 10px; font-size: 12px; padding: 7px 10px;}
.navbar-default .navbar-nav li a        { letter-spacing: 0; margin: 35px 9px; font-size: 12px;}
.packages_txt { width: 95%;}
.packages_part span h5 { line-height: 16px; font-size: 14px; }
.packages_part span h3      { font-size: 21px;  line-height: 22px; margin: 0 0 5px;}
.packages_part span small {
  font-size: 12px;
  line-height: 14px;
}
.packages_part ul li        { font-size: 13px;}
#client_sect {
  padding: 70px 0;
}
.client_count     { margin: 50px -12px 0;}
.client_blog      { margin: 0 12px 30px; width: 29.5%;}
.client_blog h5 { font-size: 14px; line-height: 18px;}
.counter1     {     font-size: 18px;
  line-height: 20px;}


}

@media (max-width: 767px) {
  .counter li     { font-size: 13px; line-height: 15px; margin: 0 0;padding: 10px 10px;}
  .counter li span {
    font-size: 45px;
    line-height: 50px;
}
  .dis1_non       { display: inline-block; width: auto;
    padding: 5px 10px;
    margin: 30px 30px 30px 10px;
    background: #43a248;   animation: wink 2.00s linear infinite;
    color: #FFF;     transition: all 0.4s ease-in-out;
    border-radius: 5px; position: absolute;
    top: 2px;
    right: 40px;
  }
  .dis1_non:active {
    animation: none;
  }

  .dis1_non:hover     { background-color: #44a248;}

  .hidden-xs {
    display: block !important;
} 
  #home, .overlay {
    height: 100%;
  }

  #about .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #about .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }
  #luxury {
    background-size: cover;
}
.luxury_cont { padding: 20px 30px;width: 100%; margin: 0;}

.venue-info-title {
    padding: 7px 28px;
}
.venue-info-body i		{ width: 28px; line-height: inherit;
    font-size: 22px;}
.footer-box		{ padding:0 10px 20px;}
.social-icons ul			{ text-align:left;}
.about-img			{ text-align:center;}
.copyright p			{     padding: 16px 0 0;}
.venue-info-body span, .venue-info-body a		{     font-size: 1.5rem;}
.grid				{ padding:0;}
.work_img a img {
width: 500px;}
.venue-thumb			{ margin: 20px 0 0; }


  #about,
  #gallery,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .venue-thumb h4			{  
    padding: 0;
    text-align: center;
}

#home h1				{     
  font-size: 20px;
  line-height: 30px;
  margin: 25px auto;
  width: 80%;
}
.banner, .chge			{     flex-direction: column-reverse;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;}
#home .container {
    padding:0;
}
.banner .col-sm-7			{ padding:0;}
#home img					{   object-position: inherit;
  width: auto;
  height: 235px;
}
#home {
    height: auto; padding: 0;
}

#about .about-thumb			{ margin:0;padding: 32px 0 0;}
.about_cont {
    width: 100%;
    margin: 0;
}
#about .about-thumb .about_cont p, #values .values-thumb .values_cont p {
    font-size: 14px;
    line-height: 24px; max-width:100%;
}
#who_we_are .who_we_are-img img {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto 0;
    display: block;
    width: 290px;
    height: 290px;
}
#who_we_are			{     padding: 0 0 60px;}
#who_we_are .who_we_are-padd {
  padding: 80px 0 0;
}
#who_we_are .who_we_are-thumb			{ padding: 40px 20px;}
#values .values-thumb			{ margin:0;}
.values_cont {
    width: 100%;
    margin: 30px 0 20px;
padding: 30px 20px 20px; display:block;}
#values			{ padding: 70px 0;}
.luxury_cont.ft_lft			{ margin: 0 0 50px;}
.testimonial_text span img		{ width: 100px;}	
.testimonial_text p			{ font-size: 18px;
    line-height: 26px;    margin: 0 auto 40px; max-width:94%;}
.testimonial_text strong, .acc__panel strong		{ font-size: 17px;    line-height: 27px;}
#testimonial_sect				{ padding: 70px 0 120px;}
.testimonial_cont .slick-dots			{     bottom: -60px;}
.faq_cont				{ width:100%;}
.acc__title				{ font-size: 15px;
  text-align: left; line-height: 22px;
  padding: 12px 23px 12px 14px;
}
.tab-content span			{     width: 85%;}
.tab-content img {
width: 20px;}
.acc__panel p, .acc__panel i, .acc__panel b {
    font-size: 15px;
    line-height: 25px;
}
.founder_blogs span img     { height: 188px;}
#faq_sect input:checked ~ .tab-content			{     max-height: 100%;}
.acc__panel p.dis			{ width:100%;}
#experience p				{     max-width: 92%;    margin: 0 auto 30px;}
.section-title			{ padding:0;}
#experience			{ 	padding: 60px 0 20px;}

.venue-info-body span, .venue-info-body a {
  font-size: 15px;
  line-height: 25px; width: 100%;
}
.venue-thumb h4 {
    font-size: 20px; 
}
.venue-thumb {
    margin: 0 0 40px;
}
#contact p		{ font-size: 15px;
    line-height: 25px;    margin: 0 0 30px;}
.copyright p {
    padding: 16px 0;
    text-align: center;
    line-height: 18px;
}
#who_we_are .who_we_are-thumb p		{ font-size: 15px; line-height: 25px;}

.about_cont h3, .values_cont h3, .luxury_cont h2			{ font-size:20px; line-height:30px;}
#about .about-thumb h2, .who_we_are-thumb h2, #values .values-thumb h2, .testimonial_cont h2, .faq_cont h2, #experience h2, .venue h3, #contact h2, .founder_cont h3			{    font-size: 22px;    line-height: 28px; text-align:center;}
#values .values-thumb p, .luxury_cont p, #experience p	{ font-size: 15px;
    line-height: 25px;    margin: 0 auto 45px; max-width: 100%;}
#values .values-thumb p					{ margin: 0 auto;     max-width: 92%;}
#about .about-thumb p   { font-size: 15px; line-height: 25px; margin: 0 auto 45px; max-width: 85%;}
.founder_blogs p      { font-size: 15px; line-height: 25px;}
.founder_cont h3      { margin: 0 0 30px;}
.founder_blogs      { margin: 100px auto 50px;}
.founder_blogs h6 {
  font-size: 20px;
  line-height: 22px;
}
.founder_cont small {
  font-size: 16px;
  line-height: 18px;}
  #faq_sect     { padding: 60px 0;}
  #terms_sect   { padding: 96px 0 0;}
  #terms_sect h1    { font-size: 26px; line-height: 36px; padding: 50px 0;}
  #terms_cont   { padding: 50px 0;}
  .terms_txt {
    width: 95%;}
    .terms_txt p {
      font-size: 16px;
      line-height: 26px;}

      #terms_cont h1      { font-size: 20px;}
      .box {
        display: block;
        align-items: center;
    }
    .owl-carousel .owl-nav button.owl-next {
      right: 1%;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 1%;
}
.owl-carousel .owl-slide    { background-position-x: 60%; height: 375px;}
.footer-box span.circle {
  width: 150px;
  height: 150px;
}

  #home h1.add-padd {
    margin: 157px 0;
    width: 76%;
}
.venue-thumb	{ margin: 0 0 40px !important;}
.acc__title::after      { right: 17px; top:17px;}
.acc__panel       {     padding: 1.5em;}
.acc__panel span    {     width: 85%;}
.acc__panel p { line-height: 25px; padding: 0 0 10px; font-size: 15px; text-align: left;}
.venue-info-body span     { width: 86%;}
.coming_sect        { margin: 96px 0 0;
  padding: 10px 0;}
.coming_sect span     { margin: 0 0 5px;
  font-size: 15px;
  line-height: 16px;}
.coming_sect      { font-size: 14px; line-height: 20px;}
.card       { width: 49.6%;}
.venue-info-body {
  padding: 20px 22px;
}
#digitalization_cont        { padding: 50px 0;}
.footer-area {
  padding: 30px 0 10px;
}
#digitalization_sect img, #packages_sect img      { height: 350px; object-position: 0;}
.digitalization_txt h1      { font-size: 25px; margin: 0 0 20px; line-height: 28px;}
.packages_txt h1        { font-size: 25px; line-height: 28px;}
.register_sect .marg_chnge      { margin: 100px 0 0;}
.venue .row     { display: block;}
.chge .col-sm-6, #who_we_are .col-sm-9, #who_we_are .col-sm-3   { max-width: 100%;}
.box .col-sm-5, .banner .col-sm-7  { max-width: 100%;}          
#digitalization_sect, #packages_sect      { margin: 95px 0 0; }

.packages_part        { margin: 0 0 80px;}
.packages_part span h5        { font-size: 15px;}
.packages_part span h3        { font-size: 20px;}
.packages_part span small     { font-size: 13px;}
.client_count     { margin: 30px 0 0;}
.client_blog      { width: 100%; margin: 0 0 20px;}
.counter1         { font-size: 20px; line-height: 24px;}
.client_blog h5   { font-size: 18px; line-height: 24px;}

.navbar-default .navbar-nav li a			{ padding: 10px 0; font-size: 15px; margin: 0;}
.navbar-nav>li ul li        { text-align: left;}
.navbar-default .navbar-nav li a.dis1       { display: none;}
.navbar-toggle				{ margin: 30px 15px;}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
}
.navbar-brand>img			{ height: 76px;}
.navbar-nav {
  margin: 7.5px 0; width: 124px;
}
.navbar-nav>li span.show      { right: 0; top: 9px;}
.navbar-nav>li ul {
    position: relative;
    width: 100%;
    background: none;
    float: none;
    padding: 5px 0;
    border: none;
    box-shadow: none;
    left: 0;
    margin: 0 auto;
}
.navbar-nav>li ul li a    { color: #0d2222 !important;}
.navbar-nav>li.rotate span.show     { right: 0;}
.navbar-nav>li ul li a  { padding: 10px 15px !important;}


}


 @media (max-width: 639px) {

  .card, .card .face      { width: 100%; height: 170px;}
  .card .face.face2 .content p     { max-width: 100% !important; font-size: 13px !important;
    line-height: 21px !important;}
  .card .face.face1 .content h3     {     font-size: 17px;
      line-height: 20px;}
  
      .card       {     height: 200px;}
      .card .face.face2     { transform: translateY(-172px);   }
      .card:hover .face.face2     { margin: 0 0 20px;}
      #digitalization_sect h1     {   font-size: 22px;
        line-height: 170px;}
 #digitalization_cont        {     padding: 30px 0;}
 .digitalization_txt {
  width: 100%;}
  .modal.right .modal-dialog      { width: 280px;}
  .digitalization_txt h1      { font-size: 19px; line-height: 23px; margin: 0 0 20px;}
  .packages_txt h1        { font-size: 25px; line-height: 28px;}
  #digitalization_sect img, #packages_sect img     { height: 300px; object-position: 0;}
  .register_sect .marg_chnge      { margin: 100px 0 0;}
  #digitalization_sec, #packages_sectt      { margin: 95px 0 0; }


}

@media (max-width: 480px) {
  #digitalization_sect img, #packages_sect img { height: 230px; object-position: 0;}
  .modal-header .close      { font-size: 20px; line-height: 26px;}
  #digitalization_sect, #packages_sect      { margin: 96px 0 0; }




}
