/*CSS*/

/*Clearing all elements*/

*, *::before, *::after {
  margin: 0;
  padding: 0;
  /* transition:all 0.3s ease; */
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent
}
::selection {
  color: #FFFFFF;
  background: #FF6A67;
}
::-moz-selection {
  color: #FFFFFF;
  background: #FF6A67
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext);
@font-face {
  font-family: "History";
  src: url(../fonts/History.otf);
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #4b575c;
  line-height: 1.4;
  letter-spacing: 0.1px;
  font-weight: lighter;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.title:before {
  position: absolute;
  width: 25%;
  height: 8px;
  background: yellow;
  right: 0;
  top: 100%;
  content: " ";
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
.openSans {
  font-family: "Open Sans", sans-serif;
}
body.hasabackimage {
  background-image: url("../images/white-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}
img {
  max-width: 100%;
  height: auto;
}
/**==Global CSS Classes==**/

.transitioned {
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.centermytext {
  text-align: center;
}
.nudgedleft {
  padding-left: 15px;
}
.styledcontent {
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 18px;
  padding: 0 5px;
  margin-bottom: 15px;
}
.fixed {
  width: 1440px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.space-up {
  padding-top: 25px;
}
.itsrelative {
  position: relative;
}
/**==Global CSS Classes Ends==**/

.hello-parent {
  height: 80vh;
  width: 100%;
  margin: 0;
  padding: 50px 50px 20px;
}
.hello-parent {
  display: flex;
  flex-flow: column;
}
.hello-word {
  margin: auto;
  width: 768px;
  max-width: 100%;
}
/* Keyframes */

@keyframes from-0 {
  from {
    stroke-width: 0;
  }
}
@keyframes to-0 {
  to {
    stroke-dashoffset: 0;
  }
}
/* H Animation */

.H-left-stroke {
  stroke-dasharray: 124px;
  stroke-dashoffset: 124px;
  animation: to-0 1s ease both;
}
.H-mid-stroke {
  stroke-dasharray: 37px;
  stroke-dashoffset: 37px;
  animation: to-0 0.45s ease both;
}
.H-right-stroke {
  stroke-dasharray: 124px;
  stroke-dashoffset: 124px;
  animation: to-0 0.65s ease 0.65s both;
}
/* E Animation */

.E-left-stroke {
  stroke-dasharray: 124px;
  stroke-dashoffset: 124px;
  animation: to-0 0.8s ease 0.4s both;
}
.E-top-stroke {
  stroke-dasharray: 47px;
  stroke-dashoffset: 47px;
  animation: to-0 0.5s ease 0.6s both;
}
.E-mid-stroke {
  stroke-dasharray: 42px;
  stroke-dashoffset: 42px;
  animation: to-0 0.5s ease 0.8s both;
}
.E-bottom-stroke {
  stroke-dasharray: 47px;
  stroke-dashoffset: 47px;
  animation: to-0 0.5s ease 1.1s both;
}
/* L One Animation */

.L-one-long-stroke {
  stroke-dasharray: 124px;
  stroke-dashoffset: 124px;
  animation: to-0 1s ease 0.4s both;
}
.L-one-short-stroke {
  stroke-dasharray: 44px;
  stroke-dashoffset: 44px;
  animation: to-0 0.5s ease 1.3s both;
}
/* L Two Animation */

.L-two-long-stroke {
  stroke-dasharray: 124px;
  stroke-dashoffset: 124px;
  animation: to-0 1s ease 0.6s both;
}
.L-two-short-stroke {
  stroke-dasharray: 44px;
  stroke-dashoffset: 44px;
  animation: to-0 0.5s ease 1.5s both;
}
/* O Animation */

.O-stroke {
  stroke-dasharray: 302px;
  stroke-dashoffset: 302px;
  animation: to-0 1s ease 0.8s both;
}
/* Red Dot Animation */

.red-dot {
  stroke-width: 44px;
  stroke-linecap: round;
  animation: from-0 0.4s ease-out 1.2s both;
}
/**==Animated Circle Start==**/

.closecontainerhere {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25vw;
  height: 0;
  background-color: #fff;
  border-radius: 100%;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) skewX(10deg);
  -moz-transform: translateY(-50%) skewX(10deg);
  -o-transform: translateY(-50%) skewX(10deg);
  -ms-transform: translateY(-50%) skewX(10deg);
  transform: translateY(-50%) skewX(10deg);
  transition: 0.3s all cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.close .closecontainerhere {
  will-change: transform;
  animation: fly-all-over 3s forwards;
  width: 100%;
  height: 100%;
}
.container.close {
  animation: close-it 1s forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  margin: 0 auto;
}
@-webkit-keyframes close-it {
  0% {
    border-radius: 100%;
    width: 75vw;
    height: 75vw;
  }
  50% {
    width: 55vw;
    height: 55vw;
  }
  100% {
    width: 0;
    height: 0;
    min-height: 0;
  }
}
@keyframes close-it {
  0% {
    border-radius: 100%;
    width: 75vw;
    height: 75vw;
  }
  50% {
    width: 55vw;
    height: 55vw;
  }
  100% {
    width: 0;
    height: 0;
    min-height: 0;
  }
}
@-webkit-keyframes fly-all-over {
  0% {
    -webkit-transform: translateY(-50%) skewX(15deg);
    -moz-transform: translateY(-50%) skewX(15deg);
    -o-transform: translateY(-50%) skewX(15deg);
    -ms-transform: translateY(-50%) skewX(15deg);
    transform: translateY(-50%) skewX(15deg);
    width: 25vw;
    height: 25vw;
  }
  50% {
    -webkit-transform: translateY(-50%) skewX(30deg);
    -moz-transform: translateY(-50%) skewX(30deg);
    -o-transform: translateY(-50%) skewX(30deg);
    -ms-transform: translateY(-50%) skewX(30deg);
    transform: translateY(-50%) skewX(30deg);
    width: 55vw;
    height: 55vw;
  }
  100% {
    -webkit-transform: translateY(-50%) skewX(0);
    -moz-transform: translateY(-50%) skewX(0);
    -o-transform: translateY(-50%) skewX(0);
    -ms-transform: translateY(-50%) skewX(0);
    transform: translateY(-50%) skewX(0);
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
@keyframes fly-all-over {
  0% {
    -webkit-transform: translateY(-50%) skewX(15deg);
    -moz-transform: translateY(-50%) skewX(15deg);
    -o-transform: translateY(-50%) skewX(15deg);
    -ms-transform: translateY(-50%) skewX(15deg);
    transform: translateY(-50%) skewX(15deg);
    width: 25vw;
    height: 25vw;
  }
  50% {
    -webkit-transform: translateY(-50%) skewX(30deg);
    -moz-transform: translateY(-50%) skewX(30deg);
    -o-transform: translateY(-50%) skewX(30deg);
    -ms-transform: translateY(-50%) skewX(30deg);
    transform: translateY(-50%) skewX(30deg);
    width: 55vw;
    height: 55vw;
  }
  100% {
    -webkit-transform: translateY(-50%) skewX(0);
    -moz-transform: translateY(-50%) skewX(0);
    -o-transform: translateY(-50%) skewX(0);
    -ms-transform: translateY(-50%) skewX(0);
    transform: translateY(-50%) skewX(0);
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
/**==Animated Circle Ends==**/

/*.animatedhello.close, .animatedhello.close .container {
height: 0;
min-height: auto;
min-height: unset;
}*/

/*.animatedhello:not(.close) + .page-container {
  position: absolute;
left: -99999px;
}*/

.spacearound {
  padding: 10px;
}
.close.blink+.page-container {
  /*background-color: #000;*/
  height: 100vh;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
/*div#letteroutput {
  font-size: 12vw;
  margin: 0 auto;
  text-align: center;
}*/

.record-placeholder {
  /* position: absolute; */
  padding: 15px 10px 0;
  margin-bottom: -45px;
  width: 10%;
}
.record-placeholder.ibwr img {
  width: 110px;
}
.record-placeholder.ibwr {
  /* left: 10px; */
  /* top: 10px; */
  float: left;
  position: relative;
  top: 160px;
}
.record-placeholder.gwr {
  /* right: 10px; */
  /* top: 10px; */
  float: right;
  width: auto;
  transform: rotate(90deg) translateX(40%) translateY(-115%);
}
.aboutme {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 44px 0;
  height: 100vh;
  position: relative;
  cursor: url("../images/cursor-2-small.png"), auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutimage {
  display: inline-block;
  vertical-align: top;
  width: 36%;
  overflow: hidden;
}
.aboutname {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  position: relative;
  z-index: 2;
}
.aboutimage img {
  height: 560px;
  display: block;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.aboutname .bigname {
  font-size: 6vw;
  font-weight: normal;
  margin-top: 45px;
  margin-left: -5%;
  font-family: "Playfair Display";
  display: inline-block;
  padding-right: 5px;
  letter-spacing: 0.03em;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 5px solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  animation: typing 2.5s steps(40, end), blink-caret 1s step-end infinite;
  line-height: 1.2;
}
.aboutname .content {
  font-size: 22px;
  padding: 25px;
}
/* The typing effect */

@keyframes typing {
  from {
    width: 0
  }
  to {
    width: 490px;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0
  }
  to {
    width: 490px;
  }
}
/* The typewriter cursor effect */

@keyframes blink-caret {
  from, to {
    border-color: transparent
  }
  50% {
    border-color: #ccc;
  }
}
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent
  }
  50% {
    border-color: #ccc;
  }
}
.whatido {
  min-height: 100vh;
  /*background: #556271;*/
  color: #fff;
}
.smallerfixed {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}
.page-container {
  overflow: hidden;
}
.whatido>#scene2>img {
  position: absolute !important;
  right: 0 !important;
  top: -60px !important;
  left: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 45% !important;
}
/*.whatido:hover .fixed {
  position: relative;
  z-index: 2;
}*/

.whatido:hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.twohalves>div {
  width: 50%;
  float: left;
  padding: 25px;
  position: relative;
}
.twohalves>div img {
  display: block;
}
.twohalves {
  overflow: hidden;
  max-width: 1350px;
  width: 100%;
  margin: 15px auto 0;
}
.twohalves>div:hover {
  /*padding: 50px;*/
}
/*.whatido:hover > *:not(.overlay) {
  z-index: 2;
  position: relative;
}*/

.twohalves>div>a {
  position: absolute;
  width: 90%;
  height: 88%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: block;
  top: -10px;
  left: -10px;
  color: #fff;
  text-decoration: none;
  font-size: 58px;
  font-weight: 900;
  opacity: 0;
}
.twohalves>div:hover a {
  opacity: 1;
  top: 0;
  left: 0;
}
.twohalves>div>a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flexed {
  display: flex;
  flex-flow: row wrap;
  align-self: stretch;
  align-content: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.two-parts .onepart {
  width: 50%;
  height: 100%;
}
.sociallink a {
  font-size: 45px;
  color: #556271;
}
.sociallink {
  display: inline-block;
  vertical-align: middle;
}
.socialchannels {
  text-align: center;
  padding: 15px;
}
.sociallink:not(:last-child) {
  margin-right: 45px;
}
.pinterest a {
  color: rgb(230, 0, 35);
}
.facebook a {
  color: #3b5998;
}
.instagram a {
  color: #000000;
}
.youtube a {
  color: #ff0000;
}
header:not(.info) {
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  -ms-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
header:not(.info):not(.show) {
  opacity: 0;
  visibility: hidden;
}
.relative {
  position: relative;
}
.define {
  border-bottom: 2px dashed #000;
  color: #e20b12;
}
.define:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0.8;
  z-index: -1;
}
.define .meaning {
  position: absolute;
  top: 0;
  transform: translateY(-100%) translateX(-10%);
  width: max-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all ease-in;
  color: #fff;
}
.define:hover .meaning {
  opacity: 1;
}
.paintrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.paintrow .paintcolumn {
  padding: 0 25px;
  position: relative;
  opacity: 0;
  transform: translate(0, 25%);
  margin-bottom: 15px;
}
.paintrow .paintcolumn.came-in {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
.paintrow .paintcolumn.p-10 {
  flex: 1 10%;
}
.paintrow .paintcolumn.p-20 {
  flex: 1 20%;
}
.paintrow .paintcolumn.p-30 {
  flex: 1 30%;
}
.paintrow .paintcolumn.p-40 {
  flex: 1 40%;
}
.paintrow .paintcolumn.p-50 {
  flex: 1 50%;
  max-width: 50%;
}
.paintrow .paintcolumn.p-60 {
  flex: 1 60%;
}
.paintrow .paintcolumn.p-70 {
  flex: 1 70%;
}
.paintrow .paintcolumn.p-80 {
  flex: 1 80%;
}
.paintrow .paintcolumn.p-90 {
  flex: 1 90%;
}
.paintimage {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.paintdata {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: translate(0, 25%);
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  color: #000;
}
.paintimage:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: translate(0, 25%);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}
.paintimage:hover:after {
  z-index: 0;
  visibility: visible;
  opacity: 0.7;
  transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
.paintrow .paintimage:hover .paintdata {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-50%);
}
.work, .awards {
  width: 90%;
  max-width: 1440px;
  padding: 44px 28px;
  margin: 0 auto;
}
.paintdata .paintingname {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
}
.paintdata span {
  font-weight: bold;
}
.awards ul {
  padding-left: 25px;
}
.awards {
  padding-top: 0;
}
/*footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
}
footer:not(.cometobottom) {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
}*/

/*body {
padding-bottom: 95px;
}*/

/*.page-container {
-webkit-box-shadow: rgba(0,0,0,0.5) 0 7px 35px 0;
-moz-box-shadow: rgba(0,0,0,0.5) 0 7px 35px 0;
box-shadow: rgba(0,0,0,0.5) 0 7px 35px 0;
}*/

.art .page-container {
  position: relative;
  z-index: 2;
}
.lifeimagename h1 {
  font-size: 76px;
  line-height: 1.2;
  text-align: center;
  opacity: 0.5;
}
.lifewrapinner {
  position: relative;
  padding: 25px 25px 25px 50px;
}
.lifeimage {
  width: 70%;
  max-width: 1176px;
  pointer-events: unset !important;
  z-index: 3;
  transition: 0.3s all ease-in;
}
.lifeimagename {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%;
}
.lifeproperties {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.lifeproperdescription {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.lifeproperdescription h2 {
  margin-top: 0;
  line-height: 1;
}
.lifeproper {
  padding: 25px 0;
}
.lifewrapininner {
  padding: 25px;
  background-color: #efefef;
  margin-top: 25px;
}
.lifewrapinner:hover .lifeimage {
  width: 100%;
}
.lifewrapinner:hover .lifeimage+.lifeimagename h1 {
  opacity: 1;
  color: #fff;
}
.lifewrapinner:hover .lifeimage+.lifeimagename {
  left: 0;
  margin: 0 auto;
  z-index: 4;
}
.two-parts .onepart.art {
  background-image: url(../images/life/Landscape.jpg);
}
.two-parts .onepart.job {
  background-image: url(../images/job/Dussehra2018.jpg);
}
.title-part {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 15px;
}
.tagline-part {
  font-size: 20px;
  line-height: 1.3;
}
.itsrelative .centeredvertical {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.background-scales {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 120%;
  transition: 0.45s all ease-in;
}
.background-scales:hover {
  background-position: center;
  background-size: auto 100%;
}
/*Ham*/

header:not(.info) {
  position: fixed;
  left: 0;
  z-index: 66;
  right: 0;
}
header:not(.info) .header {
  width: 1176px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 8px 20px;
}
header:not(.info).show {
  background-image: url(../images/brushHeader.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-color: transparent;
  /* -webkit-box-shadow: 0 3px 3px #0000002e;
  -moz-box-shadow: 0 3px 3px #0000002e;
  -o-box-shadow: 0 3px 3px #0000002e;
  box-shadow: 0 3px 3px #0000002e; */
}
.branding .site-title {
  padding: 10px;
  text-align: center;
  font-family: "Dancing Script";
  font-size: 28px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.site-title img {
  height: 45px;
}
.hamburger {
  float: right;
  background-color: transparent;
  border: 0 none;
  padding: 15px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 2px;
  background-color: #000;
  width: 25px;
  margin-bottom: 5px;
  transition: 0.3s all ease-in;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger:focus {
  outline: none;
}
.headernav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.menuactive .headernav {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
}
.hamburger.active span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
}
.hamburger.active {
  position: relative;
  height: 46px;
  width: 55px;
}
/*Ham End*/

/* .hashed {
padding: 50px 50px 0;
position: relative;
} */

/* a[href*='#']:not(.grid--item--link):not(.grid--item--link-a) span {
position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
} */

span.heeb {
  font-family: "Heebo";
}
.meghas p {
  font-size: 25px;
  line-height: 1.5;
}
.e-one-banner-wrapper, .e-one-banner {
  background-color: #ff724b;
  overflow: hidden;
  position: relative;
}
.e-one-banner {
  /*min-height: 500px;*/
  height: 90vh;
  border-bottom: 0;
  background-position: center 80%;
  background-size: cover;
  opacity: 0;
}
.came-in .e-one-banner {
  animation: animScaleIn 2.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}
@keyframes animScaleIn {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
section#featuresone {
  padding: 0;
}
.belowbanner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -3px;
  width: calc(100% + 6px);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}
.grid--item--a {
  flex: 1 60%;
}
.grid--item--b {
  flex: 1 40%;
}
.grid--item--c {
  flex: 1 20%;
}
.grid--item {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 25%);
}
.grid--item.came-in, .grid--item.grid--item-not {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
}
.grid--item--link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.tile--picture img {
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1)
}
.grid--item:hover a .tile--picture img, .grid--item a:active .tile--picture img {
  transform: scale(1.1);
  opacity: 1
}
.tile--picture, .tile--picture img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.grid--item a.grid--item--link-a {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: right;
  background: linear-gradient(to bottom, transparent 0%, rgba(16, 22, 44, .5) 60%, rgba(16, 22, 44, .75) 80%);
  color: #fff;
  padding: 100px 30px 30px 15px;
}
.grid--item__alt {
  border: 3px solid #fff;
}
.grid--item header.info .category {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  color: #007db7;
  text-transform: uppercase;
}
.grid--item header.info .name {
  font-size: 38px;
  line-height: 1.3;
  font-weight: bold;
}
.textslider {
  font-family: "eOneCodePro";
}
.textslider h2 {
  font-size: 42px;
  line-height: 1;
  color: #007db7;
  margin-bottom: 25px;
}
a.buttoned {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 12px 30px 11px 25px;
  border-radius: 10px;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.3s;
  color: #007db7;
  text-decoration: none;
  border: 2px solid #007db7;
  font-size: 18px;
}
a.buttoned:hover {
  background-color: #003C69;
  color: #fff;
  text-decoration: none;
}
a, .grid--item a.grid--item--link-a {
  text-decoration: none;
}
.textslider .slick-active:not([role="presentation"]) {
  animation: carouselIn 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.textslider li[role="presentation"] button:before {
  background-color: #ccc;
  transition: background-color 1s;
  border-radius: 50%;
  color: transparent;
  opacity: 1;
}
.textslider .slick-dots li, .textslider .slick-dots li button, .textslider .slick-dots li button:before {
  width: 11px;
  line-height: 11px;
  height: 11px;
}
.textslider .slick-dots li.slick-active button:before {
  background-color: #007db7;
}
.textsliderwrapper .slick-list {
  min-height: 400px;
}
.textsliderwrapper .slick-dots {
  text-align: left;
  width: 75% !important;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.textsliderwrapper, .textsliderwrapper .slick-list .slick-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: visible;
  text-align: center;
}
.textsliderwrapper .slick-slide>div {
  width: 75% !important;
  margin: 0 auto;
}
.nav-container nav:not(.fixed) .site-title-container {
  opacity: 0;
  visibility: hidden;
}
.nav-container i, .nav-container .module.widget-handle i {
  color: #fff;
}
nav#site-navigation {
  border-bottom: 0 none;
}
.nav-container nav:not(.fixed) {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: transparent;
}
.nav-container {
  min-height: none;
  min-height: unset;
}
nav.fixed.scrolled {
  background-color: #10172c;
}
.mobile-menu .nav-bar .module-group {
  position: fixed;
  right: -555px;
  width: 40%;
  height: 100vh !important;
  background: #007db7;
  z-index: -2;
  opacity: 0;
  display: block;
  top: 0;
  visibility: hidden;
  transition: 0.3s all ease-in;
}
.mobile-menu .nav-bar.nav-open .module:not( .site-title-container) {
  z-index: 12;
}
.mobile-menu .nav-open.nav-bar .module-group {
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.mobile-menu .main-navigation .menu a {
  display: block;
  padding: 1rem 0;
  position: relative;
  color: #FFF;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 34px;
  line-height: 1;
  text-transform: none;
  font-family: "eOneCodePro";
}
.mobile-menu .main-navigation .menu .current-menu-item a {
  color: #003C69;
  position: relative;
}
.mobile-menu .main-navigation .menu a:before {
  content: "";
  position: absolute;
  height: 0;
  border-left: 8px solid #003C69;
  left: -2rem;
  top: 10%;
}
.mobile-menu .main-navigation .menu .current-menu-item a:before {
  height: 80%;
}
.nav-bar.nav-open .mobile-toggle {
  position: fixed;
  right: 40px;
}
.nav-bar.nav-open .mobile-toggle .fa-bars:before {
  content: "\f00d";
}
.nav-bar.nav-open .mobile-toggle i {
  font-size: 35px;
  font-weight: lighter;
}
.mobile-menu .nav-bar.nav-open .module-group {
  padding: 5%;
}
.e-one-banner-content-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  color: #fff;
}
.e-one-banner-content {
  font-family: 'eOneCodePro';
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
  opacity: 0;
  transition: opacity;
  transition-delay: 0.15s;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}
.e-one-banner-content.came-in {
  opacity: 1;
}
.e-one-banner-content h2 {
  font-size: 38px;
  width: 570px;
  line-height: 1.3;
  max-width: 100%;
  opacity: 0;
  animation: animCtaIn 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.e-one-banner-content.come-in h2 {
  opacity: 1;
}
.e-one-banner-wrapper .slick-slide>div>div {
  display: block !important;
  position: relative;
}
.e-one-banner-wrapper .slick-prev {
  left: 25px;
  z-index: 2;
}
.e-one-banner-wrapper .slick-next {
  right: 25px;
  z-index: 2;
}
.site-title {
  font-family: 'eOneCodePro';
  color: #fff;
}
.e-one-banner-content a {
  opacity: 0;
  animation: animCtaIn 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 12px 30px 11px 25px;
  border-radius: 10px;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.3s;
  font-size: 26px;
  margin-top: 35px;
}
@keyframes animCtaIn {
  from {
    opacity: 0;
    transform: translate(25%, 0)
  }
  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}
a.buttoned svg.icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 15px;
  margin-right: 0.8rem;
}
.globalreach-wrapper {
  background-image: url("../images/meghaharsha/life/Nivana.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
  position: relative;
}
.globalreach-wrapper:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #134074;
  opacity: 0.85;
  transition: height 1.3s;
}
.animatedhello.close+.page-container {
  margin-top: 50px;
}
.globalreach-wrapper.came-in:before {
  height: 100%;
}
.globalreach {
  position: absolute;
  width: 80%;
  max-width: 1600px;
  top: 50%;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-family: 'eOneCodePro';
}
a.buttoned.whitewashed {
  color: #fff;
  border-color: #fff;
}
.globalreach h2 {
  font-size: 57px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 45px;
}
.globalreach>a {
  margin-top: 20px;
}
footer {
  background-color: transparent;
}
#colophon .widget ul li {
  border-bottom: 0 none;
  padding-bottom: 0;
}
#colophon .widget ul li a {
  color: #fff;
  font-size: 22px;
  font-family: 'eOneCodePro';
}
#colophon section {
  padding: 0;
}
.footer-full-menu ul li {
  display: inline-block;
  margin-right: 65px !important;
}
.footer-full-menu aside#nav_menu-4 {
  margin-bottom: 0;
}
.footer-full-menu ul#menu-footer-full {
  padding-top: 32px;
}
.footer-full-menu ul#sidebar {
  margin: 0;
}
.footer-full-menu {
  border-top: 2px solid #fff;
}
.name i {
  font-family: open sans-serif;
}
#colophon section h3 {
  margin-top: 0;
}
.branding h1 {
  margin: 0 auto;
}
.branding {
  text-align: center;
}
.site-info-copyright {
  margin-top: 15px;
  padding: 3rem 0;
  color: #C1C1C1;
  background: #003C69;
}
.welcome p, .welcome h1 span {
  font-size: 45px;
  text-align: center;
  margin-bottom: 100px;
  color: #000;
}
.welcome p span, .welcome p span h1 {
  font-family: "Dancing Script";
  font-size: 58px;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.e-one-banner img {
  position: absolute;
  top: 0;
  height: 100%;
  max-width: unset;
  width: 100%;
  object-fit: cover;
}
a.start_partnership_text {
  display: block;
  padding: 50px 70px;
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -webkit-transition: transition:color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -o-transition: transition:color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -moz-transition: transition:color .3s ease, background-color .3s ease, box-shadow .3s ease;
  -ms-transition: transition:color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
a.start_partnership_text:hover, .sellArt .came-in a.start_partnership_text {
  background-color: #F46244;
}
a.start_partnership_text p.really_large_text {
  font-size: 9vw !important;
  font-family: "History";
  color: #000;
  font-weight: bold;
  text-align: center;
}
.sellArt a.start_partnership_text p.really_large_text {
  font-size: 5vw !important;
}
.sellArt a.start_partnership_text {
  padding: 140px 70px;
  background-image: url(../images/backshapes.svg);
  background-repeat: no-repeat;
  background-size: 90% 120%;
  background-position: center;
}
.sellArt a.start_partnership_text p.comparably_small_text {
  font-size: 44px !important;
}
.sellArt a.start_partnership_text p.comparably_small_text span {
  font-size: 20px !important;
  /* transform: rotate(-7deg); */
  display: inline-block;
}
.sellArt a.start_partnership_text:hover p.comparably_small_text, .sellArt .came-in a.start_partnership_text p.comparably_small_text {
  color: #000;
  font-weight: 500;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: capitalize;
  opacity: 1;
}
a.start_partnership_text p.comparably_small_text {
  font-size: 32px !important;
  text-transform: none;
  color: #fff;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  -o-transition: opacity .5s ease, -o-transform .5s ease;
  -moz-transition: opacity .5s ease, transform .5s ease, -moz-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease, -o-transform .5s ease;
}
a.start_partnership_text:hover p.really_large_text, .sellArt .came-in a.start_partnership_text p.really_large_text {
  color: #fff;
}
a.start_partnership_text:hover p.comparably_small_text {
  color: #fff;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
}
.socialpointer .icon svg {
  width: 51px;
  height: 51px;
  transform: rotate(115deg) translateY(0px) translateX(10px);
}
.socialpointer .icon svg, .socialpointer .icon svg g, .socialpointer .icon svg path {
  fill: #000;
}
.socialpointer {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  position: absolute;
  bottom: 40px;
  left: 10%;
}
.knowmore {
  position: relative;
}
.knowmore:hover .socialpointer {
  color: #fff;
}
.knowmore:hover .socialpointer svg g, .knowmore:hover .socialpointer svg path {
  fill: #fff;
}
.social-nav li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}
ul.social-nav {
  text-align: center;
  padding: 20px 0 10px;
}
.social-nav li:last-child {
  margin-right: 0;
}
.meghas {
  padding: 0 15px;
}
.artistoftheweekwraper {
  position: relative;
  margin-top: -4px;
}
.artistsoftheweektitle .smallerfixed {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transform: translateY(-60%);
}
.artistsoftheweektitle .smallerfixed h2 {
  font-size: 4rem;
  margin: 0;
  line-height: 1;
  text-shadow: 10px 9px 4px rgba(0, 0, 0, 0.18);
}
.e-one-banner-content-wrapper.bywho {
  bottom: 0;
  top: auto;
}
div#popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: 50% 50%;
  animation: animModalIn 0.5s;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-fill-mode: forwards;
  z-index: 3;
}
@keyframes animModalIn {
  0% {
    opacity: 0;
    transform: scale(0.2)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
div#popup .popupoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 5;
  cursor: pointer;
}
.popupcontent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: max-content;
  height: 95%;
  z-index: 6;
}
#popup img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 13;
  margin: 0 auto;
  transform: translateY(-50%);
  height: auto;
  width: auto;
  max-width: 75%;
  max-height: 90%;
}
.popupcontent img {
  height: 100%;
}
.popupopen {
  overflow: hidden;
}
.popupclose {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 15px;
  text-align: right;
  z-index: 6;
}
.closebutton {
  background-color: transparent;
  border: 0 none;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
button.enquirybutton {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 15;
  background-color: #fff;
  border: 4px solid #000;
  padding: 15px 15px 12px;
  border-radius: 50%;
  cursor: pointer;
  animation: blinkingText 0.8s infinite;
}
@keyframes blinkingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button.enquirybutton svg {
  width: 42px;
}
button.enquirybutton:hover {
  background-color: #FF5851;
  border-color: #fff;
}
button.enquirybutton:hover svg, button.enquirybutton:hover g, button.enquirybutton:hover path {
  fill: #fff !important;
}
form.enquiryformitself {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.enquiryformitself input {
  width: 48%;
  float: left;
  padding: 10px 8px;
  margin-bottom: 15px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.enquiryformitself input:nth-child(odd) {
  margin-right: 2%;
}
.enquiryformitself textarea {
  width: 98%;
  height: 120px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
  padding: 10px 8px;
  margin-bottom: 15px;
}
.form-fields, .form-fields * {
  font-family: 'Open Sans', sans-serif;
}
.form-fields {
  overflow: hidden;
}
.form-fields.submit input {
  float: unset;
}
.form-fields.submit {
  text-align: center;
}
.form-fields.submit input[type="submit"] {
  background-color: #FF5851;
  color: #fff;
  font-size: 18px;
  font-family: "Playfair Display";
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 11px 0;
  width: 170px;
  border: 1px solid #FF5851;
  border-radius: 3px;
  margin: 0 auto;
}
.form-fields.submit input[type="submit"][disabled="disabled"] {
  opacity: 1;
  background-color: #689868;
  border-color: #689868;
}
.form-fields.submit input[type="submit"][disabled="disabled"]:hover {
  color: #fff;
}
.form-fields.submit input[type="submit"]:hover {
  background-color: #FFF;
  color: #FF5851;
  cursor: pointer;
}
.paintimage:before {
  content: "Code: " attr(data-image-sku);
  left: 10px;
  right: auto;
  bottom: 10px;
  top: auto;
  transform: none;
  position: absolute;
  font-weight: bold;
  z-index: 6;
}
div#enquiryform {
  position: fixed;
  z-index: 166;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
}
.enquiryform:not(.nothteoneIknow) {
  position: absolute;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 207;
  width: 580px;
  padding: 20px;
  background-color: #fff;
}
.enquiryformoverlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 166;
  opacity: 0.2;
}
p.tagline {
  color: #FF5851;
  font-weight: 900;
  margin: -100px 0 50px;
  font-size: 35px;
  text-transform: lowercase;
  line-height: 1;
  text-shadow: 10px 9px 4px rgba(0, 0, 0, 0.18);
}
.enqspan {
  display: block;
  font-size: 18px;
  font-family: "Playfair Display";
  font-weight: 900;
}
.bigshadowedtitle {
  font-size: 2rem;
  margin: 0 0 15px;
  font-family: "Playfair Display";
  font-weight: 900;
  line-height: 1;
  text-shadow: 10px 9px 4px rgba(0, 0, 0, 0.18);
  position: relative;
}
.awardswrapper {
  padding: 45px 0 0;
  background-color: #000;
  color: #fff;
}
.awards b {
  font-weight: 900;
}
.texts {
  width: 60%;
}
.sign {
  position: absolute;
  right: 0;
  width: 40%;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding-top: 40px;
}
.sign img {
  width: auto;
  max-height: 60%;
  max-width: 100%;
}
.sign svg {
  height: 40%;
  width: auto;
  max-width: 100%;
}
.e-one-banner-wrapper.slick-slider {
  margin-bottom: 0 !important;
}
.onefullscreen {
  height: 100vh;
  overflow: hidden;
}
.onefullscreen .abouthasimgae img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.onefullscreen .abouthasimgae {
  height: 100%;
}
.onefullscreen .abouthasimgae .meghas {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  left: 0;
  /*background-image: url(../images/logo-final-2.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;*/
}
.onefullscreen .abouthasimgae .meghas p {
  width: 570px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
  max-width: 100%;
}
.onefullscreen .abouthasimgae:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2b3b6c52;
  content: " ";
}
/*.footer {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.copyright {
  float: left;
}

.footermenu {
  float: right;
}

.footermenu a {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

footer#footer {
  margin-top: 0;
}
*/

.glide__slide {
  align-self: center;
  text-align: center;
}
/*.glide__slide.glide__slide--active ~ .glide__slide {
  text-align: left;
  transition: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.glide__slide {
  text-align: right;
  transition: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.glide__slide.glide__slide--active {
  text-align: center;
  transition: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.glide__slides {
  width: 100% !important;
}

*/

.glide {
  padding: 5vh 0;
}
.glide__slide img {
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  max-height: 90vh;
  width: auto;
}
.glide__slide {
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.glide__slide:not(.glide__slide--active) {
  opacity: 0.6;
}
.sliderlogo {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  width: 32vw;
}
@keyframes carouselIn {
  from {
    transform: translate(25%, 0);
    opacity: 0
  }
  to {
    transform: translate(0, 0);
    opacity: 1
  }
}
.inlined span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.whyms .inlined span {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
div#awards {
  /*background-image: url(../images/meghaharsha/life/Seashore.jpg);
  background-size: 100% auto;
  background-position: top center;*/
}
.topbar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.topbar img:first-child {
  width: 270px;
  max-width: 35%;
}
.topbar img:last-child {
  width: 270px;
  max-width: 35%;
}
.text-center {
  text-align: center;
}
.meghas .larged {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.meghas .larged span {
  font-size: 58px;
}
.coloredred {
  color: #c7202f;
}
.meghas .larged span.smaller {
  font-size: 28px;
  line-height: 1;
}
.venue {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 85%;
  margin: 60px auto 30px;
  background-color: #ebebeb;
  text-align: center;
  box-shadow: 5px 6px 9px 2px rgba(0, 0, 0, 0.2);
}
.venueleft {
  padding: 15px 15px 0;
  width: 67%;
}
.venueright {
  width: 33%;
}
.venueright img {
  height: 240px;
  margin-right: -2px;
  margin-bottom: -4px;
}
.blued {
  color: #000088;
}
.venuefont {
  font-size: 44px;
}
.venuefontsmaller {
  font-size: 24px;
  line-height: 1;
}
.venuetitle span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1;
}
.sdg {
  margin-top: 80px;
}
.sdggoals {
  margin: 50px auto;
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
}
.sdggoals>div {
  width: 22%;
  max-width: 194px;
}
.fromtheauthor .left {
  width: 70%;
}
.fromtheauthor .right {
  width: 30%;
  text-align: center;
}
.fromtheauthor {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
}
.fromtheauthor .right img {
  width: 220px;
}
.fromtheauthor {
  background-image: url(../images/g/stroke.png);
  background-size: 100% 170%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 50px;
}
.fromtheauthor .left>div {
  padding-left: 35px;
  font-size: 24px;
}
.socialmedias {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 5px auto 20px;
}
.socialmedias a {
  width: 50%;
  color: #000;
  font-size: 18px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.socialmedia {
  margin-top: 15px;
  font-size: 22px !important;
}
/* Firefox old*/

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE */

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Opera and prob css3 final iteration */

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed-blink-image img {
  -moz-animation: blink normal 4s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 4s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 4s infinite ease-in-out;
  /* IE */
  animation: blink normal 4s infinite ease-in-out;
  /* Opera and prob css3 final iteration */
  width: 270px;
  max-width: 100%;
}
.fixed-blink-image {
  position: fixed;
  right: 0;
  z-index: 99999;
  top: 45%;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
/*NAV*/

.global-nav a {
  color: rgb(75, 87, 92);
  font-weight: lighter;
  letter-spacing: 0.02em;
  font-size: 18px;
  position: relative;
  transition: 0.3s all ease-in;
}
.global-nav a:hover {
  color: #F46244;
}
.global-nav a:hover:after {
  opacity: 1;
  z-index: 1;
  bottom: -5px;
  width: 100%;
  background: #F46244;
}
.global-nav a:after {
  content: " ";
  display: block;
  width: 30%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #4b575c;
  opacity: 0.4;
  bottom: -5px;
  opacity: 1;
  z-index: -1;
  transition: 0.3s all ease-in;
}
.onefullscreen .abouthasimgae.abouthasnoimgae:after {
  display: none;
}
.onefullscreen .abouthasimgae.abouthasnoimgae .meghas p {
  color: #2b3b6c;
  font-size: 2rem;
  text-align: center;
}
/* .awardswrapper {
  background-image: url(../img/mswithGWR.png);
  background-repeat: no-repeat;
  background-position: 85% 20%;
  background-size: 330px auto;
} */

video {
  max-width: 100%;
  ;
}
.ImageNCircle {
  order: 1;
  width: 35%;
}
.videoItself {
  order: 2;
  width: 65%;
}
.glide__slide .circle+img+video {
  left: 150px;
  top: -90px;
  z-index: 1;
  position: relative;
  max-width: calc(100% - 300px);
}
.glide__slide .circle+img {
  /* width: 200px;
  background-color: #ff0;
  z-index: 1;
  height: auto;
  position: relative;
  top: -100px;
  margin-bottom: -100px; */
  width: calc(100% - 110px);
  background-color: #ff0;
  z-index: 1;
  height: auto;
  position: relative;
  top: -100px;
  margin-bottom: -80px;
  left: 20px;
}
.homeGlide .glide__slide {
  padding-left: 50px;
  position: relative;
  padding-top: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.glide__slide img {
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  max-height: 90vh;
  width: auto;
  z-index: 2;
  position: relative;
  height: 370px;
  border-radius: 5px;
  box-shadow: 13px 9px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.card {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 806px;
  height: 340px;
  margin: 0 auto;
}
.card .visual .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.card .visual {
  width: 403px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #4c5f66;
  transition: all 0.3s ease, width 1s ease;
}
.testimonial.slick-current .card .visual {
  transition: all 1s ease, width 1s ease;
}
.card .content .textt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: lighter;
  line-height: 25px;
  padding: 25px 32px 25px 48px;
  width: 100%;
  line-height: 1.4;
  /* font-family: "Arial"; */
  font-size: 18px;
  /* font-style: italic; */
}
.card .content .titlee {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  /* font-family: "Arial"; */
  font-family: "History";
  line-height: 1.3;
  ;
  letter-spacing: 1px;
}
.content .titlee {
  display: block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  /* font-family: "Arial"; */
  font-family: "History";
  line-height: 1.3;
  ;
}
.card .content {
  width: 403px;
  padding-left: 20px;
  text-align: left;
  background-color: #fff;
  align-self: normal;
  left: 403px;
  position: absolute;
  height: 100%;
  padding: 27px 32px 48px 48px;
}
.card .visual video {
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  object-fit: cover;
  opacity: 0.3;
  object-position: center;
}
.card .arrow {
  border-radius: 50%;
  background-color: #fff;
  height: 60px;
  width: 60px;
  cursor: pointer;
  left: 0;
  right: auto;
  opacity: 1;
  transition: left 1s ease, opacity 1s ease, width 1s ease, height 1s ease;
  left: 50%;
  width: 88px;
  height: 88px;
  z-index: 3;
}
.card .arrow svg.circle-border {
  opacity: 0;
  transition: opacity 1s ease, stroke .3s ease, stroke-width .3s ease
}
.card .arrow svg.play {
  height: 24px;
  width: 24px;
  fill: #333;
  opacity: 0;
  transition: opacity .3s ease
}
.card .arrow svg.arr {
  height: 24px;
  width: 24px;
  opacity: 1;
  transition: opacity .3s ease
}
.card .arrow.small {
  height: 60px;
  width: 60px
}
.card.right .arrow {
  left: 100%
}
.card.right .arrow .arr {
  transform: translate(-50%, -50%) rotate(180deg)
}
svg.circle-border {
  height: 60px;
  width: 60px;
  stroke-width: 1px;
  stroke: rgba(86, 128, 141, .2);
  transform: translate(-50%, -50%);
  transition: stroke-width .3s ease, stroke .3s ease
}
.card .arrow svg.play, .card .arrow svg.circle-border, .card .arrow svg.arr, .card .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.card .arrow svg.circle-border {
  z-index: 4;
  opacity: 1;
}
:focus {
  outline: none;
}
.homeSlide {
  padding: 200px 0;
  margin-bottom: 0 !important;
  background: #edf1fc;
}
.homeSlide .slick-list {
  z-index: 3;
}
.homeSlide .slick-dots {
  bottom: 65px;
}
.testimonial:not(.slick-current) .card .arrow {
  left: 0;
}
.testimonial.slick-current .card .arrow .play {
  opacity: 1;
}
.testimonial.slick-current .card .arrow .arr {
  opacity: 0;
}
.testimonial:not(.slick-current) .card .arrow {
  height: 60px;
  width: 60px;
}
.testimonial:not(.slick-current) .card .arrow .circle-border {
  opacity: 0;
}
.testimonial.slick-current .card .arrow:hover .circle-border {
  stroke: rgba(86, 128, 141, 1);
}
.testimonial.isPrevious .card .visual {
  z-index: 3;
  left: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.testimonial.isPrevious .card .arrow {
  left: 100%;
}
.testimonial.isPrevious .card .arrow .arr {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.testimonial:not(.slick-current) .videoTitle {
  opacity: 0;
}
.videoTitle {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  text-align: left;
  padding: 15px;
}
.testimonial.slick-current .card .visual video {
  opacity: 0.8;
}
.video-player {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #000;
  background-color: transparent;
}
.video-player.open {
  top: 0;
  left: 0;
}
.video-player .arr.close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: .5s;
  opacity: 0;
}
a.arr svg.icon, div.arr svg.icon {
  height: 24px;
  width: 24px;
  fill: #4b575c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
div.arr svg.circle {
  height: 60px;
  width: 60px;
  stroke-width: 1px;
  stroke: rgba(51, 51, 51, .2);
  transition: stroke .3s ease, stroke-width .3s ease;
}
.video-player.open:not(.closing) .arr.close {
  opacity: 1;
}
.video-player .scalable-circle {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  transition: all 1.2s ease;
}
.video-player.open .scalable-circle {
  width: 88px;
  height: 88px;
  transform: scale(45);
}
.video-player.open.closing .scalable-circle {
  width: 88px;
  height: 88px;
  transform: scale(0);
}
.video-player .player-box {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0;
  z-index: 2;
  transition: all 1.2s ease;
}
.video-player .player-box video {
  width: auto;
  height: auto !important;
}
.video-player.open:not(.closing) .player-box img {
  max-height: 90vh;
}
.video-player.open:not(.closing) .player-box {
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-height: 95%;
}
.card .visual .img:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: 3;
}
.card .visual .img iframe {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.player-box iframe {
  height: 70vh;
  width: 85%;
  margin: 0 auto;
  display: block;
}
.animatedhello .container {
  padding-top: 0;
}
.bannerImage {
  clear: both;
  width: 100%;
  margin: 0;
  /* background-color: #e3f1f6; */
  transition: background-color .5s ease;
  position: relative;
  background-image: url(../images/elephantBackBanner.png);
  background-repeat: no-repeat;
  background-size: auto 105%;
  ;
  background-position: -90px top !important;
  height: auto;
}
.bannerImage>img {
  height: auto;
  display: block;
  margin-left: auto;
  /* opacity: 0; */
  /* height: 100%; */
}
.bannerImage {
  text-align: center;
}
.welcomewrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-70%);
}
.welcome, .welcome p, .welcome h1 span {
  color: #fff;
}
.firstSlide .content {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  height: 340px;
  display: flex;
  flex-flow: row wrap;
  align-content: end;
  padding-top: 35px;
}
.firstSlide .content .titlee, .firstSlide .content .textt {
  font-size: 24px;
  width: 100%;
}
.firstSlide .content .textt {
  margin-top: 86px;
  font-size: 18px;
}
.firstSlide .content .titlee {
  margin-bottom: 5px;
}
.homeSliderWrap {
  position: relative;
}
.absoluteTitle {
  position: absolute;
  top: 20vh;
  z-index: 2;
  right: 10%;
  transform: translateY(-70%);
}
.homeSliderWrap .absoluteTitle {
  top: 200px;
}
.absoluteTitle .titlee {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
.recordsHere {
  text-align: center;
  width: 560px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 30px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  flex-flow: column;
  align-content: initial;
}
.recordsHere img {
  height: 88px;
  margin-left: 0;
  margin-right: auto;
}
.recordsHere img:nth-child(1) {
  top: 20px;
  position: relative;
  left: 15px;
}
.recordsHere img:nth-child(2) {
  position: relative;
  bottom: 20px;
  left: 15px;
}
.global-nav a:not(:last-child) {
  margin-right: 40px;
}
/* .recordImages {
  position: absolute;
  bottom: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
} */

.bannerImage .fixed {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.bannerImage .fixed.imageS {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  width: 1160px;
  right: 0;
  text-align: left;
  max-width: 90%;
  top: 53%;
  transform: translateY(-50%);
  font-family: "History";
  font-size: 42px;
}
.recordImages img {
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.bannerImage .site-title {
  position: absolute;
  top: 20px;
  left: 0;
}
.bannerImage .site-title img {
  height: 60px;
}
.bannerImage .fixed.titles {
  position: absolute;
  left: 0;
  width: 1160px;
  right: 0;
  text-align: left;
  max-width: 90%;
  top: calc(50% - 90px);
  transform: translateY(-50%);
  font-family: "History";
  font-size: 42px;
}
.bannerImage .fixed.titles span {
  color: #fff;
  padding: 5px 8px;
}
.animatedhello {
  padding-top: 70px;
}
.history {
  font-family: "History";
}
.inspired .vertical-text {
  line-height: 8px;
  letter-spacing: 2px;
  color: rgba(75, 87, 92, .5);
  transform: rotate(-90deg);
  font-size: 14px;
}
.inspired .name {
  padding: 10px;
  font-size: 40px;
  padding-left: 0;
}
.inspired .description {
  width: 420px;
  padding: 10px 10px 40px 10px;
  line-height: 1.5;
}
.inspired .imageRight {
  max-width: 600px;
  align-self: flex-end;
}
.aboutme.inspired {
  height: auto;
  width: 97%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  justify-content: space-between;
}
.inspired .imageRight img {
  display: block;
}
.bigshadowedtitle:after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  top: 60%;
  width: 68%;
  right: 0;
  opacity: 0.4;
}
.contactUsStyled .inspired .vertical-text {
  width: 132px;
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 61px;
  transform: translateX(-25%) rotate(-90deg);
}
.contactUsStyled .videoContent {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.contactUsStyled .videoContent img {
  max-width: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#knowmore+.contactUsStyled .aboutme.inspired {
  background: transparent;
}
.contactUsStyled .videoContent.imageContent img {
  height: 100%;
  width: 85%;
  object-position: left;
}
.contactUsStyled .form {
  width: 50%;
  margin-left: 0;
  position: relative;
  padding-right: 25px;
  padding-left: 10%;
}
.contactUsStyled video {
  height: 100%;
  width: auto;
  max-width: unset;
  object-fit: cover;
  object-position: center;
  transform: translateX(-25%);
  display: block;
}
span.increasedSize {
  font-size: 32px;
  margin-bottom: 60px;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.contactUsStyled .enquiryformitself input, .contactUsStyled .enquiryformitself textarea {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  position: relative;
  border-bottom: 1px solid rgb(75, 87, 92, 0.4);
  transition: border 0.4s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 0;
  background: transparent;
  color: #4b575c;
  opacity: 1;
  font-size: 15px;
}
.contactUsStyled .enquiryformitself input::placeholder, .contactUsStyled .enquiryformitself textarea::placeholder {
  color: rgb(75, 87, 92, 0.4);
  letter-spacing: 1px;
}
.contactUsStyled .enquiryformitself input:focus, .contactUsStyled .enquiryformitself textarea:focus, .contactUsStyled .enquiryformitself input:hover, .contactUsStyled .enquiryformitself textarea:hover {
  border-color: #F46244;
}
.contactUsStyled .form-fields {
  margin-bottom: 20px;
}
.contactUsStyled .form-fields.submit button {
  color: #fff;
  width: 280px;
  border: 0 none;
  background-color: #F46244;
  text-align: left;
  padding: 18px 0;
  padding-left: 20px;
  transition: 0.3s;
  font-family: "History";
  font-size: 16px;
  border-radius: 3px;
}
.contactUsStyled .form-fields.submit button:hover {
  color: #fff;
  background-color: #ff724b;
}
.contactUsStyled .form-fields.submit {
  margin-top: 60px;
  text-align: left;
  position: relative;
  transition: 0.3s;
  font-family: "History";
}
.contactUsStyled .form-fields.submit:after {
  content: " ";
  width: 73%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 0;
  transition: 0.3s;
}
.contactUsStyled .form-fields.submit:hover:after {
  width: 65%;
}
.contactUsStyled .form-fields.submit:hover button {
  padding-left: 50px;
  cursor: pointer;
}
.contactUsStyled .aboutme.inspired {
  height: 90vh;
  background: #fff;
}
.contentoverVideo {
  position: absolute;
  z-index: 22;
  height: 100%;
  width: 100%;
  top: 0;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-flow: column wrap;
  padding: 25px;
  height: 100%;
  height: 560px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 55px;
}
.videoContent:not(.imageContent):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.contentoverVideo>div {
  position: relative;
  z-index: 23;
}
.contentoverVideo>div a {
  color: #fff;
  font-size: 26px;
  font-family: "History";
}
.homeSliderWrap .absoluteTitle .titlee {
  color: #4b575c;
}
.instagramHere {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  background: #30383b;
  width: 65px;
  z-index: 23;
  transition: 0.3s all ease;
}
.instagramHere:hover {
  background: #ff724b;
}
.instagramHere span {
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateY(-90px);
  display: block;
  width: max-content;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 0;
}
.aDiffLinedLink {
  color: #4b575c;
  position: relative;
  z-index: 3;
}
.aDiffLinedLink {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.aDiffLinedLink>div {
  width: calc(100% - 200px);
  height: 1px;
  background: #4b575c;
  opacity: 0.5;
  transition: 0.3s all ease;
}
.aDiffLinedLink:hover {
  color: #ff724b;
}
.aDiffLinedLink:hover div {
  width: calc(100% - 240px);
  /* background-color: #ff724b; */
}
.spanHideInMobile .aDiffLinedLink {
  margin-top: 40px;
}
.contactUsStyled.differentSection .videoContent.imageContent img {
  opacity: 0;
}
.contactUsStyled.differentSection {
  background-image: url(../images/morepankh.png);
  background-image: url(../images/brush.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 93% center;
  position: relative;
}
.aDiffLinedLink.buyNow span {
  background: #F46244;
  padding: 13px 20px;
  color: #fff;
  width: 170px;
  border-radius: 3px;
  font-size: 16px;
  transition: .3s all ease;
}
.aDiffLinedLink.buyNow {
  margin-top: 10px;
}
.aDiffLinedLink.buyNow>div {
  width: calc(100% - 120px);
  position: absolute;
  left: 120px;
}
.aDiffLinedLink.buyNow:hover>div {
  width: calc(100% - 190px);
  left: 190px;
}
.aDiffLinedLink.buyNow:hover span {
  background: #ff724b;
}
.visual.with-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.card .visual.with-image .img:after {
  opacity: 0.15;
}
.card .content.sold:after {
  position: absolute;
  width: 70px;
  height: 70px;
  content: "SOLD";
  font-family: "History";
  right: 20px;
  background: red;
  border-radius: 100%;
  color: #fff;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(22deg);
  top: 20px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.bannerImage .fixed.titles .content {
  background-image: url(../images/strokebackground.png);
  background-repeat: no-repeat;
  background-position: 21% center;
  background-size: auto 120%;
  padding: 15px;
}
.twohavlesYo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.twohavlesYo>div {
  width: 50%;
}
.aBitBigger {
  font-size: 32px;
}
.slightlyBigger {
  font-size: 20px;
}
.someChages {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
  font-weight: lighter;
  opacity: 0.8;
}
.someChages+img {
  width: 130px;
  opacity: 0.8;
}
.nothteoneIknow .aDiffLinedLink {
  width: 80%;
}
.hasFooterback {
  transition: 0.2s all ease;
  background-position: bottom;
}
.hasFooterback:hover {
  background-image: url(../images/brushFooter.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.hasFooterback a.start_partnership_text, .knowmore.countvisible.hasFooterback.came-in a.start_partnership_text {
  padding-bottom: 80px;
}
.hasFooterback a.start_partnership_text:hover, .knowmore.countvisible.hasFooterback.came-in a.start_partnership_text {
  background-color: transparent;
}
.noAfter:after {
  display: none !important;
}
.fixedinThis {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 13;
}
.fixedinThis .social-nav {
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fixedinThis .social-nav .sociallink:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
.fixedinThis .social-nav .sociallink a {
  font-size: 32px;
  padding-left: 8px;
}
.aboutus .inspired .description {
  width: 720px;
}
.aboutus .aboutme.inspired {
  margin-top: 80px;
}
.normalCase {
  text-transform: none;
}
#opacity {
  width: 200px;
  /* transition animation */
  -webkit-transition: width 2s;
  transition: width 2s;
  /* for demonstrate purposes */
  margin: 0 auto;
  min-height: 600px;
  border: 1px solid;
  overflow: hidden;
}
#popup .typeform-share {
  z-index: 34;
  width: 230px;
  position: absolute;
  top: 94%;
  transform: translateY(-100%);
  right: 0;
}
#popup .typeform-share>div {
  background: #fff;
}
/*Media Queries*/

/*based on height*/

@media (max-height: 700px) {
  .contactUsStyled .aboutme.inspired {
    height: 100vh;
  }
  .nothteoneIknow .aDiffLinedLink+br, .nothteoneIknow .aDiffLinedLink+br+br, .nothteoneIknow .aDiffLinedLink~p+br, .nothteoneIknow .aDiffLinedLink~p+br+br {
    display: none;
  }
}
@media (min-width: 1200px) {
  footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  footer .container, nav#site-navigation .container {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .grid--item {
    min-height: 575px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutme.inspired.introDiv {
    /* flex-flow: row wrap; */
  }
  .spanHideInMobile>p>span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contactUsStyled.differentSection {
    background-position: 143% center;
  }
  .paintrow .paintcolumn {
    padding: 0 10px;
  }
  .spanHideInMobile>p>span {
    display: inline-block;
  }
  .aboutme.inspired.introDiv {
    flex-flow: row wrap;
  }
  .inspired .imageRight {
    width: 100%;
    max-width: 100%;
  }
  .inspired .imageRight img {
    height: 400px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .paintrow .paintcolumn {
    padding: 0 10px;
  }
  .aboutname .content {
    font-size: 16px;
  }
  .aboutimage img {
    height: 390px;
  }
}
/*Media below Tablet*/

@media screen and (max-width: 767px) {
  .aboutme {
    padding: 0;
    flex-flow: column wrap;
  }
  .aboutme>.aboutname {
    padding: 15px;
  }
  .aboutimage img {
    height: auto;
    max-height: 300px;
    margin: 0 auto;
  }
  .aboutname .content {
    font-size: 14px;
  }
  .aboutname .bigname {
    font-size: 48px;
    margin-top: 5px;
  }
  .aboutname .bigname, .aboutname .content {
    margin-left: 0;
    padding: 0;
  }
  .aboutme, .aboutimage, .aboutname {
    width: 100%;
    height: auto;
  }
  .work {
    padding: 0;
  }
  .aboutimage {
    padding-top: 15px;
  }
  .paintrow .paintcolumn {
    padding: 0;
    margin-bottom: 15px;
  }
  .sociallink a {
    font-size: 28px;
  }
  .sign {
    position: static;
    width: 100%;
    order: 1;
    /* height: 150px; */
    text-align: center;
  }
  .sign img {
    width: 380px;
  }
  .sign svg {
    height: 200px;
  }
  .texts {
    width: 100%;
    order: 2;
  }
  .awards {
    display: flex;
    flex-flow: column wrap;
  }
  .paintrow .paintcolumn {
    padding: 5px;
  }
  .paintdata .paintingname {
    font-size: 28px;
  }
  .aboutimage img {
    object-position: top;
  }
  .define {
    display: inline-block;
  }
}
@media screen and (max-width: 806px) {
  .card {
    width: 94%;
    margin: 0 auto;
    height: 590px;
  }
  .card .visual {
    width: 100%;
    height: 280px;
    top: 0;
  }
  .card .content {
    bottom: auto;
    top: 280px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .card .content .textt {
    position: static;
    padding: 20px 0 0;
  }
  .videoTitle {
    display: none;
  }
  .testimonial:not(.slick-current) .card .arrow {
    left: 0;
    transform: translateX(-140%);
    top: 110px;
  }
  .testimonial.isPrevious .card .arrow {
    right: 0;
    transform: translateX(140%);
    left: auto;
    top: 110px;
  }
  .homeSlide {
    padding: 10vh 0;
    margin-bottom: 0 !important;
  }
  .homeSlide .slick-dots {
    bottom: 35px;
  }
  .absoluteTitle {
    top: 10vh;
  }
  .contactUsStyled .inspired .vertical-text {
    position: absolute;
    left: 0px;
    width: 140px;
    transform: rotate(-90deg) translateY(-50px) translateX(-100%);
    top: 0;
  }
  a.start_partnership_text {
    transition: all 1s ease-in;
  }
  .knowmore.came-in .socialpointer {
    color: #fff;
  }
  .knowmore.came-in a.start_partnership_text {
    background-color: transparent;
  }
  .knowmore a.start_partnership_text p.comparably_small_text {
    transition-duration: 1.5s;
    ;
  }
  .knowmore.came-in a.start_partnership_text p.comparably_small_text {
    color: #fff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
  }
  .knowmore.came-in a.start_partnership_text p.really_large_text {
    color: #fff;
  }
  .contactUsStyled .aboutme.inspired {
    justify-content: center;
  }
  .contactUsStyled .form {
    margin-left: 0px;
    padding-right: 0;
    width: 50%;
    padding-left: 40px;
    padding-right: 10px;
  }
  .contactUsStyled .videoContent {
    width: 50%;
  }
  .homeSliderWrap .absoluteTitle {
    top: 0;
    position: static;
    transform: none;
    text-align: center;
    background: #edf1fc;
    padding-top: 50px;
  }
  .homeSliderWrap .absoluteTitle + .homeSlide {
    padding-top: 4vh;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .card {
    width: 87%;
  }
  .card .visual {
    width: 50%;
  }
  .card .content {
    width: 50%;
    left: 50%;
  }
  .slick-list.draggable {
    padding: 0 5vw !important;
  }
  .testimonial:not(.slick-current) .card .arrow {
    transform: translateX(-200%);
    top: 140px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  }
  .testimonial.isPrevious .card .arrow:hover, .testimonial:not(.slick-current) .card .arrow:hover {
    box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.1);
  }
  .testimonial.isPrevious .card .arrow {
    box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 680px) {
  .knowmore.countvisible.hasFooterback.came-in {
    background-image: url(../images/brushFooter.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .contactUsStyled .aboutme.inspired>div {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .contactUsStyled .aboutme.inspired {
    height: auto;
    width: 100%;
  }
  .contactUsStyled .aboutme.inspired .form {
    padding: 55px 20px;
    order: 2;
  }
  .contactUsStyled .inspired .vertical-text {
    top: 40px;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contactUsStyled .videoContent {
    order: 1;
    height: 55vh;
  }
  .contactUsStyled video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .contentoverVideo {
    font-size: 28px;
    text-shadow: 4px 4px 5px rgba(255, 255, 255, 1);
  }
  .bannerImage .fixed.titles {
    color: #000;
    font-size: 28px;
    text-shadow: 4px 4px 5px rgba(255, 255, 255, 1);
  }
  .introDiv.inspired .name {
    padding-right: 40px;
  }
  .spanHideInMobile {
    padding: 0 15px;
  }
  .contentoverVideo {
    padding-bottom: 25px;
    height: 100%;
  }
  .contactUsStyled.differentSection {
    background-position: top center;
    background-size: 90% auto;
  }
  header:not(.info).show {
    background-size: 110% 100%;
  }
}
@media screen and (max-width: 600px) {
  .meghas .larged span {
    font-size: 35px;
  }
  .venuefont {
    font-size: 25px;
    line-height: 35px !important;
  }
  .venue {
    flex-flow: column wrap;
    width: 100%;
    margin: 60px auto 0px;
  }
  .venueleft, .venueright, .fromtheauthor .right, .fromtheauthor .left {
    width: 100%;
  }
  .fromtheauthor {
    flex-flow: column wrap;
    padding-top: 0;
  }
  .fromtheauthor .left>div {
    padding-left: 0;
  }
  .fixed-blink-image {
    top: 0;
  }
  .fixed-blink-image img {
    width: 200px;
  }
  .paintrow .paintcolumn {
    flex: 1 100% !important;
    max-width: 100% !important;
  }
  .welcome p span, .welcome p span h1 {
    font-size: 45px;
  }
  .welcome p {
    margin-bottom: 55px;
    font-size: 35px;
  }
  .hello-word {
    width: 100%;
  }
  .meghas p {
    font-size: 18px;
  }
  .branding .site-title {
    padding: 10px 15px;
  }
  .e-one-banner-content h2, .branding .site-title {
    font-size: 22px;
  }
  .grid--item {
    flex: 1 100%;
    min-height: 350px;
  }
  a.start_partnership_text p.really_large_text {
    color: #fff;
  }
  a.start_partnership_text p.comparably_small_text {
    color: #fff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
  }
  .knowmore .socialpointer {
    color: #fff;
  }
  .knowmore .socialpointer svg g, .knowmore .socialpointer svg path {
    fill: #fff;
  }
  .globalreach h2 {
    font-size: 45px;
  }
  .grid--item header.info .name {
    font-size: 22px;
  }
  ul.social-nav {
    padding: 12px 0;
  }
  .define .meaning {
    top: -70px;
    font-size: 35px;
  }
  p.tagline {
    margin: -60px 0 50px;
  }
  .record-placeholder {
    margin-bottom: -95px;
  }
  .record-placeholder img {
    height: 72px;
    width: auto !important;
  }
  .bannerImage .fixed.titles .content {
    display: none;
  }
  .recordImages img {
    height: 50px;
  }
  .bannerImage .fixed.imageS {
    top: 100%;
  }
  .aboutme.inspired.introDiv {
    width: 100%;
  }
  .inspired .imageRight img {
    object-fit: cover;
  }
  .absoluteTitle .titlee {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .sellArt .came-in a.start_partnership_text {
    background-color: #F46244;
  }

  .socialpointer {
    display: none;
  }
  .artistsoftheweektitle .smallerfixed h2 {
    font-size: 2.5rem;
  }
  .socialmedias a {
    font-size: 10px;
  }
  .contactUsStyled.differentSection .fixedinThis {
    top: 0;
    transform: translateY(25%);
  }
}
@media screen and (max-width: 400px) {
  .record-placeholder img {
    height: 56px;
  }
  .bannerImage .fixed.imageS {
    top: 80%;
  }
}
@media screen and (max-width: 330px) {
  p.tagline {
    font-size: 28px;
  }
}
