/* Scss Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%; }

.pad-zero {
  padding: 0; }

.pad-5 {
  padding-right: 0px; }

h2 {
  margin-top: 0px; }

body {
  line-height: 24px;
  font-family: "Dosis";
  -webkit-font-smoothing: antialiased;
  color: #4a4844; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  width: 1110px;
  padding: 0; }

.row {
  margin: 0px; }

.fa {
  letter-spacing: 3px; }

header {
  /*padding: 20px 20px 0 20px;*/
  /*position: relative;*/
  position: absolute;
  width: 100%;
  z-index: 555;
  top: 20px;
  margin: 0 20px; }

.logo {
  display: inline-block; }

.ham-menu {
  width: 50px;
  position: absolute;
  cursor: pointer;
  /*float: right;*/
  display: none;
  top: 30px;
  right: 40px;
  background: #fff;
  transition: 0.2s ease-in;
  z-index: 888888; }
  .ham-menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #000;
    margin-top: 5px;
    position: relative;
    transition: 0.2s ease-in-out;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
    .ham-menu span:nth-child(2) {
      width: 65%;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .ham-menu span:nth-child(3) {
      width: 45%;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .ham-menu span:before {
      content: '';
      width: 0;
      height: 4px;
      position: absolute;
      background: #e03032;
      float: left;
      opacity: 0.9;
      transition: 0.3s ease-in-out; }
    .ham-menu span:nth-child(2):before {
      /*margin-top: 6px;*/
      transition-delay: .1s; }
    .ham-menu span:nth-child(3):before {
      transition-delay: .2s; }
  .ham-menu:hover span:before {
    width: 100%;
    cursor: pointer; }
  .ham-menu:hover {
    cursor: pointer; }
  .ham-menu:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    right: -60%;
    background: #fff; }

/*ham-menu-active*/
.ham-menu.active span {
  width: 0; }

.ham-menu.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1px;
  width: 80%; }

.ham-menu.active span:nth-child(3) {
  -webkit-transorm: rotate(45deg);
  transform: rotate(45deg);
  top: -7px;
  width: 80%; }

.close {
  position: absolute;
  right: 10%;
  color: #000;
  font-size: 28px;
  z-index: 999999;
  cursor: pointer;
  top: 40px;
  display: none; }

#menu-text {
  position: absolute;
  right: 6%;
  top: 40px;
  z-index: 999991;
  display: none; }

.navbar-box {
  position: absolute;
  top: 35px;
  right: 5%;
  /*background: #fff;
  width: 100%;*/
  transition: 0.3s ease-in-out; }
  .navbar-box ul {
    list-style-type: none;
    display: inline-block; }
  .navbar-box li {
    display: inline-block;
    margin: 0 15px; }
    .navbar-box li a {
      padding-bottom: 8px;
      text-decoration: none;
      display: block;
      font-size: 16px;
      font-family: "Dosis";
      font-weight: bold;
      color: #363636;
      text-transform: uppercase;
      position: relative; }
      .navbar-box li a:last-child {
        padding-right: 0; }
      .navbar-box li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #e03032;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .navbar-box li a:hover {
        color: #e03032;
        text-decoration: none; }
        .navbar-box li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
  .navbar-box.active {
    right: 7%;
    transition: 0.3s all ease-in-out; }

.ham-menu.active + #menu-text {
  visibility: hidden;
  transition: 0.2s ease-in-out; }

.ban-section {
  position: relative;
  width: 100%;
  height: 78vh;
  margin: 20px 0;
  top: 100px; }
  .ban-section .banner {
    /*overflow: hidden;*/
    display: block;
    width: 90%;
    margin: 10px auto;
    height: 100%; }
    .ban-section .banner.ban-1 {
      /*position: absolute;*/
      width: 90%;
      height: 100%;
      background: red;
      display: block;
      margin: 20px auto; }
    .ban-section .banner .slick-list.draggable {
      height: 100% !important; }
    .ban-section .banner .slick-track {
      height: 100%; }
    .ban-section .banner .slide1 {
      height: 100%; }
    .ban-section .banner .ban-img {
      background-image: url(../images/banner-1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    .ban-section .banner .ban-img-2 {
      background-image: url(../images/banner-2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    .ban-section .banner .ban-img-3 {
      background-image: url(../images/banner-3.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    .ban-section .banner .slick-dots {
      text-align: right;
      bottom: 100px;
      right: -40px;
      z-index: 3; }
      .ban-section .banner .slick-dots li {
        width: 100%;
        display: block; }
        .ban-section .banner .slick-dots li a {
          font-family: "Dosis";
          font-size: 16px;
          color: #151515; }
    .ban-section .banner li.slick-active {
      margin-bottom: 40px;
      padding-bottom: 10px; }
    .ban-section .banner li.slick-active a {
      font-weight: 600; }
    .ban-section .banner li.slick-active:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 30px;
      background: #000;
      bottom: -35px;
      right: 0;
      transition: 0.1s ease-in; }
  .ban-section .ban-cont {
    position: absolute;
    right: 0%;
    top: 50%;
    background: #000;
    transform: translateY(-50%); }
    .ban-section .ban-cont h2 {
      font-family: "Dosis";
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      font-size: 45px;
      margin: 0px !important;
      text-align: left;
      padding: 40px 0 0 60px; }
      .ban-section .ban-cont h2 span {
        font-family: "cookieregular";
        font-size: 35px;
        text-transform: capitalize; }

/*right side banner*/
.right-banner {
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0; }
  .right-banner .slider1 {
    width: 450px;
    height: 200px;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
    float: right;
    background: #000; }
    .right-banner .slider1 ul {
      display: block;
      height: 100%;
      overflow: hidden; }
    .right-banner .slider1 li {
      margin: 40px 0 0 50px;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out; }
    .right-banner .slider1 .ban-cont-1 {
      position: relative; }
      .right-banner .slider1 .ban-cont-1 h2 {
        font-family: "Dosis";
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        margin: 0px !important;
        text-align: left; }
        .right-banner .slider1 .ban-cont-1 h2 span {
          font-family: "cookieregular";
          font-size: 35px;
          text-transform: capitalize; }

/*right-banner section*/
.icon-scroll {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 28px;
  margin-left: 0px;
  margin-top: 105px;
  box-shadow: inset 0 0 0 2px #9e9999;
  border-radius: 25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
  .icon-scroll:before {
    position: absolute;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    background: #9e9999;
    margin-left: -2px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }
#scroll-text {
  text-align: center;
  margin-top: 150px;
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  text-transform: uppercase;
  color: #9e9999; }

.latest, .select-works, .type-st-1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f2f2f2;
  padding: 80px 0; }
  .latest .lat-photo, .select-works .lat-photo, .type-st-1 .lat-photo {
    position: relative; }
    .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
      width: 85%;
      /*margin: 80px 0 0;*/
      position: relative;
      margin-bottom: -3px; }
  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    position: absolute;
    right: 42px;
    bottom: 0px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095);
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095); }
    .latest .slide-btn a:last-child, .select-works .slide-btn a:last-child, .type-st-1 .slide-btn a:last-child {
      margin-left: -2px; }
  .latest .btn-all-work, .select-works .btn-all-work, .type-st-1 .btn-all-work {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*position: absolute;*/
    height: 100%;
    padding-left: 15px; }

/*.latest .col-xs-12{padding:0px;}*/
.ps-btm {
  position: absolute; }

.lat-work, .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text, .our-service .our-ser-heading, .our-service .services .services-widget .panel-footer, .about-us .abt-cont .abt-heading, .happy-clients .happy-cl-quotes .quotes-body, .cont-dt {
  position: relative; }
  .lat-work h4, .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4, .our-service .our-ser-heading h4, .our-service .services .services-widget .panel-footer h4, .about-us .abt-cont .abt-heading h4, .happy-clients .happy-cl-quotes .quotes-body h4, .cont-dt h4 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Dosis";
    font-weight: 700;
    color: #403b3b; }
  .lat-work p, .lat-img-text p, .happy-clients .happy-photo .happy-img-text p, .happy-clients .our-work-photo .happy-img-text p, .slide-item-2 .happy-img-text p, .slide-item-1 .happy-img-text p, .our-service .our-ser-heading p, .our-service .services .services-widget .panel-footer p, .about-us .abt-cont .abt-heading p, .happy-clients .happy-cl-quotes .quotes-body p, .cont-dt p {
    font-family: "playfair_displayregular";
    font-size: 28px;
    color: #151515;
    line-height: 35px;
    padding-right: 0px;
    margin-top: 25px; }

.lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
  position: absolute;
  right: -55%;
  top: -14%;
  /*bottom: 0;*/
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  backface-visibility: hidden; }
  .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4 {
    margin-bottom: 0px;
    font-size: 18px; }
  .lat-img-text span, .happy-clients .happy-photo .happy-img-text span, .happy-clients .our-work-photo .happy-img-text span, .slide-item-2 .happy-img-text span, .slide-item-1 .happy-img-text span {
    font-size: 16px; }

/*our service*/
.our-service {
  width: 100%;
  position: relative;
  margin-top: 60px; }
  .our-service .our-ser-heading {
    text-align: center;
    display: block; }
    .our-service .our-ser-heading h4 {
      text-align: center; }
    .our-service .our-ser-heading p {
      margin: 30px 0 50px; }
  .our-service .services {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin-top: 5px; }
    .our-service .services .services-widget {
      background-color: #fff;
      margin: 30px 0px 30px 0;
      box-shadow: 1px 1px 5px #dddddd;
      transition: 0.2s ease-in;
      text-decoration: none;
      outline: none;
      border-radius: 0px; }
      .our-service .services .services-widget .panel-body {
        padding: 0; }
        .our-service .services .services-widget .panel-body img {
          width: 100%;
          height: 200px; }
      .our-service .services .services-widget .panel-footer {
        background-color: #fff;
        margin: 5px 0 10px 10px;
        border-top: none;
        border-radius: none;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; }
        .our-service .services .services-widget .panel-footer h4 {
          margin-top: 0;
          margin-bottom: 0; }
        .our-service .services .services-widget .panel-footer span {
          color: #151515; }
      .our-service .services .services-widget:hover {
        opacity: 1 !important;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.11);
        transform: translate(0, -5px);
        z-index: 999;
        cursor: pointer; }
  .our-service .slide-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 70px auto 90px auto;
    position: relative; }
    .our-service .slide-btn:before, .our-service .slide-btn:after {
      content: '';
      position: absolute;
      width: 43%;
      height: 1px;
      background: #151515; }
    .our-service .slide-btn:before {
      top: 0;
      left: 0; }
    .our-service .slide-btn:after {
      bottom: 0px;
      right: 0; }
    .our-service .slide-btn a {
      text-align: right;
      display: block;
      position: relative;
      width: 100%; }
      .our-service .slide-btn a:last-child {
        text-align: left;
        margin-left: -2px; }

/*About-us*/
.about-us {
  width: 100%;
  background: url(../images/about-bg.jpg) no-repeat top left;
  background-size: cover;
  position: relative;
  /*&:before{
    content:'';
    position: absolute;
    width: 50%;
    height: 100%;
    background:url(../images/Light.png) no-repeat top right;
    background-size: cover;
    background-position: 12% 65%;
    right: 0;
  }*/ }
  .about-us .abt-cont {
    position: relative;
    margin-top: 90px; }
    .about-us .abt-cont p {
      color: #fff;
      margin-top: 50px;
      padding-right: 50px;
      line-height: 24px;
      font-size: 18px; }
    .about-us .abt-cont .abt-heading h4 {
      color: #fff;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .about-us .abt-cont .abt-heading p {
      font-size: 24px;
      width: 75%;
      line-height: 35px;
      font-family: "playfair_displayregular";
      color: #fff; }
    .about-us .abt-cont .btn-all-work {
      margin-top: 50px; }
      .about-us .abt-cont .btn-all-work a.btn {
        text-transform: uppercase; }
      .about-us .abt-cont .btn-all-work .button-custom {
        border-color: #fff;
        color: #fff;
        position: relative; }
        .about-us .abt-cont .btn-all-work .button-custom:before {
          background: #fff; }
        .about-us .abt-cont .btn-all-work .button-custom:hover {
          color: #000; }
      .about-us .abt-cont .btn-all-work .serviceBackArrow {
        color: #fff; }
        .about-us .abt-cont .btn-all-work .serviceBackArrow i {
          color: #fff; }
  .about-us .abt-img {
    /*height: 300px;*/
    position: relative;
    margin-top: 160px;
    /*background: url(../images/About_Years_1.png) no-repeat top right;
    background-size: cover;*/ }
  .about-us .abt-services {
    width: 100%;
    position: relative;
    border-top: 1px solid #91656e;
    margin-top: 80px;
    display: flex;
    padding: 0px; }
    .about-us .abt-services ul {
      width: 100%;
      margin: 0 0px;
      list-style-type: none;
      /*display:inline-block;*/
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .about-us .abt-services ul li {
        width: 23%;
        display: flex;
        /*justify-content: space-between;*/
        vertical-align: middle;
        margin: 50px 0px; }
        .about-us .abt-services ul li img {
          width: 100%;
          display: inline-block; }
        .about-us .abt-services ul li h2 {
          margin: 35px 45px 35px 10px;
          color: #fff;
          font-family: "Dosis";
          font-size: 40px;
          line-height: 25px; }
          .about-us .abt-services ul li h2 sup {
            font-size: 16px;
            top: -25px; }
          .about-us .abt-services ul li h2 span {
            font-size: 22px;
            text-transform: uppercase;
            font-family: "Dosis";
            font-weight: 400; }

/*happy clients*/
.happy-clients {
  padding-right: 0; }
  .happy-clients #testimonials-cl-quotes {
    display: flex;
    /*align-items: flex-end;*/
    position: relative; }
  .happy-clients .happy-cl-quotes {
    margin-top: 100px;
    /*margin-bottom: 100px;*/
    position: relative;
    /*display: flex;*/ }
    .happy-clients .happy-cl-quotes .col-md-5 {
      padding: 0px; }
    .happy-clients .happy-cl-quotes .hp-quotes {
      padding-right: 1px;
      background-color: #fff;
      box-shadow: 0 1px 20px rgba(0, 0, 0, 0.095);
      -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.095); }
    .happy-clients .happy-cl-quotes .quotes-header {
      /*margin-top:-70px;*/
      position: absolute;
      top: -15px;
      left: 50px;
      z-index: 555; }
    .happy-clients .happy-cl-quotes .quotes {
      padding: 50px;
      margin-bottom: 0; }
      .happy-clients .happy-cl-quotes .quotes.panel-default {
        border-color: transparent; }
    .happy-clients .happy-cl-quotes .quotes-body h4 {
      margin-top: 25px;
      /*margin-left: 50px;*/ }
    .happy-clients .happy-cl-quotes .quotes-body p {
      font-size: 16px;
      line-height: 24px;
      font-family: "playfair_displayregular";
      color: #151515;
      padding: 10px 0px; }
    .happy-clients .happy-cl-quotes .quotes-footer {
      background-color: #fff;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: none; }
      .happy-clients .happy-cl-quotes .quotes-footer img {
        display: inline-block; }
      .happy-clients .happy-cl-quotes .quotes-footer .clients-name {
        /*@extend .lat-work;*/
        display: inline-block;
        margin-left: 0px;
        vertical-align: middle; }
        .happy-clients .happy-cl-quotes .quotes-footer .clients-name h5 {
          text-transform: uppercase;
          font-size: 18px;
          font-family: "Dosis";
          font-weight: 600;
          color: #403b3b;
          margin: 5px 0; }
  .happy-clients .happy-photo, .happy-clients .our-work-photo {
    padding: 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 100%; }
    .happy-clients .happy-photo .happy-img-wid, .happy-clients .our-work-photo .happy-img-wid {
      /*display: flex;align-items: flex-end;*/
      width: 92%;
      margin-bottom: -3px; }
    .happy-clients .happy-photo .happy-fir-img, .happy-clients .our-work-photo .happy-fir-img {
      width: 100%; }
    .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
      right: -42%;
      bottom: 0px;
      top: -9%;
      width: 250px; }
  .happy-clients .slide-btn {
    position: absolute;
    right: -14px;
    bottom: 0; }
    .happy-clients .slide-btn a {
      margin-left: -3px; }

/*happy client section end*/
.client-logo {
  position: relative;
  margin: 80px 0; }
  .client-logo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around; }
  .client-logo li {
    margin: 10px 20px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
    .client-logo li:hover {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }

/*footer*/
footer {
  padding: 50px 0;
  border-top: 10px solid #464646;
  background: #f2f2f2; }

address {
  position: relative;
  font-family: "Dosis";
  font-weight: 400;
  color: #4a4844;
  text-transform: uppercase; }
  address p {
    font-size: 14px;
    font-weight: 500; }
  address h5 {
    font-weight: 700;
    margin: 30px 0; }
  address a {
    display: block;
    font-weight: 700;
    color: #4a4844;
    text-decoration: none;
    text-transform: lowercase;
    font-display: "DosisRegular"; }
    address a:hover {
      text-decoration: none;
      color: #ee1f4b; }

.menu-footer {
  position: relative; }
  .menu-footer ul {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px; }
    .menu-footer ul li {
      width: 44%;
      height: 33.3%;
      justify-content: space-between;
      color: #4a4844;
      /*&:nth-child(2n + 1){float: right;}*/ }
      .menu-footer ul li:nth-child(2n) {
        margin-left: 25px; }
      .menu-footer ul li a {
        display: block;
        color: #4a4844;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 0;
        text-transform: uppercase; }
        .menu-footer ul li a:nth-child(2n) {
          float: right; }

.follow-us {
  position: relative;
  text-transform: uppercase;
  border-top: 1px solid #4444;
  padding-top: 25px; }
  .follow-us h5 {
    font-size: 14px;
    color: #4a4844;
    font-family: "Dosis";
    font-weight: 700;
    display: inline-block; }
  .follow-us ul {
    list-style-type: none;
    float: right;
    margin: 5px 5px; }
    .follow-us ul li {
      display: inline-block;
      width: 3px; }
      .follow-us ul li:nth-child(2) {
        width: 30px; }
      .follow-us ul li:nth-child(3) {
        width: 30px; }
      .follow-us ul li a.fb, .follow-us ul li a.ins, .follow-us ul li a.yt {
        width: 30px;
        height: 22px;
        display: block;
        float: left;
        text-indent: -99999px;
        background: url(../images/follow-us.png) no-repeat;
        margin: 0 8px 0 0;
        background-position: 7px 0px; }
      .follow-us ul li a.ins {
        background-position: -23px 0px; }
      .follow-us ul li a.yt {
        background-position: -54px 0px; }
      .follow-us ul li a.fb:hover {
        background-position: 7px -22px; }
      .follow-us ul li a.ins:hover {
        background-position: -23px -22px; }
      .follow-us ul li a.yt:hover {
        background-position: -54px -22px; }

.copywrite {
  width: 100%;
  position: relative;
  padding: 35px 0;
  background: #fff; }
  .copywrite h6, .copywrite a {
    text-transform: uppercase;
    font-family: "Dosis";
    font-weight: 600;
    color: #4a4844; }
  .copywrite a {
    text-decoration: none;
    font-weight: 700; }

/*.happy-clients .happy-photo .slide-item-1 .happy-img-text.mg-right{right:-50px;}
.happy-clients .happy-photo .slide-item-1 .happy-img-text.mg-right-40 {right:-40px;}*/
/*webkit scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; }

/*for Date*/
[type="date"] {
  background: #fff url("../images/drop-arrow.png") 97% 50% no-repeat;
  cursor: pointer;
  background-size: 20px; }

[type="date"]::-webkit-inner-spin-button {
  display: none; }

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; }

.slick-vertical .slick-slide {
  overflow: hidden; }

/*.slick-vertical .slick-slide{border:2px solid transparent;}*/
/*preloader wrapper*/
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff; }

.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78.284271247462px;
  height: 78.284271247462px;
  margin-left: -39.142135623731px;
  margin-top: -39.142135623731px;
  border-radius: 100%;
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 2.4s;
  -o-animation-duration: 2.4s;
  -ms-animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  -moz-animation-duration: 2.4s; }

.cssload-loader .cssload-side {
  display: block;
  width: 10px;
  height: 33px;
  background-color: #F7505A;
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  animation-duration: 0.895s;
  -o-animation-duration: 0.895s;
  -ms-animation-duration: 0.895s;
  -webkit-animation-duration: 0.895s;
  -moz-animation-duration: 0.895s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease; }

.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  animation-name: cssload-rotate0;
  -o-animation-name: cssload-rotate0;
  -ms-animation-name: cssload-rotate0;
  -webkit-animation-name: cssload-rotate0;
  -moz-animation-name: cssload-rotate0; }

.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  animation-name: cssload-rotate90;
  -o-animation-name: cssload-rotate90;
  -ms-animation-name: cssload-rotate90;
  -webkit-animation-name: cssload-rotate90;
  -moz-animation-name: cssload-rotate90; }

.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  animation-name: cssload-rotate45;
  -o-animation-name: cssload-rotate45;
  -ms-animation-name: cssload-rotate45;
  -webkit-animation-name: cssload-rotate45;
  -moz-animation-name: cssload-rotate45; }

.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  animation-name: cssload-rotate135;
  -o-animation-name: cssload-rotate135;
  -ms-animation-name: cssload-rotate135;
  -webkit-animation-name: cssload-rotate135;
  -moz-animation-name: cssload-rotate135; }

.cssload-loader .cssload-side:nth-child(1) {
  top: 39.142135623731px;
  left: 78.284271247462px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(2) {
  top: 67.213203431093px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(3) {
  top: 78.284271247462px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(4) {
  top: 67.213203431093px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(5) {
  top: 39.142135623731px;
  left: 0px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(6) {
  top: 11.071067816369px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(7) {
  top: 0px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.cssload-loader .cssload-side:nth-child(8) {
  top: 11.071067816369px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transform: rotate(270deg); } }
@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transform: rotate(225deg); } }
@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); } }
@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    transform: rotate(315deg); } }
@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); } }
@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*preloader wraper end*/
/*Aboutus*/
/*banner*/
#bannerSec .banner .ban-1 .ban-img.abt-ban {
  background: url("../images/abt-ban.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 42%; }

.col-xs-12#abtDesc {
  padding: 0px; }

#abtDesc .lat-work p, #abtDesc .lat-img-text p, #abtDesc .happy-clients .happy-photo .happy-img-text p, .happy-clients .happy-photo #abtDesc .happy-img-text p, #abtDesc .happy-clients .our-work-photo .happy-img-text p, .happy-clients .our-work-photo #abtDesc .happy-img-text p, #abtDesc .slide-item-2 .happy-img-text p, .slide-item-2 #abtDesc .happy-img-text p, #abtDesc .slide-item-1 .happy-img-text p, .slide-item-1 #abtDesc .happy-img-text p, #abtDesc .our-service .our-ser-heading p, .our-service #abtDesc .our-ser-heading p, #abtDesc .our-service .services .services-widget .panel-footer p, .our-service .services .services-widget #abtDesc .panel-footer p, #abtDesc .about-us .abt-cont .abt-heading p, .about-us .abt-cont #abtDesc .abt-heading p, #abtDesc .happy-clients .happy-cl-quotes .quotes-body p, .happy-clients .happy-cl-quotes #abtDesc .quotes-body p, #abtDesc .cont-dt p {
  line-height: none;
  margin-top: 10px; }

.serviceDesc {
  margin-top: 20px;
  padding-right: 20px; }
  .serviceDesc p {
    font-size: 16px;
    color: #151515;
    font-family: "Dosis";
    font-weight: 500; }

#aboutIcons .panel-body {
  height: auto;
  border: 2px dotted;
  border-radius: 100%;
  padding: 11%;
  width: 110px; }
#aboutIcons .panel-default {
  border: none;
  box-shadow: none; }
  #aboutIcons .panel-default .badge {
    border-radius: 14px;
    position: absolute;
    padding: 7px;
    left: 60%;
    bottom: 80%;
    height: auto;
    width: 25px;
    background: #e60000; }

.bannerAbout {
  max-height: 100%;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  position: absolute; }

.yearImg img {
  width: 36%;
  margin-top: 7em;
  padding-bottom: 7em;
  right: 32%; }

.iconMargin {
  width: 80%;
  margin: 0 auto 80px; }

#iconImg {
  margin: 0 0 25px; }

#iconImg .panel-body img {
  width: 50%;
  margin: 0 auto; }

#iconImg h5 {
  font-size: 22px;
  color: #403b3b;
  font-family: "playfair_displayregular";
  margin: 5px; }

/*#aboutIcons2  .panel-body {    height: auto;border: 2px dotted;border-radius: 100%;padding: 11%;width: 110px;}
*/
#aboutIcons2 .panel-default {
  border: none;
  box-shadow: none; }
  #aboutIcons2 .panel-default .badge {
    border-radius: 14px;
    position: absolute;
    padding: 7px;
    left: 58%;
    bottom: 79%;
    height: auto;
    width: 30px;
    background: #e60000;
    font-family: "playfair_displayregular";
    font-size: 14px; }

#imgDesc {
  background: #000;
  /* background: #000;
   padding: 6px;
   margin-bottom: 0;
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);*/ }
  #imgDesc img {
    /*width: 189px;*/
    border: 2px solid #000;
    padding: 10px 5px 10px 10px;
    filter: grayscale(100%); }
    #imgDesc img:hover {
      border: 2px solid red;
      transition: 0.5s all;
      filter: none; }
  #imgDesc .col-sm-6 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px; }

/*line*/
.line {
  width: 55px;
  position: relative;
  top: 70px;
  border: 1px dotted #000;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff; }
  .line span {
    position: absolute;
    left: 60px;
    bottom: -12px; }

.arrow-icon {
  position: relative; }
  .arrow-icon:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    top: 40%;
    left: 92%;
    background: url(../images/arrow-icon.png) no-repeat;
    overflow: visible;
    z-index: 2; }

.bg-gray {
  background: #80808021;
  padding-bottom: 80px; }

.iconBoxAllign {
  margin: 90px 0; }

/*expand-image*/
.dotAllign {
  margin-top: -20px; }

.imgBoxAllign {
  margin-bottom: 0px;
  /*  margin-top: 89px;*/ }

.top-margin {
  margin-top: 135px;
  display: inline-block; }

.expand-img {
  padding: 35px; }
  .expand-img img {
    width: 100px; }

.col-md-4.imgBoxwidth, .col-sm-4.imgBoxwidth {
  padding-right: 0; }

.expand-boxAllign .col-md-12, .expand-boxAllign .col-lg-8 {
  padding-left: 0; }

.expand-boxAllign {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap; }

.imgBoxwidth {
  display: flex;
  flex-direction: column-reverse; }

.slickAllign {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: flex-end;
  left: -44px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/*.imgBoxwidth{display: flex;
overflow: hidden;}*/
.expand-box {
  margin-top: 0px;
  position: relative;
  /*left: -29px;*/
  box-shadow: 1px 4px 80px -18px #808080;
  background: #fff; }
  .expand-box .panel {
    margin-bottom: 0px; }

.expand-desc {
  border-left-width: 42px;
  padding-left: 42px;
  padding-right: 63px;
  padding-bottom: 27px;
  border-top-width: 39px;
  padding-top: 51px; }
  .expand-desc p {
    line-height: 24px;
    word-spacing: 5px; }

.title-allign {
  margin-top: 0px !important; }

.align-items {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end; }

.dot {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20px; }

.imgMargin {
  margin-bottom: 25px; }

.boxPosition {
  position: relative;
  top: 10em; }

/*slick button*/
.slickButton {
  padding-right: 0px;
  padding-left: 0px;
  bottom: 0px;
  right: 0px;
  position: relative;
  width: 61px;
  height: 60px;
  border: none;
  background: #fff;
  box-shadow: none; }
  .slickButton:focus {
    outline: none; }
  .slickButton i {
    font-size: 39px;
    font-weight: 300; }

.bg-black {
  background: #000;
  color: #fff; }

.bg-black .slick-dots {
  display: none !important; }

.col-md-3.imageHeader, .col-sm-3.imageHeader {
  padding: 0px; }

/*.imgTabs a.show{
    border: 2px solid red;
}*/
.ser-abt {
  position: relative; }
  .ser-abt p {
    margin-top: 5px; }

#customPannel {
  padding: 0 0 80px; }

#customPannel .panel {
  margin-bottom: 30px;
  transition: 0.2s ease-in; }
  #customPannel .panel .panel-body {
    padding: 0px;
    width: 100%;
    position: relative; }
    #customPannel .panel .panel-body img {
      width: 100%;
      height: 100%;
      /*max-width:380px;
      height:200px;*/
      padding: 0; }
  #customPannel .panel:hover {
    opacity: 1 !important;
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
    transform: translate(0, -5px);
    z-index: 999;
    cursor: pointer; }

/* #customPannel .panel:hover .inner-img{@include transform(scale(1.1));}*/
.ser-abt-exp {
  position: relative; }
  .ser-abt-exp .lat-img-wid.serviceDesc {
    width: 90%; }
    .ser-abt-exp .lat-img-wid.serviceDesc p {
      font-size: 16px;
      font-family: "Dosis";
      font-weight: 500;
      color: #151515; }

/*#customPannel .panel-body img{height:100px;}*/
#customPannel a {
  text-decoration: none; }

#customPannel .panel-footer {
  background: #fff;
  box-shadow: 0px 2px 40px -5px #808080;
  padding-left: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

#customPannel .panel-footer h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 2px 0;
  text-transform: uppercase;
  color: #403b3b;
  text-decoration: none; }

#customPannel .panel-footer h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #403b3b;
  margin-top: 3px; }

#customPannel .panel-footer span {
  font-size: 30px;
  color: red;
  font-weight: 700;
  text-decoration: none; }

/*bannerSection*/
#bannerSec .ban-cont {
  width: 512px;
  height: 150px;
  position: absolute;
  top: 50%; }
  #bannerSec .ban-cont h2 {
    position: absolute;
    top: 10px; }

#bannerSec {
  height: 40vh;
  margin-bottom: 80px; }
  #bannerSec .banner {
    width: 90%;
    height: 100%;
    margin: 20px auto; }
    #bannerSec .banner .ban-1 {
      height: 100%; }
      #bannerSec .banner .ban-1 .ban-img-ser {
        background: url(../images/banner-1.jpg) repeat center center;
        background-size: cover;
        background-position: 100% 15%;
        position: absolute;
        height: 100%;
        width: 90%; }

/*button my custom*/
.btn {
  background: transparent;
  outline: none;
  box-shaddow: transparent;
  -webkit-box-shaddow: transparent;
  color: #000; }

.button-custom {
  background: none;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  border: 2px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.button-custom:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all ease-in-out; }

.btn:hover, .btn:focus, .btn:active:focus, .btn1:hover {
  color: #e03032;
  box-shadow: none;
  background: transparent; }

.button-custom:hover {
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
  color: #fff;
  outline: none; }

.button-custom:hover:before {
  width: 100%; }

.button-custom:focus {
  color: #e03032;
  outline: none;
  background: transparent; }

.button-custom:active {
  color: #e03032;
  box-shadow: none;
  border-radius: 0px;
  background: transparent; }

.button-custom:active:focus {
  background: transparent;
  color: #e03032;
  box-shadow: none;
  border: 2px solid #000;
  outline: none; }

.serviceBackArrow {
  border-bottom: 2px solid;
  padding: 10px;
  color: #000; }

.serviceBackArrow i {
  font-size: 33px;
  padding: 10px 0;
  vertical-align: middle;
  transition-delay: 0.4s;
  transition: 0.3s all ease-in-out; }

.button-custom:hover + .serviceBackArrow i {
  transform: translate(5px, 0px);
  -webkit-transform: translate(5px, 0px);
  color: #ee1f4b; }

/*for menu hover*/
.btn-border-o {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #b8b8b8; }
  .btn-border-o:before, .btn-border-o:after {
    content: "";
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
    transition: 0.3s; }
  .btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    transition-delay: 0.05s; }
  .btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px; }
  .btn-border-o:hover:before {
    width: 100%; }
  .btn-border-o:hover:after {
    height: 100%; }

.gallery-overlay {
  /*position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: .5s ease;
   background-color: #008CBA;*/
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto; }
  .gallery-overlay .img-overlay {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }

.lightgallery#customPannel .panel:hover {
  transform: none; }

#customPannel .panel:hover .gallery-overlay {
  opacity: 1; }

/*Varnamala*/
.varnamala .button-custom:active, .varnamala .button-custom:active:focus, .varnamala .btn-primary:active:hover {
  color: #e03032 !important; }

.select-works {
  padding-bottom: 0px;
  overflow: visible; }

.select-works-section {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 40px; }

.item {
  display: block;
  list-style-type: none; }

.our-work-bg, .cont-add {
  padding: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095);
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095); }
  .our-work-bg .our-work, .cont-add .our-work {
    position: relative;
    /*@extend .hp-quotes;*/ }
    .our-work-bg .our-work .abt-work, .cont-add .our-work .abt-work {
      position: relative; }
    .our-work-bg .our-work .work-body, .cont-add .our-work .work-body {
      position: relative; }
      .our-work-bg .our-work .work-body #date, .cont-add .our-work .work-body #date, .our-work-bg .our-work .work-body #place, .cont-add .our-work .work-body #place {
        display: inline-block;
        font-size: 14px;
        font-family: "Dosis";
        font-weight: 400;
        color: #363636;
        text-transform: uppercase; }
      .our-work-bg .our-work .work-body #place, .cont-add .our-work .work-body #place {
        margin-left: 10px; }
      .our-work-bg .our-work .work-body #fn-brides, .cont-add .our-work .work-body #fn-brides, .our-work-bg .our-work .work-body #type-of-fn, .cont-add .our-work .work-body #type-of-fn {
        font-size: 24px;
        font-family: "Dosis";
        font-weight: 600;
        color: #151515;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .our-work-bg .our-work .work-body #type-of-fn, .cont-add .our-work .work-body #type-of-fn {
        color: #ee1f4b;
        margin-top: 0px; }
      .our-work-bg .our-work .work-body p, .cont-add .our-work .work-body p {
        font-size: 16px;
        font-family: "playfair_displayregular";
        color: #151515;
        margin: 30px 0 0; }
    .our-work-bg .our-work .work-footer, .cont-add .our-work .work-footer {
      position: relative;
      margin: 40px 0 0; }
      .our-work-bg .our-work .work-footer .btn-all-work, .cont-add .our-work .work-footer .btn-all-work {
        padding-left: 4px; }

.wk-margin {
  margin: 80px 0; }

.col-md-7 .work-photo-slide, .col-sm-7 .work-photo-slide, .col-xs-12 .work-photo-slide {
  padding: 0px; }

.our-work-photo {
  padding-left: 0;
  padding-right: 0;
  background: transparent; }

.happy-fir-img {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095);
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095); }

.slide-item-2 {
  position: relative; }
  .slide-item-2 .happy-img-wid {
    width: 92%;
    float: right;
    margin-bottom: 1px; }
    .slide-item-2 .happy-img-wid .happy-fir-img img {
      width: 100%; }
  .slide-item-2 .happy-img-text {
    right: auto;
    left: -48%; }

.slide-item-1 {
  position: relative; }
  .slide-item-1 .happy-img-wid {
    width: 92%; }
    .slide-item-1 .happy-img-wid .happy-fir-img img {
      width: 100%;
      box-shadow: rgba(45, 45, 60, 0.05) 0px 2px 2px, rgba(49, 49, 60, 0.05) 0px 4px 4px, rgba(42, 42, 60, 0.05) 0px 8px 8px, rgba(32, 32, 40, 0.05) 0px 16px 16px, rgba(49, 49, 60, 0.05) 0px 32px 32px, rgba(35, 35, 40, 0.05) 0px 64px 64px; }
  .slide-item-1 .happy-img-text {
    right: -46%; }

.slide-btn2 {
  position: absolute;
  left: -14px;
  bottom: 0px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095);
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.095);
  /*box-shadow: rgba(45,45,60,0.05) 0px 2px 2px, rgba(49,49,60,0.05) 0px 4px 4px, rgba(42,42,60,0.05) 0px 8px 8px, rgba(32,32,40,0.05) 0px 16px 16px, rgba(49,49,60,0.05) 0px 32px 32px, rgba(35,35,40,0.05) 0px 64px 64px;*/ }
  .slide-btn2 a:last-child {
    margin-left: -2px; }

.type-st-1 {
  position: relative;
  background: transparent; }

.our-work-details {
  width: 100%;
  position: relative;
  padding: 80px 20px; }
  .our-work-details div {
    font-family: "playfair_displayregular";
    font-size: 16px;
    color: #151515;
    padding: 20px 0; }

/*
.slide-item-1 .happy-img-text h4{margin-top:20px;}
.slide-item-1 .happy-img-text.mg-top h4{margin-top:21px;}
.slide-item-2 .happy-img-text h4{margin-top:14px;}
.slide-item-2 .happy-img-text.mar-top-0 h4{margin-top:-10px;}
.slide-item-2 .happy-img-text.mar-top-40 h4{margin-top:40px;}*/
/*load more*/
.totop {
  position: fixed;
  bottom: 10px;
  right: 20px; }

.totop a {
  display: none; }

#loadMore {
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out; }

/*prev-btn*/
.dt-btn {
  display: flex;
  flex-direction: row; }
  .dt-btn ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .dt-btn li {
    display: flex; }
    .dt-btn li a {
      font-size: 16px;
      color: #151515;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      margin-top: 17px; }
    .dt-btn li i {
      margin-top: -10px; }
  .dt-btn li:first-child span, .dt-btn li:last-child span {
    border-bottom: none;
    vertical-align: middle; }

.button-custom:focus#loadMore {
  color: #000; }

.button-custom:active#loadMore, .button-custom:hover#loadMore {
  color: #fff; }

/*.slick-slider .slick-slide{
    display: none;
}
 .slick-slider .slick-slide:first-child, .mmm1 .slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child, .mmm1 .slick-initialized.slick-slider .slick-slide{
    display: block;
}
.slick-initialized, .mmm1 .slick-initialized {
  visibility: visible;
}*/
/*.mmm1 .slick-list.draggable{height:auto !important;}
.mmm1 .slick-track{height:auto !important;}*/
/*for load more btn*/
/*.ld-img-slick{
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: .3s all;
  &.active {
    height:100%;
  }
  .slick-slide {
    height: 340px !important; 
    img {
      margin: 0;
      padding: 0;
      display: block;
      height: 100%;
    }
  }
}
*/
#bannerSec .banner .ban-1 .ban-img-ser.our-banner {
  background: url("../images/our-work-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 55%; }

.slide-btn.below-991 {
  position: absolute;
  right: -14px;
  bottom: 0; }

/*contact banner*/
#bannerSec .banner .ban-1 .ban-img-ser.cont-ban {
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 42%; }

.enquiery-section {
  position: relative;
  width: 100%;
  margin: 80px 0; }
  .enquiery-section .form-horizontal {
    width: 100%; }
    .enquiery-section .form-horizontal .form-group {
      display: block; }
      .enquiery-section .form-horizontal .form-group p {
        width: 100%; }
        .enquiery-section .form-horizontal .form-group p label {
          width: 25%;
          text-align: right;
          float: left;
          margin: 0 10px;
          font-family: "Dosis";
          font-weight: 500; }
        .enquiery-section .form-horizontal .form-group p input {
          width: 65%;
          margin: 0 10px;
          padding: 0px 10px;
          font-size: 14px;
          border: 1px solid #a9a9a9; }
        .enquiery-section .form-horizontal .form-group p input[type=number]::-webkit-inner-spin-button,
        .enquiery-section .form-horizontal .form-group p input[type=number]::-webkit-outer-spin-button, .enquiery-section .form-horizontal .form-group p input[type=date]::-webkit-inner-spin-button,
        .enquiery-section .form-horizontal .form-group p input[type=date]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
          text-indent: -99999; }
  .enquiery-section .btn {
    margin-left: 28%; }

#contact-map {
  display: flex;
  align-items: flex-end; }

.cont-add {
  padding: 30px 45px;
  display: flex; }
  .cont-add h5 {
    margin: 5px 0; }
  .cont-add .follow-us {
    display: block;
    margin-top: 25px; }
    .cont-add .follow-us ul li:first-child {
      width: 30px; }

.map {
  height: 40vh;
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: flex-end;
  box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.095);
  -webkit-box-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.095); }

@font-face {
  font-family: 'playfair_displayregular';
  src: url("../fonts/playfairdisplay-regular.woff2") format("woff2"), url("../fonts/playfairdisplay-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cookieregular';
  src: url("../fonts/cookie-regular.woff2") format("woff2"), url("../fonts/cookie-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aladinregular';
  src: url("../fonts/aladin-regular.woff2") format("woff2"), url("../fonts/aladin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@media (max-width: 1100px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto; } }
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto; } }
@media (min-width: 1950px) {
  .about-us .abt-img {
    margin-top: 304px; } }
@media (max-width: 1930px) {
  .select-works .slide-btn, .type-st-1 .slide-btn, .happy-clients .slide-btn, .slide-item-2 .slide-btn, .slide-item-1 .slide-btn {
    right: -14px; }

  .slide-btn2 {
    left: -14px; } }
@media (max-width: 1440px) {
  #menu-text {
    right: 7%; }

  .ban-section {
    height: 72vh; }

  .right-banner .slider1 {
    height: 160PX; }
    .right-banner .slider1 li {
      margin: 27px 0 0 50px; }

  .ban-section .banner .slick-dots {
    bottom: 30px; }

  .icon-scroll {
    margin-top: 95px; }

  #scroll-text {
    margin-top: 142px; }

  .about-us {
    background-position: 65% 0%; }

  /*for btn*/
  .happy-clients .slide-btn {
    right: -13px; }

  /*.select-works .slide-btn, .type-st-1 .slide-btn{right:2px;}*/
  .slide-btn2 {
    left: -14px; }

  /*inner-pg-banner*/
  #bannerSec .ban-cont {
    width: 350px;
    height: 100px; }
    #bannerSec .ban-cont h2 {
      font-size: 30px;
      top: -10px;
      left: -20px; } }
@media (max-width: 1290px) {
  .slickAllign {
    left: -33px; }

  .slickButton {
    width: 50px;
    height: 50px; } }
@media (max-width: 1100px) {
  .navbar-box.active {
    right: 13%; }

  #menu-text {
    right: 9%; }

  .about-us {
    background-position: 65% 35%; }

  #bannerSec .ban-cont {
    width: 300px;
    height: 150px; }
    #bannerSec .ban-cont h2 {
      top: 10px;
      font-size: 35px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 28px; }

  .slide-btn.below-991 {
    right: -22px; }

  .happy-clients .slide-btn {
    right: -22px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -46%;
    top: -18%; }

  .slide-item-1 .happy-img-text {
    right: -45%;
    top: -15%; }

  .slide-item-2 .happy-img-text {
    top: -16%; }

  .about-us .abt-services ul li h2 {
    margin: 30px 20px 30px 5px; }

  /*our-work*/
  .our-work-bg, .cont-add {
    padding: 20px; }

  .our-work-bg .our-work .work-body #fn-brides, .cont-add .our-work .work-body #fn-brides, .cont-add .our-work .work-body #fn-brides, .our-work-bg .our-work .work-body #type-of-fn, .cont-add .our-work .work-body #type-of-fn, .cont-add .our-work .work-body #type-of-fn {
    font-size: 20px; }

  .slide-btn2 {
    left: -20px; }

  /*about us*/
  .our-service .services .services-widget .panel-footer h4 {
    font-size: 21px; } }
@media (max-width: 1024px) {
  .ham-menu {
    top: 10px;
    right: 50px; }

  #menu-text, .navbar-box {
    top: 30px; }

  #bannerSec {
    height: 30vh;
    margin-bottom: 120px; }

  .ban-section .banner .ban-img {
    background-position: bottom; }

  #menu-text {
    right: 10%; }

  /*index-banner*/
  .ban-section {
    height: 60vh; }

  .right-banner, .right-banner .slider1 {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto; }

  .right-banner .slider1 {
    width: 100%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 140px; }

  .right-banner .slider1 li {
    margin: 20px 0 0 50px; }

  .right-banner .slider1 .ban-cont-1 h2 {
    font-size: 40px; }

  .ban-section .banner .slick-dots {
    right: 0;
    left: 0;
    text-align: center;
    bottom: -115px; }

  .ban-section .banner .slick-dots li {
    width: auto;
    display: inline-block; }

  .ban-section .banner li.slick-active {
    margin-bottom: 5px;
    margin-right: 35px; }

  .ban-section .banner li.slick-active:before {
    width: 30px;
    height: 1px;
    top: 12px;
    left: 15px; }

  /*iscroll*/
  .icon-scroll {
    margin-top: 200px; }

  #scroll-text {
    margin-top: 250px; }

  /*index-banner end*/
  .ban-section .banner .ban-cont, #bannerSec .ban-cont {
    width: 100%;
    bottom: -124px;
    top: auto; }

  .ban-section .banner .ban-cont h2 {
    font-size: 40px;
    padding: 2px 60px 24px; }

  .ban-section .banner .ban-cont h2 span {
    font-size: 30px; }

  .about-us .abt-cont .abt-heading p {
    width: 100%;
    padding-right: 0; }

  .about-us .abt-services ul li h2 {
    font-size: 28px; }

  .about-us .abt-services ul li h2 span {
    font-size: 16px; }

  .slide-btn img, .slide-btn2 img {
    width: 50px; }

  .lat-work p, .lat-img-text p, .happy-clients .happy-photo .happy-img-text p, .happy-clients .our-work-photo .happy-img-text p, .slide-item-2 .happy-img-text p, .slide-item-1 .happy-img-text p, .our-service .our-ser-heading p, .our-service .services .services-widget .panel-footer p, .about-us .abt-cont .abt-heading p, .happy-clients .happy-cl-quotes .quotes-body p, .cont-dt p {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 0;
    margin-top: 10px;
    line-height: 26px; }

  .happy-cl-quotes .quotes-body p {
    line-height: 26px; }

  .happy-clients .slide-btn {
    right: -7px; }

  .slide-btn2 {
    left: -9px; }

  .cont-dt p {
    width: 100%;
    margin-top: 0px; }

  .panel-footer h4 {
    font-size: 20px; }

  .about-us .abt-services ul li {
    width: 23%;
    	/*width: 50%;
        justify-content: center;
        display: inline-block;
        text-align: center;*/ }

  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    /*top:40%;right:-80px;*/ }
    .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4 {
      font-size: 16px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    top: -23%;
    right: -49%; }

  .about-us .abt-img {
    margin-top: 220px;
    margin-right: -2px; }

  .happy-clients .happy-cl-quotes .quotes-header {
    left: 25px; }

  .happy-clients .happy-cl-quotes .quotes, .slide-item-2 .happy-cl-quotes .quotes, .slide-item-1 .happy-cl-quotes .quotes {
    padding: 50px 25px 25px; }

  /* service-page */
  #bannerSec .banner .ban-1 .ban-img-ser {
    background-position: 50% 50%; }

  #bannerSec .ban-cont {
    height: 100px; }
    #bannerSec .ban-cont h2 {
      top: 25px;
      left: -10px; }

  /*our-work*/
  .our-work-bg .our-work .abt-work, .cont-add .our-work .abt-work {
    padding: 0px; }

  .our-work-bg .our-work .work-body p, .cont-add .our-work .work-body p, .cont-add .our-work .work-body p {
    font-size: 14px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 37px; }

  .slide-item-1 .happy-img-text {
    right: -45%; }

  .select-works-section .slide-btn {
    right: -8px; }

  .slide-item-2 .happy-img-text {
    right: unset; } }
@media (max-width: 991px) {
  .ham-menu {
    width: 40px; }

  #menu-text {
    display: none; }

  /*.right-banner .slider1{top:55%;bottom: 0px;}*/
  /*iscroll*/
  .about-us .abt-cont .abt-heading p {
    font-size: 22px; }

  .about-us .abt-cont p {
    padding-right: 0;
    margin-bottom: 50px;
    font-size: 16px; }

  .btn-all-work {
    margin-top: 20px; }

  .latest, .select-works, .type-st-1 {
    padding-bottom: 150px;
    padding-right: 5px;
    padding-left: 5px; }

  .lat-work h4, .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4, .our-service .our-ser-heading h4, .our-service .services .services-widget .panel-footer h4, .about-us .abt-cont .abt-heading h4, .happy-clients .happy-cl-quotes .quotes-body h4, .cont-dt h4 {
    font-size: 18px;
    margin-top: 10px; }

  .latest .btn-all-work, .select-works .btn-all-work, .type-st-1 .btn-all-work {
    margin-top: 80px;
    padding-left: 0; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 29px; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: 18px; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 92%; }

  .latest .lat-photo .lat-img-wid img, .select-works .lat-photo .lat-img-wid img, .type-st-1 .lat-photo .lat-img-wid img {
    width: 100%; }

  /*.lat-img-text{right:-92px;top:55%;}*/
  /*.happy-clients #testimonials-cl-quotes{
  	display: flex;
  	flex-direction: column-reverse;
  }*/
  .happy-clients .happy-cl-quotes {
    display: block; }

  .happy-clients .happy-cl-quotes .hp-panel {
    padding-right: 0; }

  .happy-clients .happy-photo .happy-img-wid, .happy-clients .our-work-photo .happy-img-wid {
    width: 92%; }

  .happy-clients .happy-photo .happy-fir-img img, .happy-clients .our-work-photo .happy-fir-img img {
    width: 100%; }

  .about-us .abt-cont .btn-all-work {
    margin-bottom: 50px; }

  .col-sm-12.hp-panel {
    padding-left: 0; }

  .ft-lg {
    padding-bottom: 40px; }

  .about-us .abt-img {
    margin-top: 224px; }

  /*our work*/
  .select-works-section {
    display: block; }

  .select-works-section.below-991 {
    display: flex;
    flex-direction: column-reverse; }

  .our-work-bg .our-work .work-footer .btn-all-work, .cont-add .our-work .work-footer .btn-all-work {
    margin-top: 10px; }

  .slide-item-1 .happy-img-text, .slide-item-2 .happy-img-text {
    top: -5%; }

  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    top: 0%;
    right: -53%; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -29%;
    top: 22% !important; }

  .slide-item-1 .happy-img-text {
    right: -45%;
    top: -3%; }

  .our-work-bg .our-work .work-body p, .cont-add .our-work .work-body p, .cont-add .our-work .work-body p, .cont-add .our-work .work-body p {
    margin-top: 20px; }

  .our-service .our-ser-heading p {
    padding-right: 0; }

  .slide-btn2 {
    left: 18px; }

  .slide-item-2 .happy-img-text {
    left: -46%;
    top: -4%; }

  /*about us*/
  .serviceDesc {
    margin-top: 0px; }

  .happy-clients .happy-photo, .happy-clients .our-work-photo, .happy-clients .our-work-photo {
    height: auto; } }
@media (max-width: 930px) {
  /*homepage*/
  .about-us .abt-services ul {
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px auto; }
    .about-us .abt-services ul li {
      width: 50%;
      margin: 10px auto;
      align-items: center;
      justify-content: flex-start; }
      .about-us .abt-services ul li img {
        width: auto; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 31px; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: 10px; }

  .slide-btn2 {
    left: 7px; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 91%; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: 12px; }

  /*.happy-clients .happy-photo .happy-img-text{right:-24px;}*/
  .slide-item-1 .happy-img-text {
    top: -10%;
    right: -46%; }

  .slide-item-2 .happy-img-text {
    top: -10%; }

  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    top: -7%; } }
@media (max-width: 880px) {
  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -33%;
    top: 16% !important; } }
@media (max-width: 830px) {
  .ham-menu {
    display: block;
    top: 16px;
    right: 60px; }

  .navbar-box {
    right: -100%; }

  .ban-section {
    height: 60vh; }

  .right-banner .slider1 {
    height: 115px; }

  .right-banner .slider1 .ban-cont-1 h2 {
    font-size: 30px; }

  .right-banner .slider1 .ban-cont-1 h2 span {
    font-size: 28px; }

  .about-us .abt-services ul li {
    text-align: center; }

  #scroll-text, .icon-scroll {
    display: none; }

  /*dots for number*/
  .ban-section .banner .slick-dots {
    text-align: center;
    bottom: -110px;
    right: 0;
    /* z-index: 3; */ }

  /*iscroll*/
  .icon-scroll {
    margin-top: 220px; }

  #scroll-text {
    margin-top: 270px; }

  .ban-section .banner .slick-dots li {
    width: auto;
    display: inline-block; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 93%; }

  /*.lat-img-text{right:-28px;top:60%;}*/
  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 14px; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: 9px; }

  .navbar-box.active .close {
    display: block; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: -2px; }

  .slide-item-2 .happy-img-text {
    right: unset; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -37%;
    top: 11px !important; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: 7px; }

  .enquiery-section .form-horizontal .form-group p label {
    font-size: 13px;
    text-align: left; } }
@media (max-width: 767px) {
  .ham-menu {
    right: 6%; }

  .ban-section {
    height: 65vh; }

  .right-banner .slider1 {
    height: 110PX; }

  .client-logo ul {
    width: 90%;
    margin: 0 auto; }

  .client-logo li {
    text-align: center; }

  .col-xs-12.lat-work, .col-xs-12.lat-img-text, .happy-clients .happy-photo .col-xs-12.happy-img-text, .happy-clients .our-work-photo .col-xs-12.happy-img-text, .slide-item-2 .col-xs-12.happy-img-text, .slide-item-1 .col-xs-12.happy-img-text, .our-service .col-xs-12.our-ser-heading, .our-service .services .services-widget .col-xs-12.panel-footer, .about-us .abt-cont .col-xs-12.abt-heading, .happy-clients .happy-cl-quotes .col-xs-12.quotes-body, .col-xs-12.cont-dt {
    padding: 0 5px; }

  .col-xs-12.lat-work.ser-abt.mb-pd, .col-xs-12.ser-abt.mb-pd.lat-img-text, .happy-clients .happy-photo .col-xs-12.ser-abt.mb-pd.happy-img-text, .happy-clients .our-work-photo .col-xs-12.ser-abt.mb-pd.happy-img-text, .slide-item-2 .col-xs-12.ser-abt.mb-pd.happy-img-text, .slide-item-1 .col-xs-12.ser-abt.mb-pd.happy-img-text, .our-service .col-xs-12.ser-abt.mb-pd.our-ser-heading, .our-service .services .services-widget .col-xs-12.ser-abt.mb-pd.panel-footer, .about-us .abt-cont .col-xs-12.ser-abt.mb-pd.abt-heading, .happy-clients .happy-cl-quotes .col-xs-12.ser-abt.mb-pd.quotes-body, .col-xs-12.ser-abt.mb-pd.cont-dt {
    padding: 0 5px; }

  .col-xs-12.lat-work.ser-abt, .col-xs-12.ser-abt.lat-img-text, .happy-clients .happy-photo .col-xs-12.ser-abt.happy-img-text, .happy-clients .our-work-photo .col-xs-12.ser-abt.happy-img-text, .slide-item-2 .col-xs-12.ser-abt.happy-img-text, .slide-item-1 .col-xs-12.ser-abt.happy-img-text, .our-service .col-xs-12.ser-abt.our-ser-heading, .our-service .services .services-widget .col-xs-12.ser-abt.panel-footer, .about-us .abt-cont .col-xs-12.ser-abt.abt-heading, .happy-clients .happy-cl-quotes .col-xs-12.ser-abt.quotes-body, .col-xs-12.ser-abt.cont-dt {
    padding: 0 15px; }

  .col-md-4.lat-work, .col-md-4.lat-img-text, .happy-clients .happy-photo .col-md-4.happy-img-text, .happy-clients .our-work-photo .col-md-4.happy-img-text, .slide-item-2 .col-md-4.happy-img-text, .slide-item-1 .col-md-4.happy-img-text, .our-service .col-md-4.our-ser-heading, .our-service .services .services-widget .col-md-4.panel-footer, .about-us .abt-cont .col-md-4.abt-heading, .happy-clients .happy-cl-quotes .col-md-4.quotes-body, .col-md-4.cont-dt, .col-md-8.lat-photo {
    padding: 0; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 93%; }

  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    right: -54%; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 7px; }

  .select-works .slide-btn {
    right: 15px; }

  .about-us .abt-img {
    padding: 20px 0 50px;
    margin-top: 0; }

  .slide-btn2 {
    left: -1px; }

  .our-work-bg .our-work .work-footer, .cont-add .our-work .work-footer {
    margin-top: 10px; }

  .about-us .abt-img {
    position: absolute;
    top: 220px; }

  .about-us .abt-cont p {
    margin-top: 480px; }

  .happy-clients .happy-photo .happy-img-wid, .happy-clients .our-work-photo .happy-img-wid {
    width: 93%; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: -2px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -40%;
    top: 3px !important; }

  .our-service {
    padding: 0px; }

  .about-us .abt-services ul li {
    justify-content: center; }

  .about-us .abt-services ul li h2 {
    margin: 30px 20px 30px 20px; }

  .about-us .col-xs-12, .happy-cl-quotes {
    padding: 0px; }

  .client-logo .slide-btn {
    left: 0;
    text-align: center;
    right: 0;
    bottom: -45px; }

  /*contact*/
  #msg {
    margin-top: 35px; }

  .enquiery-section .form-horizontal .form-group p label {
    text-align: left; }

  #contact-map {
    display: block; }

  .slide-item-2 .happy-img-text {
    right: unset;
    top: -40px; }

  .slide-item-1 .happy-img-text {
    right: -45%;
    top: -10%; }

  .select-works .slide-item-1 .happy-img-text {
    right: -46.5%;
    top: -40px; }

  .select-works .slide-btn {
    right: 9px; }

  .col-xs-12.lat-work.ser-abt, .col-xs-12.ser-abt.lat-img-text, .happy-clients .happy-photo .col-xs-12.ser-abt.happy-img-text, .happy-clients .our-work-photo .col-xs-12.ser-abt.happy-img-text, .slide-item-2 .col-xs-12.ser-abt.happy-img-text, .slide-item-1 .col-xs-12.ser-abt.happy-img-text, .our-service .col-xs-12.ser-abt.our-ser-heading, .our-service .services .services-widget .col-xs-12.ser-abt.panel-footer, .about-us .abt-cont .col-xs-12.ser-abt.abt-heading, .happy-clients .happy-cl-quotes .col-xs-12.ser-abt.quotes-body, .col-xs-12.ser-abt.cont-dt {
    padding: 0px; }

  .enquiery-section .form-horizontal .form-group p {
    padding: 10px 0 0; }

  /*services*/
  .our-service .col-xs-12 {
    padding: 5px; }

  .latest .lat-photo.ser-abt-exp .lat-img-wid, .select-works .lat-photo.ser-abt-exp .lat-img-wid, .type-st-1 .lat-photo.ser-abt-exp .lat-img-wid {
    width: 100%; }

  #customPannel .panel .panel-body img {
    max-width: 100%;
    height: 100%; }

  /*services*/
  .serviceBackArrow {
    padding: 10px; }

  .col-xs-12.ser-cont {
    padding: 0px; }

  /*aboutus*/
  .col-md-5.lat-work, .col-md-5.lat-img-text, .happy-clients .happy-photo .col-md-5.happy-img-text, .happy-clients .our-work-photo .col-md-5.happy-img-text, .slide-item-2 .col-md-5.happy-img-text, .slide-item-1 .col-md-5.happy-img-text, .our-service .col-md-5.our-ser-heading, .our-service .services .services-widget .col-md-5.panel-footer, .about-us .abt-cont .col-md-5.abt-heading, .happy-clients .happy-cl-quotes .col-md-5.quotes-body, .col-md-5.cont-dt {
    padding: 5px; }

  .latest .lat-photo .lat-img-wid.mb-767, .select-works .lat-photo .lat-img-wid.mb-767, .type-st-1 .lat-photo .lat-img-wid.mb-767 {
    width: 100%; }

  .yearImg img {
    margin: 20px auto;
    right: 0;
    width: 80%;
    padding-bottom: 0; }

  .bannerAbout {
    height: 550px; }
    .bannerAbout img {
      padding: 25px; }

  .bg-gray .col-xs-12 {
    padding: 0 0px; }
    .bg-gray .col-xs-12 .expand-desc {
      padding-left: 40px;
      padding-right: 20px;
      padding-top: 20px; }

  .imgBoxwidth {
    margin-left: 36px; }

  /* .slickAllign{left:unset;right:0;}
   .slickAllign .slickButton{right:0;}*/
  .serviceDesc {
    margin-top: 0px; }

  .imgName, .imageHeader {
    text-align: center; }

  .imageHeader img {
    margin-bottom: 25px; }

  .imgName h3 {
    padding-top: 25px; }

  footer .col-xs-12 {
    padding: 0; } }
@media (max-width: 730px) {
  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: -2px; } }
@media (max-width: 680px) {
  /*iscroll*/
  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    right: -55%; }

  .lat-work p, .lat-img-text p, .happy-clients .happy-photo .happy-img-text p, .happy-clients .our-work-photo .happy-img-text p, .slide-item-2 .happy-img-text p, .slide-item-1 .happy-img-text p, .our-service .our-ser-heading p, .our-service .services .services-widget .panel-footer p, .about-us .abt-cont .abt-heading p, .happy-clients .happy-cl-quotes .quotes-body p, .cont-dt p {
    padding-right: 0;
    padding-left: 0px; }

  .about-us .abt-services ul li {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: block; }

  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    /*padding:5px;top:30%;right:-88px;*/ }
    .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4 {
      font-size: 16px; }

  /*home page latest*/
  .col-xs-12.lat-650 {
    padding: 5px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 11px; }

  .col-xs-12.lat-photo, .services .col-xs-12, .col-xs-12.abt-cont, .col-xs-12.ft-lg {
    padding: 5px 5px; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 90%;
    padding: 0; }

  .slide-logo {
    width: 100%;
    margin: 0 auto; }

  .about-us .abt-services ul li h2 {
    text-align: center; }

  .about-us .abt-services ul li h2 span {
    display: block;
    text-align: center; }

  /*.client-logo li{width: 5% !important;}*/
  .select-works .slide-btn {
    right: -2px; }

  .slide-btn2 {
    left: -3px; }

  .our-work-bg .our-work .work-body #fn-brides, .cont-add .our-work .work-body #fn-brides, .our-work-bg .our-work .work-body #type-of-fn, .cont-add .our-work .work-body #type-of-fn {
    font-size: 18px; }

  .about-us .abt-services ul li img {
    margin: 0 auto; }

  .our-work-details div {
    font-size: 14px; }

  .our-work-bg .our-work .work-footer, .cont-add .our-work .work-footer, .cont-add .our-work .work-footer {
    margin-top: 60px; }

  .about-us .abt-cont p {
    margin-top: 350px; }

  .happy-clients .happy-photo .happy-img-wid, .happy-clients .our-work-photo .happy-img-wid {
    width: 90%; }

  .happy-clients .happy-cl-quotes .quotes-body p {
    font-size: 14px; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: 6px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    top: -6% !important;
    right: -41%; }

  .about-us .abt-services {
    margin-top: 20px; }

  /*our-work-detail*/
  .select-works-section {
    padding: 0; }

  /*contact*/
  .enquiery-section .form-horizontal .form-group p label, .enquiery-section .form-horizontal .form-group p input {
    width: 90%; }

  .vs-680 {
    display: block;
    padding: 35px 20px 0;
    right: 20px;
    box-shadow: transparent; }
    .vs-680 img {
      width: 50px; }

  .slide-item-1 .happy-img-text {
    top: -34px;
    right: -46%; }

  .type-st-1 .slide-btn {
    right: -4px; }

  .slide-item-2 .happy-img-text {
    right: auto;
    left: -47%; }

  .mb-pad {
    padding: 0 5px;
    overflow: hidden; }

  /*aboutus*/
  .bg-gray .col-xs-12 .expand-desc {
    padding: 10px; }

  #imgDesc img {
    padding: 5px; }

  /*Service -inner*/
  .dt-btn li a {
    font-size: 12px; }

  .serviceBackArrow {
    padding: 10px; }

  .serviceBackArrow i {
    font-size: 20px; }

  ul .btn {
    font-size: 10px;
    padding: 9px 15px; } }
@media (max-width: 610px) {
  .ham-menu {
    right: 10%; }

  .ban-section {
    height: 60vh; }

  .happy-clients .happy-cl-quotes .quotes-footer img {
    width: 30%; }

  .happy-clients .happy-cl-quotes .quotes-footer .clients-name h5 {
    font-size: 14px; }

  .ban-section .banner .slick-dots {
    bottom: -115px; }

  .ban-section .banner .ban-cont h2 {
    padding: 2px 35px 24px; }

  .about-us .abt-services ul {
    margin: 40px auto 20px; }

  /*.client-logo{width:100%;overflow: hidden;}
  .client-logo li{margin:0 auto;padding: 10px 25px;}*/
  .client-logo li img {
    margin: 0 auto;
    padding: 0 0 40px; }

  .slide-btn2 {
    left: -10px; }

  .type-st-1 .slide-btn {
    right: -8px; }

  .slide-item-1 .happy-img-text {
    top: -45px;
    right: -46%; }

  .select-works .slide-btn {
    right: -12px; }

  .select-works .slide-item-1 .happy-img-text h4 {
    font-size: 14px;
    line-height: 10px; }

  address.col-xs-12 {
    padding: 0 5px;
    margin-top: 15px; }

  .menu-footer {
    padding: 0 5px; }

  /*ourwork*/
  /*.ld-img-slick .slick-slide{height:245px !important;}*/
  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -49%;
    top: -25% !important; }

  /*abouts us banner*/
  #bannerSec .banner .ban-1 .ban-img.abt-ban {
    background-position: 50% 45%; }

  /*iscroll-animation*/
  .icon-scroll, #scroll-text {
    display: none; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: -7px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: 4px; } }
@media (max-width: 550px) {
  .slide-btn img, .slide-btn2 img {
    width: 40px; }

  .slide-btn2 {
    left: -2px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: -6px; }

  .lat-650 .slide-btn {
    right: 8px;
    bottom: 3px; }

  .our-work-bg .our-work .abt-work, .cont-add .our-work .abt-work {
    padding: 10px 0px; }

  .our-work-bg .our-work .work-body p, .cont-add .our-work .work-body p {
    font-size: 14px; }

  /*.lat-650 .txt-550{}*/
  .lat-img-text, .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .slide-item-2 .happy-img-text, .slide-item-1 .happy-img-text {
    top: -10%;
    line-height: 16px; }

  .slide-item-1 .happy-img-text {
    right: -45%; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -50%; }

  .client-logo ul {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: -3px; } }
@media (max-width: 490px) {
  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -69%;
    top: -79% !important; }

  .lat-img-text span, .happy-clients .happy-photo .happy-img-text span, .happy-clients .our-work-photo .happy-img-text span, .slide-item-2 .happy-img-text span, .slide-item-1 .happy-img-text span {
    font-size: 12px; }

  .latest .btn-all-work, .select-works .btn-all-work, .type-st-1 .btn-all-work {
    padding-left: 5px; }

  .latest .lat-photo .lat-img-wid, .select-works .lat-photo .lat-img-wid, .type-st-1 .lat-photo .lat-img-wid {
    width: 90%;
    margin-top: -2px; }

  .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4 {
    font-size: 16px;
    line-height: 16px; }

  .slide-item-2 .happy-img-text h4 span, .slide-item-1 .happy-img-text h4 span {
    font-size: 16px; }

  .slide-item-1 .happy-img-text {
    right: -45.5%;
    top: -14%; }

  .slide-item-1 .happy-img-text h4, .slide-item-2 .happy-img-text h4 {
    font-size: 14px; }

  .slide-item-2 .happy-img-text {
    top: -18%;
    left: -47.5%; }

  /*ourwork*/
  .dt-btn li.text-center {
    margin-left: -15px; }

  .our-service .our-ser-heading p br {
    display: none; }

  .lat-650 .slide-btn {
    right: 5px; }

  .slide-btn2 {
    left: -6px; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: -6px; }

  .abt-img img {
    margin-top: 50px; } }
@media (max-width: 450px) {
  .slide-btn2 {
    left: -4px; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    bottom: 5px;
    right: 3px; }

  .lat-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4, .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4 {
    font-size: 13px;
    margin-top: 0px; }

  .select-works .slide-btn, .type-st-1 .slide-btn {
    right: -12px;
    bottom: 0; }

  /*ABT-YEARS*/
  .about-us .abt-img {
    top: 284px;
    padding-bottom: 10px;
    margin-top: 25px;
    right: 0; }

  .about-us .abt-cont p {
    margin-top: 300px; }

  .slide-item-2 .happy-img-wid {
    width: 90%; }

  .slide-item-2 .happy-img-text h4, .slide-item-1 .happy-img-text h4, .happy-clients .happy-photo .happy-img-text h4, .happy-clients .our-work-photo .happy-img-text h4 {
    font-size: 12px;
    line-height: 8px; }

  .slide-item-2 .happy-img-text h4 span, .slide-item-1 .happy-img-text h4 span, .happy-clients .happy-photo .happy-img-text h4 span, .happy-clients .our-work-photo .happy-img-text h4 span {
    font-size: 16px; }

  .slide-item-2 .happy-img-text {
    left: -44%; }

  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: -2px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -58%;
    top: -42% !important; }

  .lat-650 .slide-btn {
    right: -2px; }

  /*ourwork*/
  .ld-img-slick .slick-slide {
    height: 195px !important; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -77%;
    top: -85% !important; }

  .slide-item-1 .happy-img-text {
    right: -47%;
    top: -17%; }

  .select-works .slide-btn.below-991, .type-st-1 .slide-btn.below-991 {
    right: -12px; }

  .serviceDesc p, .ser-abt-exp .lat-img-wid.serviceDesc p {
    font-size: 14px; } }
@media (max-width: 430px) {
  .happy-clients #testimonials-cl-quotes .slide-btn {
    right: -3px; }

  .lat-650 .txt-550 {
    right: -57%;
    top: -12%; }

  .select-works .slide-item-1 .happy-img-text {
    right: -47%; }

  .select-works .slide-item-1 .happy-img-text {
    right: -47.5%;
    top: -32px; }

  .slide-item-1 .happy-img-text {
    right: -47%;
    top: -18%; }

  .slide-item-2 .happy-img-text {
    top: -23%;
    left: -45%; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -77%;
    top: -73% !important; } }
@media (max-width: 390px) {
  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: -4px; }

  .select-works .slide-btn, .type-st-1 .slide-btn {
    right: -10px; }

  .slide-item-1 .happy-img-wid {
    width: 91%; }

  .slide-btn2 {
    left: -5px; }

  .abt-img img {
    margin-top: 0px; }

  /*ourwork*/
  .ld-img-slick .slick-slide {
    height: 183px !important; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -80%;
    top: -82% !important; }

  .lat-650 .txt-550 {
    top: -16%; } }
@media (max-width: 360px) {
  .ban-section {
    height: 40vh; }

  .latest .slide-btn, .select-works .slide-btn, .type-st-1 .slide-btn {
    right: -10px; }

  .happy-clients .happy-photo .happy-img-text, .happy-clients .our-work-photo .happy-img-text {
    right: -84%;
    top: -86% !important; }

  #bannerSec .ban-cont h2 {
    font-size: 30px;
    top: 30px; }

  ul .btn {
    font-size: 9px;
    padding: 5px 9px; }

  .slide-item-2 .happy-img-text {
    left: -45%;
    top: -23%; } }
@media (max-width: 330px) {
  .lat-650 .txt-550 {
    right: -72px; } }
@media only screen and (min-width: 320px) and (max-width: 830px) {
  .navbar-box {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    /* For browsers that do not support gradients */
    /* background: linear-gradient(to right, #7b3788, #b92764); */
    /* Standard syntax (must be last)*/
    width: 100%;
    height: 100vh;
    z-index: 99999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .navbar-box ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      vertical-align: middle;
      justify-content: center;
      text-align: center;
      width: 100%;
      list-style-type: none;
      text-align: center;
      z-index: 200;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* opacity: 0;*/
      -webkit-transition: .25s 0s ease-in-out;
      transition: .25s 0s ease-in-out; }
    .navbar-box li {
      padding: 20px 10px; }
      .navbar-box li a {
        color: #000; }

  .navbar-box.active {
    right: 0; } }
@media screen and (min-width: 767px) and (orientation: portrait) {
  .ban-section {
    height: 100vh; } }

/*# sourceMappingURL=style.css.map */
