@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@font-face{
    font-family:"europa";
    src:url("https://use.typekit.net/af/ebcd51/00000000000000007735a081/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/ebcd51/00000000000000007735a081/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/ebcd51/00000000000000007735a081/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:700
}
@font-face{
    font-family:"europa";
    src:url("https://use.typekit.net/af/821a05/00000000000000007735a082/30/l?subset_id=2&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/821a05/00000000000000007735a082/30/d?subset_id=2&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/821a05/00000000000000007735a082/30/a?subset_id=2&fvd=n3&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:300
}
@font-face{
    font-family:"europa";
    src:url("https://use.typekit.net/af/1db03a/00000000000000007735a08e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/1db03a/00000000000000007735a08e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/1db03a/00000000000000007735a08e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:400
}
:root {
    --headingfont : "Nanum Myeongjo", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --bodyfont : "europa";
}
body { 
    font-family: var(--bodyfont);
    background-color:#CFAD47;
    color:#333;
    overflow-x: hidden;
    font-weight: 300 !important;
  }
  html {
    scroll-behavior: smooth;
  } 
  h1,h2,h3,h4,h5,h6 {
    font-family: var(--headingfont);
    font-weight: 500 !important;
  }

  img{ 
      width: 100%;
  }
  a:hover{
      text-decoration: none !important;
  }
  
  header#nav {
    width: 100%;
    padding: 15px 0;
    position: absolute;
    z-index: 99;
    /* overflow: hidden; */
}
  
  
  header#nav #menuWrapper {
      height: auto;
      display: block;
      padding: 22px 0 0;
  }
  
  header#nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block;
  }
  
  header#nav ul > li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 24px;
  }
  .loginbtn {
    padding: 0 0px 0 70px !important;
}
  
  header#nav ul > li > a {
      display: block;
      color: rgb(255, 255, 255);
      font-weight: lighter;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
          line-height:45px;
          font-weight: 600;
  }
  
  header#nav .container ul > li > ul {
      position: absolute;
      left: 10px;
      opacity: 0;
      min-width: 200px;
      margin: 0;
      pointer-events: none;
      /* Adding a transition timing on here will cause mouse out bugs after hover! */
  }
  
  header#nav .container ul > li > ul > li {
      padding: 0;
          
      /*float: left;*/
      display: block;
          width:100%;
          text-align: left;
  }
  
  header#nav .container ul > li > ul > li > a {
      border-bottom: 0;
      display: block;
      padding: 0 5px;
      color: #fff;
      width: 100%;
      /*padding: 0 5%;
      text-transform:uppercase;*/
      padding: 0 2%;
      
  }
  
  /* Fade = no need for animations - just timing effects... */
  
  .ddFade {
       -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  
  .ddFadeFast {
       -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  
  .ddFadeSlow {
       -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
  }
  
  /* General Animation settings */
  header#nav .container ul > li > ul {
      opacity:0;
      display:block;
      perspective:1000px;
      min-width:inherit;
      width:200px;
  }
  
  header#nav .container ul > li > ul.dropin li {
      opacity:1;
      display:block;
      width:100%;
      background:#333;
      padding:3px;
      display:block;
      float: left;
  }
  
  li:hover ul.hov {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  
  li:hover ul.hov li {
          animation-direction: normal;
          animation-iteration-count:1;
          animation-timing-function : ease-in-out;
          background:#333;
          animation-fill-mode: forwards;
  }
  
  /* Drop In */
  header#nav .container ul > li > ul.dropin li {opacity:0; transform: translate(0,-200px);}
  li:hover .dropin li {animation-name: dropin;}
  @keyframes dropin {
      0%   {opacity:0; transform: translate(0,-200px);}
      100% {opacity:1; transform: translate(0,0);}
  }
  @-webkit-keyframes dropin {
      0%   {opacity:0; transform: translate(0,-200px); }
      100% {opacity:1; transform: translate(0,0);}
  }
  li:hover ul.dropin.hov li:nth-child(1) {
      animation-duration:0.7s;
      animation-delay: 2s;
  }
  li:hover ul.dropin.hov li:nth-child(2) {
      animation-duration:0.6s;
      animation-delay: 1.5s;
  }
  li:hover ul.dropin.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
  }
  li:hover ul.dropin.hov li:nth-child(4) {
  animation-duration: 0.4s;
      animation-delay: 0.5s;
  }
  li:hover ul.dropin.hov li:nth-child(5) {
  
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  
  /* Drop Up */
  header#nav .container ul > li > ul.dropup li {opacity:0; transform: translate(0,200px);}
  li:hover .dropup li {animation-name: dropup;}
  @keyframes dropup {
      0%   {opacity:0; transform: translate(0,200px);}
      100% {opacity:1; transform: translate(0,0);}
  }
  @-webkit-keyframes dropup {
      0%   {opacity:0; transform: translate(0,200px); }
      100% {opacity:1; transform: translate(0,0);}
  }
  li:hover ul.dropup.hov li:nth-child(1) {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  li:hover ul.dropup.hov li:nth-child(2) {
      animation-duration: 0.4s;
      animation-delay: 0.5s;
  }
  li:hover ul.dropup.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
  }
  li:hover ul.dropup.hov li:nth-child(4) {
      animation-duration:0.6s;
      animation-delay: 1.5s;
  }
  li:hover ul.dropup.hov li:nth-child(5) {
      animation-duration:0.7s;
      animation-delay: 2s;
  }
  
  /* Twist */
  header#nav .container ul > li > ul.twist li {
      transform: rotateY(90deg) ;
  }
  li:hover ul.twist.hov li {
          animation-name: twist;
  }
  @keyframes twist {
      0%   {opacity:0;	transform: rotateY(90deg);}
      100% {opacity:1; transform:  rotateY(0);}
  }
  @-webkit-keyframes twist {
      0%   {opacity:0;transform:  rotateY(90deg); }
      100% {opacity:1; transform: rotateY(0);}
  }
  li:hover ul.twist.hov li:nth-child(1) {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  li:hover ul.twist.hov li:nth-child(2) {
      animation-duration: 0.4s;
      animation-delay: 0.5s;
  }
  li:hover ul.twist.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
  }
  li:hover ul.twist.hov li:nth-child(4) {
      animation-duration:0.6s;
      animation-delay: 1.5s;
  }
  li:hover ul.twist.hov li:nth-child(5) {
      animation-duration:0.7s;
      animation-delay: 2s;
  }
  
  /* Curl Right */
  header#nav .container ul > li > ul.curl li {
      opacity:1;
      transform: translateX(-200px) rotate(-90deg);
  }
  li:hover ul.curl.hov li { animation-name: curl; }
  @keyframes curl {
      0%   {opacity:0;	transform: translateX(-50%) rotate(-90deg);}
      100% {opacity:1;transform: translateX(0) rotate(0deg);}
  }
  @-webkit-keyframes curl {
      0%   {opacity:0;	transform: translateX(-50%) rotate(-90deg); }
      100% {opacity:1;transform: translateX(0) rotate(0);}
  }
  li:hover ul.curl.hov li:nth-child(1) {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  li:hover ul.curl.hov li:nth-child(2) {
      animation-duration: 0.4s;
      animation-delay: 0.5s;
  }
  li:hover ul.curl.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
  }
  li:hover ul.curl.hov li:nth-child(4) {
      animation-duration:0.6s;
      animation-delay: 1.5s;
  }
  li:hover ul.curl.hov li:nth-child(5) {
      animation-duration:0.7s;
      animation-delay: 2s;
  }
  
  /* Curl Left */
  header#nav .container ul > li > ul.curlGoofy li {
      opacity:1;
      transform: translateX(200px) rotate(90deg);
  }
  li:hover ul.curlGoofy.hov li { animation-name: curlGoofy; }
  @keyframes curlGoofy {
      0%   {opacity:0;	transform: translateX(50%) rotate(90deg);}
      100% {opacity:1;transform: translateX(0) rotate(0deg);}
  }
  @-webkit-keyframes curlGoofy {
      0%   {opacity:0;	transform: translateX(50%) rotate(90deg); }
      100% {opacity:1;transform: translateX(0) rotate(0);}
  }
  li:hover ul.curlGoofy.hov li:nth-child(1) {
      animation-duration: 0.3s;
      animation-delay: 0.3s;
  }
  li:hover ul.curlGoofy.hov li:nth-child(2) {
      animation-duration: 0.4s;
      animation-delay: 0.5s;
  }
  li:hover ul.curlGoofy.hov li:nth-child(3) {
      animation-duration: 0.5s;
      animation-delay: 1s;
  }
  li:hover ul.curlGoofy.hov li:nth-child(4) {
      animation-duration:0.6s;
      animation-delay: 1.5s;
  }
  li:hover ul.curlGoofy.hov li:nth-child(5) {
      animation-duration:0.7s;
      animation-delay: 2s;
  }
  
  /* Swing In right */
  header#nav .container ul > li > ul.swing { 
      transform: translate(-50px,0) rotateY(-90deg); 
  }
  li:hover ul.swing.hov {
      animation-name: swing;
      animation-fill-mode: forwards;
  }
  @keyframes swing {
      0%   {opacity:0; transform: translate(-50px,0) rotateY(-90deg);}
      100% {opacity:1; transform: translate(0,0) rotateY(0);}
  }
  @-webkit-keyframes swing {
      0%   {opacity:0; transform: translate(-50px,0) rotateY(-90deg); }
      100% {opacity:1; transform: translate(0,0) rotateY(0);}
  }
  
  /* Swing In Left */
  header#nav .container ul > li > ul.swingLft { 
      transform: translate(50px,0) rotateY(90deg); 
  }
  li:hover ul.swingLft.hov {
      animation-name: swingLft;
      animation-fill-mode: forwards;
  }
  @keyframes swingLft {
      0%   {opacity:0; transform: translate(50px,0) rotateY(90deg);}
      100% {opacity:1; transform: translate(0,0) rotateY(0);}
  }
  @-webkit-keyframes swingLft {
      0%   {opacity:0; transform: translate(50px,0) rotateY(-0deg); }
      100% {opacity:1; transform: translate(0,0) rotateY(0);}
  }
  
  /* sort all the overing, going on... */
  header#nav ul li:hover a { 
      color: #999;
  }
  header#nav .container ul > li:hover ul {
          opacity:1;
          top:24px;
          pointer-events: auto;
      }
  header#nav .container ul > li > ul .ico:hover, 
  header#nav .container ul > li > ul a:hover { background-color: rgba(0,0,0,0.3); }
  header#nav .container ul > li:hover ul { top :45px; }
  
  /* A non image based mobile menu and close button */
  #hamburger {
      display: none;
      width: 25px;
      height: 24px;
      position: fixed;
      right: 15px;
      top: 15px;
      cursor: pointer;
  }
  
  #hamburger > span {
      background: #fff;
      display: block;
      width: 100%;
      height: 3px;
      position: relative;
      margin-top: 3px;
      color: #fff;
              -webkit-transition:all .3s ease;
          -moz-transition:all .3s ease;
          -ms-transition:all .3s ease;
          -o-transition:all .3s ease;
          transition:all .3s ease;
  }
  
  #close {
      position: fixed;
      top: 10px;
      right: 13px;
      width: 30px;
      height: 30px;
      z-index: 1200;
      display: none;
      cursor: pointer;
  }
  
  #close > span, #close > span::after {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      background: #eee;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  #close > span::after {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  #close:hover > span,
  #close:hover > span::after { background: #ccc; }
  #hamburger:hover > span,
  #hamburger:hover > span::after,
  #hamburger:hover > span::before {
      background: rgba(250,250,250,0.5);
  }
  
  /* Sort the responsive menu */
  @media only screen and (max-width: 1000px) {
      
  #hamburger {
      display: block;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  #close {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateX(50px);
      -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
      -o-transform: translateX(50px);
      transform: translateX(50px);
      display: block;
  }
      
  header#nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1005;
      height: 60px;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      background-color: #333;
      overflow: hidden;
  }
  
  header#nav ul {
      display: none;
      opacity: 0;
  }
  
  header#nav ul > li {
      float: none;
      border-bottom: 1px solid #555;
      display: block;
      padding: 0;
  }
  
  header#nav ul > li:last-child {
      border-bottom: none !important;
  }
  
  header#nav ul > li:last-child {
      border-bottom: none;
  }
  
  header#nav ul > li > a {
      display: block;
      text-align: left;
      padding: 10px 0;
      color: #ccc;
      width: 100%;
      margin: 0 auto;
      border-bottom: none;
      font-size: 1.2em;
  }
  
  header#nav .container ul > li > ul {
      top: 0;
      padding: 2px 0;
  }
  
  header#nav.showNav {
      background-color: #333;
      height: calc(100%);
      overflow: scroll;
  }
  
  header#nav.showNav #menuWrapper {
      height: 300px;
      overflow-y: auto;
  }
  
  header#nav.showNav .container {
      height: auto;
      float: left;
      display: block;
      width: 100%;
  }
  
  header#nav.showNav ul {
      opacity: 1;
      display: block;
      position: static;
      padding: 0 5%;
      width: 100%;
      font-size: 0.8em;
  }
  
  header#nav.showNav #hamburger {
      -webkit-transform: translateX(50px);
      -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
      -o-transform: translateX(50px);
      transform: translateX(50px);
  }
  
  header#nav.showNav #close {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
  }
  
  header#nav ul:first-child {	
      width:96%;
      padding: 0 2%;
      float: left;
      display:block;
  }
      
  header#nav ul li {
      display: block;
      clear: both;
      overflow: hidden;
      width:100%;
  }
  
  header#nav .container ul > li > ul {
      position: static;
      opacity: 1;
      pointer-events: auto;
      display: block;
      width:100%;
      float:left;
      margin:0;
      padding:0;
  }
      
      /* reset all the sub nav animations and styles! */
      header#nav .container ul > li > ul > li, header#nav .container ul > li > ul {
          border: none !important;
          opacity:1 !important;
          display:block !important;
          transform: translate(0,0) rotate(0) !important;
          -webkit-animation: initial !important;
      animation-play: initial !important;
      }
      
  header#nav .container ul > li > ul > li:hover,
  header#nav .container ul > li:hover,
  header#nav .container ul > li:hover a,
  header#nav .container ul > li > ul .ico:hover {
      background-color: transparent;
      border-bottom: none;
      color: #fff;
  }
  
  header#nav ul > li > a:hover {
      background-color: transparent;
      border-bottom: none;
  }
      
  }

header#nav ul > li:last-child {
    padding: 0;
}





.psp{
	
	    font-size: 50px!important;
}

.loginbutton .loginbs a {
    border: 2px solid #000;
    color: #000;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 0.5s;
}
.loginbutton .loginbs a:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.5s;
}
.video {
    background-color:#fedf22;
    padding: 30px 0;
    margin: 0px 0 0;
}
.bookclass{
	background-image:url(../img/2.jpg);
    padding-top: 100px;
    /*margin: 40px 0 0;*/
	
	 }

.bookclass h2{
	color:#ffffff;
	Padding:10px;
	text-align:center;
	font-size: 40px;
}	 
	 
.sbc{
	
	/*background-color:#000!important;*/
	width:100%;
}

.sabt{
	
	color:#fd424d;
}

.box-wrap {
   
    padding: 40px 20px;
    transition: all 0.5s ease 0s;
    border-radius: 8px;
   
    /*color:#ffffff  !important;*/
    text-align: center;
}

.box-price {
    
    padding: 40px 20px;
    transition: all 0.5s ease 0s;
    border-radius: 8px;
   
    color:#000  !important;
    text-align: center;
}

.box-price img{
	
	width:50%;
}

.price{
	
	padding-top:50px;
}
.image-price{
	background-image:url(../img/3.jpg);
	height:600px;
	border-radius:10px;
	
	
}
.image-log{
	background-image:url(../img/4.jpg);
	height:600px;
	border-radius:10px;
	
}



.card-body .icons{
	
	font-size:50px!important;
}


section.pricing {
  /*background: #ff424e;*/
 
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .card .text-muted :hover {
 
  color:#fff;
}

.pricing .salect {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  
  transition: all 0.2s;
  color:#000;
}




/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
	background-color:#ff424e;
	color:#fff!important;
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}





.logimage img{

	
}


















/* Slideshow container */
.slideshow-container {
  max-width:100%;
  position: relative;
  margin: auto;
  width: 100%;
}
section.slider img {
    height: 550px;
    object-fit: cover;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: right;
}

.text h2{
	
	font-size:60px;
}
.text p{
	
	font-size:20px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  text-align:right-side;
}

/* The dots/bullets/indicators */
.dot {
	
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  opacity:100!important;
  transition:none!important;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.hthp{
	
	/*color:#fff;*/
}



.box-wrapf {
    margin-top: 30px;
    padding: 40px 20px;
    transition: all 0.5s ease 0s;
    border-radius: 8px;
    
    color:#000 !important;
    text-align: center;
	width:100%;
}

.btn {
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 600;
	padding: 0.9rem .75rem !important;
    
    font-size: 20px!important;
    background-color: #28a745;
    margin-top: 10px;
    color: #fff;
    /* border-radius: 2.25rem!important; */
	width: 70%;
}
.btn1 {
	text-align:center;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 600;
	padding: 0.9rem .75rem !important;
    
    font-size: 20px!important;
    background-color: #fd424d;
    margin-top: 10px;
    color: #fff!important;
    border-radius: .25rem!important;
	width: 30%;

}

.w3ls-btn {
    background: #ff424e;
    color: #fff !important;
    padding: 5px 43px;
    display: block;
    margin-top: 2em;
    letter-spacing: 0.5px;
    border-radius: 1.45em;
    text-transform: capitalize;
    font-weight: 600;
}

.w3ls-btnn {
    background: #000;
    color: #fff !important;
    padding: 1px 8px;
    display: block;
   
    border-radius: 1.45em;
    text-transform: capitalize;
    font-weight: 600;
}

.pc{
	padding-top:0px!important;
	padding:10px;
	font-size:50px;
	color:#ffc107;
}


.salect{
	display: inline-block;
    outline: none;
    border: none;
    font-weight: 600;
	padding: 0.9rem .75rem !important;
    
    font-size: 20px!important;
    background-color: #fcde4c;
    margin-top: 30px;
    color: #fff;
    border-radius: 2.25rem!important;
	width: 70%;
	text-align:center;
	color:#000;
	
}



.video h2 {
    font-size: 27px;
    text-transform: capitalize;
}
.video p {
    text-align: justify;
}
.video p a {
    background-color: #fd424d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    transition: all 0.5s;
    border: 2px solid #fd424d;
    text-transform: capitalize;
}
.video p a:hover {
    background-color: transparent;
    color: rgb(255,65,78);
    transition: all 0.5s;
}
.video p:last-child {
    margin: 30px 0 0;
}
.meet {
    padding: 50px 0;
}
.meet h2, .meet h3, .ourfeatures h2 {
    font-weight:700;
	
    font-size: 30px;
	padding:10px;
}
section.testimonials h2, section.fearuedon h2 {
    font-size: 40px;
}
.meet h3 span {
    background-color:rgb(255,222,34);
    padding: 0 18px;
}
.meeto img {
    height: 300px;
    /* border-radius: 100%; */
    width: 100%;
    margin: auto;
    display: block;
    object-fit: cover;

}
.popularclass img {
    height: 300px;
    object-fit: cover;
}
.wpb_wrapper .wpb_single_image .vc_figure, .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

.popularclass{
	
	padding:10px;

}

.meeto h4 {
    font-size: 20px;
    text-align: center;
}
.meeto h4 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 0;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
}
.meeto p a {
    color: #000;
    /* box-shadow: 0px 0px 5px 2px #e2e2e2; */
    text-transform: capitalize;
    padding: 15px 0px 0px;
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.5s;
    display: block;
}
.meeto p a:hover {
    color: rgb(121, 121, 121);
    /* background-color: #000; */
    transition: all 0.5s;
}
.meeto {
    /* box-shadow: 0px 0px 10px 4px rgb(168 168 168 / 57%); */
    border-radius: 10px;
    height: 700px;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}

.meet h3 span {
    background-color: rgb(255,222,34);
    padding: 0 18px;
    font-size: 30px;
	letter-spacing: 7px;
}


.meet h2 {
    padding: 22px 0 9px;
    /* -WEBKIT-TEXT-STROKE-WIDTH: medium; */
    /* letter-spacing: 15px; */
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
}
.meet h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 2px;
    background-color: #e7e7e7;
}
.meet h2 a {
    color: #000;
    transition: all 0.5s;
}
.meet h2 a:hover {
    color: #ff4150;
    transition: all 0.5s;
}
.meet p {
    text-align: justify;
}
.ourfeatures {
    /*background-color: #ff4150;*/
    /*color: #fff;*/
    padding: 50px 0;
}
.ourfeatures h2 {
    font-size: 40px;
    padding: 0 0 50px;
}
.ourfeatures p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px !important;
}
.ourfeatures h4 {
    font-size: 20px !important;
    line-height: 1.5 !important;
}
.feat p {
    text-align: justify;
}
.feat {
    padding: 30px 0 0;
}
section.testimonials {
    padding: 50px 0;
}
section.testimonials h2 {
    padding: 0 0 30px;
}
.testi img {
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 100%;
}
.testi h3 {
    font-size: 20px;
    padding: 10px 0 0;
    font-weight: 400;
}
.testi h5 {
    font-size: 15px;
    font-weight: 400;
}
section.fearuedon h2 span {
    background-color:rgb(255,222,34);
    padding: 0 18px;
}
section.fearuedon h2 {
    padding: 15px 0;
}
.footer {
    /*background-color:#ffde22;*/
    background-color:#f7f7f7;
    padding: 30px 0;
	color:#000;
}

.footer .logo a img{
	
	width:50%!important;
}



.footer a{
    
    /*padding: 30px 0;*/
	/*color:#000!important;*/
	/*font-weight:700;*/
}

.footer span{
	
	padding:10px;
}



footer.footer .socialmed ul {
    list-style: none;
    margin: 0;
}
footer.footer .socialmed ul li {
    display: inline-block;
    padding: 0 12px;
}
footer.footer .socialmed ul li a {
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff !important;
    transition: all 0.5s;
}

footer.footer .socialmed ul li a:hover {
    background-color: #000 !important;
    background: #000 !important;
    transition: all 0.5s;
}
footer.footer .socialmed ul li a.facebook {
    background-color: #000000;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
footer.footer .socialmed ul li a.youtube {
    background-color: #000000;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
footer.footer .socialmed ul li a.linkedin {
    background-color: #000000;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
footer.footer .socialmed ul li a.tiktok {
    background-color: #000;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.fearuedon {
    padding: 0 0 50px;
}
footer.footer .socialmed ul li a.instagram {
  background: #000000;
  background: radial-gradient(circle at 30% 107%, #000000 0%, #000000 5%, #000000 45%,#000000 60%,#000000 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.carousel .carousel-item {
    width: 100%;
    height: 500px;
   
    background-position: center;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
section.blogan h2 {
    padding: 0 0 10px;
}
.bloglist .blogimg img {
    height: 170px;
    object-fit: cover;
    margin: 0 0 10px;
}
.bloglist .blogtitle h3 a {
    color: #000;
    transition: all 0.5s;
}
.bloglist .blogtitle h3 {
    font-size: 19px;
    line-height: 1.5;
    padding: 5px 0 0;
}
.blogtitle ul {
    list-style: none;
    padding: 0 0 4px;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}
.blogtitle ul li {
    display: inline-block;
    padding: 0 13px 0 0px;
}
section.blogan {
    padding: 0 0 20px;
}
.bloglist:hover {
    box-shadow: 0px 0px 6px 3px #d4d4d4;
    padding: 9px;
    border-radius: 6px;
    transition: all 0.5s;
}
.bloglist {
    padding: 9px;
    transition: all 0.5s;
}
.bloglist:hover .blogtitle h3 a {
    color: #FF0000;
    transition: all 0.5s;
}
.topbreadcrumb {
    background-color: #fcde4c;
    padding: 160px 0;
    /*text-align: center;*/
    text-transform: capitalize;
    color: #ffffff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.topbreadcrumb:before {
    content: '';
    background-color: rgb(0 0 0 / 54%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.topbreadcrumb .bradcrubmtitle {
    position: relative;
    z-index: 1;
}
.aboutmission {
    padding: 0 0 100px;
}
.aboutmission .contenarea h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 64px;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.aboutmission .contenarea p {
    font-size: 17px;
    margin: 0;
}
.aboutmission .contenarea ul li {
    display: block;
    font-size: 17px;
    list-style: outside none none;
    margin-bottom: 7px;
    padding-left: 24px;
    position: relative;
}
.aboutmission .contenarea ul li::before {
    color: #454545;
    content: "\f10c";
    display: inline-block;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: -1px;
    font-family: 'FontAwesome';
}
.aboutmission .contenarea ul {
    padding: 0;
    margin: 15px 0 0;
}
.storyteam {
    padding-bottom: 10px;
}
.storyteam .titlest {
    text-align: center;
    padding: 0 0 10px;
}
.storyteam .titlest h2 {
    font-size: 35px;
    font-weight: 600;
}
.storyteam .teamback {
    position: relative;
    cursor: pointer;
}
.teamback::before {
    content: '';
    background-color: rgb(235, 239, 239);
    position: absolute;
    top: 67px;
    left: 15px;
    right: 15px;
    bottom: 95px;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.5s;
}
.storyteam .teamimgs img {
    width: 100%;    
    height: 500px;
    object-fit: cover;
    transition: all 0.5s;
}
.storyteam .teamname {
    position: absolute;
    bottom: 70px;
    left: 30px;
    transition: all 0.5s;
}
.storyteam .teamname h3 {
    background-color: #000;
    color: #fff;
    font-size: 30px;
    padding: 7px 7px;
    border-radius: 5px;
}

.storyteam .teamname p {
    opacity: 0;
    transition: all 0.5s;
    color: #fff;
    font-size: 18px;
    background-color: rgba(0,0,0,0.6);
    padding: 2px 7px;
    border-radius: 5px;
}
.storyteam .teamback:hover:before {
    background-color: rgb(0 0 0 / 57%);
    transition: all 0.5s;
}
.storyteam .teamback:hover .teamimgs img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
}
.storyteam .teamback:hover .teamname {
    bottom: 110px;
    transition: all 0.5s;
}
.storyteam .teamback:hover .teamname p {
    opacity: 1;
    transition: all 0.5s;
}
.storyteam .teamback.active:before {
    background-color: rgb(237 60 77 / 57%);
}
.bookcls {
    background-color: #000000;
    color: #fcde4c;
    padding: 50px 280px;
    line-height: 2;
}
.bookcls .buttonbo a {
    background-color: #fcde4c;
    color: #000;
    padding: 15px 36px;
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.5s;
}
.bookcls .buttonbo a:hover {
    background-color: #ffffff;
    color: #000;
    transition: all 0.5s;
}
section.videose {
    padding: 50px 0;
}
.videoss {
    /*box-shadow: 0px 0px 8px 7px #e0e0e0;*/
    padding: 10px;
    margin-bottom: 70px;
    text-align: center;
}
.titlveid h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-family: var(--bodyfont);
    text-align: left;
}
.buttonaction a {
    /*background-color: #fcde4c;*/
    color: #000;
    padding: 10px 25px;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.buttonaction a:hover {
    /*background-color: #000;*/
    color: #fcde4c;
    transition: all 0.5s;
}
.buttonaction {
    padding: 0px 0 0;
}

.videoseailsp .w3-modal-content {
    margin: auto;
    display: block;
    background-color: #ffffff;
    width: 50%;
    color: #000000;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px;
    max-height: 600px;
    overflow-x: scroll;
    border: 5px solid #ffffff;
}
.videoseailsp:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 69%);
    z-index: 99;
}
.videoseailsp {
    display: none;
}
.videoseailsp span.w3-display-topright {
    position: fixed;
    top: 5%;
    right: 25%;
    background-color: #fcde4c;
    color: #000;
    padding: 3px 18px;
    font-size: 24px;
    line-height: 1.5;
    cursor: pointer;
}

header#nav ul > li.loginbtn a {
    background-color: #ed3c4d;
    color: #fff;
    padding: 0 40px;
    border-radius: 30px;
    transition: all 0.5s;
}
header#nav ul > li.loginbtn a:hover {
    background-color: #ffde22;
    color: #000;
    transition: all 0.5s;
}
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
      height: 100px;
      object-fit: contain;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  .ourcliet {
    padding: 30px 0;
}
.ourcliet h3 {
    padding: 0px 0 15px;
}
.quicll h2 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #f7e692;
    padding: 0 0 6px;
}
.quicll ul {
    padding: 0;
    list-style: none;
}
.quicll ul li {
    padding: 2px 0px;
    /*border-bottom: 1px solid #fbe474;*/
}
.quicll ul li a {
    font-weight: 400;
    color: #000;
    transition: all 0.5s;
    font-size: 18px;
    text-transform: capitalize;
}
.quicll ul li a:hover {
    color: #999;
    transition: all 0.5s;
    padding: 0 0 0 10px;
}
.boxnes {
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 9px 3px #f1f1f1;
    transition: all 0.5s;
    height: auto;
}
.boxnes:hover {
    background-color: #000000;
    box-shadow: 0px 11px 16px 1px #e4e4e4;
    transition: all 0.5s;
    margin: -8px -15px 0;
    color: #fff;
}
.boxnes p a {
    color: #000;
    text-transform: capitalize;
}
.boxnes button {
    border: none;
    padding: 10px 30px;
    background-color: transparent;
}
.boxnes button a {
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 0.5s;
}
.boxnes h3 {
    text-transform: capitalize;
    line-height: 1.5;
    padding: 0 0 15px;
}
.boxnes:hover button a {
    background-color: #ed3c4b;
    color: #ffffff;
    transition: all 0.5s;
}
.newses {
    padding: 50px 0;
}
.newses h2 {
    padding: 0 0 30px;
}
.plan img {
    height: 500px;
    object-fit: cover;
}
.plan {
    display: none;
}
p.whatsapp a {
    background-color: #4FCE5D;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 0.5s;
}
p.whatsapp a:hover {
    opacity: 0.8;
    transition: all 0.5s;
}
.copyright {
    width: 100%;
    background-color: #000;
    color: #fff;
    line-height: 1;
}
.copyright p {
    margin: 0;
    padding: 15px 0;
}
.innerpage {
    padding: 50px 0 0;
}
.insta-gallery-feed .insta-gallery-actions, .insta-gallery-feed .insta-gallery-image, .insta-gallery-feed .insta-gallery-item {
    opacity: 1 !important;
}
.insta-gallery-spinner {
    display: none !important;
}
.topbreadcrumb h1 {
    padding: 0 0 0 0px ;
    font-size: 60px;
}
.boxnesnes {
    height: auto;
}
.faqsection h4 {
    font-size: 17px;
    line-height: 1.5 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.page-id-44 .ourcliet {
    display: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active h4 {
    background-color: #ed3c4d;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active h4 a {
    color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel h4 {
    /*background-color: #ffde22;*/
    font-family: var(--bodyfont);
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel h4 a {
    color: #000 !important;
}
.vc_tta-panels {
    box-shadow: 0px 0px 12px 6px #eaeaea;
}
.blog-back-bg {
    background-image: url(img/fp-bg-1L.png),url(img/fp-bg-1R.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    padding: 50px 0;
    /* background-attachment: fixed; */
}
.tt-contact {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #f2f2f2; */
    padding-bottom: 30px;
}
.tt-contact-icon-outer {
    float: left;
    padding: 6px;
    border: 1px solid #404040;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #3baeff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    margin-top: -20px;
}
.tt-contact-icon {
    width: 50px;
    height: 50px;
    float: left;
    background-color: #fff;
    border: 6px solid #fcde4c;
    font-size: 25px;
    text-align: center;
    color: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 38px;
}
.tt-contact-info p a {
    color: #000;
}
.tt-contact-info {
    padding-left: 0;
    float: left;
    width: 74%;
}

.wpcf7-form-control .wpcf7-submit .submitbtn {
    background-color:#fcde4c !important;
    border: none;
    padding: 13px 70px;
    border-radius: 30px;
    transition: all 0.5s;
    cursor: pointer;
    
}
.wpcf7-form-control .wpcf7-submit .submitbtn:hover {
    background-color: #000000 !important;
    color: #fcde4c;
    transition: all 0.5s;
}

.blog-back-bg .submitbtn {
    background-color: #fcde4c;
    border: none;
    padding: 13px 70px;
    border-radius: 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.blog-back-bg .submitbtn:hover {
    background-color: #000000;
    color: #fcde4c;
    transition: all 0.5s;
}
.testimonailss {
    padding: 50px 0;
    background-color: #f9f9f9;
    text-align: center;
}
.testimonailss h2 {
    padding: 0 0 35px;
}
.buttonaction ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.buttonaction ul li {
    padding: 10px 0px;
    display: inline-block;
    float: left;
}
.buttonaction ul li:last-child {
    float: right;
}
.buttonaction ul li:last-child a {
    background-color: #fcde4c;
}
.buttonaction ul li:first-child a:hover {
    /*background-color: #000; */
    color: #6b6b6b;
}
.music {
    padding: 30px 0;
}
.music h2 {
    text-align: center;
    padding: 0 0 15px;
}
.form-control {
    font-family: var(--bodyfont);
}
.icon .btn {
    background-color: #fcde4c;
    color: #000;
    transition: all 0.5s;
}
.icon .btn2 {
    background-color: #ed3c4d;
    color: #fff;
    transition: all 0.5s;
}
.icon .btn:hover {
    background-color: #000000;
    color: #fcde4c;
    transition: all 0.5s;
}
.price span.btn {
    background-color: #ffde22;
    color: #000000;
}
.fortopim img {
    object-fit: cover;
}
.fortopim {
    padding: 0 0 30px;
}
section#tab3 {
    color: #000;
}
section#tab3 .tabbtnsd button a {
    color: #000;
}

section#tab3 .tabbtnsd button a:hover {
    color: #fff;
}
.privateboo img {
    height: 220px;
    object-fit: cover;
}
.tabdesign {
    display: none;
}
.tabdesign {
    padding: 58px 0;
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 713px;
    overflow: hidden;
}
.tabbtnsd {
    padding: 30px 0 0;
}
.programcontent {
    padding: 25px 0;
}
.programcontent ul {
    padding: 0 0 0 15px;
}
.tabbtnsd button {
    background-color: transparent;
    border: none;
}
.tabbtnsd button a {
    color: #fff;
    border: 2px solid #ed3c4d;
    padding: 15px 50px;
    font-size: 25px;
    border-radius: 30px;
    transition: all 0.5s;
    background-color: #ed3c4d;
}
.tabbtnsd button a:hover {
    transition: all 0.5s;
    background-color: transparent;
}
#Sneh {

    /*color: #000;*/
}
.tabcontents p {
    text-align: justify;
}
.bloglsing .blogpostimga, .bloglsing .blogsirde {
    width: 50%;
    display: inline-block;
    float: left;
}
.bloglsing .blogpostimga {
    padding: 0 15px 0 0px;
}
.bloglsing .blogsirde {
    padding: 0 0 0 15px;
}
.bloglsing .blogpostimga img {
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}
.bloglsing {
    padding: 60px 0 20px;
}
.blogtitlw {
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
}
.blogtitlw ul {
    padding: 0;
    list-style: none;
}
.blogtitlw ul li {
    display: inline-block;
    padding: 0 30px 0 0px;
    text-transform: capitalize;
}
.blogtitlw h2 {
    text-transform: capitalize;
}
.lsitincont {
    height: 164px;
    overflow: hidden;
}
.btndesi a {
    background-color: #ed3c4d;
    color: #fff;
    padding: 10px 35px;
    border-radius: 30px;
    transition: all 0.5s;
}
.btndesi a:hover {
    background-color: #fcde4c;
    color: #000;
    transition: all 0.5s;
}
.btndesi {
    padding: 25px 0 0;
}
.bloglistings {
    clear: both;
    margin: 40px 0 0px;
    display: block;
    position: relative;
}
.bloglsing .bloglistings:nth-child(even) .blogpostimga {
    float: right;
}
section.bloglsing hr{
    display: none;
}

.bloglsing .bloglistings:nth-child(even) .blogpostimga {
    padding: 0 0px 0 15px;
}
.bloglsing .bloglistings:nth-child(even) .blogsirde {
    padding: 0 15px 0 0;
}
section.blgdetails {
    padding: 70px 0 30px;
}
section.blgdetails h2 {
    padding: 0px 0 30px;
}
section.blgdetails img {
    padding: 0 0 30px;
	    height: auto;
}
header#nav #logo img {
    height: 110px;
    object-fit: contain;
}
.topbreadcrumb-title {
    padding: 50px 0 0;
}
.plan-corporate img {
    height: 380px;
    object-fit: cover;
    border-radius: 100px;
    /*border: 1px solid #000;*/
}
.plan-corporate ul {
    padding: 0 0 0 15px;
}
.plan-corporate p:last-child a {
    background-color: #fcde4c;
    color: #000;
    padding: 13px 30px;
    border-radius: 30px;
    transition: all 0.5s;
}
.plan-corporate p:last-child {
    padding: 15px 0 0;
}
.plan-corporate p:last-child a:hover {
    background-color: #000;
    color: #fcde4c;
    transition: all 0.5s;
}
.ourcliet-new img {
    height: 115px;
    object-fit: contain;
}
.ourcliet-new .vc_item {
    height: 115px;
}
.leftsidelaptop p:before {
    content: '';

}
.leftsidelaptop p {
    padding: 0 0 0 0;
}
.bookclass1 .sbc .icon {
    line-height: 3;
}
.bookclass1 .sbc .icon i.fa {
    font-size: 2.15em;
    color: #ed3c4d;
}
.bookclass1 .sbc h4 {
    color: #ed3c4d;
}
.bookclass1 {
    padding: 30px 0;
}
.ourfeatures img {
    height: 500px;
    object-fit: contain;
}
.appimage img {
    height: 72px;
    object-fit: contain;
}
.compnayls {
    text-align: right;
}
.icon .btn.btnone {
    background-color: #fff;
    border: 2px solid #fcde4c;
    transition: all 0.5s;
}
.icon .btn.btnone:hover {
    background-color: #000;
    border: 2px solid #000;
    transition: all 0.5s;
}
.boxnes input {
    background-color: #fcde4c;
    color: #000;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 0.5s;
    text-align: center;
    margin: auto;
    display: block;
    border: none;
    cursor: pointer;
}
.boxnes:hover input, .boxnes:hover input:focus {
    background-color: #000;
    color: #fcde4c;
    transition: all 0.5s;
    outline: none;
}
.boxnes input:focus {
    outline: none;
}
.footer .lastfot img {
    height: 45px;
    object-fit: contain;
}
.cta.cta-link a {
    color: #ff424e;
    /* margin: 0 10px 0 10px; */
    transition: all 0.5s;
    text-transform: uppercase;
}
.cta.cta-link a:hover {
    color: #000000;
    transition: all 0.5s;
}
.calltoactionbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    text-align: center;
}
.calltoactionbtn a {
    display: block;
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 17px 0;
    font-size: 20px;
    transition: all 0.5s;
    width: 80%;
    margin: auto;
    text-transform: uppercase;
}
.calltoactionbtn a:hover {
    background-color: #ed3c4b;
    color: rgb(255, 255, 255);
    transition: all 0.5s;
}
.meeto .wpb_column.vc_column_container.vc_col-sm-12 {
    position: unset;
}
.subscripbenews #mc_embed_signup {
    text-align: center;
    width: 50%;
    margin: auto;
    display: block;
}
.topbreadcrumb .bradcrubmtitle .booknowbtnsd {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 20px;
    margin: 20px 0 0;
    transition: all 0.5s;
    cursor: pointer;
}
.topbreadcrumb .bradcrubmtitle .booknowbtnsd:hover, .topbreadcrumb .bradcrubmtitle .booknowbtnsd:focus {
    background-color: #ed3c4b;
    transition: all 0.5s;
}
.popuppart .modal-dialog {
    margin-top: 10%;
}
.modal-backdrop.show {
    display: none;
}
.popuppart .modal-dialog {
    max-width: 90%;
}
.popuppart .modal-header {
    display: block;
    text-align: center;
}
.imagepartpop img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin: 0 0 10px;
}
.popservices {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px rgb(210 210 210 / 59%);
    text-align: center;
    overflow: hidden;
}
.poptitle h2 {
    font-size: 17px;
    line-height: 1.5;
    height: 46px;
    overflow: hidden;
}
.poptitle {
    padding: 15px;
}
.popbtns button {
    background-color: rgb(0,0,0);
    color: #fff;
    border: none;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
.popbtns button:hover {
    background-color: #ed3c4b;
    transition: all 0.5s;
}
.morinfobtns a {
    background-color: #ff424e;
    color: #fff;
    padding: 15px 22px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 20px 0 0px;
    display: block;
    width: 40%;
    text-align: center;
    transition: all 0.5s;
}
.morinfobtns a:hover {
    background-color: #000000;
    color: #fff;
    transition: all 0.5s;
}
.morinfobtns {
    display: flex;
}
.moreinfosection h2 {
    position: relative;
    padding: 0 0 30px !important;
    text-transform: uppercase;
    font-size: 26px;
}
.moreinfosection h2::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #e7e7e7;
}
.moreinfosection h4 {
    padding: 0 0 15px;
}
.footer .logo img {
    width: 50%;
    margin: auto;
    display: block;
}
.page-id-1214 .moreinfosection img {
    height: 400px;
    object-fit: cover;
}
.imageheightss img {
    height: 462px;
    object-fit: cover;
}
.headingtextformat {
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-size: 27px;
}
.headingtextformat:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #e7e7e7;
}
.popuppart div#serviceinfo, .popuppart div#getstartpop {
    background-color: rgb(0 0 0 / 68%);
}
div#getstartpop .modal-dialog {
    max-width: 60%;
}
.meettrainer h2 {
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    padding: 0 0 20px;
}
.meettrainer h2:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #f6f6f6;
}
.meettrainer .backtexts {
    position: absolute;
    right: 0;
    top: -35%;
    bottom: 0;
    z-index: -1;
}
.meettrainer .backtexts h3 {
    font-size: 17em;
    opacity: 0.7;
}
.meettrainer .calltoactionbtntr a {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 35px;
    transition: all 0.5s;
}
.meettrainer .calltoactionbtntr a:hover {
    background-color: #ff424e;
    transition: all 0.5s;
}
.meettrainer img {
    height: 400px;
    object-fit: cover;
}

.gratitude input {
    max-width: 60% !important;
    
}
.header-contact {
    position: absolute;
    top: 24px;
    right: 0px;
}
.header-email {
    margin-bottom: 8px;
}
.header-email a {
    background: url(../img/icon-email-pink.png) 0 2px no-repeat;
    background-size: 18px auto;
}

.header-email a:hover {
   color: #fff;
}

.header-contact a {
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    padding-left: 25px;
}

.header-phone a {
    background: url(../img/icon-phone-pink.png) 0 0 no-repeat;
    background-size: 16px auto;
}

.header-phone a:hover {
   color: #fff;
}
.submitbtnjournal {
background-color: #fcde4c;
color: #000000;
transition: all 0.5s;
border: none;
padding: 13px 70px;
border-radius: 30px;
cursor: pointer;
}
