@font-face {
  font-family: 'Solitaire';
  src: url(../fontfamily/Solitaire-PDMZ.otf);
}

@font-face {
  font-family: 'PillGothic SemiBold';
     src: url(../fontfamily/pillgothic600mg-semibd.ttf);
}

@font-face {
  font-family: 'PillGothic';
     src: url(../fontfamily/PillGothic600mg-Light.ttf);
}

.mar-top80 {margin-top: 80px;}

/* Navbar */
/* nav */
/* .navbar {
            background: #444;
            transition: all .6s;
            backface-visibility: hidden;
            box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
       } */

html {overflow-x: hidden;}
.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    /* color: #fff;
                    color: rgba(255, 255, 255, 0.8); */
    border: 0;
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(68, 68, 68, 0);
}

.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

/* .navbar-brand {
  width: 162px;
  height: 44px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
} */

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: rgb(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

/* /nav */
::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #fff;
}


.navbar.custom-navbar .fa {
  font-size: 25px;
}

.Solitaire {
  font-family: Solitaire;
}

.PillGothic {
  font-family: 'PillGothic';
}

body.home {
  /*background-color: #fed291;*/
  overflow-x: hidden;
}
body {
  background-color: #fff;
}
nav.navbar.navbar-static-top.custom-navbar {
  padding: 20px;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #000;
}

.jumbotron {
  background-color: #fed291;
}

h3.Solitaire {
  font-family: Solitaire;
  color: #bc1b28;
  font-size: 5.6rem;
  position: relative;
}
/* a.navbar-brand.logo {
     height: 10rem;
     width: 10rem;
     border-radius: 50%;
     background: red;
     color: white;
     font-family: Solitaire;
     font-size: 10rem;
 } */

.logo {
  height: 75px;
  /*width: 100%;*/
}
@keyframes leg-left{
  0% {
    transform:rotateZ(0deg);
    /*transform:rotateZ(0deg);*/
  }
  30%{
    transform:rotateZ(30deg);
  }
  50%{
    transform:rotateZ(0deg);
  }
  100% {
    transform:rotateZ(0deg);
  }
}
@keyframes leaf{
  0% {
    /*transform:rotateZ(0deg);*/
  }
  30%{
    top:25px;
  }
  50%{

  }
  100% {

  }
}
.nav-menu {
  position: relative;
}
.menu-dropdown {
  width: 200px;
  box-shadow: 0px 0px 7px 0px #72727247;
  background: rgb(255 255 255 / 80%);
  display: none; 
  min-width: 150px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  border-radius: 10px;
}
.menu-dropdown ul.navbar-nav {
  padding: 10px 16px;
}
.menu-dropdown ul.navbar-nav li.nav-item {width: 100%}
.menu-dropdown ul.navbar-nav li.nav-item a {
  color: #232323;
  font-size: 16px;
}
.menu-dropdown ul.navbar-nav li.nav-item:hover a {color: #b31816;}
.nav-menu:hover .menu-dropdown {display: block;}


.banner-sun {
  position: absolute;
  width: 300px;
  height: 310px;
  right: 200px;
  top: -50px;
/*  animation-name:leg-left;
  animation-duration:1s;
  animation-iteration-count:infinite;*/
}
.banner-star {
    position: absolute;
    top: 14%;
    left: 10%;
    width: 60%;
}
.banner-star img {
    width: 100%;
}
.banner-bird {
  position: absolute;
  width: 190px;
  height: 80px;
  right: 180px;
  top: 90px;
  /*animation-name:leaf;
  animation-duration: 5s;
  animation-iteration-count:infinite;*/
}
.banner-bird .bird-1 {
    position: absolute;
    bottom: 10px;
    opacity: 0.8;
}
.banner-bird .bird-2 {
    position: absolute;
    top: 0px;
    right: 80px;
    opacity: 0.4;
}
.banner-bird .bird-3 {
    position: absolute;
    bottom: -5px;
    right: 15px;
    opacity: 0.8;
}

.banner-sun img, .banner-bird img {
    width: 100%;
}
img.banner-man {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

img.banner-man:hover {
  margin-left: 0;
}

.banner-man {
  width: 104%;
  position: absolute;
  left: -28%;
  top: 12%;
  animation: move-waves 5s ease-in-out infinite;
}

.wavy::after {
  content: '';
  margin: 0 auto;
  position: absolute;
  width: 11%;
  height: 20px;
  bottom: -12px;
  left: 0;
  right: -95px;
  background: url(../img/Line.png) center no-repeat;
  background-size: contain;
}
a.navbar-brand.logo.wavy {
  text-decoration-color: #fff;
}

h3.dsd {
  color: #08224c;
  font-family: PillGothic;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 24px;
}
h3.dsd img {
    width: 1.8%;
    margin: -5px 8px 0;
}
h3.dsd span {
  padding: 5px 7px;
  line-height: 24px;
  vertical-align: bottom;
}

#about {
  background-color: #112d26;
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
}

.aboutus-heading {
  font-family: PillGothic;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  right: 0;
  font-size: 240px;
  letter-spacing: 22px;
  color: rgb(255 255 255 / 7%);
  line-height: 170px;
  margin: 0;
}

.signature {
  position: absolute;
  bottom: 100px;
  width: 65%;
  left: 20%;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

h2.sec-1-heading {
  color: #08f0dd;
  font-size: 7rem;
  font-family: PillGothic;
  padding-left: 45px;
  line-height: 8rem;
  margin: 30px 0;
  text-align: left;
}

p.story-para {
  font-size: 20px;
  font-family: PillGothic;
  padding-left: 50px;
}

.story-heading {
  font-family: PillGothic;
  padding-left: 50px;
}

#camera-img {
  background: url(../img/Image-Camera.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}
/* expertis */
#expertise {
    position: relative;
    padding-top: 160px;
    padding-bottom: 20px;
    background: linear-gradient(rgb(246 91 84 / 0%), rgb(246 91 84 / 0%) ),url(../img/our-experties-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.expertise-heading {
  font-family: PillGothic;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  right: 0;
  font-size: 198px;
  letter-spacing: 5px;
  color: rgb(145 145 145 / 10%);
  line-height: 160px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
/*@keyframes wave_move {*/
/*  0%   {*/
/*    left:0px;*/
/*    top:0px;}*/
  
/*  50%  {*/
/*    left:-2000px;*/
/*    top:200px;}*/
  
/*  100% {*/
/*    left:0px; */
/*    top:0px;}*/
/*}*/
.our-experties-wave {
  position: absolute;
  top: -170px;
  width: 100%;
    height: 200px;
}
.our-experties-wave svg {
  animation-name: wave_move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.para-expertise {
  font-family: PillGothic;
  font-size: 32px;
}

#expertise .item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 25px 15px 15px;
}

#expertise .item img {
    width: 250px;
    padding: 0 15px;
}

#expertise .img-title {
  font-family: PillGothic;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
}
p.subExpertise-decp {
    font-family: 'PillGothic';
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
}

#expertise .img-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f1eff3;
    margin: 0 auto;
    left: 0px;
    right: 0;
    bottom: -5px;
}

.border-l {
  border-left: 1px solid black;
}

.border-r {
  border-right: 1px solid rgb(255 255 255 / 50%);
}

.border-t {
  border-top: 1px solid black;
}

.border-b {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}


/* project */
#project {
  position: relative;
  padding-top: 280px;
  padding-bottom: 0px;
  background: #27002a;
  /* background: linear-gradient(rgba(246 91 84), rgba(246, 91, 84, 0.9) ),url(../img/BGimg.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; */;
}

.project-heading {
  font-family: PillGothic;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  right: 0;
  font-size: 193px;
  letter-spacing: 6px;
  color: rgb(145 145 145 / 10%);
  line-height: 145px;
  margin: 0;
}

.project-wave {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 200px;
  transform: rotate(180deg);
}
.project-wave svg {
  animation-name: wave_move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.para-project {
  font-family: PillGothic;
  font-size: 38px;
}
#project:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: 10%;
    top: 38%;
}
#project:after {
    content: '';
    width: 140px;
    height: 140px;
    /* background: #fff; */
    position: absolute;
    border-radius: 50%;
    right: 14%;
    top: 48%;
    border: 16px solid #fff;
}
#project .para-project {margin-bottom: 40px;}
#slider {
  position: relative;
  height: 500px;
}

.ads_sponsors div img {
  width: 200px;
  height: 150px;
}

.circle {
  position: relative;
}

.circle1 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  bottom: -30px;
  left: -20px;
}
.project-left {
    width: 650px;
    height: 650px;
    position: relative;
}
.project-left .project-circle {
    width: 140px;
    height: 140px;
    background: #ffff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 20px;
}
.project-bottom {
    width: 370px;
    height: 370px;
    position: absolute;
    left: 45%;
    bottom: 230px;
}
.project-rightbottom {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 7%;
    top: 34%;
}
.project-bottom .owl-carousel .item {
    border: 15px solid #27002a;
    border-radius: 50%;
    z-index: 99;
    background: #fff;
}
.project-righttop {
    width: 250px;
    height: 250px;
    margin-left: 30px;
}
.slider-wrapper {
  width: 500px;
  height: 500px;
  background: #000;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50%;
}

.inner-wrapper {
  width: 500%;
  height: 100%;
  position: relative;
  left: -100%;
}

.slide {
  width: calc(100%/5);
  height: 100%;
  background: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 700;
  float: left;
}
/* clients */
#clients {
  background: #fff;
  padding: 15px 10px;
}

#icons {
  display: flex;
  padding: 15px;
  justify-content: space-between;
}

.logo-client {
  filter: grayscale(1);
}

.logo-client:hover {
  filter: grayscale(0);
}
/* contact */
.contact-data {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  background: url(../img/Footer-BG-IMage.png) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.contact-heading {
  font-family: PillGothic;
  width: 100%;
  font-size: 67px;
  letter-spacing: 5px;
  color: rgb(255, 255, 255);
  margin-bottom: 60px;
}

.box1 {
  background-color: #fff;
  padding: 30px 30px 80px 30px;
}

.box1:after {
  border-bottom: 5px solid #000000;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 92%;
}

.box1:hover {
  background-color: rgb(0, 0, 0);
  padding: 30px 30px 80px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box1:hover:after {
  border-bottom: 5px solid #fff;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 92%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box1:hover .name {
  color: #fff;
}

.box1:hover .designation {
  color: #fff;
}

.name {
  padding: 20px 0px 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.designation {
  color: #808080;
}

.img-wrapper {
  width: 215px;
  height: 215px;
  overflow: hidden;
  margin: 0 auto;
}

.profile-pic {
  transition: 0.3s;
     /* transform: scale(1.4); */;
}

.profile-pic:hover {
  transform: scale(1.4);
}

.contact-heading2 {
  font-family: PillGothic;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

.contact-heading2:after {
  border-top: 2px solid #4b4b4b;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 30px;
}

.contact-inner-section {
  padding-top: 100px;
}

.contact-form-heading {
  font-family: PillGothic;
  font-size: 22px;
  font-weight: 300;
}
.foot-social-media a i {
    font-size: 20px;
    color: #fff;
}
.foot-social-media a:hover i {
    color: #b31816;
}
.contact_list.d-flex .address-header {
    padding-left: 35px;
}
div input[type='text'],div input[type='email'],div textarea {
  width: 100%;
  padding: 8px 15px;
  background-color: #f0f8ff00;
  color: white;
  border: 1px solid #fff;
}
.contact-inner-section form {
    position: relative;
}
.sub-btn {
  font-size: 13px;
  padding: 7px 15px;
  font-family: PillGothic;
  border: none;
  border-radius: 5px;
  margin-top: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fa-brands {
  padding: 0px 10px;
}

a {
  color: #fff;
}

.contact_list.d-flex {
  padding: 5px;
}

.address-header {
  font-size: 20px;
  font-family: PillGothic;
}

.address_inner i {
  font-size: 30px;
}
/* footer */
footer {
  background: #1e1e1e;
  padding: 7px;
}
/*  #index-gallery{
   width:465px;
}


.item:hover{
filter: drop-shadow(10px 10px 4px #444f45);
/* } */
/* .carusel{ background-color:red;}
   .carousel-inner .active.left { left: -25%; }
   .carousel-inner .next        { left:  25%; }
   .carousel-inner .prev     { left: -25%; }
   .carousel-control       { width:  4%; }
   .carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}

   @media (max-width: 2500px) {
     .custom-navbar .navbar-header {
          float: none;
     }

     .custom-navbar .navbar-left,
     .custom-navbar .navbar-right {
          float: none !important;
     }

     .custom-navbar .navbar-toggle {
          display: block;
     }

     .custom-navbar .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     }

     .custom-navbar.navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
     }

     .custom-navbar .navbar-collapse.collapse {
          display: none !important;
     }

     .custom-navbar .navbar-nav {
          float: none !important;
          margin-top: 7.5px;
     }

     .custom-navbar .navbar-nav>li {
          float: none;
     }

     .custom-navbar .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
     }

     .custom-navbar .collapse.in {
          display: block !important;
     }

     .custom-navbar .navbar-nav .open .dropdown-menu {
          position: static;
          float: none;
          width: auto;
          margin-top: 0;
          background-color: transparent;
          border: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
     }
} */ 
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/*==== FADE IN Left ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.main-header {
  position: absolute;
  width: 100%;
  transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  z-index: 999;
  height: 100px;
}
/*.main-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    box-shadow: 0 0 20px 0 rgb(21 47 95 / 20%);
    background: #ffd392;
}*/
.navbar-toggler {display: block !important;}
.navbar-toggler-icon {
    background-image: url(../img/navbar-bar.svg);
}
.navbar-toggler-icon.close {
    background-image: url(../img/navbar-close.svg);
}
.offcanvas-collapse {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 100%;
  left: -300px;
  width: 300px;
  padding: 2rem 2rem 4rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #3e114a;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: left, visibility;
  z-index: 999999;
  align-items: start;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-right: 5px solid rgba(0, 0, 0, 0.2);
}
.offcanvas-collapse.open {
  left: 0px;
  visibility: visible;
  /*transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;*/
}
.offcanvas-collapse .navbar-toggler {
    padding: 0px;
}
.offcanvas-collapse .navbar-toggler span.navbar-toggler-icon.close {
    width: 25px;
}
.navbar-expand-lg .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffd392;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@keyframes move-waves {
  0% {
    transform: translate3d(30px, 0, 0);
  }

  50% {
    transform: translate3d(-30px, 0, 0);
  }

  100% {
    transform: translate3d(30px, 0, 0);
  }
}

/*@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}*/

@keyframes rotate {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }

  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }

  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
/*@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}*/
.waveWrapper {
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 250px 0;
  background: #091a2a;
  margin-bottom: 400px;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -60px;
  /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/;
}

.wave {
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 110%;
  height: 70%;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: contain;
}

.waveAnimation .waveTop {
  /*animation: move_wave 10s linear infinite;*/
 /*animation: drift 7000ms infinite linear;*/
  
  animation: move-waves 3s ease-in-out infinite;
 /*-webkit-animation-name: rotate;
 animation-name: rotate;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;*/
}

#about .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: -665px;
}

#about .waveWrapperInner .waveTop {
  background-size: 100% 72%;
}

#about .waveWrapperInner .wave {
  width: 110%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: inherit;
  transform-origin: inherit;
}

#about .waveAnimation .waveTop {
  animation: move-waves 4s ease-in-out infinite;
  /*animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, move-waves 4s ease-in-out infinite, swell 7s ease -1.25s infinite;*/
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

@media(max-width: 1368px) {
  .waveWrapper {
    padding: 220px 0 250px;
  }

  .banner-man {
    left: -12%;
    top: -22%;
  }

  .waveWrapperInner {
    bottom: -55px;
  }
}
#home .banner-content-img {
    text-align: center;
}
#home .banner-content-img img:nth-child(1) {
    width: 85%;
}
#home .banner-content-img img:nth-child(2) {
    width: 47%;
    margin-top: 35px;
}

@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}
#expertise .item {
  /*display: inline-block;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.subExpertise-inner:hover .item img, #expertise .active .item img {
  animation-name: pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.subExpertise .expInfo {
  position: absolute;
  z-index: 999 !important;
  top: 18px;
  left: 0;
  background: rgb(179 24 22 / 90%);
  border-radius: 8px;
  box-shadow: 0 0 11px rgb(255 255 255 / 30%);
  padding: 20px 20px 10px;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 84%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.subExpertise .expInfo p {width:100%;text-align:left;font-size:14px;color:#fff;margin:0 0 17px;}
.subExpertise .expInfo h4 {
  width: 100%;
  text-align: left;
  color: #fff;
  margin: 0 0 5px;
  font-family: PillGothic;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.subExpertise .subExpertise-inner:hover .expInfo {opacity: 1;visibility: visible;}

.career-banner {
  background: url(../img/career-banner-01.png) center bottom;
  background-size: 100% 100%;
  padding: 180px 0;
}
.career-banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-family: PillGothic;
    font-weight: 600;
    letter-spacing: 2px;
}
.career-banner p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.career-position {
    padding: 70px 0;
}
.career-position .career-position-details {
    text-align: center;
    background: #f7f7f7;
    box-shadow: 0px 0px 7px 0px rgb(179 24 22 / 20%);
    border-radius: 10px;
    padding: 30px 20px;
}
.career-position .career-position-details img {
    width: 34%;
    margin-bottom: 15px;
}
.career-position .career-position-details h3 {
    font-size: 28px;
    margin-bottom: 5px;
    font-family: PillGothic;
    font-weight: 600;
    letter-spacing: 2px;
}
.career-position .career-position-details span {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.career-position .career-position-details a.btn-applynow {
    background: #b31816;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 10px;
    text-decoration: none;
}
.career-position .career-position-details a.btn-applynow:hover {
    color: #ffd392;
}
.career-position p.send-resume {
    font-size: 18px;
}
.career-position p.send-resume a {
    color: #b31816;
}

#largeModal.modal {top: 6%;z-index: 99999;}
.modal-backdrop {z-index: 9999;}

#contact-form{margin:0 auto;width: 100%;}
#contact-form input, #contact-form select {width:100%;font-size:16px;margin:8px 0;background: none;border: none;border: 1px solid #a9a9a9;line-height: 40px;padding-left: 15px;float: left;height: 40px;color: #232323;height: 40px;border-radius: 5px;}
#contact-form textarea{width: 100%;margin: 1% 0;float: left;background: none;border: none;border: 1px solid #a9a9a9;padding-left: 15px;height: 80px;border-radius: 5px;}
#contact-form select{color:#777;}
#contact-form input[type='file']{width: 100%;margin: 15px 0 10px;line-height: inherit;border: none;padding: 0;}
#contact-form input#captcha {margin: 20px 0 20px;}
#contact-form input[type='submit']{margin-left: 15px;}
#contact-form input::placeholder, #contact-form select::placeholder, #contact-form textarea::placeholder {color: #232323;}
#contact-form .phone .col-lg-3 {padding-right: 0px;}
.modal #contact-form {padding: 0 5% 20px;}
#contact-form .upload-cv label {
  padding: 10px;
  background: #b31816;
  color: #ffffff;
  margin-bottom: 0px !important;
  border: 1px solid #ffffff;
  height: 40px;
  border-radius: 6px;
  line-height: 18px;
  margin-top: 8px !important;
}
#contact-form .upload-cv input[type="file"] {
  display: none;
}

.red-color {color: #fe0000;padding-left: 15px;font-size: 12px;margin: 5px 0 0 0;width: 100%;text-align: left;}
.button-submit {padding: 0 15px;margin-top: 15px;}
.button-submit button {background: #b31816;padding: 8px 25px;display: inline-block;border-radius: 30px;margin-top: 10px;text-decoration: none;border: none;color: #fff;}

/* Back to Top */
#up-to-top {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 30px rgb(31 72 62);
  background-color: #294840;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#up-to-top span {
  max-width: 22px;
  transition: 0.3s ease-in-out;
}
#up-to-top span img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
#up-to-top:hover {
  
  background-color: #182f67;
  box-shadow: 0 0 25px rgb(24 47 103);
}
#up-to-top:hover span {
  transform: rotate(-360deg);
}

#up-to-top.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.project-wave img, .our-experties-wave img {display: none !important;}

/* Media CSS */
@media(max-width: 1920px) {
    .waveWrapper {padding: 270px 0;}
    .waveWrapperInner {bottom: -120px;}
    .banner-man {width: 120%;left: -60%;top: -48%;}
}
@media(max-width: 1440px) {
    .banner-man {width: 106%;left: -18%;top: -18%;}
    .waveWrapperInner {bottom: -75px;}
    .banner-star {width: 55%;}
}
@media(max-width: 1368px) {
    .waveWrapperInner {bottom: -65px;}
    .banner-star {top: 18%;}
}
@media(max-width: 1280px) {
    .expertise-heading {font-size: 192px;}
    .project-heading {font-size: 180px;}
    .contact-heading {font-size: 64px;}
    .banner-man {width: 106%;left: -10%;top: -15%;}
}
@media(max-width: 1024px) {
    h2.sec-1-heading {font-size: 5rem;line-height: 6rem;}
    .aboutus-heading {font-size: 184px;}
    .expertise-heading {font-size: 150px;}
    #expertise .img-title {font-size: 20px;}
    .project-heading {font-size: 142px;top: 55px;}
    .para-project {font-size: 34px;}
    .project-left .project-circle {width: 160px;height: 160px;left: -10px;}
    .project-bottom {width: 310px;height: 310px;}
    #project:after {width: 150px;height: 150px;right: 10%;top: 50%;}
    .contact-heading {font-size: 48px;}
    .wave {left: -80px;}
    .banner-man {width: 110%;left: 1%;top: 0%;}
    .waveWrapperInner {bottom: 0px;}
    .banner-star {width: 62%;top: 25%;}
}
@media(max-width: 768px) {
    .aboutus-heading {font-size: 140px;letter-spacing: 10px;}
    h2.sec-1-heading {font-size: 3.5rem;line-height: 4rem;}
    .expertise-heading {font-size: 112px;letter-spacing: 3px;}
    #expertise .img-title {font-size: 18px;letter-spacing: 2px;}
    #expertise .item {text-align: center;}
    .project-heading {font-size: 115px;letter-spacing: 0px;}
    .project-left {width: 450px;height: 450px;}
    .project-left .project-circle {width: 120px;height: 120px;}
    .project-bottom {width: 230px;height: 230px;}
    .project-righttop {width: 200px;height: 200px;}
    #project:after {width: 100px;height: 100px;right: 14%;top: 53%;}
    #project:before {width: 70px;height: 70px;right: 10%;top: 45%;}
    .img-wrapper {width: 155px;height: 155px;}
    .profile-pic {width: 100%;height: 100%;}
    .foot-social-media a i {font-size: 15px;padding: 0px 7px;}
    .wavy::after {width: 20%;background-size: contain;}
    h3.Solitaire {font-size: 4rem;}
    h3.dsd {font-size: 1.4rem;padding-top: 1.5rem !important;}
    #about .waveWrapperInner {height: 40%;top: -400px;}
    #about .waveWrapperInner .wave {left: -35px;}
    #about .waveWrapperInner .waveTop {background-size: 100% 100%;bottom: 0px;}
    .banner-man {left: 8%;top: -12%;width: 102%;}
    .waveWrapper {padding: 150px 0 200px 0;margin-bottom: 210px;}
    .banner-sun {width: 230px;height: 230px;right: 120px;}
    .banner-bird {width: 170px;height: 90px;right: 120px;top: 20px;}
    #home .banner-content-img img:nth-child(1) {width: 75%;}
    #home .banner-content-img img:nth-child(2) {width: 45%;margin-top: 25px;}
    .project-wave img, .our-experties-wave img {display: block !important;width: 100%;height: 80px;}
    .project-wave svg, .our-experties-wave svg {display: none !important;}
    /*.our-experties-wave svg{animation:none;}*/
    .our-experties-wave img {position: absolute;top: 110px;}
    #about {padding-bottom: 50px;}
    #expertise {padding-top: 100px;padding-bottom: 50px;}
    .expertise-heading {top: -20px;}
    .project-heading {top: 5px;}
    .project-wave img {position: absolute;top: 125px;transform: rotate(180deg);}
    #project {padding-top: 130px;}
    
}
@media(max-width: 425px) {
    h2.sec-1-heading, .story-heading, p.story-para {padding-left: 0px;}
    .expertise-heading {font-size: 68px;letter-spacing: 0px;line-height: 74px;}
    .border-b {border-bottom: none;}
    .border-r {border-right: none;}
    .project-heading {font-size: 68px;line-height: 65px;}
    .para-project {font-size: 28px;}
    .project-left {width: 100%;height: 100%;}
    .contact-inner-section .pl-5 {padding-left: 0px !important;}
    footer.footer h6 {line-height: 24px;}
    .career-position .career-position-details {margin-bottom: 30px;}
    .project-left {width: 320px;height: 320px;margin-left: 20px;}
    .project-bottom {width: 150px;height: 150px;left: 64%;bottom: 210px;}
    .project-righttop {width: 120px;height: 120px;position: absolute;bottom: 135px;right: 190px;}
    #camera-img {background-size: contain;height: 520px;}
    .aboutus-heading {font-size: 74px;letter-spacing: 1px;line-height: 70px;}
    .signature {width: 42%;left: 25%;}
    .contact-heading {font-size: 38px;}
    #project:after {width: 80px;height: 80px;right: 4%;top: 43%;border: 12px solid #fff;}
    #project:before {display: none;}
    .project-left .project-circle {width: 70px;height: 70px;left: 10px;}
    .waveWrapper {margin-bottom: 180px;}
    #about {padding-top: 160px;}
    #about .waveWrapperInner {top: -300px;}
    #about .waveWrapperInner .wave {left: -30px;width: 120%;background-size: 100% 57%;}
    .waveWrapperInner {bottom: -35px;}
    #home .waveTop {background-size: 125% 30%;width: 150%;height: 100%;}
    .banner-man {left: 8%;top: 135px;width: 65%;}
    h3.Solitaire {font-size: 3.2rem;}
    .waveWrapper {padding: 150px 0 280px 0;}
    .banner-man {left: 16%;top: 130px;width: 50%;}
    .sub-btn {position: static;margin-bottom: 20px;}
    .banner-sun {width: 250px;height: 260px;right: -90px;}
    .banner-bird {width: 170px;height: 150px;right: 0;}
    nav.navbar.px-5 {padding-left: 1rem!important;padding-right: 1rem!important;}
    .banner-sun {width: 200px;height: 201px;right: 60px;}
    .banner-bird {width: 150px;height: 80px;right: 60px;top: 10px;}
    .box1 {margin-bottom: 30px;}
    .box1:nth-child(3) {margin-bottom: 0px;}
    .box1:after {bottom: 36px;width: 92%;}
    .box1:hover:after {bottom: 36px;}
    #project .para-project {padding: 0 20px;line-height: 30px;}
    .banner-star {width: 140%;top: 26%;left: -10%;}
    #clients {padding: 10px;}
    .project-heading, .expertise-heading, .aboutus-heading {color: rgb(145 145 145 / 40%);}
    /*.our-experties-wave svg animate{animation: none !important;display:none;}*/
    #expertise {padding-top: 160px;}
    .expertise-heading {top: 10px;}
    .project-heading {top: 25px;}
    #project {padding-top: 160px;}
    h2.sec-1-heading, .story-heading, p.story-para {text-align: center;}
}
@media (max-width: 375px) {
    .banner-man {width: 64%;}
    .project-bottom {left: 59%;bottom: 150px;}
}
@media (max-width: 320px) {
    .contact-heading {font-size: 34px;}
    .banner-man {left: 15%;top: 110px;width: 65%;}
    /*#about .waveWrapperInner .wave {background-size: 100% 20%;}*/
    h2.sec-1-heading {font-size: 2.7rem;line-height: 3.5rem;font-weight: 600;}
    .banner-sun {width: 160px;height: 120px;right: 60px;}
    .banner-bird {width: 120px;height: 60px;right: 60px;top: 10px;}
    .banner-bird .bird-2 {right: 60px;}
    .banner-bird .bird-1 svg, .banner-bird .bird-2 svg, .banner-bird .bird-3 svg {width: 20px;}
    
    .waveWrapper {padding: 140px 0 280px 0;margin-bottom: 140px;}
    #about {padding-top: 130px;}
    #about .waveWrapperInner {top: -240px;height: 30%;}
}