.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.gallerypadd {
  padding-top: 60px;
}

section.section {
  background: transparent;
}

.imageGallery1 .slide img {
  max-width: 100%;
  width: 100%;
}

.imageGallery1 .slick-prev:before,
.imageGallery1 .slick-next:before {
  color: black;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 100px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.pp {
  background: black;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.galleryimg {
  -webkit-animation-name: galleryimg;
          animation-name: galleryimg;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes galleryimg {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes galleryimg {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/*-------------------- Image Slick ------------------------------*/

.slick {
  display: none;
}

.slick img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.animat {
  -webkit-animation-name: animat;
          animation-name: animat;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  margin-top: -100px;
}

@-webkit-keyframes animat {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes animat {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

/*-------------------- Public css ------------------------------*/

.home_intro_slide {
  margin-top: 50px;
}

.image {
  max-width: 600px;
}

.mobile-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99999;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.mobile-menu-container.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mobile-menu-container .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.mobile-menu-container .mobile-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile-menu-container .close-btn {
  display: block;
  position: absolute;
  text-align: center;
  top: 55px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
}

/* 1st row  */

.menu-logo {
  margin-top: 30px;
  padding-bottom: 22px;
}

.line {
  border-bottom: 1px solid #EFEDED;
}

.topnavigation {
  text-align: right;
  display: block;
  list-style: none;
  margin-top: 25px;
}

.topnavigation li {
  display: inline-block;
  margin-left: 20px;
}

.topnavigation li a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

.topnavigation li a.active {
  color: #00AAFF;
}

.topnavigation li a:hover {
  color: #00AAFF;
}

.mblmenu {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

/*------------- end header -----------*/

.title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.75);
}

.stext {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.button {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00AAFF;
  border-radius: 5px;
  margin-top: 14px;
}

.name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-top: 41px;
}

.textb {
  padding-left: 75px;
  padding-top: 221px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.pe {
  margin-left: 0px;
}

.texts {
  padding-left: 75px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.ptime {
  margin-left: 17px;
}

.pold {
  margin-left: 24px;
}

/*text*/

.row3textb {
  font-weight: bold;
  text-align: center;
}

.row3textd {
  margin-top: 28px;
}

.row3texts {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.btextt {
  margin-top: 21px;
}

.btextt p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.75);
}

.btexts {
  margin-top: 15px;
}

.btexts p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.sbutton {
  margin-top: 10px;
  text-align: right;
}

.sbutton button {
  background: #00AAFF;
  border-radius: 3px;
}

.sbutton img {
  left: calc(50% - 10px/2);
  top: calc(50% - 16.19px/2 - 1.9px);
}

/*------------ footer------------ */

.footer {
  margin-top: 174px;
  background: rgba(196, 196, 196, 0.2);
}

.footertext {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.address {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.xxkname {
  color: black;
  margin-top: 35px;
}

/*--------------- index.html---------------*/

.more_btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #00AAFF;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 12px 40px;
  margin-top: 25px;
  font-weight: 500;
}

.more_btn:hover {
  background: #33bbff;
  color: #fff;
}

.product_more {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #00AAFF url("/v1/img/sum.png") no-repeat center;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 6px 20px;
  margin-top: 10px;
  font-weight: 500;
  text-indent: -9999px;
}

.product_more:hover {
  background: #33bbff url("/v1/img/sum.png") no-repeat center;
  color: #fff;
}

.intro_text_container {
  padding-top: 80px;
}

.videosize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.videosize .picture {
  text-align: right;
  max-width: 600px;
  margin-top: 50px;
}

.content-photos {
  padding-top: 75px;
}

.picture li {
  display: inline-block;
  margin-left: -69px;
}

.ajillah {
  margin-top: 91px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEDED;
  background: rgba(196, 196, 196, 0.2);
}

.featues-container {
  padding-top: 30px;
  padding-bottom: 90px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.featues-container .each-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 73px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featues-container .each-feature .title {
  margin-top: 18px;
}

.ftext {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.role {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 14px;
}

.sphoto {
  margin-top: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.sphoto img {
  border-radius: 75px;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.dot {
  margin-top: 46px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #C4C4C4;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.feedback-nav {
  margin-top: 46px;
}

.feedback-nav .active,
.feedback-nav .dot:hover {
  background-color: #00AAFF;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }

  to {
    opacity: 1;
  }
}

.Slide {
  margin-top: 82px;
}

.tohooromj {
  margin-top: 100px;
}

/* -----------page2.html----------- */

.bg-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000)), url("/v1/img/page2.png");
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url("/v1/img/page2.png");
  background-color: #cccccc;
  height: 349px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.textsize {
  padding: 0 75px;
  padding-top: 75px;
}

.text-p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 61px;
}

.border {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 27px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.border.active,
.border:hover {
  background-color: #FFFFFF;
  border: 1px solid #00AAFF;
}

.btn1 {
  margin-top: 80px;
}

.tolovlolttext {
  margin-top: 131px;
  text-align: center;
}

.tolovloltphoto {
  text-align: center;
  margin-top: 69px;
}

.Row2 {
  border-bottom: 1px solid #EFEDED;
  padding-bottom: 89px;
}

/* ----------------page3 and page4--------------------- */

.menu-row3 {
  margin-top: 71px;
  border-bottom: 1px solid #EFEDED;
  padding-bottom: 118px;
}

.menu-row4 {
  margin-top: 106px;
}

/* ----------page3.html------------ */

.pt2 {
  padding-left: 45px;
}

.text3 {
  margin-top: 22px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
  /* or 92% */
  color: rgba(0, 0, 0, 0.75);
}

.text4 {
  margin-top: 31px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-feature-settings: 'case' on;
          font-feature-settings: 'case' on;
  color: rgba(0, 0, 0, 0.6);
}

.hero-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000)), url("/v1/img/image.png");
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url("/v1/img/image.png");
  background-color: #cccccc;
  height: 349px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* -----------Page4.html----------- */

.hero-images {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000000)), url("/v1/img/image2.png");
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url("/v1/img/image2.png");
  background-color: #cccccc;
  height: 349px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text10 {
  padding: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.7);
}

.accordion.active,
.accordion:hover {
  background-color: #FFFFFF;
  border: 1px solid #00AAFF;
}

.accordion:after {
  content: url("/v1/img/down.png");
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: url("/v1/img//up.png");
}

/*******breakpoints********/

@media only screen and (min-width: 320px) {
  .ptime {
    text-align: center;
  }

  .btextt {
    margin-top: 21px;
  }

  .btextt p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(0, 0, 0, 0.75);
  }

  .pold {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .pe {
    margin-left: 15px;
  }

  .panel {
    margin-left: 45px;
    width: 90%;
    display: none;
    background: rgba(196, 196, 196, 0.1);
  }

  .accordion {
    margin-top: 14px;
    margin-left: 45px;
    background-color: #FFFFFF;
    width: 90%;
    color: #444;
    cursor: pointer;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .logo {
    margin-top: 20px;
    margin-left: 10px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .panel {
    margin-left: 75px;
    width: 90%;
    display: none;
    background: rgba(196, 196, 196, 0.1);
  }

  .accordion {
    margin-top: 14px;
    margin-left: 75px;
    background-color: #FFFFFF;
    width: 90%;
    color: #444;
    cursor: pointer;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 768px) {
  .menu-row3 {
    margin-top: 15px;
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 118px;
  }

  .textsize {
    padding: 5px 10px;
  }

  .text-p2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
  }

  .textb {
    padding-left: 10px;
    padding-top: 221px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
  }

  .texts {
    padding-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
  }

  .textmblesize {
    padding: 10px 40px;
  }

  .pt2 {
    padding-left: 10px;
  }

  .panel {
    margin-left: 15px;
    width: 90%;
    display: none;
    background: rgba(196, 196, 196, 0.1);
  }

  .accordion {
    margin-top: 14px;
    margin-left: 25px;
    background-color: #FFFFFF;
    width: 90%;
    color: #444;
    cursor: pointer;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .textmblesize {
    padding: 10px 50px;
  }

  .logo {
    margin-top: 20px;
    margin-left: 10px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .animat {
    margin-top: 0;
  }
}

