/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  /* overflow-y:scroll !important;*/
}

html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.dis-non-1 {
  display: none;
}

.dis-non-2 {
  display: block;
}

.container {
  /* max-width:1241px;*/
  max-width: 1403px;
  width: 100%;
}

/* navbar start */
.navt .inquire-btn {
  padding: 19px 35px;
  background-color: #58066a;
  display: inline-block;
  line-height: 0px;
  color: #000;
  border-radius: 25px;
  margin-left: 50px;
  vertical-align: baseline;
}

.navt .nav-list li a:hover {
  color: #58066a;
}

#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 150px;
  width: 100%;
  background: transparent;
  color: #fff;
  line-height: 110px;
  -webkit-transition: height .5s, line-height .5s;
  /* Safari */
  transition: height .5s, line-height .5s;
}

#global-nav.sticky {
  background: #fff;
}

.nav {
  padding: 0 125px;
  width: 100px;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 110px;
}

.site-title img {
  width: 100%;
  margin-top: 7px;
}

.scrolled-nav .site-title {
  width: 70px;
  margin-left: 45px;
}

.nav-list {
  list-style: none;
  display: inline-block;
  float: right;
}

.nav-list li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #666666;
}

.nav-list li a.active {
  font-weight: 500 !important;
  color: #cd9e5c;
}

.nav-list li a {
  color: #666666;
  text-decoration: none;
}

.nav-list li a:hover {
  color: #d4a96c;
}

.hero-section,
.content-section {
  height: 500px;
  padding: 100px;
}

.hero-text,
.content-text {
  max-width: 550px;
}

.hero-section h1 {
  color: #333;
}

.hero-section p {
  color: #333;
}

.content-section {
  background: aqua;
}

.scrolled-nav {
  height: 68px !important;
  line-height: 68px !important;
  background: #fff !important;
  /* box-shadow:0px 4px 10px rgba(0,146,255,0.03);*/
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.2);
}

.pull-left {
  display: inline-block;
  float: left;
}

.pull-right {
  margin-left: auto;
  display: inline-block;
}

.inquire-btn {
  padding: 21px 28px;
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  display: inline-block;
  line-height: 0px;
  color: #000;
  border-radius: 25px;
  margin-left: 50px;
  vertical-align: baseline;
  font-size: 14.31px;
}

.inquire-btn a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.inquire-btn a:hover {
  color: #000;
}

/* navbar end */
/* banner start */
.about-container {
  width: 100%;
  max-width: 900px;
}

/*---ishwar-12-12-20---*/
.banner-left {
  position: absolute;
  left: 0;
  top: 0;
}

.banner-right {
  position: absolute;
  right: 0;
  top: 0;
}

.arrow-bg img {
  margin: 22px 0 0 44px;
  cursor: pointer;
  align-self: flex-end;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.bounce-1 {
  animation-name: bounce-1;
  animation-timing-function: linear;
}

.bounce-2 {
  animation-name: bounce-1;
  animation-timing-function: linear;
  margin: 22px 0 0 45px;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/*.arrow-bg{margin:0;position:absolute;top:-3%;left:50%;transform:translate3d(-50%,-50%,0);background-image:url(../images/arrow-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;width:114px;height:51px;}
*/
/* ---ishwar-7-12-20--- */
.arrow-bg-2 {
  margin: 0;
  position: absolute;
  bottom: -12%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url(../images/arrow-bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 114px;
  height: 61px;
}

.np-main {
  width: 100%;
  float: left;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 32%, rgb(200, 145, 65) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 32%, rgb(200, 145, 65) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 150%, rgb(200, 145, 65) 100%);
}

.gredient-container {
  width: 100%;
  float: left;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 32%, rgb(200, 145, 65) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 32%, rgb(200, 145, 65) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 17%, rgb(228, 200, 160) 150%, rgb(200, 145, 65) 100%);
}

.container-fluid-banner {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}

/* .Rectangle_49_copy{background-image:-moz-linear-gradient( 90deg,rgb(255,255,255) 17%,rgb(228,200,160) 32%,rgb(200,145,65) 100%);background-image:-webkit-linear-gradient( 90deg,rgb(255,255,255) 17%,rgb(228,200,160) 32%,rgb(200,145,65) 100%);background-image:-ms-linear-gradient( 90deg,rgb(255,255,255) 17%,rgb(228,200,160) 32%,rgb(200,145,65) 100%);position:absolute;left:-8px;top:-14px;width:1931px;height:3701px;z-index:3;}
*/
.container-fluid-banner .wrap {
  z-index: 5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1b628e;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(-50%, -50%, 0);
  font-weight: 800;
  width: 100%;
}

.container-fluid-banner h1 {
  margin: 0;
  padding: 0;
  /*color:#be8c47;*/
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

/* ---ishwar-7-12-20--- */
.container-fluid-banner h2 {
  margin: 0;
  padding: 0;
  /*color:#be8c47;*/
  color: #000;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

/* ---ishwar-7-12-20--- */
.container-fluid-banner h3 {
  margin: auto;
  padding: 0;
  text-align: center;
  margin-bottom: 38px;
  width: 422px;
}

.container-fluid-banner h3 img {
  max-width: 100%;
}

/* ---ishwar-7-12-20--- */
.banner-ring {
  text-align: center;
  margin-bottom: 53px;
  line-height: 0;
}

.banner-btn {
  padding: 26px 46px;
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  display: inline-block;
  line-height: 0px;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.banner-btn a {
  text-decoration: none;
  color: #000;
}

.banner-btn a:hover {
  color: #000;
}

.bg {
  width: 100%;
  height: 100%;
  /* position:absolute;top:0;left:0;*/
  z-index: -1;
  /* background-image:url(../images/bg.jpg);*/
  /*---18-11-20---*/
  background-size: contain;
  background-position: top;
  height: 100vh;
  transform: scale(1.1);
  background-repeat: no-repeat;
  background-color: transparent;
}

/*---ishwar-18-11-20---*/
/* banner end */
/* about start */
.container-fluid-about {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  position: relative;
  /* padding: 300px 0px; */
  float: left;
  overflow: hidden;
  isolation: isolate;

  padding: 0;
    height: 100vh !important;
    align-items: center;
    vertical-align: middle;
    display: flex;
}

.about-rot {
  /* -webkit-animation:rotation 50s infinite linear;animation:rotation 90s infinite linear;background-image:url(../images/roted.png);background-size:77%;background-repeat:no-repeat;background-position:center;position:absolute;height:100%;width:43%;z-index:-2000;opacity:0.09;top:4%;left:28%;-ms-transform:translate(-8%,-25%);transform:translate(4%,-28%);*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../images/roted.png);
  background-repeat: no-repeat;
  background-position: center;
  animation: rotation 50s infinite linear;
  z-index: -1;
}

/*---ishwar-12-11-20---*/
/* #loading{-webkit-animation:rotation 2s infinite linear;}
*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.container-fluid-about h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-fluid-about p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 31px;
}

.about-main {
  text-align: center;
  margin-top: 64px;
  width: 100%;
}

.about-round {
  width: 200px;
  height: 195px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ebdac1;
  text-align: center;
  padding: 31px;
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}

.about-main .m-100 {
  margin: 0 100px;
}

.about-main img {
  margin-bottom: 20px;
  width: 55px;
  margin-top: 5px;
}

/* about end */
/* our services start */
.container-fluid-oursevices {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  /*background-image:url(../images/our-services-bg.jpg);*/
  background-size: cover;
  background-position: center;
  /* margin-bottom:240px;*/
  position: relative;
  isolation: isolate;
  /*height:668px;*/
  /* padding-bottom:130px;*/
  float: left;
}

/* ---ishwar-7-12-20--- */
.container-fluid-oursevices h4 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 300;
}

.container-fluid-oursevices h2 {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase;
}

/* our slide start */
.loading-circle {
  display: none;
  position: absolute;
  left: 49%;
  bottom: -42.60%;
  margin-left: -3rem;
  margin-top: -3rem;
  width: 24px;
  height: 24px;
  border: solid 3px #878e88;
  border-top: solid 3px #1e648f;
  border-radius: 50%;
  animation-name: rotation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.owl-theme .owl-dots {
  margin-top: 35px;
  margin: 0;
  position: absolute;
  top: 90%;
  /*right:2%;*/
  right: 3%;
  transform: translate(-50%, -50%);
}

/*---ishwar-18-11-20---*/
.container-fluid-oursevices .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/hl-arrow.png) !important;
  /* background-size:cover;*/
  background-position: right;
  height: 100%;
  background-repeat: no-repeat !important;
  background: none;
  width: 35px;
  font-size: 0;
  height: 65px;
}

.container-fluid-oursevices .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/hr-arrow.png) !important;
  /* background-size:cover;*/
  background-position: right;
  height: 100%;
  background-repeat: no-repeat !important;
  background: none;
  width: 35px;
  font-size: 0;
  height: 65px;
}

.container-fluid-oursevices .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #acacac;
}

.container-fluid-oursevices .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e7bb7b;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  /* background:#1b628e !important;*/
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-nav {
  font-size: 70px !important;
  margin: 0;
  position: absolute;
  /*top:88%;*/
  /*right:-8%;*/
  right: -7%;
  /* transform:translate(-50%,-50%);*/
  transform: translate(-50%, -35%);
  color: #1b628e;
}

/*---ishwar-18-11-20---*/
.owl-theme .owl-nav [class*='owl-'] {
  margin: 60px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  /* background:transparent !important;color:#000 !important;outline:none !important;*/
}

.owl-theme .owl-nav [class*='owl-']:hover {}

.mr-b {
  margin-bottom: -200px;
}

.kon {
  position: absolute !important;
  top: 69%;
}

.kon:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}

.box {
  width: 100%;
  float: left;
  /* background-color:#fff;*/
  background-color: #fdf0dd;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  -moz-box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  margin-bottom: 20px;
}

.box-2 {
  width: 100%;
  float: left;
  background-color: #cd9d5b;
  -webkit-box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  -moz-box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  box-shadow: 0px 7px 18px 0px rgba(244, 244, 244, 1);
  margin-bottom: 20px;
}

.box-left {
  width: 35%;
  float: left;
  padding-left: 30px;
  /*padding-top:76px;*/
  padding-top: 58px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

/* ---ishwar-12-12-20--- */
.owl-theme .owl-nav {
  margin-top: 40px;
}

.box-left-2 {
  width: 35%;
  float: left;
  padding-left: 30px;
  padding-top: 36px;
}

.box-left h4 {
  font-size: 24px;
  font-weight: 500;
  color: #cea060;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}

/*---ishwar-12-12-20---*/
.box-left-2 h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.box-left p {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  margin-bottom: 26px;
  text-align: center;
  padding: 0px 30px
}

/*---ishwar-12-12-20---*/
.box-left-2 p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 26px;
  text-align: center;
  padding: 0px 30px;
}

/*---ishwar-12-12-20---*/
.box-left ul {
  margin: 0px;
  padding: 0px;
}

.box-left ul li {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.box-left-2 ul {
  margin: 0px;
  padding: 0px;
}

.box-left-2 ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.box-left .point {
  vertical-align: middle;
  margin-right: 16px;
  width: 10px !important;
}

.box-left .head {
  vertical-align: bottom;
  width: 48px !important;
  margin-left: 46px;
  margin-bottom: 20px;
}

/*---ishwar-12-12-20---*/
.box-left-2 .point {
  vertical-align: middle;
  margin-right: 16px;
  width: 10px !important;
}

.box-left-2 .head {
  vertical-align: bottom;
  width: 48px !important;
  margin-right: 70px;
}

/*---ishwar-12-12-20---*/
.box:nth-child(even) {
  background: #cd9d5b;
  color: #fff !important;
  /* margin-left:200px;*/
}

.box-right {
  width: 65%;
  float: left;
}

/* our slidr end */
.owl-item .center {
  /*width:auto !important;*/
}

.owl-carousel .owl-item img {
  display: initial !important;
  width: auto !important;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.container-fluid-oursevices canvas {
  display: block;
  vertical-align: top;
  z-index: -1;
  position: absolute;
  top: 0;
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
}

/* our services end */
/* get tuch start */
.name {
  position: absolute;
  left: 15px;
  top: 36px;
}

/*---ishwar-24-11-20---*/
.gj-banner {
  background-image: url(../images/abt-bg.png);
  background-size: cover;
  background-position: center;
}

.container-fluid-gettuch {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: url('../images/abt-bg-02.png') no-repeat center center;
  float: left;
  position: relative;
  height: 100vh;
  isolation: isolate;
}
/* .container-fluid-gettuch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url('../images/abt-bg-01-spoons.png') no-repeat center center;
  float: left;
  position: relative;
  height: 100%;
  z-index: -1;
} */
.bg-circle{position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/abt-bg-01-circle.png') no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*---ishwar-18-11-20---*/
.event-sec {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: absolute;
}

.event-sec-in {
  width: 486px;
  float: left;
  margin-top: 225px;
  padding: 140px 0px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

/* ---ishwar-7-12-20--- */
.event-sec-in h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #be8c47;
  text-align: center;
}

.event-sec-in h4 {
  width: 100%;
  font-size: 40px;
  padding: 15px 0px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.event-sec-in a.inquire-btn {
  padding: 21px 28px;
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  display: inline-block;
  line-height: 0px;
  color: #000;
  border-radius: 25px;
  margin-top: 20px;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0px;
}

.get-bg {
  -webkit-animation: rotation 50s infinite linear;
  animation: rotation 90s infinite linear;
  background-image: url(../images/roted.png);
  /* background-size:cover;*/
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  /*width:43%;*/
  width: 50%;
  z-index: -2000;
  opacity: 0.05;
  bottom: 4%;
  left: 25%;
  -ms-transform: translate(-8%, -25%);
  transform: translate(4%, -28%);
}

.homeSec{background-color: #c89141;float: left;width: 100%;}

/*---ishwar-18-11-20---*/
.container-fluid-gettuch h2 {
  font-size: 42px;
  color: #000;
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.gettuch p {
  font-size: 16px;
  color: #797878;
  text-align: center;
}

.gettuch-main {
  text-align: center;
  /* margin-top:64px;*/
  width: 100%;
  padding: 61px 100px 50px 100px;
  border-radius: 275px;
  background-color: #fff;
  /* -webkit-box-shadow:0px 4px 10px 5px rgba(240,244,246,1);-moz-box-shadow:0px 4px 10px 5px rgba(240,244,246,1);box-shadow:0px 4px 10px 5px rgba(240,244,246,1);*/
}

/*---ishwar-24-11-20 --*/
.gettuch-main .mtm-10 {
  margin-top: 40px !important;
}

.gettuch-main .form-control {
  border: 0px solid #ced4da;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  font-size: 18px;
  color: #898b8e;
  font-weight: 300;
  /* padding:.375rem 2.0rem;*/
  padding: 35px 31px 20px 43px;
}

/*---ishwar-24-11-20---*/
.gettuch-main .vik {
  position: relative;
}

.gettuch-main .imaa {
  margin-top: 5px;
  position: absolute;
  left: 5px;
  top: 1;
  bottom: 12px;
}

.container-contact-gettuch .btn-primary {
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  text-transform: uppercase;
  border: 0;
  padding: 15px 60px;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 40px !important;
  color: #000;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: #898b8e;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #898b8e;
}

/* get tuch end */
/* footer start */
.container-fluid-footer {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-top: 0px;
  background-color: #000;
  float: left;
}

.container-fluid-footer ul {
  margin-left: auto;
  padding: 0;
  display: inline-block;
  float: right;
}

.container-fluid-footer li {
  display: inline-block;
  color: #fff;
  margin: 40px 10px;
  float: left;
}

.container-fluid-footer li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  vertical-align: initial;
  text-decoration: none;
}

.container-fluid-footer li a:hover {
  color: #cd9e5c;
}

.container-fluid-footer .inde {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  padding-top: 40px;
  float: left;
  font-weight: 300;
}

/* footer end */
/* inner about statr */
.inner-aboutindie-main {
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-top: 115px;
  padding-bottom: 55px;
}

.about-left {
  width: 68%;
  height: auto;
  /*padding:245px 0 125px 0;*/
  padding: 180px 60px 60px 6px;
  display: inline-block;
}

/*---ishwar-12-11-20---*/
.about-left h3 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.about-left p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 31px;
}

.about-right {
  width: 31%;
  height: auto;
  padding: 100px 0 50px 0;
  background-color: transparent;
  /* display:inline-block;*/
  text-align: right;
}

/*---ishwar-12-11-20---*/
.gj-abt-main {
  max-width: 1266px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.about-right img {
  width: 100%;
}

.inner-Why-ChooseUs-main {
  background-image: url(../images/why-inn-bg.jpg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 83px;
  float: left;
}

.inner-Why-ChooseUs-main h3 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
  margin: 160px auto 80px auto;
  text-transform: uppercase;
}

.inner-Why-ChooseUs-main .about-cerk {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e6d0b0;
  padding: 40px 15px 0 15px;
  background-color: #fff;
  margin-bottom: 50px;
}

.about-cerk h5 {
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
  line-height: 18px;
}

/*--ishwar-9-11-20--*/
.inner-Why-ChooseUs-main .mar-left {
  margin-left: 10%;
}

.inner-our-main {
  background-image: url(../images/bg-vision.jpg);
  /* background-size:cover;*/
  background-position: top;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /* background-image:url(../images/inn-our-services.jpg);*/
  float: left;
}

.inner-our-main h4 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
  margin: auto;
  margin: 75px 0 45px 0;
  text-transform: uppercase;
}

.inner-our-main .our-vision {
  float: left;
  width: 50%;
  display: inline-block;
  padding-bottom: 55px;
}

.inner-our-main .inn-vision {
  float: left;
  display: inline-block;
  padding: 90px 130px 100px 50px;
  height: auto;
}

.inner-our-main .our-mission {
  float: left;
  width: 50%;
  display: inline-block;
  padding-bottom: 55px;
}

.inner-our-main .inn-mission {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 90px 65px 100px 130px;
  height: auto;
}

.inner-our-main p {
  color: #303030;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.inner-ourteam-main {
  /* background-size:cover;*/
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  /* background-image:url(../images/inn-our-services.jpg);*/
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  /*z-index:999;*/
}

.our-team-left {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
}

.owl-theme .owl-dots .owl-dot {
  display: none !important;
}

.our-team-left h3 {
  font-size: 42px;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0px;
}

.our-team-right {
  width: 82%;
  height: auto;
  display: inline-block;
  float: left;
}

.card1 {
  width: 100%;
  float: left;
}

.card1 body {
  width: 100%;
  float: left;
}

.card1 h4 {
  font-size: 22px;
  color: #201e1e;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.card1 p {
  font-size: 16px;
  color: #5e5e5e;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.card1 img {
  border-radius: 0px;
  width: 100%;
}

.inner-ourteam-main .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

/* ---ishwar-10-12-20--- */
.inner-ourteam-main .mar-t115 {
  margin-top: 0px;
}

/* ---ishwar-10-12-20--- */
.inner-ourteam-main .owl-theme .owl-nav {
  font-size: 70px !important;
  margin: 0;
  position: absolute;
  top: 26%;
  left: 0px;
  transform: translate(1%, -50%);
  color: #1b628e;
}

/*---ishwar-12-11-20---*/
.inner-ourteam-main .owl-theme .owl-dots {
  margin-top: 35px;
  margin: 0;
  position: absolute;
  top: 79%;
  left: -13%;
  transform: translate(-50%, -50%);
}

/*---ishwar-12-11-20---*/
.inner-ourteam-main .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/hl-arrow.png) !important;
  /* background-size:cover;*/
  background-position: right;
  height: 100%;
  background-repeat: no-repeat !important;
  background: none;
  width: 35px;
  font-size: 0;
  height: 75px;
  right: 0px;
  position: absolute;
}

.inner-ourteam-main .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/hr-arrow.png) !important;
  /* background-size:cover;*/
  background-position: right;
  height: 100%;
  background-repeat: no-repeat !important;
  background: none;
  width: 35px;
  font-size: 0;
  height: 75px;
  left: -104px;
  position: absolute;
}

.inner-ourteam-main .owl-theme .owl-nav [class*='owl-'] {
  margin: 50px !important;
}

.inner-ourteam-main .owl-theme .owl-dots .owl-dot span {
  background: #acacac !important;
  width: 8px !important;
  height: 8px !important;
}

.inner-ourteam-main .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b68b4c !important;
}

.inner-ourteam-main .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: #58066a;
}

.inner-ourteam-main .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: #096d78 !important;
}

.inner-fluid-banner {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  /*background-image:url(../images/inn-our-services.jpg);*/
  /*padding:175px 0 95px 0;*/
  padding: 30px 0 0px 0;
  float: left;
  position: relative;
  background-repeat: no-repeat;
}

/* ---ishwar-7-12-20--- */
.inner-fluid-banner h2 {
  font-weight: 600;
  font-size: 34px;
  color: #000;
  text-align: center;
  /* margin-top:220px;*/
  z-index: 0;
  position: relative;
}

.inner-fluid-banner .banner-ring {
  text-align: center;
  margin-top: 25px;
  line-height: 0;
  z-index: 0;
  position: relative;
  margin-bottom: 0;
}

.inner-fluid-banner-main {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  height: 100%;
  /* background-image:url(../images/inn-our-services.jpg);*/
  /* background-size:cover;*/
  /* background-position:center;*/
  /* padding:175px 0 95px 0;height:350px;*/
  float: left;
}

.services-left {
  width: 51%;
  height: auto;
}

.services-left img {
  width: 100%;
}

.services-right-1 {
  width: 59%;
  height: auto;
  padding: 90px 0 40px 0;
  margin-left: -140px;
  background-color: transparent;
}

.services-right {
  width: 100%;
  /* height:100%;*/
  padding: 40px 35px 60px 40px;
  background-color: #fff;
}

.showd-1 {
  -webkit-box-shadow: 16px 10px 35px 0px rgba(224, 224, 224, 0.38);
  -moz-box-shadow: 16px 10px 35px 0px rgba(224, 224, 224, 0.38);
  box-shadow: 16px 10px 35px 0px rgba(224, 224, 224, 0.38);
}

.showd-2 {
  -webkit-box-shadow: -11px 13px 35px 0px rgba(224, 224, 224, 0.38);
  -moz-box-shadow: -11px 13px 35px 0px rgba(224, 224, 224, 0.38);
  box-shadow: -11px 13px 35px 0px rgba(224, 224, 224, 0.38);
}

.services-right h3 {
  font-size: 28px;
  color: #cd9d5b;
  font-weight: 600;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.services-right h3 .im {
  margin-top: 10px;
  margin-left: 20px;
}

.services-right p {
  font-size: 16px;
  color: #797878;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 27px;
}

.services-right ul {
  margin: 0px;
  padding: 0px;
  color: #797878;
  padding-left: 25px;
}

.services-right ul li {
  font-size: 16px;
  color: #797878;
  font-weight: 400;
  line-height: 27px;
}

.services-right .dot {
  vertical-align: middle;
  margin-right: 12px;
  width: 10px !important;
}

.margin-right-140 {
  margin-right: -140px;
  margin-left: 0px !important;
  z-index: 1;
}

.margin-bottom-100 {
  margin-bottom: 100px;
  margin-top: 115px;
}

.padding-bottom-100 {
  padding-bottom: 190px;
}

/* inner our services end */
/* inner contact us start */
.inner-contact-main {
  /* background-image:url(../images/cont-f-bg.jpg);*/
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-top: 115px;
  /* background-image:url(../images/inn-our-services.jpg);*/
  /* padding:175px 0 95px 0;height:350px;*/
  float: left;
}

/* ---ishwar-7-12-20--- */
.contact-left {
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
  float: left;
}

.contact-left .content ul {
  margin: 0 0 0 0;
}

.contact-left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-left ul li {
  margin-bottom: 35px;
  color: #262222;
  font-size: 18px;
  font-weight: 400;
}

/* ---ishwar-7-12-20--- */
.contact-left ul li .icon {
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle;
}

.contact-left .add {
  display: inline-block;
  vertical-align: middle;
}

.contact-left h4 {
  color: #cd9e5c;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-left p {
  line-height: 28px;
}

.contact-right {
  width: 100%;
  height: 970px;
  right: 0;
  padding: 100px 0 150px 0;
  background-color: transparent;
  background-image: url(../images/contact-form-bg.jpg);
  background-size: 77%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  float: right;
}

/* ---ishwar-7-12-20---/*.contact-right img{width:100%;border:2px #e9d4b7 solid;}
*/
.contact-right .pop-color {
  width: 100%;
  border-radius: 50%;
  float: left;
  display: flex;
  /* padding:200px 100px;*/
  justify-content: center;
  flex-flow: row wrap;
  position: absolute;
  top: 150px;
}

.contact-right .pop-color h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #cea060;
  text-align: center;
}

.contact-right .pop-color h2 {
  width: 100%;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 48px 20px 20px 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-bottom: solid 1px #ced4da;
}

.contact-right .pop-color .popup-Sub-btn {
  padding: 21px 48px;
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  display: inline-block;
  line-height: 0px;
  color: #000;
  border-radius: 25px;
  margin-left: 50px;
  vertical-align: baseline;
  font-size: 14.31px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.contact-right .pop-color form {
  margin-top: 60px;
  padding: 0px 80px;
  width: 100%;
  max-width: 900px;
}

.container-contact-gettuch {
  width: 100%;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 100px 0 138px 0;
  height: 100%;
  background-repeat: no-repeat;
  float: left;
  /* margin-top:100px;*/
}

.container-contact-gettuch h2 {
  font-size: 42px;
  color: #000;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

/* inner contact us end */
/* inner menu start */
.inner-menu-main {
  padding-left: 0px;
  padding-bottom: 90px;
  width: 100%;
  /* background-image:url(../images/menu-bg-2.jpg);*/
  /* background-size:cover;*/
  background-position: bottom;
  background-repeat: no-repeat;
  /* padding:175px 0 95px 0;height:350px;*/
  background-color: #fff;
  float: left;
}

/* ---ishwar-7-12-20--- */
/* Style the tab */
.tab {
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}

.tab h5 {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 400;
}

.tab img {
  height: 32px;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background-color: transparent;
  padding: 30px 51px 0px 51px;
}

.tab .aa {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  background-image: url(../images/sp.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
}

.tab .bb {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  background-image: url(../images/sd.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
}

.tab .cc {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  background-image: url(../images/sm.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
}

.tab .dd {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  background-image: url(../images/ws.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
}

.tab .ee {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  background-image: url(../images/pm.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
  color: #58066a;
}

/* Create an active/current tablink class */
.tab .aa.active {
  background-image: url(../images/sp-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
}

.tab .bb.active {
  background-image: url(../images/sd-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
}

.tab .cc.active {
  background-image: url(../images/sm-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
}

.tab .dd.active {
  background-image: url(../images/ws-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
}

.tab .ee.active {
  background-image: url(../images/pm-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  padding: 0 0 260px 0;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.menu-img-sec {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.menu-img-sec .menu-bg-sec {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background-image: url(../images/menu-bg.png);
  /* background-size:cover;*/
  background-position: top;
  background-repeat: no-repeat;
  padding: 175px 0 295px 0;
  height: auto;
  position: relative;
}

.menu-img-sec .menu-bg-sec .menu-heading {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 26px;
}

.menu-img-sec .menu-bg-sec .menu-heading h3 {
  color: #333333;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
}

.menu-img-sec .menu-bg-sec .menu-cont {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 {
  width: 100%;
  float: left;
  padding-bottom: 59px;
}

.menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 h2 {
  color: #cd9d5b;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 p {
  color: #333333;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}

/*---ishwar-12-8-20---*/
/*---s-work---*/
.item .box {
  width: 100%;
  float: left;
  background-color: #fdf0dd;
}

.overlay {
  position: fixed;
  z-index: 5;
  height: 100%;
  /*background-color:rgba(241,241,241,0.8);*/
  display: none;
}

.revGallery-anchor:hover .overlay {
  display: block !important;
  height: 300px;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 130px;
  z-index: 999;
}

.header .menuwrap {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  top: 0;
  height: 100%;
  width: 350px;
  /*width:590px;*/
  overflow: auto;
  transition: .25s;
  z-index: 999;
  right: 0;
  text-align: left;
  right: -850px;
  opacity: 0;
  transition: all .35s ease 0s;
}

/*---ishwar-16-12-20---*/
.header .menuwrap .menuhead {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
}

.header .menuwrap .closebtn {
  padding-right: 10px;
}

.header .menuwrap .closebtn svg {
  fill: #888888;
  width: 35px;
}

.header .menuwrap .menudiv {
  display: flex;
  justify-content: flex-start;
  padding: 20px 32px;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}

.header .menuwrap .menudiv .socialmenu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  /*padding-right:135px;*/
  padding-right: 35px;
}

/*---ishwar-16-12-20---*/
.header .menuwrap .menudiv .socialmenu h3 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 80px;
  font-weight: 500;
}

.header .menuwrap .menudiv .socialmenu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex-direction:column;*/
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.header .menuwrap .menudiv .socialmenu ul li {
  
}
.header .menuwrap .menudiv .socialmenu ul li span {
  font-weight: 600;
  font-size: 20px;
  color: #c0c0c0;
}

.header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
  padding-bottom: 214px;
}

.header .menuwrap .menudiv .socialmenu ul li a {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .menuwrap .menudiv .socialmenu .bookbtn {
  font-size: 14px;
}

.header .menuwrap .menudiv .socialmenu .bookbtn button {
  outline: none;
  border: none;
  background: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 40px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Raleway';
}

.header .menuwrap .menudiv .socialmenu .email {
  margin-bottom: 60px;
}

.header .menuwrap .menudiv .socialmenu .email h3 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 20px;
  font-weight: 500;
}

.header .menuwrap .menudiv .socialmenu .email h2 {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  font-weight: 600;
}

.header .menuwrap .menudiv .socialmenu .email h2 a {
  color: #000000;
}

.header .menuwrap .menudiv .pagemenu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  float: left;
}

/*---ishwar-18-12-20---*/
.header .menuwrap .menudiv .pagemenu h3 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 70px;
  font-weight: 500;
}

.header .menuwrap .menudiv .pagemenu ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.header .menuwrap .menudiv .pagemenu ul li {
  padding-bottom: 30px;
}

.header .menuwrap .menudiv .pagemenu ul li a {
  /*font-size:40px;*/
  font-size: 27px;
  color: #000000;
  transition: all 0.8 ease;
  font-weight: 300;
  text-decoration: none;
}

.header .menuwrap .menudiv .pagemenu ul li a:hover {
  color: #d8b178;
}

/* section 1 */
.contentwrap {
  margin: 30px 0;
}

.contentwrap .wrapper {
  display: inline-block;
}

.contentwrap .wrapper .section1 .headtext {
  padding-bottom: 25px;
}

.contentwrap .wrapper .section1 .headtext h2 {
  font-size: 30px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}

.contentwrap .wrapper .section1 .headimg {
  padding-bottom: 25px;
}

.contentwrap .wrapper .section1 .headsubtext {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentwrap .wrapper .section1 .headsubtext p {
  font-size: 14px;
  color: #8d8d8d;
  font-family: 'Hind Siliguri';
  font-weight: 400;
  padding: 0 10px;
}

.contentwrap .wrapper .section1 .headsubtext i {
  color: #372e2e;
}

/* section 2 */
.contentwrap .wrapper .section2 {
  padding: 10px 0;
}

.contentwrap .wrapper .section2 .div1 h2 {
  font-size: 20px;
  color: #1f1f1f;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-weight: 700;
}

.contentwrap .wrapper .section2 .div1 p {
  font-size: 16px;
  color: #333333;
  padding-bottom: 60px;
  font-weight: 300;
}

.contentwrap .wrapper .section2 .div1 img {
  padding-bottom: 50px;
}

.contentwrap .wrapper .section2 .div2 p {
  font-size: 16px;
  color: #333333;
  padding-bottom: 40px;
  font-weight: 300;
}

.contentwrap .wrapper .section2 .div2 img {
  padding-bottom: 90px;
}

.contentwrap .wrapper .section2 .centline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 140px;
}

.contentwrap .wrapper .section2 .centline span {
  height: 1px;
  background: #ececec;
  width: 100%;
}

.contentwrap .wrapper .section2 .div3 {
  display: flex;
  justify-content: space-between;
  padding: 55px 135px;
  align-items: center;
}

.contentwrap .wrapper .section2 .div3 .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 805px;
  padding: 0 20px;
}

.contentwrap .wrapper .section2 .div3 .post h3 {
  font-size: 20px;
  color: #000000;
  padding-bottom: 24px;
  font-weight: 600;
}

.contentwrap .wrapper .section2 .div3 .post p {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.contentwrap .wrapper .section2 .div3 .post .leftpost {
  text-align: left;
}

.contentwrap .wrapper .section2 .div3 .post .rightpost {
  text-align: right;
}

.contentwrap .wrapper .section2 .div4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 217px;
}

.contentwrap .wrapper .section2 .div4 .social {
  width: 25%;
  float: left;
}

.contentwrap .wrapper .section2 .div4 .social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contentwrap .wrapper .section2 .div4 .social ul li {
  padding-right: 30px;
}

.contentwrap .wrapper .section2 .div4 .social ul li i {
  font-size: 15px;
}

.contentwrap .wrapper .section2 .div4 .centreline {
  width: 60%;
  border: 1px dashed #888888;
}

.contentwrap .wrapper .section2 .div4 .share {
  width: 15%;
  text-align: right;
  font-size: 16px;
}

.contentwrap .wrapper .section2 .div5 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 52px 217px;
}

.contentwrap .wrapper .section2 .div5 ul li {
  padding: 10px 28px;
  background: #f2f2f2;
  margin-right: 15px;
}

.contentwrap .wrapper .section2 .div5 ul li a {
  font-size: 14px;
  font-weight: 400;
}

.contentwrap .wrapper .section2 .div6 {
  padding: 95px 0;
}

.contentwrap .wrapper .section2 .div6 h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contentwrap .wrapper .section2 .div6 ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.contentwrap .wrapper .section2 .div6 ul li {
  width: calc(33.33% - 25px);
  display: inline-block;
  margin-bottom: 70px;
}

.contentwrap .wrapper .section2 .div6 ul li .box .imgbox {
  font-size: 0;
}

.contentwrap .wrapper .section2 .div6 ul li .box .imgbox img {
  width: 100%;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: #fff;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox .leftb {
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 5px;
  text-align: center;
  width: 20%;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox .leftb h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0%;
  font-weight: 700;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox .leftb p {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox .rightb {
  padding-left: 5px;
  width: 80%;
}

.contentwrap .wrapper .section2 .div6 ul li .box .textbox .rightb h3 {
  font-size: 16px;
  color: #372e2e;
  text-transform: none;
  margin-bottom: 0%;
  font-weight: 500;
}

/* footer */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 130px;
  margin-bottom: 25px;
}

.footer .menuitems ul {
  display: flex;
  justify-content: flex-start;
}

.footer .menuitems ul li {
  font-size: 12px;
  padding: 0 10px;
  border-right: 1px solid #727272;
  color: #727272;
  font-weight: 300;
}

.footer .menuitems ul li a {
  color: #727272;
}

.footer .menuitems ul li:last-child {
  border-right: none
}

.footer .menuitems ul li:first-child {
  padding-left: 0px;
}

.footer .tagline {
  float: left;
}

.footer .tagline p {
  font-size: 17px;
  color: #222222;
  font-weight: 300;
}

.footer .brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .brand h3 {
  font-size: 14px;
}

.footer .brand ul {
  display: flex;
  justify-content: flex-start;
  vertical-align: center;
}

.footer .brand ul li {
  align-items: center;
  display: flex;
  font-weight: 700;
  padding-right: 20px;
}

.footer .brand ul a {
  font-size: 14px;
  text-decoration: none;
  color: #cfa161;
  height: 87px;
  width: 100px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer .brand ul a li {
  font-size: 14px;
  color: #cfa161;
  height: 87px;
  width: 100px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

.footer .brand ul a li:first-child {
  font-size: 17px;
  color: #cd9e5c;
  height: 87px;
  width: 100px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  font-weight: 500;
}

.footer .brand ul a li:nth-child(2) {
  position: relative;
  top: -20px;
}

.footer .brand ul a li:nth-child(3) {
  position: relative;
  top: -20px;
}

.footer .brand ul a li:nth-child(4) {
  position: relative;
  top: -20px;
  margin-right: 0%;
}

/* Blog Page */
.marbottom {
  margin-bottom: 0% !important;
}

.paddtop {
  padding-top: 0% !important;
}

/* Custom select button */
.contentwrap .wrapper .section1 .custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 140px;
  top: -63px;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 15px;
  font-weight: normal;
  color: #3c3c3c;
  font-family: 'Muli';
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 30px;
  outline: none;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ececec;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-options .custom-option {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Muli';
  color: #3c3c3c;
  cursor: pointer;
  transition: all 0.5s;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-options .custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-options .custom-option.selected {
  color: #000;
  background-color: #ececec;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-select__trigger .arrow {
  position: relative;
  height: 10px;
  width: 10px;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-select__trigger .arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-select__trigger .arrow::before {
  left: -4px;
  transform: rotate(305deg);
  background-color: #394a6d;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select .custom-select__trigger .arrow::after {
  left: 4px;
  transform: rotate(-305deg);
  background-color: #394a6d;
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select.open .custom-select__trigger .arrow::before {
  left: -4px;
  transform: rotate(-305deg);
}

.contentwrap .wrapper .section1 .custom-select-wrapper .custom-select.open .custom-select__trigger .arrow::after {
  left: 4px;
  transform: rotate(305deg);
}

.event-sec-in h3 {
  color: #cd9e5c;
}

/*.owl-item{margin-right:30px !important;}
*/
/*.container-team{max-width:1170px !important;width:100%;}
*/
/*.owl-carousel .owl-stage-outer{padding:0px 71px;}
*/
/* ---ishwar-11-12-20--- */
.our-team-sec {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.our-team-sec .our-team-sec-in {
  width: 100%;
  float: left;
  max-width: 1100px;
}

.our-team-sec .our-team-sec-in .team-heding {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.our-team-sec .our-team-sec-in .team-heding h3 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.our-team-sec .our-team-sec-in .team-slid {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.our-team-sec .our-team-sec-in .team-slid .item {
  width: calc(33.33% - 80px);
  float: left;
  margin-right: 25px;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 {
  width: 100%;
  float: left;
  display: inline-block;
  justify-content: space-between;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 .img-sec {
  width: 100%;
  float: left;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 .img-sec img {
  max-width: 100%;
  float: left;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 .cont-sec {
  width: 100%;
  float: left;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 .cont-sec h2 {
  font-size: 22px;
  padding: 25px 0px 15px 0px;
  color: #201e1e;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.our-team-sec .our-team-sec-in .team-slid .item .slid-1 .cont-sec h3 {
  font-size: 16px;
  padding: 0px 0px 15px 0px;
  color: #5e5e5e;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}



/*---ishwar-12-8-20---*/
.inner-menu-main .mar-bt {
  margin-bottom: 40px;
}

.menu-bg .left {
  font-size: 24px;
  font-weight: 600;
  color: #cd9d5b;
  text-transform: uppercase;
}

.menu-bg .right {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

.menu-bg .mt-80 {
  margin-top: 80px;
}

.menu-bg h3 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin: 80px auto 0;
  padding-bottom: 34px;
  border-bottom: 1px dashed #cd9d5c;
  width: 65%;
}

.container-menu-gettuch {
  width: 100%;
  background-image: url(../images/menu-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 130px 0 130px 0;
  margin-top: 100px;
  float: left;
}

.container-menu-gettuch h2 {
  font-size: 42px;
  color: #000;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.container-fluid-gettuch .btn-primary {
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  text-transform: uppercase;
  border: 0;
  padding: 15px 60px;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 40px !important;
  color: #000;
}

.container-menu-gettuch .btn-primary {
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  text-transform: uppercase;
  border: 0;
  padding: 15px 60px;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 40px !important;
  color: #000;
}

/* inner menu end */
/* gallery start */
.inner-gallery-main {
  padding-left: 0px;
  padding-bottom: 70px;
  width: 100%;
  float: left;
}

.all .aa.is-checked {
  background-image: url(../images/all-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .aa {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/all.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300;
}

.all .bb.is-checked {
  background-image: url(../images/fod-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .bb {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/fod.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300 !important;
}

.all .cc.is-checked {
  background-image: url(../images/special-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .cc {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/special.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300;
}

.all .dd.is-checked {
  background-image: url(../images/decor-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .dd {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/decor.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300;
}

.all .ee.is-checked {
  background-image: url(../images/hos-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .ee {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/hos.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300;
}

.all .ff.is-checked {
  background-image: url(../images/bev-b.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #58066a;
}

.all .ff {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url(../images/bev.png);
  background-repeat: no-repeat;
  background-position: top;
  color: #cea061;
  font-weight: 300;
}

/* .overlay{position:absolute;bottom:0;color:#f1f1f1;width:100%;transition:.5s ease;color:white;font-size:20px;padding:40px 0 20px 0;text-align:center;background-image:linear-gradient(to bottom,rgba(255,0,0,0),rgba(255,255,255,1));background-color:#f1f1f1bd;}
*/
/*---ishwar-16-12-20---*/
.overlay {
  position: fixed;
  z-index: 5;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.8);
  display: none;
  width: 100%
}

.overlay h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  position: absolute;
  bottom: 92px;
  left: 30%;
}

/*---ishwar-15-12-20---*/
.overlay p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  position: absolute;
  top: 221px;
  left: 37%;
}

/*---ishwar-15-12-20---*/
.revGallery-anchor:hover .overlay {
  opacity: 1;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.revGallery-anchor:hover .middle {
  opacity: 1;
}

.text {}

.inkwell {
  position: relative;
  -webkit-filter: none !important;
  filter: none !important;
}

.revGallery-anchor,
.gal-overlay,
.nak-gallery-poster {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.revGallery-anchor {
  overflow: hidden;
  position: relative;
  width: calc(100% / 4);
  display: block;
  float: left;
  border: 1px solid #e9e9e9;
}

.gal-overlay {
  display: block;
  width: 100%;
  height: 100%;
  /* background:rgba(27,27,27,0.6);*/
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}

.revGallery-anchor:hover .gal-overlay {
  background: rgba(27, 27, 27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster {
  padding-bottom: 100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive {
  display: none;
}

.all {
  padding: 80px 0 25px 0;
  margin: auto;
}

.all .button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 50px 50px 0px 50px;
  background-color: transparent;
}

.all .button:hover {
  color: #58066a;
}

.all .button:active,
.button.is-checked {}

.all .button.is-checked {
  color: #000;
}

.all .button:active {
  /* box-shadow:inset 0 1px 10px hsla(0,0%,0%,0.8);*/
}

.revGallery-anchor-width1 {
  width: 40%
}

.revGallery-anchor-width2 {
  width: 30%
}

.revGallery-anchor-width3 {
  width: 20%
}

.nak-gallery-height1 {
  padding-bottom: 400px
}

.nak-gallery-height2 {
  padding-bottom: 300px
}

.nak-gallery-height3 {
  padding-bottom: 200px
}

.preloader {
  display: none;
}

.preloaderStyle {
  background: red;
  width: 100%;
  height: 100px;
}

.cont-size {
  max-width: 773px;
  width: 100%;
}

/* ---ishwar-7-12-20--- */
.map-cont {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 0px 0px 50px 0px;
}

.map-cont img {
  max-width: 100%;
  float: left;
}

/* gallery end */
/*---home-foot-24-11-20---*/
/*---get-popup---*/
.get-popup {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.pop-up-bg {
  max-width: 1580px;
  width: 100%;
  background-image: url(../images/pop-up-bg.jpg);
  background-size: cover;
  background-position: center;
  display: inline-block;
  justify-content: center;
  margin-top: -36px;
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.pop-up-bg .pop-color {
  width: 100%;
  max-width: 900px;
  border-radius: 50%;
  float: left;
  display: flex;
  padding: 200px 100px;
  justify-content: center;
  flex-flow: row wrap;
  background-color: #fff;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.pop-up-bg .pop-color h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #cea060;
  text-align: center;
}

.pop-up-bg .pop-color h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 48px 20px 20px 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-bottom: solid 1px #ced4da;
  margin-bottom: 18px;
}

.pop-up-bg .pop-color .popup-Sub-btn {
  padding: 21px 48px;
  background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
  display: inline-block;
  line-height: 0px;
  color: #000;
  border-radius: 25px;
  margin-left: 50px;
  vertical-align: baseline;
  font-size: 14.31px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.top-btn {
  margin-top: 50px !important;
}

/*---get-popup---*/
/* modular..................................................................... */
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
  width: 100% !important;
  z-index: 9999;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 100vh;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 50%;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  z-index: 99999;
}

.maintext {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

/* body{background:url('bg.jpg');}
*/
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}

#popupfoot {
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  padding: 10px 20px;
}

#popupfoot a {
  text-decoration: none;
}

.agree:hover {
  background-color: #D1D1D1;
}

.popupoption:hover {
  background-color: #D1D1D1;
  color: green;
}

.popupoption2:hover {
  color: red;
}

/* AMIT CSS 22-09-2020*/
.popVideo {
  width: 100%;
  display: inline-block;
}

.popVideo .popWrap {
  width: 100%;
  float: left;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-wrap {
  z-index: 999999 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #cea060 !important;
  /*background:#fff;*/
  font-size: 0px !important;
  opacity: 1 !important;
  width: 100px !important;
  height: 100px !important;
  line-height: 100px !important;
}

.mfp-close-btn-in .mfp-close::before {
  content: ' ';
  position: absolute;
  top: 40%;
  left: 57%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/b-close-icon.png) no-repeat center center;
}

/* .mfp-content{max-width:1200px;}
*/
.homeBody {
  overflow: hidden;
}

.videoFullWidth {
  width: 100%;
  float: left;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}

/*---ishwar-12-11-20---*/
.rotateParticle {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent !important;
}

.player-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.player-wrapper .player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

video {
  object-fit: cover !important;
}

/* .video-js .vjs-tech{z-index:5 !important;}
*/
.video-js .vjs-big-play-button::before {
  display: none;
}

.video-js .vjs-big-play-button {
  background: url(../images/playicon.png) no-repeat center center/cover !important;
  width: 68px !important;
  height: 68px !important;
  top: 82% !important;
  left: 50% !important;
  transform: translateX(-50%);
  border: none !important;
  background-color: none !important;
  background-color: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-poster {
  background-size: cover !important;
  cursor: default !important;
  background-position: center center !important;
}

a.skipBtn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border: 1px solid #096d78;
  color: #096d78;
  padding: 8px 40px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
}

a.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #fff;
}

a.closeBtn::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 28px;
  height: 32px;
  background: url(../images/close-ico.png) no-repeat center center;
}

.scrolled-nav .site-title img {
  width: 100%;
}

/* top arrow start */
#t-button {
  display: inline-block;
  background-color: #cd9e5c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#t-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#t-button:hover {
  cursor: pointer;
  background-color: #ebcfa4;
}

#t-button:active {
  background-color: #555;
}

#t-button.show {
  opacity: 1;
  visibility: visible;
}

/* navbar regular css start ..........................................................................................................*/
.navbar-area {
  background: #fff;
  border-bottom: 1px solid #fff;
  display: none;
}

/* ---ishwar-7-12-20--- */
.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

a.site-logo img {
  width: 115px;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li a {
  color: #666;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, .1);
}

/* navbar regular css end */
/* nav-toggler css start */
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #000;
  display: block;
  transition: .3s;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */
/* mobile breakpoint start */
/* navbar regular css end ..........................................................................................................*/
.list-services {
  width: 100%;
}

.list-services li {
  width: calc(25% - 12px);
}

.list-card-img img {
  max-width: 100%;
}

.list-card {
  position: relative;
  text-align: center;
}

.list-card a .list-card-img {
  position: relative;
  transition: all .5s ease-in-out;
}

.list-card a .list-card-img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-card a:hover .list-card-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(200, 145, 65, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-card-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 100%;
  padding: 0 50px;
}

.list-card-icon {
  margin-bottom: 30px;
}

.list-card-txt h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.list-card-txt p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}


/* 26-10-23 */

.sidemenu{display: none;}
.cont-sec{width: 100%; float: left; display: flex; justify-content: center; padding: 2% 0;}
.cont-sec-in{width: 100%; max-width:1290px; float: left;}

.cont-left{width: calc(50% - 20px); float: left;}
iframe {width:480px; height:350px;}
.cont-right{width: calc(100% - 0px); float: left;display: flex;justify-content: space-between;}
.cont-1{float: left; display: flex; justify-content: flex-start; margin-bottom:25px;}
.cont-img{width: 70px;float: left;}
.cont-img img{width: 100%; max-width: 100%; float: left; padding-right: 20px; }
.cont-text{width: 100%; float: left;}
.cont-text h2{color:#cd9e5c;font-size:20px;font-weight:500;margin-bottom:5px;}
.cont-text p{color:#262222;font-size:20px;font-weight:400;}
.cont-text a{color:#262222; text-decoration: none; font-size:20px;font-weight:400;}

.info-list{width: calc(50% - 20px); display: flex; justify-content: end;}
.info-list-in{display: flex; }
.info-list-in li{padding: 0px 20px;}
.info-list-in li a{padding-left:8px; text-decoration: none; font-size:18px; color: #fff;}


.follow-us{font-size: 13px;color: #000 !important;font-weight: 500;}
.follow-us i{font-size: 18px;color: #000 !important;}
.down-btn{width: 100%;float:left;display:flex;align-items:center;justify-content:center;margin-top:-60px;position:relative;z-index:1;}


@media screen and (max-width:1537px) {
  .event-sec-in {
    margin-top: 185px;
  }

  .bg {
    background-size: cover;
  }

  .owl-theme .owl-dots {
    right: 4%;
  }

  .nav {
    padding: 0 50px;
  }

  .container-fluid-banner h3 {
    width: 150px;
  }

  .container-fluid-banner h2 {
    margin-bottom: 25px;
  }

  .container-fluid-banner h1 {
    margin-bottom: 23px;
  }

  .container-fluid-about {
    padding: 118px 0px;
  }

  .loading-circle {
    bottom: -28.55%;
  }

  .inner-fluid-banner-main {
    background-size: contain;
  }

  .gettuch-main .mtm-10 {
    margin-top: 10px !important;
  }

  .gettuch-main {
    padding: 50px 100px 50px 100px;
  }

  .container {
    max-width: 1350px;
  }
}

@media screen and (max-width:1440px) {
  .pop-up-bg {
    max-width: 1280px;
    height: 92vh;
  }

  .pop-up-bg .pop-color {
    padding: 150px 100px;
  }

  .inner-our-main .inn-mission {
    padding: 30px 65px 30px 130px;
  }

  .footer .tagline p {
    font-size: 13px;
  }

  .loading-circle {
    bottom: -25.55%;
  }

  .card1 h4 {
    font-size: 20px;
  }

  .container {
    max-width: 1200px;
  }

  /*--ishwar-9-11-20--*/
  .about-left {
    padding: 178px 45px 125px 0px
  }

  /*---ishwar-12-11-20---*/
  .services-right-1 {
    padding: 50px 0 40px 0;
  }

  /*--ishwar-9-11-20--*/
  .catering-top {
    padding: 39px 0 40px 0;
  }

  /*--ishwar-9-11-20--*/
  .about-left p {
    line-height: 25px;
  }

  /*---ishwar-12-11-20---*/
  .about-left h3 {
    font-size: 40px;
  }

  /*---ishwar-12-11-20---*/
  .inner-ourteam-main .owl-theme .owl-nav {
    left: -10%;
  }

  .inner-ourteam-main .owl-theme .owl-dots {
    left: -11%;
  }

  .inner-fluid-banner {
    padding: 155px 0 0px 0;
  }

  /* ---ishwar-7-12-20--- */
  .event-sec-in {
    width: 486px;
    margin-top: 200px;
    margin-left: 4px;
  }

  /* ---ishwar-7-12-20--- */
  .event-sec-in h4 {
    font-size: 30px;
  }

  .event-sec-in h3 {
    font-size: 20px;
    color: #be8c47
  }

  /*.inner-ourteam-main .owl-carousel .owl-nav button.owl-prev{left:74px;}
.inner-ourteam-main .owl-carousel .owl-nav button.owl-next{right:52px;}
*/
  /* ---ishwar-11-12-20--- */
  /*.inner-ourteam-main .owl-carousel{display:none;width:90%;}
*/
  /*.inner-ourteam-main{width:95%;}
*/
}

@media screen and (max-width:1280px) {
  .container {
    max-width: 1200px;
    padding: 0px 30px;
  }

  /*--ishwar-9-11-20--*/
  .event-sec-in {
    width: 348px;
    padding: 87px 0px;
    margin-top: 235px;
  }

  /* ---ishwar-7-12-20--- */
  .nav {
    padding: 0 25px;
  }

  .nav-list li {
    padding-left: 6px;
    font-size: 14px;
  }

  .inquire-btn {
    font-size: 14px;
    padding: 18px 26px;
  }

  .site-title {
    width: 135px;
  }

  .scrolled-nav .site-title {
    margin-left: 20px;
  }

  .inquire-btn {
    font-size: 16px;
  }

  .loading-circle {
    bottom: -19%;
  }

  .gettuch-main {
    padding: 40px 100px 51px 100px;
  }

  .box-left p {
    font-size: 14px;
  }

  .box-left h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .box-left ul li {
    font-size: 15px;
  }

  .box-left-2 p {
    font-size: 14px;
  }

  .box-left-2 h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .box-left-2 ul li {
    font-size: 15px;
  }

  .inner-fluid-banner {
    padding: 0px 0 0px 0;
  }

  /* ---ishwar-7-12-20--- */
  .inner-ourteam-main {
    width: 100%;
  }
  .cont-sec-in{max-width: 1070px;}

  /*.owl-carousel .owl-stage-outer{padding:0px 70px;}
.container-team{max-width:1028px !important;width:100%;}
}
*/
  /* ---ishwar-11-12-20--- */


}

@media screen and (min-width:1950px) {
  .event-sec-in {
    margin-top: 50px;
  }

  .container-fluid-gettuch {
    padding: 150px 0 190px 0;
    margin-top: 250px;
  }

  .owl-theme .owl-nav {
    right: -5%;
  }

  .owl-theme .owl-dots {
    right: 2.5%;
  }

  .container-menu-gettuch {
    padding: 250px 0 340px 0;
  }

  .container-contact-gettuch {
    padding: 60px 0 280px 0;
  }

  .inner-fluid-banner-main {
    background: url(../images/services_bg-1.jpg) center top no-repeat, url(../images/services_bg-2.jpg) center bottom no-repeat;
    /* background-image:url(../images/inn-our-services.jpg);*/
    background-size: cover;
  }
}

@media screen and (max-width:1440px) {
  .inner-fluid-banner {
    padding: 0px 0 0px 0;
  }

  .all {
    padding: 30px 0 25px 0;
  }

  .inner-fluid-banner h2 {
    margin-top: 22px;
  }

  .footer {
    padding: 10px 30px;
  }

  /*---ishwar-12-12-20---*/
  .padding-bottom-100 {
    padding-bottom: 18px;
  }

  .margin-bottom-100 {
    margin-bottom: 52px;
    margin-top: 72px;
  }

  .container {
    max-width: 1210px;
  }

  /* ---ishwar-7-12-20--- */
  .container-fluid-banner h3 {
    margin-bottom: 18px;
  }

  /* ---ishwar-7-12-20--- */
  .container-fluid-banner h2 {
    margin-bottom: 10px;
    font-size: 31px;
  }

  /* ---ishwar-7-12-20--- */
  .container-fluid-banner h1 {
    margin-bottom: 18px;
    font-size: 31px;
  }

  /* ---ishwar-7-12-20--- */
  li.animated .icon img {
    max-width: 80%;
  }

  .contact-left ul li .icon {
    margin-right: 7px;
  }

  /* ---ishwar-7-12-20--- */
  .contact-right {
    background-size: 90%;
  }

  .contact-right .pop-color {
    padding: 160px 72px;
  }

  /* ---ishwar-7-12-20--- */
  .contact-right .pop-color {
    top: 0px;
    right: 0;
  }

  .header {
    padding: 10px 30px;
  }

  .footer {
    padding: 10px 30px;
  }
}

@media screen and (max-width:1600px) {
  .header {
    padding: 10px 90px;
  }

  .event-sec-in {
    margin-top: 180px;
  }

  .footer {
    padding: 10px 90px;
  }

  .header .menuwrap .closebtn {
    padding-right: 10px;
  }

  .header .menuwrap .menudiv {
    padding: 15px 100px;
  }

  .header .menuwrap .menudiv .socialmenu h3 {
    padding-bottom: 50px;
  }

  .header .menuwrap .menudiv .pagemenu h3 {
    padding-bottom: 50px;
  }

  .header .menuwrap .menudiv .pagemenu ul li {
    padding-bottom: 30px;
  }

  .header .menuwrap .menudiv .pagemenu ul li a {
    font-size: 40px;
  }

  .header .menuwrap .menudiv .socialmenu ul li {
    padding-bottom: 30px;
  }

  .header .menuwrap .menudiv .socialmenu ul li a {
    font-size: 14px;
  }

  .header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
    padding-bottom: 250px;
  }

  .header .menuwrap .menudiv .socialmenu .email h3 {
    font-size: 14px;
  }

  .header .menuwrap .menudiv .socialmenu .email h2 {
    font-size: 16px;
  }

  .header .menuwrap .menudiv .socialmenu .bookbtn button {
    padding: 14px 35px;
  }
}

@media screen and (max-width:1400px) {
  .owl-theme .owl-nav {
    margin-top: 70px;
  }

  .overlay h4 {
    left: 22%;
    text-align: center;
  }

  .overlay p {
    left: 32%;
    text-align: center;
  }

  .inner-fluid-banner {
    padding: 0px 0 0px 0;
  }

  /* #global-nav{line-height:78px;}
*/
  .site-title img {
    width: 74%;
  }

  .nav-list li {
    font-size: 15px;
  }

  .inquire-btn {
    font-size: 16px;
  }

  .container-fluid-gettuch {
    padding: 25px 0 130px 0;
    margin-top: 110;
  }

  .about-round {
    padding: 38px 30px;
    font-size: 13px;
  }

  .video-js .vjs-big-play-button {
    width: 50px !important;
    height: 50px !important;
  }

  a.skipBtn {
    bottom: 14px;
    padding: 6px 36px;
  }

  a.closeBtn {
    width: 85px;
    height: 85px;
  }

  .container-menu-gettuch {
    margin-top: 0px;
  }

  .about-left h3 {
    margin-bottom: 10px;
  }

  .about-right {
    padding: 100px 0 70px 0;
  }

  .inner-our-main h4 {
    margin: 86px 0 28px 0;
    font-size: 35px;
  }

  /*---ishwar-12-11-20---*/
  .inner-our-main .our-mission {
    padding-bottom: 26px;
  }

  .inner-our-main .our-vision {
    padding-bottom: 0px;
  }

  /* .inner-fluid-banner h2{margin-top:128px;}
*/
  .get-bg {
    width: 60%;
    left: 20%;
  }

  /*---ishwar-18-11-20---*/
  .owl-theme .owl-nav {
    right: 0%;
  }

  /*---ishwar-18-11-20---*/
  .pop-up-bg .pop-color {
    max-width: 860px;
    padding: 190px 79px;
    top: -130px;
  }

  .pop-up-bg {
    max-width: 1170px;
    margin-top: 4px;
  }

  .form-control {
    padding: 38px 20px 20px 50px;
  }

  .top-btn {
    margin-top: 30px !important;
  }

  .mfp-close-btn-in .mfp-close::before {
    width: 38px;
    height: 38px;
    background-size: 25px;
  }

  .name {
    top: 30px;
  }

  .footer .brand ul li:first-child {
    font-size: 11px;
    width: 80px;
    margin-right: 0px;
    display: flex;
    align-items: center;
  }

  .footer .brand ul li {
    font-size: 12px;
    width: 80px;
    margin-right: 34px;
  }

  .footer .tagline p {
    font-size: 13px;
  }

  .box-left p {
    font-size: 13px;
    padding: 0px 9px;
  }

  /*---ishwar-12-12-20---*/
  .box-left-2 p {
    font-size: 13px;
    padding: 0px 9px;
  }

  /*---ishwar-12-12-20---*/
  .box-left-2 h4 {
    margin-bottom: 4px;
  }

  .box-left h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .box-left .head {
    margin-left: 26px;
    margin-bottom: 10px;
  }

  .box-left {
    padding-top: 30px;
    padding-left: 0px;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-prev {
    background-size: cover;
    background-position: right;
    width: 25px;
    height: 45px;
    background: 51%;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-next {
    background-size: cover;
    background-position: right;
    width: 25px;
    height: 45px;
    background: 51%;
  }

  .box-left-2 .head {
    margin-right: 19px;
  }

  .box-left-2 h4 {
    font-size: 18px;
  }

  .about-container {
    width: 100%;
    max-width: 900px;
  }

  /*.owl-carousel .owl-item{margin-right:10px !important;}
*/
  /*---ishwar-a-12-12-20---*/
  .width-container {
    width: 100%;
    max-width: 940px;
  }

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-prev {
    left: -21px;
  }

  .header .menuwrap {
    /*width:680px;*/
    width: 300px;
  }

  /*---ishwar-16-12-20---*/
  .header .menuwrap .menudiv .socialmenu {
    padding-right: 10px;
  }

  /*---ishwar-16-12-20---*/
  .header .menuwrap .menudiv .pagemenu ul li a {
    font-size: 24px;
  }

  .header .menuwrap .menudiv .pagemenu ul li {
    padding-bottom: 10px;
  }

  .header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
    padding-bottom: 90px;
  }

  .header .menuwrap .menudiv .socialmenu .email {
    padding-top: 34px;
  }

  .header .menuwrap .menudiv .pagemenu h3 {
    padding-bottom: 30px;
  }

  .header .menuwrap .menudiv .socialmenu h3 {
    padding-bottom: 43px;
  }

  .header .menuwrap .menudiv {
    padding: 15px 30px;
  }

  .footer .menuitems ul li a {
    color: #727272;
    font-size: 10px;
  }

  .footer .tagline p {
    font-size: 11px;
  }

  .footer .brand ul li:first-child {
    font-size: 11px;
    margin-right: 15px;
  }

  .footer .brand ul a li:first-child {
    margin-left: 10px;
  }

  .owl-theme .owl-nav [class*='owl-'] {
    margin: 30px !important;
  }

  .card1 img {
    max-width: 100%;
    float: left;
  }

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-next {
    right: -94px;
  }

  .header .menuwrap .menudiv .socialmenu ul {
    padding-top: 20px;
  }
}

@media screen and (max-width:1300px) {
  .container-fluid-oursevices {
    margin-bottom: 172px;
  }

  .container-fluid-banner h1 {
    font-size: 38px;
    margin-bottom: 28px;
  }

  .container-fluid-banner h2 {
    font-size: 38px;
  }

  /* ---ishwar-7-12-20--- */
  .inner-Why-ChooseUs-main .mar-left {
    margin-left: 10%;
  }

  /*--ishwar-9-11-20--*/
  .inner-Why-ChooseUs-main h3 {
    font-size: 36px;
    margin: 116px auto 50px auto;
  }

  .inner-Why-ChooseUs-main {
    padding-bottom: 10px;
  }

  .all {
    padding: 30px 0 25px 0;
  }

  .inner-fluid-banner h2 {
    margin-top: 50px;
  }

  .owl-theme .owl-nav {
    right: -2%;
  }

  .container-fluid-banner h3 img {
    max-width: 100%;
  }

  /* ---ishwar-7-12-20--- */
  .pop-up-bg {
    height: 84vh;
  }

  .contact-right .pop-color {
    top: -5px;
    right: 0;
    padding: 170px 92px 100px 92px;
  }

  /* ---ishwar-7-12-20--- */
  .box-left p {
    font-size: 11px;
    line-height: 16px;
  }

  /*---ishwar-12-12-20---*/
  .box-left-2 p {
    font-size: 12px;
    line-height: 16px;
  }

  .card1 h4 {
    font-size: 17px;
  }

  /*---ishwar-a-12-12-20---*/
  .card1 p {
    font-size: 14px;
  }

  .our-team-left h3 {
    padding: 0px 0px 60px 0px;
  }

  .about-left {
    padding: 98px 45px 125px 0px;
  }

  .about-right {
    padding: 70px 0 70px 0;
  }

  .inner-our-main .inn-mission {
    padding: 30px 65px 100px 130px;
  }

  .inner-our-main .inn-vision {
    padding: 30px 130px 100px 50px;
  }

  .footer {
    padding: 10px 30px;
  }

  /*---ishwar-12-12-20---*/
  .container-fluid-gettuch {
    margin-top: 164px;
  }
}

@media screen and (max-width:1100px) {

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-next {
    right: -34px;
  }

  .event-sec-in {
    margin-top: 220px;
  }

  .contentwrap .wrapper .section2 .div2 p br {
    display: none;
  }

  .contentwrap .wrapper .section2 .div6 {
    padding: 29px 0;
  }

  .contentwrap .wrapper .section2 .div5 ul {
    padding: 26px 27px;
  }

  .contentwrap .wrapper .section2 .div4 {
    padding: 0 15px;
  }

  .contentwrap .wrapper .section2 .div3 {
    padding: 55px 0px;
  }

  .contentwrap .wrapper .section2 .div6 ul li {
    width: calc(50% - 25px);
  }

  .wrapper {
    max-width: 900px;
  }

  .footer .tagline p {
    text-align: center;
  }

  /*---ishwar-12-12-20---*/
  .container-fluid-about {
    padding: 30px 0px 50px;
  }

  .container-fluid-about h2 {
    margin-bottom: 18px;
  }

  .container-fluid-gettuch h2 {
    margin-bottom: 32px;
    font-size: 36px;
    margin-top: 15px;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    left: -11%;
  }

  /*--ishwar-9-11-20--*/
  .card1 h4 {
    font-size: 15px;
  }

  .card1 p {
    font-size: 13px;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    top: 84%;
  }

  /*--ishwar-9-11-20--*/
  .inner-ourteam-main .owl-theme .owl-dots {
    top: 84%;
  }

  /*--ishwar-9-11-20--*/
  .our-team-left h3 {
    font-size: 35px;
    margin-top: 125px;
  }

  .inner-ourteam-main .mar-t115 {
    margin-top: 78px;
  }

  .col-xl-2 {
    width: 18% !important;
  }

  .tabcontent {
    padding: 0 0 128px 0;
  }

  .inner-menu-main {
    padding-bottom: 16px;
  }

  .inner-ourteam-main .owl-theme .owl-dots {
    top: 86%;
    left: -12%;
  }

  .our-team-left h3 {
    margin-top: 56px;
  }

  .about-cerk h5 {
    font-size: 14px;
  }

  /*--ishwar-9-11-20--*/
  .our-team-left {
    margin-left: 0px;
    margin-top: 30px;
  }

  /*---ishwar-a-12-12-20---*/
  .services-right-1 {
    padding: 21px 0 40px 0;
  }

  /*--ishwar-9-11-20--*/
  .catering-top {
    padding: 17px 0 40px 0;
  }

  /*--ishwar-9-11-20--*/
  .services-right {
    padding: 30px 35px 40px 40px;
  }

  /*--ishwar-9-11-20--*/
  .inner-fluid-banner {
    padding: 0px 0 42px 0px;
  }

  .contact-left ul li .icon img {
    width: 100%;
  }

  .contact-left p {
    line-height: 20px;
    font-size: 15px;
  }

  .contact-left h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .contact-left ul li .icon {
    margin-right: 4px;
  }

  .contact-left {
    padding: 100px 0 100px 0;
  }

  .about-left {
    padding: 106px 45px 85px 0px;
  }

  .inner-Why-ChooseUs-main .mar-left:nth-child(4) {
    margin-left: 0%;
  }

  .inner-Why-ChooseUs-main .about-cerk:nth-child(5) {
    margin-left: 10%;
  }

  .inner-Why-ChooseUs-main .about-cerk:nth-child(7) {
    margin-left: 0%;
  }

  .inner-our-main .inn-vision {
    padding: 40px 130px 65px 50px;
  }

  .inner-our-main .inn-mission {
    padding: 40px 65px 65px 130px;
  }

  .owl-theme .owl-dots {
    right: 7%;
    top: 94%;
  }

  /*---ishwar-18-11-20---*/
  .owl-theme .owl-nav {
    top: 91%;
  }

  .pop-up-bg {
    max-width: 970px;
    margin-top: -76px;
    height: 45vh;
  }

  .pop-up-bg .pop-color {
    max-width: 860px;
    padding: 190px 79px;
    top: -110px;
  }

  .bg {
    height: 60vh;
  }

  /* ---ishwar-7-12-20--- */
  .contact-right .pop-color {
    padding: 110px 22px 100px 92px;
  }

  .inner-fluid-banner h2 {
    margin-top: 110px;
  }

  /* ---ishwar-7-12-20--- */
  .inner-fluid-banner {
    padding: 110px 22px 100px 22px;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec {
    background-size: 100%;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec .menu-heading {
    padding-top: 6px;
  }

  .contact-right {
    background-size: 100%;
  }

  .contact-left {
    padding: 50px 0 50px 0;
  }

  /* ---ishwar-10-12-20--- */
  .contact-right {
    height: 820px;
  }

  .map-cont img {
    max-width: 94%;
    padding: 50px 0px;
  }

  /* ---ishwar-10-12-20--- */
  .inner-our-main h4 {
    margin: 46px 0 -2px 0;
  }

  .inner-our-main .inn-mission {
    padding: 40px 65px 65px 70px;
  }

  .inner-our-main .inn-vision {
    padding: 40px 40px 65px 50px;
  }

  .inner-ourteam-main .mar-t115 {
    margin-top: 0px;
  }

  .our-team-left h3 {
    margin-top: 0px;
  }

  .inner-ourteam-main {
    width: 89%;
  }

  .inner-ourteam-main .mar-t115 {
    margin-left: 56px
  }

  .our-team-left {
    margin-left: 70px;
  }

  .inner-fluid-banner {
    padding: 0px;
  }

  .inner-fluid-banner h2 {
    margin-top: 40px;
  }

  .about-left {
    padding: 36px 45px 85px 0px;
  }

  .about-right {
    padding: 50px 0 70px 0;
  }

  /*.inner-ourteam-main .owl-theme .owl-nav{top:14%;}
.inner-ourteam-main .owl-carousel .owl-nav button.owl-next{right:32px;}
*/
  /* ---ishwar-11-12-20--- */
  .header {
    padding: 5px 30px;
  }

  .header .menuwrap {
    width: 300px;
  }

  .header .menuwrap .closebtn {
    padding-right: 10px;
  }

  .header .menuwrap .menudiv {
    padding: 25px 30px;
  }

  .header .menuwrap .menudiv .socialmenu {
    padding-right: 40px;
  }

  .header .menuwrap .menudiv .socialmenu h3 {
    padding-bottom: 40px;
  }

  .header .menuwrap .menudiv .socialmenu ul li {
    padding-bottom: 25px;
  }

  .header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
    padding-bottom: 200px;
  }

  .header .menuwrap .menudiv .socialmenu .bookbtn button {
    padding: 12px 30px;
    font-size: 12px;
  }

  .header .menuwrap .menudiv .socialmenu .email h2 {
    font-size: 13px;
    padding-bottom: 8px;
  }

  .header .menuwrap .menudiv .socialmenu .email {
    padding-top: 50px;
  }

  .header .menuwrap .menudiv .pagemenu h3 {
    padding-bottom: 40px;
  }

  .header .menuwrap .menudiv .pagemenu ul li {
    padding-bottom: 18px;
  }

  .header .menuwrap .menudiv .pagemenu ul li a {
    font-size: 25px;
  }

  .header .menuwrap .closebtn svg {
    width: 25px;
  }

  .footer {
    align-items: center;
    padding: 10px 130px;
    flex-flow: row wrap;
    padding: 10px 50px;
  }

  .footer .menuitems {
    width: 50%;
    order: 1;
  }

  .footer .menuitems ul {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer .tagline {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }

  .footer .brand {
    width: 50%;
    justify-content: center;
    order: 2;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-next {
    height: 35px;
    background: 11%;
  }

  /*---ishwar-12-12-20---*/
  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-prev {
    height: 35px;
    background: 11%;
  }

  .owl-theme .owl-nav {
    top: 100%;
    right: -7%;
  }

  .box-left-2 h4 {
    font-size: 15px;
  }

  .box-left .head {
    margin-left: 15px;
  }

  .box-left-2 p {
    font-size: 10px;
    line-height: 15px;
  }

  .box-left-2 {
    padding-top: 54px;
  }

  .inner-ourteam-main {
    width: 94%;
  }

  /*---ishwar-a-12-12-20---*/
  .inner-ourteam-main .owl-theme .owl-nav {
    top: 14%;
  }

  .revGallery-anchor:hover .overlay {
    height: 170px;
  }

  .overlay p {
    left: 36%;
    top: 126px;
    font-size: 13px;
  }

  .overlay h4 {
    left: 22%;
    bottom: 48px;
    font-size: 16px;
  }
}

@media screen and (max-width:800px) {
  .owl-carousel .owl-item img {
    max-width: 100% !important;
  }

  .wrapper {
    max-width: 680px;
  }

  .contentwrap .wrapper .section2 .div6 ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .footer {
    width: 100%;
  }

  /*---ishwar-12-12-20---*/
  .nav-list li {
    font-size: 11px;
    padding-left: 4px;
  }

  #global-nav {
    line-height: 85px;
  }

  .inquire-btn {
    font-size: 12px;
    margin-left: 18px;
    padding: 16px 22px;
  }

  .nav {
    padding: 0 10px;
  }

  .site-title {
    width: 125px;
  }

  .site-title img {
    width: 60%;
  }

  .about-round {
    width: 160px;
    height: 160px;
    padding: 18px 10px;
    font-size: 12px;
  }

  .box-left {
    width: 100%;
    padding-bottom: 9px;
    padding-top: 10px;
  }

  .box-left-2 {
    width: 100%;
    padding-bottom: 34px;
  }

  .box-right {
    width: 100%;
  }

  .container-fluid-gettuch {
    margin-top: 230px;
  }

  .about-left {
    width: 100%;
    padding: 40px 0 36px 0;
  }

  .about-right {
    padding: 62px 0 15px 112px;
    width: 60%;
  }

  .inner-Why-ChooseUs-main .mar-left {
    margin-left: 1%;
    width: 170px;
    height: 170px;
    margin-bottom: 32px;
    padding: 26px 0px 0 0px;
  }

  .inner-Why-ChooseUs-main .about-cerk {
    width: 170px;
    height: 170px;
    margin-bottom: 32px;
    padding: 26px 0px 0 0px;
  }

  .about-cerk h5 {
    font-size: 11px;
    line-height: 16px;
  }

  .inner-our-main .our-mission {
    width: 100%;
  }

  .inner-our-main .our-vision {
    width: 100%;
  }

  .inner-our-main .inn-vision {
    padding: 34px 40px 28px 40px;
  }

  .inner-our-main .inn-mission {
    padding: 34px 40px 28px 40px;
  }

  .gettuch-main {
    padding: 40px 48px 36px 48px;
    margin-top: 120px;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    left: -9%;
  }

  .inner-ourteam-main .owl-theme .owl-dots {
    top: 93%;
    left: -11%;
  }

  .tab button {
    padding: 28px 20px 0px 20px;
  }

  .menu-bg .mt-80 {
    margin-top: 50px;
  }

  .inner-gallery-main {
    padding-bottom: 0px;
  }

  .container-fluid-footer .inde {
    font-size: 13px;
  }

  .container-fluid-footer li {
    margin: 10px 2px 10px 3px;
  }

  .container-fluid-footer .inde {
    padding-top: 12px;
  }

  .container-fluid-footer li a {
    color: #fff;
    font-size: 10px;
  }

  .contact-left {
    padding: 60px 0 15px 0;
    width: 100%;
  }

  .contact-right {
    padding: 25px 0 68px 0;
    width: 100%;
  }

  .owl-theme .owl-nav {
    font-size: 40px !important;
    top: 95%;
    right: -17%;
  }

  .owl-theme .owl-nav [class*='owl-'] {
    margin: 43px !important;
  }

  .owl-theme .owl-dots {
    right: -3%;
    top: 97%;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-prev {
    width: 13px;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-next {
    width: 13px;
  }

  .services-right h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /*--ishwar-10-11-20--*/
  .services-right p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 24px;
  }

  .services-right h3 .im {
    margin-top: 4px;
  }

  .services-right {
    padding: 26px 33px 30px 25px;
  }

  .services-right-1 {
    padding: 6px 0 40px 0;
  }

  .services-right ul li {
    font-size: 15px;
    line-height: 22px;
  }

  .catering-top {
    padding: 17px 0 40px 0 !important;
  }

  .container-fluid-gettuch {
    margin-top: 260px;
  }

  /* ---ishwar-7-12-20--- */
  .inner-fluid-banner h2 {
    margin-top: 109px;
  }

  .all {
    padding: 40px 0 0px 0;
    margin: auto;
  }

  .get-bg {
    width: 80%;
    left: 11%;
    bottom: 0%;
  }

  .pop-up-bg {
    margin-top: 24px;
    height: 75vh;
  }

  .pop-up-bg .pop-color {
    padding: 140px 79px;
  }

  .bg {
    height: 100vh;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec {
    padding: 126px 0 178px 0;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec .menu-cont {
    padding-top: 40px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 {
    padding-bottom: 29px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 h2 {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .banner-ring {
    margin-bottom: 23px;
  }

  .contact-left {
    padding: 0px 0 0px 0;
    width: 100%;
  }

  .contact-right {
    height: 670px;
  }

  .contact-right .pop-color form {
    margin-top: 20px;
  }

  .contact-right .pop-color {
    padding: 110px 22px 100px 22px;
  }

  .contact-right .pop-color form {
    margin-top: 10px;
  }

  .form-control {
    margin-bottom: 3px;
  }

  .contact-right .pop-color h2 {
    font-size: 34px;
  }

  .inner-fluid-banner {
    padding: 29px 22px 29px 22px;
  }

  li.animated .icon img {
    max-width: 60%;
  }

  .contact-left p {
    line-height: 20px;
    font-size: 12px;
  }

  .all .button {
    padding: 50px 30px 0px 30px;
  }

  .inner-ourteam-main {
    width: 85%;
  }

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-prev {
    left: 14px;
  }

  .footer .menuitems {
    width: 100%;
    margin-bottom: 0px;
  }

  .footer .menuitems ul li {
    font-size: 14px;
    padding: 0 15px;
  }

  .footer .brand {
    margin-top: 50px;
    width: 100%;
  }

  .footer .tagline {
    width: 100%;
  }
}

@media (min-width:500px) {
  #t-button {
    margin: 30px;
  }

  .our-team-left h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* top arrow end */
@media screen and (max-width:651px) {
  .overlay h4 {
    left: 26%;
  }

  .contentwrap .wrapper .section2 .div5 ul li {
    padding: 10px 20px;
  }

  .contentwrap .wrapper .section2 .div5 ul {
    padding: 26px 5px;
  }

  .contentwrap .wrapper .section2 .div5 ul li a {
    font-size: 12px;
  }

  .contentwrap .wrapper .section2 .div4 .share h3 {
    font-size: 15px;
  }

  .contentwrap .wrapper .section2 .div4 .social ul li {
    padding-right: 11px;
  }

  .contentwrap .wrapper .section2 .div6 ul li {
    width: 100%;
  }

  .wrapper {
    max-width: 520px;
  }

  .box-left p {
    font-size: 16px;
    line-height: 23px;
  }

  /*---ishwar-12-12-20---*/
  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-next {
    width: 25px;
  }

  .container-fluid-oursevices .owl-carousel .owl-nav button.owl-prev {
    width: 25px;
  }

  .box-left-2 p {
    font-size: 16px;
    line-height: 23px;
  }

  .box-left-2 h4 {
    margin-bottom: 14px;
    text-align: center;
  }

  .box-left-2 {
    padding-top: 16px;
  }

  .header {
    padding: 5px 10px;
  }

  .header .logo a img {
    max-width: 80%;
  }

  .header .sidemenu a img {
    max-width: 80%;
  }

  .footer {
    padding: 40px 30px;
  }

  .footer .menuitems ul li {
    font-size: 12px;
    padding: 0 12px;
  }

  .footer .tagline p {
    font-size: 13px;
  }
  .footer .brand ul{flex-flow: row wrap;}

  .footer .brand ul li {
    font-size: 10px;
    width: 100px;
    height: 100px;
    margin-right: 12px;
  }

  .footer .brand ul li:nth-child(2) {
    top: 0px;
  }

  .footer .brand ul li:nth-child(3) {
    top: 0px;
  }

  .footer .brand ul li:nth-child(4) {
    top: 0px;
  }

  .footer .brand {
    margin-top: 30px;
  }

  .header .menuwrap {
    width: 100%;
  }

  .header .menuwrap .menudiv {
    padding: 25px 20px;
  }

  .header .menuwrap .closebtn {
    padding-right: 20px;
  }

  .footer .menuitems ul {
    justify-content: center;
    flex-flow: row wrap;
  }

  .footer .menuitems ul li {
    margin-bottom: 10px;
  }

  .footer .menuitems {
    width: 100%;
    margin-bottom: 0px;
  }

  .menu-img-sec .menu-bg-sec .menu-heading h3 {
    font-size: 25px;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec {
    padding: 110px 0 178px 0;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec .menu-cont {
    padding-top: 30px;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 h2 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 p {
    font-size: 15px;
  }

  /* ---ishwar-7-12-20--- */
  .container-fluid-gettuch {
    margin-top: 0px;
  }

  /* ---ishwar-7-12-20--- */
  .pop-up-bg {
    height: 76vh;
    max-width: 530px;
  }

  .form-control {
    padding: 21px 20px 19px 50px;
  }

  .name {
    top: 13px;
  }

  .top-btn {
    margin-top: 13px !important;
  }

  .pop-up-bg {
    margin-top: 24px;
    height: 71vh;
  }

  .mfp-close-btn-in .mfp-close::before {
    width: 30px;
    height: 30px;
    background-size: 64%;
  }

  .pop-up-bg .pop-color {
    padding: 50px 65px;
    max-width: 500px;
  }

  .pop-up-bg .pop-color {
    top: 20px;
    border-radius: 0;
  }

  .pop-up-bg .pop-color {
    top: 20px;
  }

  .pop-up-bg {
    height: 81vh;
  }

  .pop-up-bg .pop-color {
    padding: 17px 5px;
    max-width: 370px;
  }

  .pop-up-bg .pop-color h2 {
    width: 100%;
    font-size: 24px;
  }

  .pop-up-bg .pop-color {
    top: 60px;
  }

  .container {
    max-width: 640px;
  }

  .owl-theme .owl-nav {
    top: 85%;
    right: 17%;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    left: 53%;
  }

  .inner-ourteam-main .owl-theme .owl-nav [class*='owl-'] {
    margin: 22px !important;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    top: 97%;
  }

  .inner-ourteam-main .owl-theme .owl-dots {
    top: 105%;
    left: 50%;
  }

  #global-nav {
    display: none;
  }

  .inner-fluid-banner {
    /* background-image:url(../images/mob-inn-bg.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 31px 0 25px 0;
  }

  .inner-fluid-banner h2 {
    font-size: 44px;
    margin-top: 90px;
  }

  .arrow-bg-2 {
    width: 100px;
    height: 50px;
  }

  .bounce-2 {
    margin: 15px 0 0 39px;
  }

  .inner-contact-main {
    background-image: url(../images/mob-contact-bg-2.jpg);
    background-position: top left;
    background-size: inherit;
  }

  .contact-left {
    padding: 107px 0 15px 45px;
    width: 100%;
  }

  .contact-left h4 {
    font-size: 20px;
  }

  .contact-left p {
    font-size: 20px;
  }

  .contact-right {
    padding: 70px 0 68px 0;
  }

  .container-contact-gettuch {
    width: 100%;
    background-image: url(../images/mob-contact-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    margin-top: 400px;
  }

  .gettuch-main .form-control {
    margin-bottom: 48px;
  }

  .gettuch-main {
    padding: 110px 15px 0px 15px;
    border-radius: 300px;
  }

  .container-contact-gettuch h2 {
    margin-bottom: 85px
  }

  .dis-non {
    display: none;
  }

  .dis-non-2 {
    display: block;
  }

  .dis-non-1 {
    display: block;
  }

  .height73 {
    height: 73px;
  }

  .container-fluid-footer .inde {
    width: 100%;
    line-height: 55px;
    text-align: center;
  }

  .revGallery-anchor {
    width: calc(100% / 2);
  }

  /* contact end */
  /* gallery start */
  .all .button {
    padding: 50px 20px 0px 20px;
  }

  .all {
    padding: 40px 0 80px 0;
  }

  .p-00 {
    padding: 0;
  }

  /* gallery end */
  /* menu start */
  .menu-bg h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
  }

  .menu-bg .left {
    text-align: center;
    margin-bottom: 50px;
  }

  .tab button {
    padding: 28px 37px 0px 37px;
  }

  element.style {}

  .tab {
    margin-top: 10px;
  }

  /* ---ishwar-7-12-20--- */
  .tabcontent {
    padding: 0 15px 128px 40px;
  }

  .menu-bg {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    background-image: url(../images/mob-menu-bg.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }

  /* about start */
  .about-right {
    width: 100%;
    padding: 60px 0 70px 0;
    margin: auto;
  }

  .about-left h3 {
    margin: 40px 0 53px 0;
    text-align: center;
  }

  .inner-Why-ChooseUs-main .about-cerk {
    width: 221px;
    height: 221px;
    margin-bottom: 58px;
    padding: 30px 30px 0 30px;
  }

  .about-cerk h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
  }

  .flot-r {
    float: right;
  }

  .flot-l {
    float: left;
  }

  /* services start */
  .services-left {
    width: 100%;
    order: 1;
  }

  .services-right-1 {
    width: 90%;
    margin-left: auto;
    margin-top: -150px;
    margin-right: auto;
    order: 2;
  }

  .margin-right-140 {
    margin-left: auto !important;
  }

  .container-menu-gettuch {
    width: 100%;
    background-image: url(../images/mob-contact-bg.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 400px;
    padding: 25px 0 130px 0;
  }

  .our-team-left {
    width: 100%;
  }

  .our-team-left h3 {
    font-size: 42px;
    margin-top: 112px;
    margin-bottom: 85px;
    text-align: center;
    text-transform: capitalize;
  }

  .about-main .m-100 {
    margin: 0 0 0 50px;
  }

  .about-round {
    width: 195px;
    height: 195px;
    padding: 25px 38px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
  }

  .container-fluid-about h2 {
    margin: 100px 0 55px 0;
  }

  .about-rot {
    /* animation:none;background-image:url(../images/mob-roted.jpg);background-size:cover;background-position:center;height:75%;width:100%;position:absolute;opacity:10;top:2%;left:0;transform:none;*/
  }

  .box-left ul li {
    font-size: 24px;
    float: left;
    width: 50%;
    margin-bottom: 25px;
  }

  .box-left-2 ul li {
    font-size: 24px;
    float: left;
    width: 50%;
    margin-bottom: 25px;
  }

  /*.box-left p{font-size:18px;}
*/
  .box-left-2 p {
    font-size: 18px;
  }

  .container-fluid-gettuch {
    width: 100%;
    /*background-image:url(../images/mob-contact-bg.jpg);*/
    background-size: cover;
    background-position: center;
    margin-top: 280px;
  }

  .get-bg {
    -webkit-animation: rotation 50s infinite linear;
    animation: rotation 90s infinite linear;
    background-image: url(../images/roted.png);
    /* background-size:cover;*/
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    /*width:43%;*/
    width: 50%;
    z-index: -2000;
    opacity: 0.05;
    bottom: 4%;
    left: 25%;
    -ms-transform: translate(-8%, -25%);
    transform: translate(4%, -28%);
  }

  /*---ishwar-18-11-20---*/
  .box {
    margin-bottom: 0px;
  }

  .owl-theme .owl-dots {
    right: 34%;
  }

  .owl-theme .owl-dots {
    top: 86.5%;
  }

  .container-fluid-footer .inde {
    padding-top: 2px;
  }

  /*.container-fluid-oursevices{padding-left:0px;padding-right:0px;width:100%;background-image:url(../images/mob-our-services-bg.jpg);background-size:cover;background-position:center;}
*/
  /* ---ishwar-7-12-20--- */
  .container-fluid-about p {
    font-size: 20px;
  }

  .inner-Why-ChooseUs-main {
    background-image: url(../images/mob-why-inn-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 90px 0 110px 0;
  }

  .inner-our-main .our-vision {
    background-image: url(../images/mob-vision.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 90px 0 110px 0;
  }

  .inner-our-main .our-mission {
    background-image: url(../images/mob-mission.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 90px 0 110px 0;
  }

  .inner-our-main {
    background-image: none;
    margin-top: 10px;
  }

  #t-button {
    width: 35px;
    height: 35px;
  }

  #t-button::after {
    line-height: 35px;
  }

  .container-fluid-gettuch .btn-primary {
    margin-bottom: 75px;
  }

  /*.inner-ourteam-main .owl-carousel{width:100%;}
*/
  /* ---ishwar-11-12-20--- */
  .all {
    padding: 40px 0 10px 0;
  }

  /*--ishwar-10-11-20--*/
}

@media screen and (max-width:451px) {
  .contentwrap .wrapper .section2 .div3 .post h3 {
    font-size: 15px;
  }

  .contentwrap .wrapper .section2 .div3 .post p {
    font-size: 11px;
  }

  .contentwrap .wrapper .section2 .div5 ul {
    flex-flow: row wrap;
  }

  .contentwrap .wrapper .section2 .div5 ul li {
    margin-bottom: 13px;
  }

  .contentwrap .wrapper .section2 .div4 {
    padding: 0 0px;
  }

  .contentwrap .wrapper .section2 .div4 .centreline {
    width: 49%;
  }

  .contentwrap .wrapper .section2 .div4 .share {
    width: 20%;
  }

  .wrapper {
    max-width: 381px;
  }

  .contentwrap .wrapper .section2 .div6 ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
  }

  .container-fluid-about p {
    font-size: 16px;
  }

  .about-left h3 {
    font-size: 32px;
  }

  .inner-Why-ChooseUs-main h3 {
    font-size: 32px;
  }

  .inner-our-main h4 {
    font-size: 32px;
  }

  .container-fluid-gettuch h2 {
    font-size: 32px;
  }

  .our-team-left h3 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .card1 h4 {
    font-size: 11px;
  }

  .card1 p {
    font-size: 9px;
  }

  .banner-btn {
    padding: 19px 25px;
    font-size: 14px;
    margin-left: 5px;
  }

  .gettuch-main {
    padding: 75px 15px 0px 15px;
    margin-top: 150px;
  }

  /*--ishwar-9-11-20--*/
  .container-fluid-gettuch .btn-primary {
    padding: 13px 45px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 75px;
  }

  .about-round {
    width: 120px;
    height: 120px;
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
  }

  #global-nav {
    display: none;
  }

  .inner-fluid-banner {
    /* background-image:url(../images/mob-inn-bg.jpg);*/
    background-size: cover;
    background-position: center;
    padding: 5px 0 5px 0;
  }

  .inner-fluid-banner h2 {
    font-size: 32px;
  }

  .banner-ring img {
    width: 65px;
  }

  .arrow-bg-2 {
    width: 90px;
    height: 38px;
    background-position: top;
  }

  .bounce-2 {
    margin: 10px 0 0 33px;
  }

  .container-contact-gettuch h2 {
    font-size: 32px;
  }

  .contact-left {
    padding: 37px 0 15px 20px;
  }

  .contact-left p {
    font-size: 14px;
  }

  .contact-left h4 {
    font-size: 16px;
  }

  .contact-left ul li .icon {
    margin-right: 10px;
    width: 80px;
  }

  .contact-left ul li .icon img {
    width: 100%;
  }

  .gettuch-main .form-control {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .container-contact-gettuch h2 {
    margin-bottom: 50px;
  }

  /* contact end */
  /* gallery start */
  .all .button {
    padding: 50px 10px 0px 10px;
  }

  .all .aa {
    font-size: 13px;
    width: 60px;
  }

  .all .bb {
    font-size: 13px;
  }

  .all .cc {
    font-size: 13px;
  }

  .all .dd {
    font-size: 13px;
  }

  .all .ee {
    font-size: 13px;
  }

  .all {
    padding: 35px 0 50px 0;
  }

  .container-menu-gettuch h2 {
    font-size: 32px;
  }

  /* menu start */
  .menu-bg h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 0px;
  }

  .menu-bg .left {
    text-align: center;
    margin-bottom: 24px;
    font-size: 21px;
  }

  .menu-bg .right {
    font-size: 13px;
  }

  .tab {
    margin-top: 45px;
  }

  .tab .aa {
    width: 65px;
  }

  .tab .bb {
    width: 65px;
  }

  .tab .cc {
    width: 65px;
  }

  .tab .dd {
    width: 65px;
  }

  .tab .ee {
    width: 65px;
  }

  .tab h5 {
    margin-top: 15px;
    font-size: 14px;
  }

  .tabcontent {
    padding: 0 15px 80px 15px;
  }

  /* about start */
  .about-cerk h5 {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
  }

  .about-cerk h5 {
    margin-top: 12px;
  }

  .inner-Why-ChooseUs-main .about-cerk {
    width: 150px;
    height: 150px;
  }

  /* home statr */
  .about-main img {
    margin-bottom: 13px;
    width: 36px;
    margin-top: 5px;
  }

  .box-left-2 ul li {
    font-size: 14px;
    width: 48%;
    margin-bottom: 20px;
  }

  .box-left-2 .point {
    vertical-align: middle;
    margin-right: 10px;
    width: 10px !important;
  }

  .box-left ul li {
    font-size: 14px;
    width: 48%;
    margin-bottom: 20px;
  }

  .box-left .point {
    vertical-align: middle;
    margin-right: 10px;
    width: 10px !important;
  }

  .owl-theme .owl-nav {
    top: 85%;
    right: 0%;
  }

  .owl-theme .owl-dots {
    right: 26%;
  }

  .owl-theme .owl-dots {
    top: 86.5%;
  }

  .container-fluid-gettuch {
    margin-top: 20px;
  }

  /*--ishwar-9-11-20--*/
  .about-right {
    background-image: url(../images/about-mob-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .about-right img {
    width: 100%;
    padding: 0px 52px;
  }

  .services-right-1 {
    margin-top: -74px;
  }

  .tab {
    margin: 30px 0px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tab .aa {
    width: 100px;
  }

  .menu-bg h3 {
    margin: 60px auto 0;
  }

  .menu-bg .mt-80 {
    margin-top: 20px;
  }

  .all {
    padding: 35px 0 20px 0;
  }

  .inner-Why-ChooseUs-main .about-cerk:nth-child(5) {
    margin-left: 0%;
  }

  .pop-up-bg {
    height: 81vh;
    max-width: 397px;
  }

  .contact-right {
    padding: 0px 0px 0px 0px;
    background: none;
    margin-bottom: 61px
  }

  /* ---ishwar-7-12-20--- */
  .contact-right .pop-color {
    padding: 110px 0px 110px 0px;
  }

  /* ---ishwar-7-12-20--- */
  .menu-img-sec .menu-bg-sec {
    padding: 60px 0 91px 0;
  }

  .menu-img-sec .menu-bg-sec .menu-heading {
    padding-top: 10px;
  }

  .menu-img-sec .menu-bg-sec .menu-heading h3 {
    font-size: 17px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 p {
    font-size: 9px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 {
    padding-bottom: 14px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont {
    padding-top: 20px;
  }

  .menu-img-sec .menu-bg-sec .menu-cont .menu-cont-in1 h2 {
    font-size: 13px;
    padding-bottom: 4px;
  }

  .tab button {
    padding: 28px 5px 0px 5px;
  }

  .margin-bottom-100 {
    margin-bottom: 22px;
    margin-top: 22px;
  }
}

@media screen and (max-width:651px) {

  /* navbar css for mobile start */
  .owl-theme .owl-nav {
    top: 106%;
  }

  .box-left {
    padding: 30px 20px;
  }

  .navbar-area {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
  }

  .container-top {
    margin-top: 420px;
  }

  .nav-toggler {
    display: block;
  }

  .site-navbar {
    min-height: 100px;
  }

  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 95px;
    flex-direction: column;
    align-items: center;
    border-top: 0;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }

  .site-navbar ul li a {
    padding: 15px;
  }

  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .site-navbar ul.open {
    z-index: 2;
    max-height: 100vh;
    overflow: visible;
  }

  a.site-button {
    padding: 21px 28px;
    background-image: linear-gradient(180deg, #cd9e5c, #ebcfa4);
    display: inline-block;
    line-height: 0px;
    color: #000;
    border-radius: 25px;
    margin-left: 125px;
    vertical-align: baseline;
    font-size: 14.31px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .about-left h3 {
    margin: 1px 0 25px 0;
  }

  /*--ishwar-9-11-20--*/
  .about-left p {
    text-align: center;
  }

  /*--ishwar-9-11-20--*/
  .inner-Why-ChooseUs-main h3 {
    margin: 50px auto 50px auto;
  }

  .inner-Why-ChooseUs-main {
    padding: 90px 0 0px 0px;
  }

  .container {
    padding: 0px 15px;
  }

  .inner-our-main p {
    font-size: 16px;
  }

  .inner-our-main .inn-vision {
    padding: 0px 20px 19px 20px;
  }

  .inner-our-main .our-vision {
    padding: 0px 0 51px 0;
  }

  .inner-our-main .our-mission {
    padding: 0px 0 54px 0;
  }

  .inner-our-main .inn-mission {
    padding: 0px 40px 0px 40px;
  }

  .inner-ourteam-main .mar-t115 {
    margin-top: 0px;
  }

  .card1 {
    width: 87%;
  }

  .card-body {
    padding: 16px 0px;
  }

  .card1 h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .card1 p {
    font-size: 11px;
    margin-top: 8px;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    top: 110%;
  }

  .inner-ourteam-main .owl-theme .owl-dots {
    top: 118%;
  }

  .our-team-left h3 br {
    display: none;
  }

  .container-top2 {
    margin-top: 90px;
  }

  .contact-left ul {
    flex-wrap: wrap;
  }

  li.animated .icon img {
    max-width: 100%;
  }

  .contact-left p {
    font-size: 16px;
  }
}

@media screen and (max-width:450px) {
  .box-left p {
    margin-bottom: 6px;
  }

  .footer .brand ul a {
    font-size: 11px;
    height: 100px;
    width: 100px;
  }

  .footer .brand ul a li:first-child {
    margin-left: 10px;
  }

  .footer .brand ul a li:first-child {
    font-size: 10px;
    height: 60px;
    width: 60px;
  }

  .footer .brand ul a li:first-child img {
    max-width: 100%;
  }

  .footer .tagline p {
    font-size: 11px;
  }

  .overlay h4 {
    font-size: 14px;
    left: 20%;
  }

  .overlay p {
    font-size: 12px;
    left: 30%;
  }

  .owl-theme .owl-nav {
    top: 104%;
  }

  .container-top {
    margin-top: 170px;
  }

  .owl-theme .owl-dots {
    top: 82.5%;
  }

  .site-navbar {
    min-height: 60px;
  }

  .container-fluid-banner h3 {
    width: 110px;
  }

  .container-fluid-about h2 {
    font-size: 32px;
  }

  .container-fluid-oursevices h2 {
    font-size: 32px;
  }

  .container-fluid-banner h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .container-fluid-banner h2 {
    font-size: 32px;
  }

  .banner-ring {
    margin-bottom: 25px;
  }

  a.site-logo img {
    width: 65px;
  }

  a.site-button {
    padding: 14px 16px;
    font-size: 11px;
    margin-left: 50px;
  }

  .site-navbar ul {
    top: 60px;
  }

  .services-right h3 {
    font-size: 17px;
  }

  /*--ishwar-10-11-20--*/
  .services-right h3 .im {
    max-width: 81px;
    margin-left: 16px;
  }

  /*--ishwar-10-11-20--*/
  .catering-top {
    padding: 17px 0 40px 0 !important;
  }

  a.site-button {
    margin-left: 120px;
  }

  .all .aa {
    font-size: 13px;
    width: 100px;
  }

  .all {
    width: 100%;
    margin: 0px;
    padding: 35px 0 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .services-right-1 {
    padding: 17px 0 40px 0;
  }

  .container-fluid-oursevices {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* ---ishwar-7-12-20--- */
  .container-top {
    margin-top: 368px;
  }

  /* ---ishwar-18-12-20--- */
  .contact-right .pop-color {
    padding: 10px 0px 10px 0px;
  }

  .contact-right .pop-color form {
    padding: 0px 0px;
  }

  .contact-right .pop-color h3 {
    font-size: 20px;
  }

  .contact-left p {
    font-size: 14px;
  }

  .contact-right {
    height: 420px;
  }

  .all .button {
    padding: 50px 30px 40px 30px;
  }

  .our-team-left {
    margin-left: 10px;
  }

  /*---ishwar-a-12-12-20---*/
  .our-team-left h3 {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-prev {
    left: -216px;
  }

  .inner-ourteam-main .owl-carousel .owl-nav button.owl-next {
    right: -80px;
  }

  .inner-ourteam-main .owl-theme .owl-nav {
    top: 2%;
  }

  .contentwrap .wrapper .section1 .custom-select-wrapper {
    justify-content: center;
  }

  .contentwrap .wrapper .section1 .custom-select-wrapper .custom-select {
    top: 0px;
  }

  .inner-fluid-banner h2 {
    margin-top: 30px;
  }

  .box-left-2 {
    height: 284px;
    padding-left: 0px;
  }
}

@media screen and (max-width:370px) {
  .contentwrap .wrapper .section2 .div4 .share h3 {
    font-size: 12px;
  }

  .owl-theme .owl-nav {
    top: 76%;
    right: -2%;
  }

  .owl-theme .owl-dots {
    top: 78%;
    right: 28%;
  }

  .owl-theme .owl-nav {
    top: 103%;
    right: -41px;
  }

  .container-top {
    margin-top: 350px;
  }

  a.site-button {
    margin-left: 95px;
  }

  /*--ishwar-10-11-20--*/
  .all .aa {
    font-size: 13px;
    width: 58px;
  }

  .services-right h3 {
    font-size: 13px;
  }

  .services-right h3 .im {
    max-width: 72px;
  }

  .menu-bg .left {
    margin-bottom: 11px;
  }

  .tab .aa {
    width: 67px;
  }

  .menu-bg .right {
    font-size: 11px;
  }

  .pop-up-bg {
    height: 91vh;
    max-width: 347px;
  }

  .pop-up-bg .pop-color {
    padding: 17px 5px;
    max-width: 320px;
  }

  .pop-up-bg .pop-color h2 {
    font-size: 21px;
    margin-top: 2px;
  }

  .pop-up-bg .pop-color h3 {
    font-size: 21px;
  }

  .header .menuwrap .menudiv .socialmenu {
    padding-right: 20px;
  }

  .header {
    padding: 5px 5px;
  }

  .header .menuwrap .menuhead {
    padding: 20px 15px;
  }

  .header .menuwrap .menudiv .socialmenu {
    padding-right: 5px;
  }

  .wrapper {
    padding: 0px 20px;
  }

  .header .menuwrap {
    width: 359px;
  }

  .header .menuwrap .menudiv .pagemenu ul li a {
    font-size: 28px;
  }

  .header .menuwrap .menudiv .pagemenu ul li {
    padding-bottom: 14px;
  }

  .header .menuwrap .menudiv .pagemenu ul li {
    padding-bottom: 14px;
  }

  .header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
    padding-bottom: 133px;
  }

  .header .menuwrap .menudiv .socialmenu .email {
    padding-top: 20px;
  }

  .revGallery-anchor:hover .overlay {
    height: 152px;
  }

  .overlay h4 {
    font-size: 13px;
    left: 18%;
    bottom: 28px;
  }
}

@media screen and (max-width:320px) {
  .header .menuwrap .menudiv .pagemenu ul li a {
    font-size: 24px;
  }

  .header .menuwrap .menudiv .socialmenu .bookbtn button {
    font-size: 11px;
  }

  .header .menuwrap .menudiv {
    padding: 8px 17px;
  }

  .header .menuwrap .menudiv .socialmenu ul li:nth-child(5) {
    padding-bottom: 65px;
  }

  .footer .brand ul li:first-child {
    font-size: 13px;
    width: 50px;
    margin-right: 9px;
  }

  .wrapper {
    padding: 0px 20px;
  }
}

@media screen and (max-width:1680px) {
  .event-sec-in {
    margin-top: 185px;
  }

  .list-card-txt {
    padding: 0 20px;
    top: 40%;
  }
}

@media screen and (max-width:1660px) {
  .list-card-txt {
    padding: 0 20px;
    top: 35%;
  }
}

@media screen and (max-width:1600px) {
  .list-card-txt {
    padding: 0 20px;
    top: 30%;
  }
}

@media screen and (max-width:1536px) {
  .list-card-txt {
    padding: 0 20px;
    top: 28%;
  }

  .list-card-txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1366px) {
  .list-card-txt {
    padding: 0 20px;
    top: 28%;
  }

  .list-card-txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .list-card-txt p {
    font-size: 12px;
  }
}

@media screen and (max-width:1280px) {
  .list-card-txt {
    padding: 0 10px;
    top: 28%;
  }

  .event-sec-in {
    margin-top: 230px;
  }

  .list-card-txt h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .container-fluid-oursevices {
    margin-bottom: 0;
  }

  .container-fluid-gettuch {
    margin-top: 30px;
  }
}

@media screen and (max-width:1024px) {
  .list-services {
    flex-flow: row wrap;
  }

  .list-services li {
    width: calc(50% - 32px);
  }

  /* 26-10-23 */
 .cont-sec-in{max-width:360px;display:flex;justify-content:center;flex-wrap:wrap;}
 .cont-left{width:60%;float:left; margin-bottom:50px;} 
 .cont-right{width:100%;float:left;flex-direction: column;gap: 20px;align-items: normal;}
 .info-list-in li a{padding-left:8px;text-decoration:none;font-size:14px;color:#fff;}
 .info-list-in{display:flex;flex-wrap:wrap;}
 .info-list-in li {padding: 0px 20px;margin-bottom: 9px;}
 .cont-1{margin-bottom: 0;}
}

@media screen and (max-width:600px) {
  .list-services {
    flex-flow: row wrap;
  }

  .list-services li {
    width: calc(100% - 65px);
  }

  .info-list {width: calc(70% - 20px);}
  .about-rot {background-size: 135%;}
 iframe{width:440px;height:350px;}
 .cont-left{width:80%;float:left;margin-bottom:50px;}
 .cont-right {width: 80%;float: left;}
 .container-fluid-about p{font-size:16px;line-height:24px;}
 .container-fluid-about h2{margin:100px 0 15px 0;}

}

@media screen and (max-width:500px) {
  .list-services {
    flex-flow: row wrap;
  }

  .list-services li {
    width: calc(100% - 0px);
  }

 .cont-left{width:94%;float:left;margin-bottom:50px;}
 iframe{width:350px;height:350px;}
 .info-list-in li a{font-size:12px;}
 .container-fluid-about {height: 90vh !important;}
 .container-fluid-about h2 {margin: 58px 0 24px 0;}
 .cont-img {width: calc(28% - 0px);}
 .cont-text p{font-size:16px;}
 .cont-text a{font-size:16px;}
 .cont-text h2{color:#cd9e5c;font-size:19px;font-weight:500;margin-bottom:5px;}

}

@media screen and (max-width:360px) {
iframe{width:310px;height:310px;}
.cont-text p{font-size:16px;}
.cont-text a{font-size:16px;}
.cont-text h2{color:#cd9e5c;font-size:17px;font-weight:500;margin-bottom:5px;}
.info-list-in li a{font-size:10px;}
.info-list{width:calc(74% - 20px);}
.cont-left{width: 85%;}
}