body{
	margin: 0px auto;
	padding:0px auto;
  background: #f4f0ef;


}

.head{
	background-color: #3c6c7c;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.navbar-brand img{
 width: 40%;
}

@media (max-width: 768px){
	.navbar-brand img{
 width: 30%;
}
.head{
	display: none;
}
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
   /* background-image: url(../img/fork.png);*/
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3c6c7c;
    padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
}
@media(max-width: 699px){
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
@media(max-width: 991px){
  .sticky{
  position: relative;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
}
.sticky .logo{
  width:126px;
}

/*service*/
.serv h3{
color:#e83b2c; 
font-family: Merriweather;
font-weight: 800px;
font-style: bolder;
}
.serv h4{
color:#3c6c7c; 
font-family: Caveat;
font-weight: 800px;
font-style: bolder;
font-size: 34px;
}
.serv p{
color:#a6a5a5; 
font-family: Titillium Web;

}

/*@media{
  .serv h3 img{
width: 8%;
}  
}*/

.cardi{
    background:transparent;
    border: none;
}
.card-title h5{
    font-family: Varela Round;
}

.d-flex{
    align-items: center;
    display: flex;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}



/* 7 */
.btn-7 {
background: linear-gradient(10deg, rgb(234,90,77) 0%, rgb(228,155,4) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}


/*menu*/
/* ************************** BOOK MOBILE DISPLAY ********************* */
.bookmat {
  box-sizing: content-box;
  position: relative;
  display: none;
}
.preface {
  margin: 2em 0.8rem;
  font: 1.5em/2.5 Georgia,serif;
}
.book {
  position: relative;
  font: 0.8em/1.2 Georgia,serif;
  
  box-shadow: 0 0.5em 20px rgba(0, 0, 0, 0.3);
}
.book::before { 
  content: '‹';
  position: absolute;
  padding: 0 0.4em 0.13em;
  top: -0.07em; right:-0.2em;
  font-size: 12em;
  line-height: 1;
  color: #ea5a4d;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.bookpage { 
  pointer-events: none;
  color: black;
  background-color:#ebe2ce;
  padding: 0.6em; margin-bottom: -2em; 
  line-height: 1;
  opacity:1; 
  transition: line-height 0.5s 0.6s, opacity 1s, margin-bottom 0.5s 0.6s;
}
.front.cover {
  margin-bottom:0; 
  line-height:1.5;
  opacity:1;
}
.bookpage p, .bookpage footer {
  padding: 0.5em ;
  hyphens: auto;
  text-align: justify;
  font-family: Merriweather;
  font-size: 17px;
}
.bookpage p {
  pointer-events: none;
}
.bookpage .booktitle {
  font-size: 2.3em;
  text-align: left;
}
.pagetext p {
  font-size: 1em;
}
.unrolled.book::before {
  transform: rotate(-90deg);
}
.unrolled.book>.bookpage {
  line-height:1.2;
  margin-bottom:0;
  opacity:1;
  transition: line-height 1s, opacity 0.5s 0.6s, margin-bottom 1s;
}
/* ************************** BOOK MOBILE RTL ********************* */
.rtl .bookpage .booktitle {
  text-align: left;
}
.rtl .book::before {
  left: -0.2em; right:auto;
  transform: rotate(160deg);
}
.rtl .unrolled.book::before {
  transform: rotate(270deg);
}

@media (min-width:700px) {
/* ************************** BOOK DESKTOP DISPLAY ********************* */
.bookmat {
  display: flex;
  align-items: center;
  min-height: 30rem;
}
.preface {
  width: 38%;
  margin: 0 5%;
  pointer-events: none;
}
.book {
  counter-reset: pagecounter;
  position: absolute;
  pointer-events: none;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  width: 40rem;
  height: 24rem;
  perspective: 75rem;
  transform: rotate(20deg) scale(0.5);
  transition: transform 1s 3s;
  background-color: transparent;
  box-shadow: none;
}
.opened.book {
  transform: rotate(0);
  transition: transform 3s;
}
.book::before { 
  content:none;
}
.bookpage { 
  counter-increment: pagecounter;
  position: absolute;
  top: 0.5em; bottom:0.5em; 
  margin: 0; padding:0;
  width: 50%;
  line-height: 1.2;
  opacity:1;
  backface-visibility: hidden;
  cursor: pointer;
  user-select: none;
  box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
  transition: transform 3s;
}
.back {
  transform-origin: 100% 0;
  transform: rotateY(180deg);
  left: 0;
}
.front {
  transform-origin: 0 0;
  transform: rotateY(0deg);
  right: 0;
}
.back.flipped {
  transform: rotateY(0deg);
}
.front.flipped {
  transform: rotateY(-180deg);
}
.clickable {
  pointer-events:all;
}
.cover, .lastpage {
  top: 0; bottom: 0;
  width:calc(50% + 0.5em);
  border-color: hsl(20,50%,25%);
  border-style: solid;
}
.front.cover { 
  pointer-events: all;
  right: -0.5em;
  border: none;
  margin-left: -0.1em;
  padding: 0.5em 0.25em;
  color: white;
  background-color: hsl(20,50%,25%);
  box-shadow: inset 3em 0 hsl(0,0%,0%);
  border-radius: 0 5px 5px 0;
}
.back.cover {
  left:-0.5em;
  border-width: 0.5em 0 0.5em 0.5em;
  border-radius: 5px 0 0 5px;
}
.lastpage {
  right:-0.5em;
  border-width: 0.5em 0.5em 0.5em 0;
  border-radius: 0 5px 5px 0;
}
.bookpage .booktitle {
  padding: 3em 0 0 1.5em;
}
.bookpage footer {
  position: absolute;
  bottom: 0;
  margin: 4em 2em;
  font-size: 0.9em;
}
.bookpage:nth-child(n+3)::before {
  content: counter(pagecounter); 
  display: block;
  padding: 1em 2em;
}
.bookpage:nth-child(odd)::before {
  text-align:right;
}
/* ************************** BOOK DESKTOP RTL ********************* */
.bookmat.rtl {
  flex-direction: row-reverse;
}
.rtl .preface {
  text-align: right;
}
.rtl .book {
  transform: rotate(-20deg) scale(0.5);
}
.rtl .opened.book {
  transform: rotate(0);
}
.rtl .back {
  transform-origin: 0 0;
  transform: rotateY(-180deg);
  left: auto; right: 0;
}
.rtl .front {
  transform-origin: 100% 0;
  transform: rotateY(0deg);
  left: 0;
}
.rtl .back.flipped { 
  transform: rotateY(0deg);
}
.rtl .front.flipped {
  transform: rotateY(180deg);
}
.rtl .front.cover {
  margin-right: -0.1em;
  border-radius: 5px 0 0 5px;
  box-shadow: inset -3em 0 hsl(0,0%,0%);
}
.rtl .lastpage {
  left:-0.5em;
  border-width: 0.5em 0 0.5em 0.5em;
  border-radius: 5px 0 0 5px;
}
.rtl .back.cover {
  left: auto; right:-0.5em;
  border-width: 0.5em 0.5em 0.5em 0;
  border-radius: 0 5px 5px 0;
}
.rtl .bookpage:nth-child(even)::before {
  text-align:right;
}
.rtl .bookpage:nth-child(odd)::before {
  text-align:left;
}
.rtl .bookpage .booktitle {
  padding: 3em 1.5em 0 0;
}

.d-flex{
  align-items: center;
  display: flex;
}
.img p{
  padding: 100px;
}

.back{
  background-image: url(../img/);
  position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


/*review*/
/*.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}*/
/*.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
   background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}*/

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}



/*-----Testimonial-------*/

/*.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
*/


#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


/*service*/
/*.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: blue;
  color:  #e49b04;;
  margin: 0;
  transition: all 0.3s ease-in-out;
}*/
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

/*.owl-dots {
  text-align: center;
  padding-top: 15px;
  color:  #e49b04;
}*/
/*.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ea5a4d;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #ea5a4d;
}
.owl-dots button.owl-dot:focus {
  outline: none;
  background: #e49b04;
}*/
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e49b04;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
@media(min-width: 600px){
  .owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
}
.owl-nav button:focus {
    outline: none;
}

#mobilemenucard{

}
@media(min-width: 699px){
  #mobilemenucard{
display: none;
}
}

/*form*/
.abc{
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-family:Merriweather 
}
.abc label{
  font: normal 18px Merriweather;
  color: black;
  float: left;
  width: 30%;
  padding-top: 10px;

}

.abc input[ type="text"]{
  width: 50%;
  height: 2.3em;
  border: solid 1px #616565;
  padding-left: 0.5em;
  border-radius: 0.2em;
  background: transparent;
}
.abc input[ type="number"]{
  width: 50%;
  height: 2.3em;
  border: solid 1px #464646;
  padding-left: 0.5em;
  border-radius: 0.2em;
   background: transparent;
}


.abc input[ type="email"]{
 width: 50%;
  height: 2.3em;
  border: solid 1px #464646;
  padding-left: 0.5em;
  border-radius: 0.2em;
   background: transparent;
}

.abc input[ type="submit"]{
  background:#c28a12;
  border:none;
padding: 0.5em 2em ;
  color: white;
  font-size: 16px;
  
}
.abc input[ type="submit"]:hover{
  background: transparent;
  border:2px solid #3c6c7c;
  padding: 0.5em 2em ;
  color: black;
  cursor: pointer;
  font-size: 16px;
}
.abc input[type="message"]{
    font-size: 15px;
   margin-right: 10px;
   height: 60px;
   width:50%;
    background: transparent;
      border: solid 1px #464646;
        border-radius: 0.2em;
}

/*.image-layer {
    position: relative;

}

.overlay{
  position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,55%);
}*/
.no-js .owl-carousel1, .owl-carousel1.owl-loaded {
  display: block;
}
.owl-carousel1 {
  
  width: 100%;
  z-index: 1;
}
.owl-carousel1, .owl-carousel1 .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.btn-0{
 transform:translate(550%,50%);
}