@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: 0; }

::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-track {
  background-color: rgba(89, 10, 101, 0.7); }

::-webkit-scrollbar-thumb {
  background-color: #0096c890; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }
  @media (max-width: 66em) {
    html {
      font-size: 50%; } }
  @media (max-width: 47.93em) {
    html {
      font-size: 40%; } }
  @media (max-width: 34.375em) {
    html {
      font-size: 40%; } }
  @media (max-width: 25.25em) {
    html {
      font-size: 38%; } }
  @media (min-width: 70em) {
    html {
      font-size: 80%; } }

body {
  color: white;
  font-family: 'Open Sans', sans-serif; 
    overflow-x:hidden;
}

#video-h {
  color: #0084ff;
  font-weight: 700; }

#video-n {
  color: red;
  font-weight: 700; }
.landing {
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.topbar {
  display: block;
  padding: .9rem 2rem .9rem 3rem;
  color: #ffffff;
  background-color: black; }
  .topbar__contact {
    font-size: 1.2rem;
    display: inline-block;
    cursor: pointer; }
    .topbar__contact > * {
      margin-left: 1rem;
      transition: all 0.2s ease; }
    .topbar__contact > *:hover {
      transform: translateY(-0.5rem); }
  .topbar__icon {
    display: inline-block;
    cursor: pointer;
    float: right;
    font-size: 1.2rem; }
    .topbar__icon > * {
      margin-right: 1.5rem;
      transition: all 0.2s ease; }
    .topbar__icon > *:hover {
      transform: translateY(-0.5rem); }
    .topbar__icon--1:hover {
      color: #4267B2; }
    .topbar__icon--2:hover {
      color: #833AB4; }
    .topbar__icon--3:hover {
      color: #F4B400; }
    .topbar__icon--4:hover {
      color: #1d24f2; }
    .topbar__icon--5:hover {
      color: #1DA1F2; }

.footer {
  display: block;
  margin-top: -0.7rem;
  background-color: black;
  text-align: center; }
  @media (max-width: 47.93em) {
    .footer {
      margin-top: 0rem; } }
  .footer__heading {
    display: inline-block;
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-top: 3rem;
    color: white;
    margin-bottom: 4rem;
    font-size: 1rem; }

.navigation {
  position: relative; }

.logo {
  margin-left: 3rem;
  max-width:200px;
  height:auto;
    display:block;
}

.navbar-nav {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #0096C8; }

.navbar-light .navbar-nav .nav-link {
  font-size: 1.2rem;
  margin-right: 1.5rem;
  color: #000000; }
  @media (max-width: 34.375em) {
    .navbar-light .navbar-nav .nav-link {
      font-size: 1.6rem; } }

.navbar-light .navbar-toggler {
  margin-right: 2rem;
  color: #0096C8;
  outline: none; }

.sticky {
  position: sticky;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.active .nav-link:hover {
  text-shadow: 0px 0.5rem 0.9rem black;
  color: purple; }

.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: purple; }

.navbar {
  box-shadow: 0px 10px 10px #0000000d; }

.landing {
  display: block;
  height: 80vh;
  background-image: linear-gradient(to left top, rgba(0, 150, 200, 0.3), rgba(89, 10, 101, 0.5)), url("../img/back.png");
  background-size: cover;
  position: relative;
  padding: 0rem; }
  @media (max-width: 34.375em) {
    .landing {
      background-image: linear-gradient(to left top, rgba(0, 150, 200, 0.3), rgba(89, 10, 101, 0.5)), url("../img/forphone.png"); } }
  .landing__content {
    position: absolute;
    top: 80%;
    font-size: 1.3rem;
    left: 28%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 40%; }
    @media (max-width: 66em) {
      .landing__content {
        font-size: 2rem; } }
    @media (max-width: 47.93em) {
      .landing__content {
        font-size: 3rem; } }
    @media (max-width: 34.375em) {
      .landing__content {
        margin-top: 20rem;
        top: 50%;
        text-align: center;
        width: 80%;
        left: 50%;
        font-size: 3rem; } }
    @media (max-width: 25.25em) {
      .landing__content {
        font-size: 3rem; } }
    .landing__content--heading {
      text-transform: uppercase;
      font-size: 3rem;
      letter-spacing: .2rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .landing__content--para {
      margin-bottom: 2rem;
      font-weight: 400; }
      @media (max-width: 34.375em) {
        .landing__content--para {
          font-size: 1.8rem; } }
    .landing__content--button {
      padding: .6rem 2rem;
      background-color: white;
      display: inline-block;
      border-radius: 200px;
      font-weight: 600;
      text-transform: uppercase;
      transition: all .2s ease; }
      .landing__content--button:hover {
        color: #590A65;
        text-decoration: none;
        box-shadow: 0px 1rem 2rem rgba(31, 31, 31, 0.159);
        transform: translatey(-0.3rem); }
      .landing__content--button:active {
        text-decoration: none;
        transform: translatey(0rem); }

.product {
  padding: 2rem 2rem 1rem;
  margin-bottom: 0rem;
  /*box-shadow: 0px 1rem 1rem rgba(63, 63, 63, 0.323);*/
  text-align: center;
  overflow: hidden; }
  @media (max-width: 34.375em) {
    .product {
      grid-template-columns: auto;
      margin-bottom: 0rem;
      padding: 4rem 2rem 0rem; } }
  .product__heading {
    display: inline-block;
    background-image: linear-gradient(to left top, #0096C8, #590A65);
    -webkit-background-clip: text;
    text-transform: uppercase;
    background-clip: text;
    font-weight: 600;
    margin-top: 3rem;
    color: transparent;
    margin-bottom: 4rem;
    margin: 0rem;
    text-align: left; }
  .product__video {
    width: 100%;
    height: 100%; }

.forgrid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
  @media (max-width: 34.375em) {
    .forgrid {
      grid-template-columns: auto; } }
  .forgrid--1 {
    /*padding: 5rem;*/
    text-align: left;
    color: black; }
    .forgrid--1 h1 {
      margin-bottom: 1.7rem;
      font-weight: 600;
      padding-left: 4rem;
      text-transform: uppercase;
      font-size: 1.5rem; }
      @media (max-width: 34.375em) {
        .forgrid--1 h1 {
          font-size: 2rem; } }
    .forgrid--1 p {
      font-weight: 500;
      color: gray;
      text-transform: capitalize;
      line-height: 1.7rem;
      font-size: 1.2rem; }
      @media (max-width: 34.375em) {
        .forgrid--1 p {
          line-height: 3rem;
          font-size: 2rem; } }

.forgrid--2 {
  overflow: hidden; }

.forgrid--2 img {
  max-width:80%;
  height:auto;
    display:block;
    margin:auto auto;
}

.mission {
  padding: 1rem 4rem;
  text-align: center;
  background-color: rgba(243, 241, 241, 0.329);
  background-size: cover;
  background-blend-mode: screen;
  background-attachment: fixed;
  background-position: center;
  margin-bottom: 0rem;
  text-align: left;}
  .mission__heading {
    display: inline-block;
    background-image: linear-gradient(to left top, #0096C8, #590A65);
    -webkit-background-clip: text;
    text-transform: uppercase;
    background-clip: text;
    font-weight: 600;
    margin-top: 3rem;
    color: transparent;
    margin-bottom: 4rem;
    margin: 2rem 0rem;
    font-size: 4rem; }
  .mission__section {
    overflow: hidden;
    display: grid;
    color: black;
    text-align: left;
    height: 100%;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 34.375em) {
      .mission__section {
        grid-template-columns: auto; } }
    .mission__section--1 {
      height: 100%; }
      .mission__section--1-img {
        height: 90%; }
        @media (max-width: 66em) {
          .mission__section--1-img {
            font-size: 74%; } }
        @media (max-width: 47.93em) {
          .mission__section--1-img {
            height: 64%; } }
        @media (max-width: 34.375em) {
          .mission__section--1-img {
            height: 55%; } }
        @media (max-width: 25.25em) {
          .mission__section--1-img {
            height: 45%; } }

.span-row-2 {
  grid-row: span 2 / auto; }

.heading {
  margin-left: 5rem; }
  .heading h1 {
    font-weight: 600;
    letter-spacing: .2rem;
    text-transform: uppercase; }
    @media (max-width: 66em) {
      .heading h1 {
        font-size: 2.3rem; } }
  .heading p {
    font-size: 1.2rem;
    color: gray;
    font-weight: 500;
    font-weight: 400;
    margin-bottom: 6rem; }
    @media (max-width: 66em) {
      .heading p {
        font-size: 2rem; } }

.team-section {
  background-color: #f7f7f7;
  min-height: 100vh;
  padding: 2rem 4rem 1rem;
  cursor: pointer; }

.container {
  max-width: 1170px;
  text-align: center;
  margin: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 3rem; }

.team-section .section-title {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 0rem;
  text-align: left;
  margin-bottom: 0rem; }

.team-section .section-title h1 {
  font-size: 3rem;
  display: inline-block;
  background-image: linear-gradient(to left top, #0096C8, #590A65);
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-clip: text;
  font-weight: 600;
  margin-top: 3rem;
  color: transparent;
  margin-bottom: 4rem;
  margin-top: 0rem; }

.team-section .section-title p {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0;
  color: #ffffff; }

.team-section .team-items {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.team-section .team-items .item {
  flex-basis: calc(30% - 30px);
  max-width: calc(30% - 30px);
  transition: all .5s ease;
  box-shadow: 0px 1rem 1rem rgba(61, 61, 61, 0.22);
  padding-bottom: .4rem;
  margin-bottom: 40px; }

.team-section .team-items .item img {
  display: block;
  width: 100%;
  border-radius: 8px; }

.team-section .team-items .item .inner {
  position: relative;
  z-index: 11;
  padding: 0 15px; }

.team-section .team-items .item .inner .info {
  background-color: #003a83;
  text-align: center;
  padding: 20px 15px;
  border-radius: 8px;
  transition: all .5s ease;
  margin-top: -40px; }

.team-section .team-items .item:hover .info {
  transform: translateY(-20px); }

.team-section .team-items .item:hover {
  transform: translateY(-10px); }

.team-section .team-items .item .inner .info h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; }

.team-section .team-items .item .inner .info p {
  font-size: 16px;
  font-weight: 400;
  color: #dcdcdc;
  margin: 10px 0 0; }

.team-section .team-items .item .inner .info .social-links {
  padding-top: 15px; }

.team-section .team-items .item .inner .info .social-links a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  color: #009688;
  border-radius: 50%;
  margin: 0 2px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  transition: all .5s ease; }

.team-section .team-items .item .inner .info .social-links a:hover {
  transform: translatey(-0.5rem);
  box-shadow: 0 0 10px #000; }

/*responsive*/
@media (max-width: 991px) {
  .team-section .team-items .item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px); } }
@media (max-width: 767px) {
  .team-section .team-items .item {
    flex-basis: calc(100%);
    max-width: calc(100%); } }
.flip,
.flip2,
.flip3,
.flip4 {
  display: none; }

.more {
  text-transform: uppercase;
  transition: all .5s ease;
  padding: .5rem 1rem;
  background: transparent;
  border-radius: 2px;
  border: 1px solid blue;
  font-weight: 600;
  font-size: 1.5rem; }
  @media (max-width: 34.375em) {
    .more {
      font-size: 2rem;
      margin-bottom: 7rem; } }
  .more:hover {
    box-shadow: 0px 1rem 1rem rgba(31, 29, 29, 0.316); }

.videosection {
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative; }
  .videosection__middle {
    display: inline-block;
    position: absolute;
    width: 80rem;
    padding: 3rem;
    background-color: transparent;
    border-radius: 5rem;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .videosection__middle--heading {
      font-size: 5rem;
      letter-spacing: .4rem;
      text-transform: uppercase;
      margin-bottom: 2rem;
      color: white;
      font-weight: 600; }
      @media (max-width: 34.375em) {
        .videosection__middle--heading {
          font-size: 3.5rem; } }
    .videosection__middle--button {
      margin-top: 2rem;
      padding: 1rem 2rem;
      background-color: #0096c8;
      color: white;
      font-weight: 600;
      font-size: 1.7rem;
      transition: all 0.2s ease;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 2px; }
      .videosection__middle--button:hover {
        background-color: #003c85;
        text-decoration: none;
        color: white; }

.gallerystart {
  margin-top: 0rem 0rem 7rem;
  box-shadow: 0px 1rem 1rem rgba(104, 104, 104, 0.172);
  padding: 0rem 3rem; }

.gallery {
  background-color: #fff;
  grid-column: full-start / full-end;
  display: grid;
  /*grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 5vw);*/
  grid-template: repeat(7, 5vw)/repeat(8, 1fr);
  grid-gap: .5rem;
  padding: 3rem 7rem; }
  .gallery__heading {
    display: inline-block;
    background-image: linear-gradient(to left top, #0096C8, #590A65);
    -webkit-background-clip: text;
    text-transform: uppercase;
    background-clip: text;
    font-weight: 600;
    margin-top: 3rem;
    color: transparent;
    margin-bottom: 4rem;
    margin-bottom: 0rem;
    margin-top: 3rem; }

.containers {
  padding: 5rem 0rem 7rem;
  width: 100%;
  display: grid;
  grid-auto-flow: dense;
  grid-template: "1fr 1fr 1fr 1fr 1fr " 33.33vh "1fr 1fr 1fr 1fr 1fr " 33.33vh;
  grid-gap: 5px; }

.containers .box img {
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .2s ease; }
  .containers .box img:hover {
    z-index: 3;
    transform: scale(1.1); }

.containers .box {
  position: relative;
  background: #ccc; }

.containers .a {
  grid-row: span 2; }

.containers .b,
.containers .f,
.containers .h,
.containers .j {
  grid-column: span 2; }

@media (max-width: 991px) {
  .containers {
    grid-template: "1fr 1fr 1fr " 250px "1fr 1fr 1fr " 205px; } }
@media (max-width: 768px) {
  .containers {
    grid-template: "1fr 1fr" 200px "1fr 1fr " 200px "1fr 1fr  " 200px "1fr 1fr " 200px "1fr 1fr " 200px; }

  .containers .h {
    grid-column: span 1; } }
.contactus {
  padding: 0px;
  padding-top: 0px;
  overflow: hidden;
  margin-bottom: -2.73px;
  background-color: #590A65;
  display: flex;
  flex-wrap: wrap; }
  .contactus h1 {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #590A65;
    padding-left: 3rem;}
  .contactus .contactus--map {
    height: inherit;
    width:75%;}
    .contactus .contactus--map iframe{
        width:100% !important;
    }
    @media (max-width: 34.375em) {
      .contactus .contactus--map {
        width: 100%; } }
  .contactus .contactus--detail {
    width: 30%;
    text-align: left;
    padding: 30px;
    height:100%;
    background-color: #590a65;
    display: flex;
    flex-direction: column;
    justify-content: center;}
    @media (max-width: 34.375em) {
      .contactus .contactus--detail {
        display: block;
        width: 100%; } }
    .contactus .contactus--detail h3 {
      margin: 10px 0px;
      font-weight: 700;
      text-transform: uppercase; }
    .contactus .contactus--detail a {
      display: block;
      transition: all .2s ease;
      color: white;
      font-size: 13px; }
      .contactus .contactus--detail a:focus, .contactus .contactus--detail a:hover {
        color: rgba(255, 255, 255, 0.433);
        text-decoration: none; }
        
        
        
        .contactus .contact_us {
        display: block;
        text-align: center;
        padding-top: 95px;
        padding-bottom: 60px;
        width: 100%;
        font-size: 2.5rem;}
        .contactus .contact_us p {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 45px;
        }
    .contactus .contact_us h3 {
      margin: 10px 0px;
      font-weight: 700;
      text-transform: uppercase; }
    .contactus .contact_us a {
      display: block;
      transition: all .2s ease;
      color: white;
      padding-top: 10px;
      font-size: 20px; }
      .contactus .contact_us a:focus, .contactus .contact__us a:hover {
        color: rgba(255, 255, 255, 0.433);
        text-decoration: none; }
        .contactus .contact_us a i {
            font-size: 2.5rem;
        }
        
        .contactus img {
            width: 100%;
        }
        
        .team-section .mar-top {
            color: #343a40;
            text-align: left;
            margin-top: 80px;
            padding: 75px 20px;
            padding-left: 41px;
            font-size: 1rem;
            line-height: 1.7rem;
        }
        
        .team-section .mar-top ul {
            /*font-style: italic;*/
            padding-left: 20px;
            font-weight: 550;
        }
        
        
        @media (max-width: 768px) {
            .team-section .mar-top {
                padding: 50px 45px;
                margin-top: 0px;
                font-size: 1.7rem;
                line-height: 2rem;
            }
        }
        @media (max-width: 34.375em) {
            
            .team-section .mar-top {
                line-height: 3rem;
                font-size: 2rem;
                padding: 15px 10px;
            }
        }
        
        
        
        
        
    .buttombar__icon {
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 10px;
}
.buttombar__icon a {
    display: inline-block;
;}
.buttombar__icon a i {
    font-size: 2.5rem;
    margin: 0px 20px;
}

.btn-primary {
  font-size: 1.4rem;
  padding: .3rem 2rem;
  background-color: #590a65;
  border: none; }

.forStyle {
  display: inline-block;
  background-image: linear-gradient(to left top, #0096C8, #590A65);
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-clip: text;
  font-weight: 600;
  margin-top: 3rem;
  color: transparent;
  margin-bottom: 4rem;
  margin: 3rem 4rem;
  margin-top: 0rem;
  font-size: 2.7rem;
  position: relative; }
  .forStyle::before {
    content: "";
    width: 40%;
    border-radius: 4px;
    height: 5px;
    background-color: rgba(7, 25, 130, 0.618);
    position: absolute;
    left: 20%;
    bottom: -5px;
    transform: translatex(-50%); }
    
.navigation.sticky{
    z-index:99;
}
.modal-button{
    box-shadow: 0px 2px 2px rgba(31, 31, 31, 0.2);
    margin-bottom:7px;
}
.modal-button i{
    margin-right:8px;
}
.fixed-call i {
    position: fixed;
    bottom: 137px;
    color: #fff;
    font-size: 1.5rem ;
    padding: 15px 19px;
    background-color: #003a83;
    z-index: 9999;
    transition: opacity 1s;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.fixed-call span {
    position: fixed;
    bottom: 137px;
    left: 54px;
    color: #fff;
    padding: 14.6px 0;
    background-color: #003a83;
    z-index: 9999;
    min-width: 180px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-left: 2px solid lightgray;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.fixed-call.whatsapp i{
     bottom: 85px;
     font-size:1.35rem;
     background-color: green;
}
.fixed-call.whatsapp span{
    bottom: 85px;
    background-color: green;

}
.fixed-call.email i{
    bottom: 30px;
    font-size:1.2rem;
    padding:17px 19px;
}
.fixed-call.email span{
    bottom: 30px;
}
.fixed-call:hover .hover-text {
    opacity: 1;
    visibility: visible;
}
.map-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top: -7px;
    width:100%;
}
@media only screen and (max-width:600px){
    .modal-body img{
        max-width:200px;
        
    }
    .map-wrapper{
        flex-direction:column;
        width:100%;
    }
}
@media (max-width:768px){
    .team-section {
        min-height: 0vh;
    }
}
.contactus .contactus--heading .f-color {
    color: white;
}
.forStyle.f-color::before {
    background-color: white;
}
/*.modal-body img{*/
/*    width:200px;*/
/*    dispalay:block;*/
/*    margin:0 auto;*/
/*}*/
/*# sourceMappingURL=sheshine.css.map */
