/** @format */

button {
  outline: none !important;
}
/*Homepage font*/
@font-face {
  font-family: "Get Show Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Get Show Regular"), url("Get Show.woff") format("woff");
}

@font-face {
  font-family: "Netflix Sans Light";
  font-style: normal;
  font-weight: normal;
  src: local("Netflix Sans Light"), url("NetflixSansLight.woff") format("woff");
}

@font-face {
  font-family: "Romantica Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Romantica Regular"), url("Romantica-RpXpW.woff") format("woff");
}

@font-face {
  font-family: "Safiar Signature Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Safiar Signature Regular"),
    url("SafiarSignature.woff") format("woff");
}
.newlogo {
  font-family: "Safiar Signature Regular" !important;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 1em;
}

.welcome {
  /*padding-top: 4rem;*/
  color: #ffc300;
  /*padding-bottom: 4rem;*/
  letter-spacing: 6px !important;
  padding-left: 2px;
  font-family: "Romantica Regular";
  z-index: 1;
  /* font-size: 3em !important; */
  line-height: 2em;
}
/*Homepage font*/
.slist {
  margin-bottom: 2rem;
  width: 50%;
  height: 22%;
  position: absolute;
}
/*Loader Start*/
/* Absolute Center Spinner */
.new_loader {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.new_loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.new_loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.new_loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Loader End*/

/* .new_loader{
	display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url("../images/2.gif") center no-repeat rgba(0,0,0,0);
} */

.swal2-title {
  letter-spacing: 1px;
  font-family: "Netflix Sans Light";
  font-weight: normal !important;
  /* text-transform: uppercase !important; */
  line-height: 1.7em;
}

.wel {
  padding-bottom: 4rem;
  letter-spacing: 6px !important;
  padding-left: 2px;
}
.intro {
  background: rgba(14, 14, 14, 0.64);
}
.mybimage {
  height: 5em;
}
/*My @medias*/

@media only screen and (max-width: 320px) {
  .blog_intro {
    height: auto !important;
  }
  .joan {
    font-size: 1.7em;
  }
  .by {
    letter-spacing: 1.2px;
    padding-top: 0 !important;
  }

  .bypost {
    letter-spacing: 1.2px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .blogrm {
    width: 100%;
    height: 4em;
  }
  .my_h2 {
    font-size: 1.5em !important;
    letter-spacing: 6px;
  }
  .my_h3 {
    font-size: 3em !important;
  }
  .mybimage {
    height: auto;
  }

  .buttonworkout {
    background-color: #c70039;
    border: none;
    color: white;
    padding: 16px 100px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px 2px;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .mycomments {
    font-size: 17px !important;
  }
  .modal-content {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 360px) {
  .blog_intro {
    height: auto !important;
  }
  .joan {
    font-size: 1.7em !important;
  }
  .aftermenu {
    width: 100%;
    height: 8em !important;
  }

  .by {
    letter-spacing: 1.2px;
    padding-top: 0 !important;
  }

  .bauthor {
    margin-right: 2% !important;
    width: 10% !important;
    border-radius: 50%;
  }
  .bypost {
    letter-spacing: 1.2px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .blogrm {
    width: 100%;
    height: 1em;
  }
}
@media only screen and (min-width: 480px) {
    .blogtitles {
    min-height: auto !important;
    line-height: 2em;
    /*padding-top: 2em;*/
  }
    
}
@media only screen and (max-width: 480px) {
  .blog_intro {
    height: auto !important;
  }

  .joan {
    font-size: 1.7em !important;
  }
  .bypost {
    letter-spacing: 1.2px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .aftermenu {
    width: 100%;
    height: 8em !important;
  }

  .blogrm {
    width: 100%;
    height: 1em;
  }
  .welcome {
    /*padding-top: 4em;*/
    /*padding-bottom: 4rem;*/
    /*font-size: 20px;*/
    letter-spacing: 6px !important;
    /*padding-left: 2px;*/
    font-family: "Romantica Regular";
    z-index: 1;
  }
  .modal-content {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .my_h2 {
    font-size: 1.5em;
    letter-spacing: 6px;
  }
  .my_h3 {
    font-size: 3em !important;
  }
  .mycomments {
    font-size: 17px !important;
  }
  .mybimage {
    height: auto;
  }

  .buttonworkout {
    background-color: #c70039;
    border: none;
    color: white;
    padding: 16px 100px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px 2px;
    cursor: pointer;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 520px) {
  .aftermenu {
    width: 100%;
    height: 7em !important;
  }

  .modal-content {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .my_h2 {
    font-size: 1.5em !important;
    letter-spacing: 6px;
  }
  .my_h3 {
    font-size: 3em !important;
  }
  .mybimage {
    height: auto;
  }

  .mycomments {
    font-size: 17px !important;
  }
  .buttonworkout {
    background-color: #c70039;
    border: none;
    color: white;
    padding: 16px 100px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 5px 2px;
    cursor: pointer;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .modal-content {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .my_h2 {
    font-size: 1.5em !important;
    letter-spacing: 6px;
  }
  .my_h3 {
    font-size: 3em !important;
  }
  .mybimage {
    height: auto;
  }

  .mycomments {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 768px) {
  .blogtitles {
    min-height: 6em !important;
    line-height: 2em;
  }
}
@media only screen and (max-width: 768px) {
  /*.blogtitles {*/
  /*  min-height: 6em !important;*/
  /*  line-height: 2em;*/
  /*}*/
  .aftermenu {
    width: 100%;
    height: 8em !important;
  }

  .blogrm {
    width: 100%;
    height: 1em !important;
  }

  section.inner_banner2 {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: auto !important;
  }

  .download {
    background-color: rgba(236, 236, 236, 0.4);
    border: none;
    color: white;
    padding: 10px 10px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 20px; */
    margin: 5px -2px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    margin-top: -5px;
    width: 100% !important;
  }

  .ppost {
    font-size: 15px;
    line-height: 2rem;
  }
  .footertitles {
    font-size: 1.4em !important;
    border-bottom: 1px solid #fff;
    padding: 3px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

.pd {
  padding-left: 1em;
  line-height: 3em !important;
}

@media only screen and (max-width: 800px) {
  .my_h2 {
    font-size: 1.4em !important;
    letter-spacing: 6px;
  }
  section.inner_banner2 {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: auto !important;
  }
  .mycomments {
    font-size: 17px !important;
  }
  .my_h3 {
    font-size: 2em !important;
  }
  .mybimage {
    height: auto;
  }
  .ppost {
    font-size: 25px;
    line-height: 2rem;
    padding: 1em;
    text-align: center;
  }
  .footertitles {
    font-size: 1.4em !important;
    border-bottom: 1px solid #fff;
    padding: 3px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .download {
    background-color: rgba(236, 236, 236, 0.4);
    border: none;
    color: white;
    padding: 10px 10px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* font-size: 20px; */
    margin: 5px -2px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    margin-top: -5px;
    width: 100% !important;
  }
}
/*My @medias*/

/*Do you have your keto basics*/
.basics {
  color: #ffa500;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  font-size: 25px;
  line-height: 2em;
  text-transform: uppercase;
}
.mybasics {
  margin-top: 3rem;
}
.doyou {
  letter-spacing: 0.5px;
  color: #212529;
}
/*Do you have your keto basics*/
.a {
  padding-top: 3rem;
}
.spa {
  margin-top: 2rem;
}

.mymargin {
  margin-bottom: 8em;
}
/*My Blog*/

.chloe {
  padding: 5px 0 15px 5px;
  color: #ff8c00;
  font-weight: bold;
  font-size: 2em;
  font-family: "Romantica Regular";
  display: inline-block;
  transition: all 0.5s !important;
  /*   background: linear-gradient(60deg, #E21143, #F90) !important; */
  /*background-clip: text !important;*/
  /*-webkit-background-clip: text !important;*/
  /*-moz-background-clip: text !important;*/
  /*-moz-text-fill-color: transparent !important;*/
  /*-webkit-text-fill-color: transparent !important;*/
}
.chloe:hover {
  color: #fff;
}
.justice {
  padding-top: 5px;
  color: #ff8c00;
  font-weight: bold;
  font-size: 2em;
  font-family: "Romantica Regular";
  display: inline-block;
  transition: all 0.5s !important;
}
.justice:hover {
  color: #fff;
}

.gradient-text {
  font-weight: bold !important;
  font-size: 20px;
  background: linear-gradient(60deg, #e21143, #f90) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  -moz-text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

.nav-border {
  border-bottom: 2px solid #fff;
}

.top-nav_2 {
  width: 100%;
  position: fixed;
  z-index: 99;
  /* background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)); */
  background: white;
  /* padding:3em; */
  font-family: "Romantica Regular";
  font-weight: 900;
}
li.nav-item_2 a {
  font-family: "Netflix Sans Light";
  letter-spacing: 1px;
  color: #000 !important;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}
li.nav-item_2 {
  margin: 0 5px;
}

li.nav-item_2 a:hover {
  background: transparent !important;
  border-bottom: 2px solid #ff8c00;
  color: #ff8c00;
}
li.nav-item_2 a {
  font-size: 20px;
  padding: 8px 10px;
}
.pop {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
}
.side {
  padding-left: 5rem;
}
.pblog {
  font-size: 20px;
}

.unline {
  border: none;
  border-bottom: 1px solid #333;
}
.btitle {
  font-family: inherit;
  color: #323236;
  font-size: 2.5em;
  /*line-height: 1.5em;*/
  text-transform: capitalize;
}
.bimage {
  padding-bottom: 2rem;
}
.bloo {
  margin-bottom: auto;
  padding-top: 3rem !important;
}
.topooffers {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  /* text-align:center; */
  padding-bottom: 10px;
}
.topo {
  color: #472728;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center !important;
  text-transform: uppercase;
  padding: 1rem;
  width: 100%;
}

.buttonp {
  background-color: #c70039;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  letter-spacing: 1px;
}
.buttonp:hover {
  background-color: #000;
  color: #fff;
  transition: 2s;
}

.blist {
  margin-bottom: 3em;
}
.namecomment {
  margin-top: 1rem;
  width: 100%;
  padding: 10px;
  letter-spacing: 3px;
  text-align: center;
  background: transparent;
  font-size: 20px;
}

.yourcomment {
  font-family: sans-serif;
  font-size: 18px;
}

.bcon {
  background-color: #ff8c00;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  width: 60%;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.bcon:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}
.bcomment {
  background-color: #ff8c00;
  border: none;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  /* margin: 5px 2px; */
  cursor: pointer;
  letter-spacing: 1px;
  width: 100%;
}
.bcomment:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}

.by {
  letter-spacing: 1.2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* font-size: 18px; */
}

.bypost {
  letter-spacing: 1.2px;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  font-size:1em;
}
.myplist {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.plinks {
  /* background-color: #fa4b2a; */
  border-bottom: 2px solid #ff8c00;
  color: #000;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  width: 60%;
  cursor: pointer;
  letter-spacing: 1px;
}
.plinks:hover {
  border-bottom: 2px solid #c70039;
  color: #000;
  transition: 1s;
}
/*Pagination*/
.page {
  padding-bottom: 2rem;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #ff8c00;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
/*Pagination*/

/*View Post*/
.blogtitles {
  min-height: 4em !important;
  line-height: 2em;
  /*padding-top: 2em;*/
}
.credit {
  display: block;
  font-size: 87.5%;
  color: grey;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  margin: 1em 0;
  overflow: none;
}
.disclaimer{
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  box-shadow: 0 4px 8px 0 rgba(249, 105, 0, 0.2), 0 6px 20px 0 rgba(242, 124, 77, 0.36);
  border-radius: 1px;
  border-left: 5px solid orangered;
  margin: 2em 0;
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 18px;
  padding: 1.5em;
}

.bheaders {
  margin-top: 1em;
}

.bheaders a {
  color: #ff8c00;
  transition: all 0.5s !important;
}
.bheaders a:hover {
  color: #c70039;
}

.bheaders blockquote {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1px;
  border-left: 5px solid #ff8c00;
  margin: 2em 0;
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 18px;
  padding: 1.5em;
}
.reply {
  font-weight: 600;
  letter-spacing: 1.2px;
  padding-top: 3rem;
  font-family: "Romantica Regular";
  padding-bottom: 0.5em;
  font-size: 36px;
}

.leavec {
  background: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.9)
    ),
    url(../images/comments.png) no-repeat 0px 0px;
  background-size: contain !important;
}

.leaver {
  background: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.9)
    ),
    url(../images/popinion.png) no-repeat 0px 0px;
  background-size: contain !important;
}
.date {
  color: #a49a8f;
  letter-spacing: 1px;
}

.date_2 {
  color: #ff8c00;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  /* padding-left:3em; */
}
.subheading {
  font-size: 30px;
  line-height: 2.5em;
}
/*View Post*/
/*My Blog*/

.blog_intro {
  height: 9em;
}
.bheaders h2 {
  letter-spacing: 1px !important;
  padding: 0.7em 0em;
  color: #212529 !important;
}
.bheaders p {
  letter-spacing: 1px;
  width: 100%;
  line-height: 2.5rem;
  font-size: 18px;
  padding-bottom: 10px;
  color: #212529;
}
.bheaders ul {
  margin-left: 2em;
  color: #212529;
  padding: 0.5em 0;
  line-height: 2em;
}
.bheaders ol {
  margin-left: 2em;
  color: #212529;
  padding: 0.5em 0;
  line-height: 2em;
}

.aftermenu {
  width: 100%;
  height: 10em;
}

.bauthor {
  margin-right: 2% !important;
  width: 6%;
  border-radius: 50%;
}

.blogimg {
  /*padding-bottom:2rem;*/
  margin-bottom: 2em;
  max-height: 100vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blogrm {
  width: 100%;
  height: 1em;
}

.joan {
  margin-top: 2.5rem;
  font-family: "Romantica Regular";
  font-size: 2.2em;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0.5em;
}
.myb {
  text-transform: uppercase;
  font-family: "Comfortaa", cursive;
  padding-bottom: 2rem;
}

.welcometomy {
  font-family: "Romantica Regular";
  margin-bottom: 1.5em;
  color: #ff8c00 !important;
}
.author {
  /*margin-bottom:2rem;*/
  margin-left: 20% !important;
  margin-right: 20% !important;
  width: 60%;
  border-radius: 50%;
}
.comsection {
  font-size: 36px;
  letter-spacing: 1.2px;
  font-family: "Romantica Regular";
  padding-top: 1em;
}
.mycomments {
  font-size: 17px;
}
.name {
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
}
.replies {
  color: #000;
  font-size: 20px;
  font-weight: bold !important;
}
.vid {
  padding-left: 2em;
  padding-right: 2em;
}
/*My Newsletter*/
.myn {
  padding-top: 2rem;
  color: #fff !important;
  font-weight:400;
}
.myn_2 {
  padding-top: 1rem;
  color: #333 !important;
}
.newsletter_2 {
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/pizza.jpg) no-repeat 0px 0px;
}
.newsletter_3 {
  background-size: cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/pizza.jpg) no-repeat 0px 0px;
  /* background-attachment: fixed; */
  /* background: linear-gradient(to right,#fff 10%,#ff8c00 100%); */
}
.unsubscribe {
  background-size: cover;
  background: #fff;
}

/*My Newsletter*/
.my_how p {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  margin-bottom: 1em;
}
/*How it works*/
.my_2 {
  text-align: center;
}
/*How it works*/

.pur h3 {
  color: #fff;
}

.mt {
  text-transform: uppercase;
  color: #ffc300;
  padding-top: 2.5rem;
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center;
}
.buttoncontinue {
  background-color: #c70039;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  /* margin: 5px 2px; */
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttoncontinue:hover {
  background-color: #ff5700;
  color: #fff;
  transition: 0.5s;
}
/*Mpesa and submit Form*/
/*Newsletter*/
@media only screen and (max-width: 480px) {
  .myimage {
    display: none;
  }
}

.modal-content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.mynewsletter {
  background: rgba(14, 14, 14, 0.7);
  /* rgba(236, 236, 236, 0.40); */
}
.infield {
  margin-bottom: 15px;
  background-color: transparent;
  letter-spacing: 2px;
}
.buttonnletter {
  background-color: #c70039;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
}
.buttonnletter:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.mbody {
  padding: auto !important;
  border: 0 !important;
}
/*Newsletter*/
/*HIIT Workout*/
.hiit {
  margin-top: 3rem;
  font-family: inherit;
  font-size: 44px !important;
  letter-spacing: 1.2px;
  line-height: 60px;
}
.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 2em;
}

.aw {
  margin-bottom: 2rem;
}
.wback {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  margin-top: 3rem;
  /*min-height: 650px;*/
}

.buttonworkout {
  background-color: #c70039;
  border: none;
  color: white;
  padding: 20px 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonworkout:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.ways {
  font-family: "Raleway", sans-serif;
  font-size: 28px !important;
  letter-spacing: 1.2px;
}
.mb-6 {
  margin-bottom: 0.6rem !important;
  padding-top: 3rem !important;
}
h3 {
  letter-spacing: 1.5px;
  width: 100%;
  line-height: 2.5rem;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
.mini {
  letter-spacing: 2px;
  width: 100%;
  line-height: 2.5rem;
  font-size: 23px;
  padding-bottom: 10px;
  font-weight: bold;
}
p {
  letter-spacing: 1px;
  width: 100%;
  line-height: 2.5rem;
  font-size: 18px;
  padding-bottom: 10px;
}
/*HIIT Workout*/
/*Workout planner*/
.wplanner {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}
/*Workout planner*/
/*Download planner*/
.download {
  background-color: rgba(236, 236, 236, 0.6);
  border: none;
  color: white;
  padding: 14px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  margin: 5px -2px;
  cursor: pointer;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  margin-top: -5px;
  width: 100% !important;
  border-radius: 3em;
}
.download:hover {
  background-color: #ffa500;
  color: #fff;
  transition: 0.5s;
}

.pfil {
  /* text-transform:uppercase; */
  color: #ffc300;
  padding-top: 2.5rem;
  letter-spacing: 1px;
  /* font-size:30px; */
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.list {
  transform: rotate(45deg) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  width: 50%;
  height: 40%;
  line-height: 3em;
  margin: auto;
}
.text:hover {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  width: 50%;
  height: 40%;
  line-height: 3em;
  margin: auto;
}
/*Download planner*/

/*frequently asked questions meal plans*/
.faqm {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/cappuccino.jpg") no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  /*min-height: 650px;*/
}

.mp-top {
  margin: auto;
  width: 92%;
  padding-top: 1em;
  line-height: 35px;
}

.p {
  padding-top: 1rem;
  letter-spacing: 1px;
  color: white;
}

/*frequently asked questions meal plans*/

.dinner {
  text-align: left !important;
}
/*get your ecookbook*/
.getplan {
  padding-top: 3rem;
  font-weight: 600px;
  text-align: center;
  letter-spacing: 1px;
}
.horizontal {
  border-color: #e8e8e8;
  max-width: 650px;
  margin: 0px auto 10px auto;
}
.discount {
  text-decoration: line-through;
  font-size: 2rem;
  color: red;
}
.newbreakfast {
  font-size: 3rem;
  color: #3374ff;
}
.newlunch {
  font-size: 3rem;
  color: #ffa500;
}
.newdinner {
  font-size: 3rem;
  color: #008000;
}
.newsnack {
  font-size: 3rem;
  color: #c70039;
}
.newallinone {
  font-size: 3rem;
  color: #ff4000;
}
h5 {
  color: #777788;
  font-size: 20px;
  padding-top: 1rem;
  letter-spacing: 1px;
}
.buttonbreakfast {
  background-color: #3374ff;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonbreakfast:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}
.buttonlunch {
  background-color: #ffa500;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonlunch:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}
.buttondinner {
  background-color: #008000;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttondinner:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}
.buttonsnack {
  background-color: #c70039;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonsnack:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.buttonallinn {
  background-color: #ff4000;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonallinn:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}
.buttonfree {
  background-color: #ffa500;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.buttonfree:hover {
  background-color: #c70039;
  color: #fff;
  transition: 0.5s;
}

/*get your ecookbook*/
.modal-dialog {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
.modal-content {
  /*background: #333 !important;*/
  letter-spacing: 1px;
}
.my_button {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 13px 35px;
  border: 2px solid #c70039;
  font-size: 16px;
  color: #fff;
  background: #c70039;
  text-decoration: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 2px;
}
.my_button:hover {
  border: 2px solid #6a67ce;
  background: #6a67ce;
  transition: 0.5s;
}
/*--Read-more--*/
/*--infinity-loader--*/
.no-js .new_loader {
  display: none;
}
.js .new_loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/food.gif") center no-repeat #fff;
}
/*--infinity-loader--*/
.lid {
  padding-bottom: 10px;
}
html {
  overflow-x: hidden !important;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  font-family: "Alegreya Sans", sans-serif;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a:hover {
  text-decoration: none;
}
input[type="button"],
input[type="submit"],
.contact-form input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  /*line-height: 2.5rem;*/
  font-size: 18px;
}
label {
  margin: 0;
}
img {
  width: 100%;
}
/*--header--*/

/*--/navigation --*/
.navbar-light .navbar-brand {
  color: #fff;
  letter-spacing: 5px;
  font-size: 40px;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #333;
  background: #fff;
}
li.nav-item a {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 10px;
  color: #333;
}
li.nav-item a {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 12px 10px;
  color: #333;
}
li.nav-item {
  margin: 0 5px;
}
.top-nav {
  width: 100%;
  position: fixed;
  z-index: 99;
  /* background: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  /* color: rgba(0, 0, 0, 0.7); */
  background: transparent;
  color: white;
  border-bottom: 2px solid #ffc400e9;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 2px solid transparent;
}
/*--//navigation --*/

/*-- search --*/

/*
.search-bar-agileits {
	position: relative;
}
*/

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 4px;
  right: -35px;
}

.cd-header-buttons li {
  display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  background: none;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #fff;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  -moz-opacity: 0;
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  -moz-opacity: 1;
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search {
  position: absolute;
  width: 100%;
  top: 5em;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1em;
  padding: 1em 2em;
  color: #fff;
  letter-spacing: 3px;
}

.cd-search input::-webkit-input-placeholder {
  color: #fff;
}

.cd-search input::-moz-placeholder {
  color: #fff;
}

.cd-search input:-moz-placeholder {
  color: #fff;
}

.cd-search input:-ms-input-placeholder {
  color: #fff;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/*-- //search --*/
/*-- Contact --*/
.transparentform {
  /* background: rgba(14, 14, 14, 0.64); */
  margin-top: -3rem;
  margin-bottom: 2rem;
}
.purchasem {
  background: rgba(14, 14, 14, 0.64);
  /* margin-top:-3rem; */
  margin-bottom: 2rem;
}
.smail {
  text-transform: uppercase;
  color: #ffc300;
  padding-top: 2.5rem;
  letter-spacing: 2px;
  font-size: 30px;
}
.contact {
  /* background: url(../images/contactm.png)no-repeat 0px 0px; */
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/contactm.png) no-repeat 0px 0px;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.payment {
  /* background: url(../images/contactm.png)no-repeat 0px 0px; */
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/addtocart.svg) no-repeat 0px 0px;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.final {
  /* background: url(../images/contactm.png)no-repeat 0px 0px; */
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url(../images/mac.jpeg) no-repeat 0px 0px;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

.contact-top {
  margin: 0 auto;
  width: 80%;
  padding-top: 2em;
}

.contact_form input[type="text"],
.contact_form select,
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form input[type="password"] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 20px;
  padding: 14px 17px 14px;
  outline: none;
  color: #fff;
  height: 50px;
  border: 0;
  border-bottom: 1px solid white;
  margin: 0 0 20px;
  background: transparent;
  letter-spacing: 1px;
}

.contact_form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 18px;
  padding: 14px 17px 14px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: white;
  height: 190px;
  background: transparent;
  font-family: inherit;
  text-align: left;
  border-bottom: 1px solid white !important;
  border: 0;
}

form.contact_form {
  text-align: center;
  margin-top: 45px;
}
.message {
  margin-bottom: 30px;
}

.contact_form input[type="submit"] {
  padding: 1em 4em;
  border: 2px solid #c70039;
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  background: #c70039;
  text-decoration: none;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 2px;
  border-radius: 3em !important;
}
.contact_form input[type="submit"]:hover {
  border: 2px solid #6a67ce;
  background: #6a67ce;
  transition: 0.5s;
}
.more_btn:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}

/*--contact--*/
/*--menu--*/
.mymenu {
  font-size: 17px;
  letter-spacing: 1px;
  color: #2c2829;
  width: 100%;
  line-height: 28px;
  /* margin-left: 5rem; */
  font-size: 18px;
}
.mymenu h2 {
  font-weight: 600;
  font-size: 27px;
  color: #333333;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

/*--menu--*/
.aws {
  margin-bottom: 3rem !important;
}
/*--banner-slider--*/

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
}

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 45%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 32px;
  height: 32px;
}

.callbacks_nav:hover {
  opacity: 0.5;
}

.callbacks_nav.next {
  left: auto;
  left: 51%;
}

.callbacks_nav.prev {
  background: transparent url(../images/left11.png) no-repeat;
  left: 6%;
}

.callbacks_nav.next {
  background: transparent url(../images/right11.png) no-repeat;
  left: 92%;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager span {
  float: left;
}

#slider3-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}

#slider3-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}

#slider3-pager a {
  padding: 0;
}

#slider3-pager li {
  display: inline-block;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  height: auto;
  border: 0;
}

.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 21%;
  left: 68.5%;
  padding: 0;
  margin: 0;
  z-index: 990;
  display: block;
  text-align: center;
}

.slider-top span {
  font-weight: 600;
}

.callbacks_tabs li {
  display: inline-block;
  margin: 0 5px;
}

.animated {
  z-index: 99;
}

/*----*/

.callbacks_tabs a {
  visibility: hidden;
}

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 14px;
  width: 14px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 2px 2px 5px #000000;
  -webkit-box-shadow: 2px 2px 5px #000000;
  -o-box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  -ms-box-shadow: 2px 2px 5px #000000;
}

.callbacks_here a:after {
  background: #93c83f;
}

/*----*/

.slider_banner_info_w3ls {
  /* padding-top: 23%; */
  padding:10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slider_banner_info_w3ls h4,
.slider_banner_info_w3ls h1,
.slider_banner_info_w3ls h2 {
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  transition: all 0.5s;
}
.slider_banner_info_w3ls h3 {
  font-size: 3em;
  text-align: center;
  color: #f9bb0a !important;
  font-weight: 900;
  letter-spacing: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  transition: all 0.5s;
}
.slider_banner_info_w3ls h1 {
  font-size: 4em;
  text-align: center;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  transition: all 0.5s;
}
/* .slider_banner_info_w3ls h4:hover,.slider_banner_info_w3ls h1:hover,.slider_banner_info_w3ls h2:hover, .slider_banner_info_w3ls h3:hover {
	transform: scale(1.2);
	transition: all 0.5s;
} */
.slider_banner_info_w3ls a:hover {
  background: #fff;
  color: #333;
}

.dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/dott.png") repeat 0px 0px;
  background-size: 2px;
  -webkit-background-size: 2px;
  -moz-background-size: 2px;
  -o-background-size: 2px;
  -ms-background-size: 2px;
}

img.img-responsive {
  width: 100%;
}

.slider-img1 {
  background: url("../images/5.jpg") no-repeat 0px 0px;
}

.slider-img2 {
  /* background:url(../images/pizza.jpg) no-repeat 0px 0px; */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  min-height: 100vh !important;
}

.slider-img3 {
  background: url(../images/5.jpg) no-repeat 0px 0px;
}

.slider-img1,
.slider-img2,
.slider-img3 {
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height: 770px;
}
.banner {
  background: url(../images/bann2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

/*-- //Slider --*/

/*-- About --*/
.about p.aboutpara {
  font-size: 18px;
  letter-spacing: 1px;
  color: #2b2a2a;
  line-height: 2.5em;
  text-align: justify !important;
}
.content-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutme {
  font-size: 17px;
  letter-spacing: 1px;
  color: #777;
  width: 100%;
  line-height: 28px;
  margin: 0;
  text-align: justify;
  line-height: 1rem;
}
.freqs {
  font-size: 45px !important;
  letter-spacing: 1.2px;
  line-height: 60px;
  color: #ff8c00;
  text-align: center;
  font-family: "Romantica Regular";
  padding-top: 1em;
}

.myfaq {
  font-family: inherit;
  font-size: 30px !important;
  letter-spacing: 1.2px;
  line-height: 60px;
  color: #ff8c00;
}
.faqs {
  font-size: 17px;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  line-height: 35px;
  margin: 0;
  text-align: justify;
}
.myclass p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  line-height: 35px;
  margin: 0;
  text-align: justify;
}
.about_grids h3 {
  font-size: 22px;
  letter-spacing: 0px;
  color: #272727;
}
.about_grids p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #777;
}

/*-- //About --*/

/*-- About bottom --*/

.aboutright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #777;
  width: 80%;
  line-height: 28px;
}
.aboutleft {
  padding: 0;
}
.aboutright h3 {
  font-size: 30px;
  color: #333;
}
.aboutright iframe {
  width: 500px;
  min-height: 280px;
  border: 6px solid #ddd;
}
/*-- //About bottom --*/

/*-- stats --*/

.stats_left p {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #bee1fc;
  line-height: 2em;
}

.stats_left h4 {
  font-size: 1.1em;
  color: #999;
  margin: 0;
  letter-spacing: 2px;
}

.stats_left i {
  font-size: 3em;
  color: #eee;
  margin: 0;
}

.stats_bottom_grid_left img {
  margin: 0 auto;
}

.stats_left.counter_grid {
  background: #1b1b1b;
}

.stats_left.counter_grid1 {
  background: #1b1b1b;
}

.stats_left.counter_grid2 {
  background: #1b1b1b;
}

.stats_left.counter_grid3 {
  background: #1b1b1b;
}

.stats_left {
  text-align: center;
  padding: 0;
  border: 1px solid #333;
  border-top: none;
  border-bottom: none;
}

.stats_left:nth-child(3) {
  border-right: 0px;
}

.stats_left:nth-child(2) {
  border-left: 0px;
  border-right: 0px;
}

/*-- //stats --*/

/*-- team --*/

.team-grids img {
  margin: 0 auto;
  width: inherit;
  width: 100%;
}

.team-grids {
  position: relative;
  overflow: hidden;
}

.team-grids h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.team-grids h6 {
  font-size: 1em;
  color: #03cce6;
  letter-spacing: 2px;
}

.team-info {
  bottom: -227px;
  margin: 0;
  left: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  padding: 1em;

  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  width: 90%;
  text-align: center;
}

.team-grids:hover div.team-info {
  bottom: 0px;
}

.team-grids:hover {
  border-color: #76daff;
}

.caption {
  padding: 0px;
}

.team-grids img {
  width: 100%;
}

/*-- //team --*/
/*-- /team responsive --*/
@media (max-width: 1080px) {
  .team-grids h4 {
    font-size: 1em;
  }
  .team-info {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .team-grids h4 {
    font-size: 0.9em;
  }
  .team-info {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .team-grids {
    margin: 1em 0;
  }
  .team-info {
    width: 89%;
  }
}
/*-- //team responsive --*/

/*-- How we work --*/
.grid1 p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #636363;
  line-height: 39px;
}
.grid1 img {
  width: 40%;
}
.grid1 h3 {
  color: #86ca25;
  font-size: 1.7em;
  letter-spacing: 2px;
  padding-top: 3rem;
  /*font-family: 'Kumbh Sans', sans-serif;*/
}
/*-- how we work --*/

/* gallery --*/
.hide-bullets {
  list-style: none;
  margin-top: 20px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-control span {
  margin-top: 13em;
}

/* //gallery --*/

/*-- footer --*/

.pcs {
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 17px;
}
.accept {
  background-color: transparent;
  border: none;
  color: white;
  padding: 20px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px 2px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3em;
}
.accept:hover {
  color: #fff;
  transition: 0.5s;
}
.cookie-banner {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  left: 1%;
  right: 1%;
  width: 98%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
   background-color: #000; 
  /*background: linear-gradient(60deg, #e21143, #f90) !important;*/
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
}
.ul1 {
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 18px;
  margin-left: 2em;
}
.li11 {
  letter-spacing: 1px;
  line-height: 2.5rem;
  font-size: 18px;
  margin-left: 3em;
}
h1.heading,
h2.heading,
h3.heading {
  /* font-size: 50px; */
  font-size: 4em;
  font-family: "Netflix Sans Light";
  letter-spacing: 4px;
  position: relative;
  /* display:block; */
  width: 100%;
}
h1.heading:before,
h2.heading:before,
h3.heading:before {
  content: "";
  background: #ff6600 !important;
  height: 3px;
  width: 10%;
  bottom: -15%;
  left: 45%;
  position: absolute;
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-question,
.swal2-icon.swal2-warning,
.swal2-icon.swal2-success,
.swal2-icon.swal2-danger {
  margin: 0.333333em auto 0.5em;
  font-family: inherit;
  font-size: 1.75em !important;
}

.swal2-container {
  z-index: 99999;
}

/*.newsletter {
  	border-top: 1px solid #ddd;
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/mp.jpg)no-repeat 0px 0px;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		opacity: ;
}*/
.newsletter input[type="email"],.newsletter input[type="text"] {
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 2px;
  width: 100%;
  outline: none;
  border: 1px solid #7c7c7c;
  display: block;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3em;
  margin-top: 1em;
}
.newsletter input[type="submit"],.swal2-confirm {
  font-size: 16px;
  font-weight:500;
  padding: 12px 40px !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  letter-spacing: 2px !important;
  background: #ff6600 !important;
  box-sizing: border-box;
  cursor: pointer !important;
  width: 100%;
  border-radius: 3em !important;
  transition: all .5s !important;
}
.newsletter input[type="submit"]:hover,.swal2-confirm:hover {
  background: #c70039 !important;
}
.newsletter form {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
.subscribe_inner {
  width: 50%;
  margin: 0 auto;
}
.newsletter p {
  font-size: 20px;
  letter-spacing: 1px !important;
  color: #333;
}

.newsletter ul li a {
  font-size: 30px;
  display: block;
  color: #333;
}
.newsletter ul {
  list-style-type: none;
}
.subscribe_inner h4 {
  color: #333;
  font-size: 28px;
}
footer {
  /*background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.5)), url(../images/wood3.jpg) no-repeat 0px 0px;*/
  background-color: #232323;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
footer p,
footer li a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}
footer p a,
footer li a {
  color: #fff;
}
footer li a:hover {
  color: #fff;
}
footer .logo a {
  font-size: 3em;
  color: #fff;
}
footer li {
  display: inline-block;
}
.connectwith {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  /*text-transform:uppercase;*/
}
.connectt {
  font-size: 1.4em;
  padding: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/*-- social-icons --*/
.social {
  margin-top: 3rem;
  position: relative;
  /*padding-right: 25px;*/
  text-align: center;
}

.social a {
  color: #fff;
}

.social a:hover {
  color: #ff8c00 !important;
}
section.mysocia ul li {
  display: inline-block;
}
/*-- social-icons --*/

/*-- typography --*/
.bd-example-row .row > .col,
.bd-example-row .row > [class^="col-"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.typo-grid1 h2,
.typo-grid1 h4 {
  font-size: 30px;
  color: #4a4a4a;
}
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
h3.headingtop {
  font-size: 40px;
}
/*-- typography --*/

/*--counter--*/

.aboutcounter {
  /*background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../images/berries.jpg) no-repeat 0px 0px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.aboutcounter h4 {
  color: #000;
  font-family: "Waiting for the Sunrise", cursive;
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aboutcounter span {
  font-size: 2rem;
  color: #ff8c00;
  text-align: center;
  /*padding-left:10rem*/
}

.right-agile span {
  display: block;
  transform: rotate(90deg);
  font-size: 1.1em;
  position: absolute;
  top: 47%;
  right: -2%;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  font-weight: bold;
}
/*--//counter--*/

/*-- inner pages banner --*/
.my_div {
  margin-top: 2em;
  height: 17em;
  background: #000;
  text-align: center;
  padding-top: 5em;
  transition: all 0.5s;
}
.my_div:hover {
  height: 17em;
  background: #6788ce;
  text-align: center;
  padding-top: 5em;
  transition: all 0.5s;
}

.footertitles {
  font-size: 5em;
  padding: 3px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 0.5em;
  border:none;
}
.footergrid {
  letter-spacing: 1.5px;
  color: #fff;
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
}

.footer-author{
    padding-top:5px;
    color:#ff8c00;
    font-weight:bold;
    font-size:2.5em;
    margin-top: .5em;
    font-family:'Romantica Regular';
    display:inline-block
}
.email {
  letter-spacing: 3px;
  color: #fff;
  width: 100%;
  line-height: 2.5rem;
  font-size: 18px;
}

.email a {
  color: #fff;
  text-decoration: none;
}
.email a:hover {
  color: #ff8c00;
  text-decoration: none;
}
.my_scale {
  border-radius: 15px;
  transition: all 1s;
}
.my_scale:hover {
  transform: scale(0.7);
  transition: all 1s;
  /*opacity: 0.8;*/
}
section.inner_banner {
  background: url(../images/5.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 250px;
}
section.inner_banner2 {
  background: url(../images/2.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 250px;
}
section.inner_banner3 {
  background: url(../images/salad.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 280px;
}

.dot1 {
  width: 100%;
  min-height: 250px;
  background: url(../images/dott.png) repeat 0px 0px;
  background-size: 2px;
  -webkit-background-size: 2px;
  -moz-background-size: 2px;
  -o-background-size: 2px;
  -ms-background-size: 2px;
}
/*-- inner pages banner --*/

/*-- food Slider --*/

.slidering h5 {
  font-size: 1.2em;
  color: #333;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* The colour of the indicators */

.tabs-grids img {
  width: 69%;
  margin: 2em 0;
}

.text-info h4 {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.3em;
  letter-spacing: 1px;
}

.carousel-control-next-icon {
  background-image: none;
  color: #333;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #999;
}
.carousel-control-prev {
  right: 4%;
  top: -20%;
  left: auto;
  height: 40px;
  width: 40px;
  background: none;
  border: 2px solid #000;
  color: #000;
  box-shadow: none;
  background-image: none !important;
  opacity: 0.9;
  line-height: 34px;
}
.carousel-control-next {
  right: 0;
  top: -20%;
  height: 40px;
  width: 40px;
  background: none;
  border: 2px solid #000;
  color: #000;
  box-shadow: none;
  background-image: none !important;
  opacity: 0.9;
  line-height: 34px;
}
/*-- //food Slider --*/

/*-- Contact --*/
.map iframe {
  border: none;
  width: 100%;
  height: 450px;
}
.map {
  position: relative;
  margin-bottom: 13em;
}
.w3ls-contact h3 {
  color: #eee;
}
.w3ls-contact p {
  margin: 0;
  font-size: 15px;
  color: #000;
  letter-spacing: 1px;
}
.main_grid_contact {
  display: flex;
  width: 70%;
  position: absolute;
  bottom: -50%;
  left: 15%;
  -webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}
.form {
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  padding: 3em 5em;
  background: #fff;
}
.w3ls-contact {
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
  padding: 3em 2em;
  background: #ff8c00;
}
.input-group input[type="text"],
.input-group input[type="email"] {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 10px;
  margin: 10px 0;
  width: 49%;
  color: #666;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #999;
  background: transparent;
}
.input-group input.margin2 {
  margin-right: 2%;
}
.input-group1 input[type="submit"] {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #eee;
  background: #3374ff;
  padding: 10px;
  border: none;
  width: 25%;
  margin: 10px 0 0 auto;
  transition: all 0.5s ease-in;
}
.input-group1 input[type="submit"]:hover {
  background: #2196f3;
  transition: all 0.5s ease-in;
}
textarea {
  font-size: 14px;
  resize: none;
  font-family: "Raleway", sans-serif;
  /* text-transform: capitalize; */
  padding: 10px;
  letter-spacing: 3px;
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
  outline: none;
  color: #000;
  border: 1px solid #999;
  background: transparent;
  text-align: center;
}
/*--social_media_icons_style--*/

.w3ls-contact address p span.fas {
  width: 25px;
  color: #fff;
  margin-left: 0px;
  display: inline-block;
}
.w3ls-contact address p span {
  display: block;
  margin-left: 30px;
}
.w3ls-contact address p,
.w3ls-contact address p a {
  color: #000;
  font-size: 17px;
  letter-spacing: 1px;
}
.w3ls-contact address p a:hover {
  color: #fff;
}
.w3ls-contact address {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/*-- //Contact --*/

/*-- error --*/
.error_content {
  background: #2196f3;
}
.content_left {
  background: #fff;
}
.content_left p {
  color: #555;
  letter-spacing: 1px;
  font-size: 17px;
}
.content_left h1 {
  font-size: 100px;
}
.content_left a {
  padding: 12px 20px;
  letter-spacing: 1px;
  color: #fff;
  background: #333;
  font-size: 17px;
}
.content_right h3 {
  color: #fff;
  font-size: 30px;
}
.content_right p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
}
.content_right span.fas.fa-search {
  font-size: 100px;
  color: #fff;
}
.b-search {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.b-search input[type="text"] {
  width: 100%;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  border: none;
  box-sizing: border-box;
}
.b-search input[type="submit"] {
  background: url(../images/search-icon.png) no-repeat 14px 14px #333;
  border: none;
  height: 48px;
  width: 50px;
  display: inline-block;
  position: absolute;
  outline: none;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

/*-- //error --*/

/*-- Testimonials --*/
.w3-agile-test-monials {
  border-top: 1px solid #ddd;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/berries.jpg) no-repeat 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 2;
}
.test-review h5 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 1.8em;
  text-transform: capitalize;
}
.client-review-head h3.heading {
  color: #fff;
}
.test-monials h5 {
  font-size: 2em;
  color: #ee4f4f;
  text-transform: none;
  margin-top: 0.7em;
}
.test-review p {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  margin: 0em auto;
  color: #fff;
  width: 85%;
  letter-spacing: 1px;
}
i.fa.fa-quote-right,
i.fa.fa-quote-left {
  margin: 0 1em;
}
p.date {
  font-size: 15px;
  color: #dedede;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  line-height: 24px;
  width: 100%;
}
.test-review img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}
.test-review p img {
  margin: 0 10px !important;
  box-shadow: none;
}
.test-review img {
  margin: 0 auto;
}
.test-monials {
  text-align: center;
}
.testimonials span {
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
}
/*-- //Testimonials --*/

/*-- modal --*/
.modal-body {
  font-size: 16px;
  line-height: 28px;
  color: #444;
  padding: 0 !important;
}
.modal-title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
/*-- //modal --*/

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Responsive Design --*/

@media (max-width: 1440px) {
  .aboutright p {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 700px;
  }
}
@media (max-width: 1280px) {
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 650px;
  }
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    /*font-size: 10em;*/
    /*letter-spacing: 8px;*/
  }
  .aboutright p {
    width: 100%;
  }
  .aboutright iframe {
    width: 400px;
    min-height: 180px;
  }
  .main_grid_contact {
    width: 85%;
    left: 7.5%;
  }
}
@media (max-width: 1080px) {
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    /*font-size: 9em;*/
    /*letter-spacing: 6px;*/
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 600px;
  }
  .grid1 p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  footer p,
  footer li a {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  footer .logo a {
    font-size: 2.8em;
  }
  .carousel-control-prev {
    right: 5%;
  }
  .test-review p {
    width: 100%;
  }
  .content_left h1 {
    font-size: 80px;
  }
  .form {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    padding: 3em 3em;
  }
  .w3ls-contact {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    padding: 3em 2em;
  }
}
@media (max-width: 1024px) {
  .stats_left i {
    font-size: 2em;
  }
  .grid1 img {
    width: 30%;
  }
  .subscribe_inner {
    width: 60%;
    margin: 0 auto;
  }
  .content_left p {
    letter-spacing: 0.2px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    /*font-size: 8em;*/
    /*letter-spacing: 1px;*/
  }

  .about p.aboutpara {
    width: 100%;
  }
  .about_grids h3 {
    font-size: 20px;
  }
  .subscribe_inner {
    width: 75%;
  }
  .content_right span.fas.fa-search {
    font-size: 50px;
  }
  .carousel-control-prev {
    right: 7%;
    top: -8%;
  }
  .carousel-control-next {
    top: -8%;
  }
  .dot1,
  section.inner_banner {
    min-height: 220px;
  }
  .aboutright iframe {
    width: 450px;
    min-height: 250px;
  }
  footer {
    text-align: center;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    background: transparent;
    border-color: transparent;
    border-radius: 0px;
  }
  .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .navbar-light .navbar-toggler-icon-blog {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .navbar-toggler-icon-blog {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
  }
  .cd-header-buttons {
    position: static;
  }
  .cd-search {
    top: 20em;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
  }
  li.nav-item a {
    color: #fff;
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  li.nav-item a:hover {
    background: #fff;
    color: #333;
  }
  li.nav-item a {
    font-size: 17px;
    padding: 8px 10px;
  }
}
@media (max-width: 900px) {
  .w3ls-contact address p,
  .w3ls-contact address p a {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .w3ls-contact p {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 800px) {
  h1.heading,
  h2.heading,
  h3.heading {
    font-size: 45px;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 550px;
  }
  .main_grid_contact {
    width: 95%;
    left: 2.5%;
  }
  .callbacks_nav.prev {
    left: 4%;
  }
}
@media (max-width: 768px) {
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    /*font-size: 7em;*/
    /*letter-spacing: 1px;*/
  }
  .w3ls-contact h3,
  .form h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .w3ls-contact address p,
  .w3ls-contact address p a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  footer .logo a {
    line-height: 30px;
  }
}
@media (max-width: 736px) {
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    font-size: 6em;
    letter-spacing: 0px;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 500px;
  }
  .stats_left h4 {
    font-size: 1em;
  }
  .about p.aboutpara {
    font-size: 16px;
  }
  .grid1 h3 {
    font-size: 22px;
  }
  .newsletter p {
    font-size: 17px;
  }
  .subscribe_inner {
    width: 90%;
  }
  .w3ls-contact h3,
  .form h2 {
    font-size: 23px;
  }
}
@media (max-width: 667px) {
  .stats_left h4 {
    letter-spacing: 1px;
  }
  .main_grid_contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: static;
  }
  .map {
    margin-bottom: 0em;
  }
  .map iframe {
    height: 250px;
  }
  .stats_left h4 {
    font-size: 0.9em;
  }
}
@media (max-width: 640px) {
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    font-size: 5em;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 460px;
  }
  .stats_left h4 {
    font-size: 0.875em;
  }
  .typo-grid1 h2,
  .typo-grid1 h4 {
    font-size: 25px;
  }
  h3.headingtop {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .port-info p {
    font-size: 0.875em;
  }
  .b-search {
    width: 80%;
  }
  .content_right span.fas.fa-search {
    font-size: 30px;
  }
  .grid1 {
    padding: 0 50px 25px;
  }
}
@media (max-width: 568px) {
  .team-grids,
  .slidering {
    width: 50%;
  }
  .stats_left {
    border-top: 1px solid #333;
  }
}
@media (max-width: 480px) {
    .footertitles {
  font-size: 4em !important;
}
    .my_how p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 1em;
}
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    font-size: 3em;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 400px;
  }
  h1.heading,
  h2.heading,
  h3.heading {
    font-size: 40px;
  }
  .aboutright iframe {
    width: 350px;
    min-height: 200px;
  }
  .dot1,
  section.inner_banner {
    min-height: 180px;
  }
  .callbacks_nav.prev {
    left: 2%;
  }
  h1.heading:before,
  h2.heading:before,
  h3.heading:before {
    width: 30%;
    left: 35%;
  }
  .table-scroll {
    overflow-x: auto;
  }
}
@media (max-width: 414px) {

  .slider_banner_info_w3ls h2 {
    font-size: 1.5em;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 380px;
  }
  .aboutright h3 {
    font-size: 25px;
  }
  .aboutright iframe {
    width: 315px;
    min-height: 180px;
  }
  .b-search {
    margin: 0 auto 1em;
  }
  .form {
    padding: 3em 1.5em;
  }
}
@media (max-width: 384px) {
  .callbacks_nav.next {
    left: 90%;
  }
  .aboutright iframe {
    width: 280px;
    min-height: 160px;
  }
  .team-grids,
  .slidering {
    padding-right: 5px;
  }
  .subscribe_inner {
    width: 100%;
  }
  .stats_left i {
    font-size: 1.5em;
  }
  footer p,
  footer li a {
    letter-spacing: 1px;
  }
  .navbar-light .navbar-brand {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .typo-grid1 h2,
  .typo-grid1 h4 {
    font-size: 20px;
  }
  h3.headingtop {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 380px;
  }

  .aboutright h3 {
    font-size: 23px;
  }
  .aboutright p {
    font-size: 16px;
  }
  .slidering h5 {
    font-size: 1em;
  }
  h1.heading,
  h2.heading,
  h3.heading {
    font-size: 38px;
    letter-spacing: 3px;
  }
  .b-search {
    width: 90%;
  }
}
@media (max-width: 320px) {
  .navbar-light .navbar-brand {
    letter-spacing: 2px;
    font-size: 30px;
  }
  .slider-img1,
  .slider-img2,
  .slider-img3 {
    min-height: 350px;
  }
  .slider_banner_info_w3ls h4,
  .slider_banner_info_w3ls h1,
  .slider_banner_info_w3ls h2 {
    font-size: 2.8em;
  }

  h1.heading,
  h2.heading,
  h3.heading {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .callbacks_nav.next {
    left: 89%;
  }
  ul.portfolio-categ li a {
    letter-spacing: 0px;
    font-size: 0.9em;
  }
  .newsletter form {
    width: 100%;
    margin: 0 auto;
  }
  footer .logo a {
    font-size: 2.2em;
    margin: 0.5em 0;
    display: block;
  }
}

/*-- //Responsive Design --*/
/*-- //About me --*/
h3.heading,
h2.heading {
  font-size: 40px !important;
  color: #000;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
h3.heading span,
h2.heading span {
  font-weight: 300;

  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -5px;
}
/* h3.heading:before,h2.heading:before {
} */
h3.heading:after,
h2.heading:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #ff6b6b;
  position: absolute;
  top: 55px;
}
.special h2.heading,
.why-choose-agile h3.heading {
  color: #fff;
}
.special p.heading,
.why-choose-agile p.heading {
  color: #fff;
}
.special h2.heading:before,
.why-choose-agile h3.heading:before {
  background: #fff;
}
.services,
.blog,
.about,
.menu,
.why-choose-agile {
  padding: 5em 0;
}
.bottom-left h3 {
  text-transform: capitalize;
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
.bottom-left p {
  text-transform: capitalize;
  font-size: 14px;
  color: #696969;
  line-height: 26px;
  margin-top: 1em;
  letter-spacing: 0.5px;
}
.morebutton a {
  background: #f44336;
  color: #fff;
  font-size: 0.9em;
  padding: 0.7em 1.5em;
  text-decoration: none;
  letter-spacing: 1px;
}
.morebutton a:hover {
  background: #4caf50;
}
.morebutton {
  margin-top: 2em;
}
.menu-items h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 1em 0 0.3em;
}
.menu-items p {
  font-size: 14px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.menu-items span {
  float: right;
  color: #4caf50;
}
.bottom-right img,
.menu-grids img {
  width: 100%;
}
.readmore a {
  font-size: 14px;
  color: #fff;
  background: #f44336;
  padding: 10px 30px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.readmore a:hover {
  background: #4caf50;
}
.readmore {
  text-align: center;
  margin-top: 3em;
}
/*-- //About me --*/
