:root {
  --headerclr: #1a385a;
  --yellow: #22354b;
  --white: #ffff;
  /* --yellow:#ffc107; */
  /* --counterclr1:#379CC6; */
  /* --counterclr2:#BC2F4D; */
  /* --counterclr3:#54595F; */
  --counterclr1: #ffc107;
  --counterclr2: #ffc107;
  --counterclr3: #ffc107;
  --lightblue: #01a3fa;
  --darkblue: #007ee6;
  --headinggreen: #a09800;
  --sandclr: #eddecb;
  --sanddark: #796344;
}
@font-face {
  font-family: myFirstFont;
  src: url(euclid-circular-a-cufonfonts/Euclid\ Circular\ A\ Regular.ttf);
  /* font-weight: bold; */
}
body,
a,
h1,
h2,
h3,
h4,
h5,
h5,
p {
  font-family: myFirstFont;
}
.greenaaa {
  color: var(--headinggreen);
}
.lightblue {
  color: var(--lightblue);
}
.darkblue {
  color: var(--darkblue);
}
.sandclr {
  color: var(--sandclr);
}
.sanddark {
  color: #796344;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--yellow);
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: var(--headerclr);
}
.main1 {
  background-color: var(--headerclr);
}
.bb {
  height: 300px;
  background: red;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /* background:purple; */
  border-radius: 0px;
  display: none;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  display: none;
}
.owl-theme .nav-button.owl-prev,
.owl-theme .nav-button.owl-next {
  font-size: 65px;
  color: #000;
  background-color: white;
}

.facthold {
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  padding: 10px;
}
.bclr {
  color: var(--headerclr);
}
.yclr {
  color: var(--yellow);
}
.Home {
  color: #689368;
}
#header1 {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mynav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mynav a {
  color: var(--white);
  font-weight: bolder;
  font-size: 14px;
}
.c {
  color: var(--white);
}

li {
  list-style-type: none;
}
.parentofhamburger {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.bgyclr1 {
  background-color: #689368;
}
.l5 {
  background-color: #689368;
}
a {
  text-decoration: none;
}
#hamb {
  color: black;
  font-size: xx-large;
  font-weight: bolder;
}

.insta {
  padding-left: 15px;
}
.menu {
  border: 1px solid #ccc;
  display: none;
  width: 230px;
  top: 107%;
  right: 0%;
  height: 244.5px;
  z-index: 999;
  background-color: var(--white);
}
.menu li {
  border-bottom: 1px solid #ccc;
  top: 20%;
}
.menu a {
  color: #a9b5c1;
  padding-left: 5px;
}
#mymenu {
  display: none;
}
#searchme {
  color: #689368;
}
.myslider {
  height: 90vh;
}
.myslider img {
  height: 90vh;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: purple;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
}
.heading {
  height: 90vh;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.heading span {
  text-align: center;
}
.owl-prev {
  position: absolute;
  top: 33%;
  left: 0px;
  color: var(--white);
  background-color: black;
}
.owl-next {
  position: absolute;
  top: 33%;
  right: 0px;
  color: var(--white);
  background-color: black;
}
.owl-prev span,
.owl-next span {
  font-size: 40px;
  color: var(--white);
}

.line {
  bottom: 8%;
  height: 3px;
  width: 50px;
  border-radius: 3px;
  background-color: var(--white);
  z-index: 555;
}
#sendbtn {
  height: 30px;
  width: 90px;
  background-color: var(--sanddark);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
#icons {
  color: var(--sanddark);
  padding-right: 10px;
}
.grey {
  color: rgb(181, 181, 181);
}
.footer {
  color: white;
  background-color: var(--headerclr);
  /* font-size: 20px; */
}
.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--sanddark);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.icon i {
  color: white;
}
a {
  text-decoration: none;
}
.myservices {
  /* background-image: url('images/service.jpg'); */
  background: linear-gradient(rgba(66, 64, 64, 0.5), rgba(61, 57, 57, 0.5)),
    url("images/servicebg2.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.aboutimg {
  /* background: linear-gradient(rgba(66, 64, 64, 0.5),rgba(61, 57, 57, 0.5)),url('images/counterimg.jpg') no-repeat;           */
  background-image: url("images/counterimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.Counter-Up {
  background: linear-gradient(rgba(176, 87, 87, 0.5), rgba(61, 57, 57, 0.5)),
    url("images/h3.jpg") no-repeat;
  /* background-image: url("images/counterimg.jpg"); */
  /* background-image: linear-gradient(rgba(66, 64, 64, 0.5),rgba(61, 57, 57, 0.5)); */
  background-repeat: no-repeat;
  background-size: cover;
}

.international {
  background: linear-gradient(rgba(66, 64, 64, 0.5), rgba(61, 57, 57, 0.5)),
    url("images/destination6.jpg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.india {
  background: linear-gradient(rgba(66, 64, 64, 0.5), rgba(61, 57, 57, 0.5)),
    url("images/domesticbg3.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ourservices {
  background: linear-gradient(rgba(66, 64, 64, 0.5), rgba(61, 57, 57, 0.5)),
    url("images/ourservices.jpg") no-repeat center;
  /* background-position: center; */
  /* background-size: cover; */
}
#myVideo {
  width: 100%;
  position: relative;
  height: 100vh;
  background-size: contain;
  background-position: 100% 100%;
  /* background-image: url("images/hero4.jpeg");  */
  background-repeat: no-repeat;
}
/* #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
   */
body {
  overflow-x: hidden;
}
p {
  color: #b5b5b5;
}
.heroseccontent {
  position: absolute;
  color: var(--white);
  top: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(46, 35, 35, 0.4);
}
.optxt {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: var(--white);
}
a {
  text-decoration: none;
}
.weare h2 {
  border-bottom: 3px solid var(--darkblue);
}
.inter h2 {
  border-bottom: 3px solid var(--darkblue);
}
.weare img {
  height: 40px;
  width: 40px;
}
#i {
  height: 40px;
  width: 40px;
}

.pleft i {
  font-size: 32px;
  font-weight: bolder;
}
.pleft {
  padding-left: 10px;
}
.alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(236, 215, 215, 0.3);
  margin: 20px auto;
}
.pleft h1 {
  font-size: 55px;
  font-weight: bolder;
}
.pleft p {
  color: var(--headerclr);
  font-weight: normal;
}
.pclr p {
  color: var(--yellow);
}

.serdiv {
  background-color: rgba(50, 47, 47, 0.5);
  width: 95%;
  height: 170px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.serdiv h6 {
  color: var(--sandclr);
}
.counter1 {
  /* background: linear-gradient(rgba(66, 64, 64, 0.5),rgba(61, 57, 57, 0.5)),url('images/counterimg.jpg') no-repeat;    */
  background-position: center;
}
.p {
  font-size: 30px;
}
.innerimg {
  /* width: 97%; */
}

.hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 8px;
  max-width: 320px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.hover-img:before,
.hover-img:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-weight: 400;
  transition: 0.7s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  /* background: linear-gradient(rgba(66, 64, 64, 0.5),rgba(61, 57, 57, 0.5));  */
}

.cir img {
  height: 40px;
  width: 40px;
}
.subhead {
  text-transform: lowercase;
  border-bottom: 1px solid #689368;
}

/* .hover-img:hover:before,
  .hover-img:hover:after {
    transform: scale(1);
    opacity: 1;
  } */

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
  background-color: #689368;
  opacity: 0.2;
}

.hline {
  width: 30px;
  height: 4px;
  background-color: var(--headerclr);
  margin: 0px auto;
}
.hindexline {
  width: 50px;
  height: 4px;
  background-color: var(--headerclr);
}
.normal {
  font-weight: normal;
}
.popularborder {
  border-bottom: 3px solid var(--darkblue);
}
.popularimg img {
  /* height: 250px; */
}
.txt {
  top: 0px;
  height: 100%;
  width: 100%;
  /* background-color: #ebe2c5; */
  opacity: 0;
  color: var(--white);
}
.txt1 {
  top: 0px;
  height: 100%;
  width: 100%;
  color: var(--white);
  /* background-image: linear-gradient(rgba(66, 64, 64, 0.5),rgba(61, 57, 57, 0.5)); */
}
.outerdiv:hover .txt {
  opacity: 1;
}
.innertxt1 {
  padding-right: 14px;
}
.innertxt2 {
  padding-left: 14px;
}
.outerdiv p {
  font-size: 11px;
}
.outerdiv img {
  /* height: 200px; */
}
.innertxt {
  padding-left: 14px;
}
.btnyellow {
  border: 1px solid var(--headerclr);
  margin-left: 80%;
  padding: 5px;
  margin-top: 28px;
  display: inline-block;
  color: #689368;
  font-weight: bold;
  font-size: 10px;
  position: relative;
}
.btnyellow:hover .btnyellow {
  color: var(--white);
  background-color: #689368;
}

.hotelimg {
  width: 95%;
}
.contactus {
  /* content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  background-color: #f0f4f7;
  background-repeat: repeat;
  background-image: url(images/contactback.png);
}
#mapgoogle {
  overflow: hidden;
}
.imageinfodiv {
  position: relative;
  width: 50%;
  height: 300px;
}

.text {
  display: block;
  /* width: 100%; */
  padding-left: 38%;
  height: 270px;
  background-color: var(--white);
  color: black;
  font-size: normal;
}

.overlay {
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 22px;
  right: 0;
  overflow: hidden;
  height: 85%;
  width: 30%;
  transition: 0.5s ease;
}

.imageinfodiv:hover .overlay {
  width: 90%;
}

.image {
  /* color: var(--white); */
  /* font-size: 20px; */
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* text-align: center; */
}
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(171, 180, 16, 0.7);
  position: absolute;
  height: 99%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 300px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.innerdivhotel {
  width: 97%;
  border: 1px solid #ccc;
}
.youtubevid {
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.star {
  color: #689368;
  font-size: 12px;
}
.as {
  padding-left: 5px;
}
.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}
.internationpg {
  padding-top: 100px;
}
.m {
  letter-spacing: 0.5px;
}
.m:hover {
  text-decoration: none;
  color: var(--darkblue);
}
.mye {
  height: 300px;
  background: red;
}
.navbar img {
  width: 70px;
}
.heading-hero {
  font-size: 60px;
  font-weight: bold;
}
.heading-text {
  font-size: 20px;
}
.pright {
  padding-right: 30px;
}
.prightsmaller {
  padding-right: 15px;
}
.size-icon {
  font-size: 32px;
}

#calendar {
  font-size: 30px;
}
#flag {
  height: 48px;
  margin-top: 10px;
}
.ps-2 {
  padding-left: 20px;
}
.outerdiv {
  height: 230px;
}
.outerdiv img {
  height: 100%;
  width: 100%;
}
.d1 {
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
}
.t {
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one {
  color: var(--counterclr1);
}
.two {
  color: var(--counterclr2);
}
.three {
  color: var(--counterclr3);
}

/* @media (min-width: 768px){
    
      
  } */
.w {
  right: 20px;
  position: fixed;
  /* top: 0px; */
  bottom: 20px;
  z-index: 99;
}
#whatsapp {
  height: 60px;
  width: 60px;
}
.m1,
.m2,
.m3,
.m4 {
  position: relative;
}
/* Hide the images by default */
.mySlides,
.myslides1,
.myslides2,
.mySlides3,
.mySlides0,
.myslides01,
.myslides02,
.mySlides03 {
  display: none;
}
.mySlidesA,
.myslides1A,
.myslides2A,
.mySlides3A,
.mySlides0A,
.myslides01A,
.myslides02A,
.mySlides03A,
.mySlides0Aa,
.mySlides0Aalast {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next,
.prev1,
.next1,
.prev2,
.next2,
.prev3,
.next3,
.prev0,
.next0,
.prev01,
.next01,
.prev02,
.next02,
.prev03,
.next03,
.prevA,
.nextA,
.prev1A,
.next1A,
.prev2A,
.next2A,
.prev3A,
.next3A,
.prev0A,
.next0A,
.prev01A,
.next01A,
.prev02A,
.next02A,
.prev03A,
.next03A,
.prev01Aa,
.next0Aa,
.prev0Aa,
.next0Aalast,
.prev0Aalast {
  cursor: pointer;
  position: absolute;
  top: 26%;
  width: auto;
  padding: 16px;
  /* margin-top: -50px; */
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* .mySlides1
{
  height: 67%;
  overflow: hidden;
} */
/* Position the "next button" to the right */
.next,
.next1,
.next2,
.next3,
.next0,
.next01,
.next02,
.next03,
.nextA,
.next1A,
.next2A,
.next3A,
.next0A,
.next01A,
.next02A,
.next03A,
.next0Aa,
.next0Aalast {
  right: 10px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover,
.prev1:hover,
.next1:hover,
.next2:hover,
.prev2:hover,
.next3:hover,
.prev3:hover,
.prev0:hover,
.next0:hover,
.prev01:hover,
.next01:hover,
.next02:hover,
.prev02:hover,
.next03:hover,
.prev03:hover,
.prevA:hover,
.nextA:hover,
.prev1A:hover,
.next1A:hover,
.next2A:hover,
.prev2A:hover,
.next3A:hover,
.prev3A:hover,
.prev0A:hover,
.next0A:hover,
.prev01A:hover,
.next01A:hover,
.next02A:hover,
.prev02A:hover,
.next03A:hover,
.prev03A:hover,
.prev0Aa:hover,
.next0Aa:hover,
.prev0Aalast:hover,
.next0Aalast:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  text-decoration: none;
  color: white;
}
.mySlides a,
.myslides1 a,
.myslides2 a,
.mySlides3 a,
.mySlides0 a,
.myslides01 a,
.myslides02 a,
.mySlides03 a {
  text-decoration: none;
  color: white;
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 16px;
  color: white;
}

.mySlides,
.mySlides1,
.mySlides2,
.mySlides3,
.mySlides0,
.mySlides01,
.mySlides02,
.mySlides03,
.mySlidesA,
.mySlides1A,
.mySlides2A,
.mySlides3A,
.mySlides0A,
.mySlides01A,
.mySlides02A,
.mySlides03A,
.mySlides0Aa,
.mySlides0Aalast {
  height: 250px;
  overflow: hidden;
}
.mySlides img,
.mySlides1 img,
.mySlides2 img,
.mySlides3 img,
.mySlides0 img,
.mySlides01 img,
.mySlides02 img,
.mySlides03 img,
.mySlidesA img,
.mySlides1A img,
.mySlides2A img,
.mySlides3A img,
.mySlides0A img,
.mySlides01A img,
.mySlides02A img,
.mySlides03A img,
.mySlides01A img,
.mySlides0Aa img,
.mySlides0Aalast img {
  height: 250px;
}

.footer h4 {
  display: inline;
  margin: 20px 0px;
  border-bottom: 2px solid var(--counterclr1);
  color: var(--counterclr1);
}
.footer p {
  color: white;
}
.greya a {
  text-decoration: none;
  color: white;
}

.fp {
  font-size: 12px;
}

.menufooter {
  font-size: 12px;
  font-weight: bolder;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pfootermenu a,
.pfootermenu p {
  color: white;
}
.alignment i {
  font-size: 30px;
  font-weight: bolder;
  color: var(--yellow);
  padding-left: 3px;
}
.menufooter a:hover,
.menufooter i:hover,
.pfootermenu a:hover {
  color: var(--counterclr1);
  text-decoration: none;
}
#pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* carousel */
.abc {
  height: 300px;
  /* background:red; */
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: purple;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
}
.packagebtn {
  width: 140px;
  height: 40px;
  margin-left: auto;
  border: 1px solid #ccc;
  margin-top: 20px;
  background-color: white;
  border-radius: 20px 0px 0px 20px;
}
/* testimonial css */
.square {
  height: 280px;
  width: 280px;
  border-radius: 0% 50% 50% 50%;
  /* background-color: aquamarine; */
  /* border: 1px solid black; */
  position: relative;
  margin: 0px auto;
  padding: 20px 0px 0px 20px;
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
}
.as {
  color: #ffc107;
}
.small-square {
  height: 70px;
  width: 70px;
  border-radius: 50% 50% 0% 50%;
  /* background-color: pink; */
  /* border: 1px solid black; */
  position: absolute;
  right: 60px;
  bottom: 11%;
  left: 57%;
  overflow: hidden;
  box-shadow: 0px 4px 5px -2px rgba(128, 128, 128, 0.2),
    0px 7px 10px 1px rgba(128, 128, 128, 0.14),
    0px 2px 16px 1px rgba(128, 128, 128, 0.12);
}
.square p {
  width: 200px;
}

.as {
  padding-left: 10px;
}
.nm {
  padding: 29px 12px 0px 61px;
  font-weight: bold;
}
/* counter */

.mycounter {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px dashed black;
}

.mycounter:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 20px !important;
}

@media (max-width: 991px) {
  .mycounter {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }

  .mycounter:last-child {
    border-bottom: 0px dashed black;
  }
}

/* slider */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  box-sizing: border-box;
}
/* html, body{
  height:100%;
  font: normal 1em/1.5 "Open Sans";
  background-color:#ddd;
  background-size:cover;
} */
a {
  color: #ccc;
}
.containermy {
  /* width:500px; */
  min-height: 315px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.myh1 {
  text-align: center;
  text-shadow: 0 1px white;
  color: #02303f;
}
.myh2 {
  color: #736861;
  margin: 15px 0 5px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.myh6 {
  color: #928566;
  margin: 0;
}
input[type="radio"] {
  position: absolute;
  width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
label {
  display: block;
  width: 32%;
  border: 4px solid white;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  transition: border-color 0.3s linear;
}

label.second {
  left: 34%;
}
label.third {
  left: 68%;
}

blockquote {
  margin: 0;
  padding: 30px;
  width: 500px;
  background-color: #db532b;
  color: white;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 0.6s linear;
}

blockquote:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #da532b;
  border-left-color: #da532b;
  border-width: 10px;
  left: 10%;
}
#second:checked ~ .two blockquote {
  background-color: purple;
}
.two blockquote:after {
  border: solid transparent;
  border-top-color: purple;
  border-left-color: purple;
  border-width: 10px;
}
#third:checked ~ .three blockquote {
  background-color: #54885f;
}
.three blockquote:after {
  border: solid transparent;
  border-top-color: #54885f;
  border-left-color: #54885f;
  border-width: 10px;
}
.quotes {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 5em;
}
.leftq {
  top: -25px;
  left: 5px;
}
.rightq {
  bottom: -10px;
  right: 5px;
}
img {
  float: left;
  margin-right: 20px;
}
.slide {
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: all 0.6s ease-in;
}

#first:checked ~ label.first {
  border-width: 6px;
  border-color: #db532b;
}
#second:checked ~ label.second {
  border-width: 6px;
  border-color: purple;
}
#third:checked ~ label.third {
  border: 6px solid #54885f;
}

#first:checked ~ div.one {
  left: 0;
  opacity: 1;
}
#second:checked ~ div.two {
  left: 0;
  opacity: 1;
}
#third:checked ~ div.three {
  left: 0;
  opacity: 1;
}
/* slider2 */

.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: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#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 img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.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;
}
/* ------testimonial  close-------*/
.circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  /* border: 5px solid red; */
  margin: 0px auto;
  overflow: hidden;
}
.adjwid {
  width: 60%;
  margin: 0px auto;
}
.owl-prev {
  font-size: 65px;
  color: black;
  background-color: white;
}

/* CSS SLIDER2 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  box-sizing: border-box;
}

a {
  color: #ccc;
}
.mycontainer {
  width: 500px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.sli2 {
  background-color: rgb(240, 224, 224);
}

.myh1 {
  text-align: center;
  text-shadow: 0 1px white;
  color: #02303f;
}
.myh2 {
  color: #736861;
  margin: 15px 0 5px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.myh6 {
  color: #928566;
  margin: 0;
}
input[type="radio"] {
  position: absolute;
  width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
label {
  display: block;
  width: 32%;
  border: 4px solid white;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  transition: border-color 0.3s linear;
}

label.second {
  left: 34%;
}
label.third {
  left: 68%;
}

blockquote {
  margin: 0;
  padding: 30px;
  width: 500px;
  background-color: #db532b;
  color: white;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 0.6s linear;
}

blockquote:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  border-top-color: #da532b;
  border-left-color: #da532b;
  border-width: 10px;
  left: 10%;
}
#second:checked ~ .two blockquote {
  background-color: purple;
}
.two blockquote:after {
  border: solid transparent;
  border-top-color: purple;
  border-left-color: purple;
  border-width: 10px;
}
#third:checked ~ .three blockquote {
  background-color: #54885f;
}
.three blockquote:after {
  border: solid transparent;
  border-top-color: #54885f;
  border-left-color: #54885f;
  border-width: 10px;
}
.quotes {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 5em;
}
.leftq {
  top: -25px;
  left: 5px;
}
.rightq {
  bottom: -10px;
  right: 5px;
}
img {
  float: left;
  margin-right: 20px;
}
.slide {
  position: absolute;
  left: -100%;
  opacity: 0;
  transition: all 0.6s ease-in;
}

#first:checked ~ label.first {
  border-width: 6px;
  border-color: #db532b;
}
#second:checked ~ label.second {
  border-width: 6px;
  border-color: purple;
}
#third:checked ~ label.third {
  border: 6px solid #54885f;
}

#first:checked ~ div.one {
  left: 0;
  opacity: 1;
}
#second:checked ~ div.two {
  left: 0;
  opacity: 1;
}
#third:checked ~ div.three {
  left: 0;
  opacity: 1;
}
.show {
  display: block;
}

.hide {
  display: none;
}
/* NEW CSS */
