
.human{
  background-color: #fff;
  font-size: 25px;
  border-radius: 20px;
  color: #000;
  /* color: #dff8ef; */
  border: 1px solid #000025;
  font-weight: 500;
  transition: all 1s;
}

.fancy{
  background-image: url("./images/drone.jpg");
  background-position: center;
  opacity: .6;
}

.human:hover,
.human:focus{
  background-color: #3f3a64;
  transition: all 1s;
  border: 0;
  /* opacity: .8; */
  color: #fff;
}

.high:hover{
  transition: all 1s;
  border-bottom: 3px solid #000;
}

.hover-3 {
  --b: 0.1em;   /* the thickness of the line */
  --c: #000; /* the color */
  
  color: #0000;
  padding-block: var(--b);
  background: 
    linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
}
.hover-3:hover {
  --_p: 100%;
  --_s: .3s;
}


.mb-1 a{
  color:#DFDFED;
  font-size: 16px;
}
.mb-1 a:hover,
.mb-1 a:focus{
  transition: all .5s;
  padding-left: 10px;
}

.sett{
  margin: 0 100px 0 70px;
}

.bg-mychoise{
  background-color: #75d8ff47;
}

.bg-mychoise-dark{
  background-color: #08275a;
  color: white!important;
}


/* css start  */


.vs-btn {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  /* padding-left: 27px; */
  vertical-align: middle;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: none;
  margin-right: 15px
}

.vs-btn:last-of-type,
.vs-btn:last-child {
  margin-right: 0
}

.vs-btn i {
  display: inline-block;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 35px;
  font-size: 16px
}

.vs-btn .btn-text {
  position: relative;
  z-index: 3
}

.vs-btn .btn-bg {
  position: absolute;
  display: block;
  z-index: 1;
  width: 0;
  height: 0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out
}


.vs-btn:hover .btn-bg {
  width: 100%;
  height: 500px;
}

.vs-btn.style1 {
  color: #09285b;
  background-color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(255, 255, 255, 0.3)
}

.vs-btn.style1 i {
  background-color: #78c400;
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn.style1 .btn-bg {
  background-color: #08275a 
}

.vs-btn.style1:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3)
}

.vs-btn.style2 {
  color: #fff;
  background-color: #09285b;
  box-shadow: 0px 5px 50px 0px rgba(9, 40, 91, 0.3)
}

.vs-btn.style2 i {
  background-color: #78c400;
  box-shadow: 0px 5px 50px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn.style2 .btn-bg {
  background-color: #fff
}

.vs-btn.style2:hover {
  background-color: transparent;
  color: #09285b;
  box-shadow: 0px 5px 50px 0px rgba(255, 255, 255, 0.3)
}

.vs-btn.style3 {
  background-color: #11b4f5;
  color: #fff;
  box-shadow: 0px 5px 50px 0px rgba(17, 180, 245, 0.3)
}

.vs-btn.style3 i {
  background-color: #fff;
  color: #11b4f5
}

.vs-btn.style3 .btn-bg {
  background-color: #08275a
}

.vs-btn.style3:hover {
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.3)
}

.vs-btn.style3:hover i {
  color: #08275a
}

.vs-btn i.bg-primary {
  box-shadow: 0px 5px 15px 0px rgba(17, 180, 245, 0.3)
}

.vs-btn i.bg-primary2 {
  box-shadow: 0px 5px 15px 0px rgba(120, 196, 0, 0.3)
}

.vs-btn i.bg-primary3 {
  box-shadow: 0px 5px 15px 0px rgba(8, 39, 90, 0.3)
}

.vs-btn.icon-none {
  padding: 14px 27px
}

.vs-btn.icon-none:hover i {
  color: inherit
}

.vs-btn.icon-none i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
  vertical-align: middle;
  -webkit-transition: inherit;
  transition: inherit;
  box-shadow: none;
  line-height: inherit
}


/* about us start */

.vs-about-us-layout1 .about-us-image {
  position: relative;
  height: 100%
}

.vs-about-us-layout1 .about-us-image:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 90%;
  background: #11b4f5;
  z-index: -1
}

.vs-about-us-layout1 .about-image1,
.vs-about-us-layout1 .about-image2 {
    width: 100%
}

.vs-about-us-layout1 .about-image1 img,
.vs-about-us-layout1 .about-image2 img {
    background-color: #fff;
    padding: 10px
}

.vs-about-us-layout1 .about-image1 {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
    max-width: 407px
}

.vs-about-us-layout3 .about-imgage2 {
  width: 325px;
  height: 325px;
  box-shadow: 0px 5px 50px 0px rgba(8, 39, 90, 0.15);
  position: absolute;
  bottom: 0;
  right: -75px
}

.sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

.sub-title span {
  border-radius: 7px;
  padding: 4px 5px;
  display: inline-block
}

@media (max-width: 1300px) {
  .about-content .title {
      font-size: 46px
  }
}

@media (max-width: 1199px) {
  .about-imgage2 {
      width: 200px;
      height: 200px;
      right: 0
  }
}

@media (max-width: 992px) {
   .about-content .title {
      font-size: 34px
  }
}

@media (max-width: 768px) {
  .vs-about-us-layout3 .about-content .title {
      font-size: 26px
  }
}

@media (max-width: 576px) {
  .vs-about-us-layout1 .about-image1 {
      position: relative;
      left: 0;
      top: 0;
      z-index: 2;
      max-width: 100%
  }

  .vs-about-us-layout1 .about-image1 img {
      background-color: #11b4f5
  }

  .vs-about-us-layout1 .about-image2 {
      position: relative;
      right: 0;
      float: none;
      z-index: 1;
      margin-top: 20px;
      max-width: 100%;
      margin-right: -55px;
      margin-bottom: -10px
  }

  .vs-about-us-layout1 .about-image2 img {
      background-color: #11b4f5
  }

  .vs-about-us-layout1 .title {
      font-size: 38px;
      margin-top: -5px;
      margin-bottom: 0;
      -webkit-text-stroke-width: 1.5px;
      margin-bottom: 10px
  }

  .vs-about-us-layout1 .sub-title {
      font-size: 28px;
      line-height: 1.4
  }

  .vs-about-us-layout1 .inner-list {
      margin-right: 0;
      margin-bottom: 20px
  }

  .vs-about-us-layout1 .inner-list ul li {
      margin-bottom: 5px
  }

  .vs-about-us-layout1 .inner-list ul li .text-md {
      font-size: 16px
  }

  .vs-about-us-layout1 .inner-list ul li::before {
      top: -2px
  }

  .vs-about-us-layout1 .experiance-box {
      margin-bottom: 20px
  }
}

/* about us end */


.meristyle{
  
  /* background-image: url("./images/banner-1.png"); */
  /* opacity: .5; */
  background:  linear-gradient( to right, rgb(63, 170, 168), rgb(155, 200, 234));
  /* background-color: #3a63a3c1; */
  background-size: cover;
  /* height: 600px; */
}