html{
  scroll-behavior: smooth;
}
h1{
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
  color: #212112;
  font-family: "Ubuntu", sans-serif;
}
h2{
    font-size: 47px;
    line-height: 53px;
    color: #353535;
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
h2 span{
  color: #009cc5;
}
h3{
  font-family: "Ubuntu", sans-serif;
}
h5{
  font-size: 33px;
  line-height: 35px;
  color: #212112;
  letter-spacing: 0.5px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
h6{
  font-size: 20px;
  color: #212112;
  letter-spacing: 0.5px;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
p {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #434343;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}
li {
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #434343;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}
ul{
  margin: 0;
}
.banner-sociallink-left {
    padding: 15px 0 0;
}
.btn-sec i {
    font-size: 30px;
    padding: 0 3px 0 0;
    vertical-align: middle;
}
.button {
    display: inline-block;
    padding: 10px 35px;
    color: #f9f9f9;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009cc5;
  z-index: -2;
}
.button:focus{
  outline: none;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover {
  color: #f9f9f9;
}
.button:hover:before {
  width: 100%;
}

.btn-sec{
  padding: 15px 0 0;
}
/*nav-sec*/
.logo-img{
  width: 75%;
}
.logo-sec{
  width: 15%;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 5px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 5px 40px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  border-bottom: 1px solid #e6e6e6;
}
.navbar{
  padding: 0;
}
.dropdown-item.active{
    color: #f9f9f9;
    text-decoration: none;
    background-color: #009cc5;
}
.navbar-brand img{
  width: 98%;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link,.nav-menu{
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link, .nav-item:hover .nav-menu{
  color: #004386 !important;
}
.nav-menu{
  font-size: 16.4px!important;
}
.nav-item.active .nav-link{
  color: 004386!important;
}
.nav-link, .nav-menu {
  position: relative;
  padding: 0 !important;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
/*.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #009cc5;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}*/
.navigation-wrap .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #004386;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
}
.navigation-wrap .nav-link:hover::after {
  width: 100%;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    border-right: 1px solid #878787;
    padding: 0 8px;
}
.nav-item:last-child{
  border: none;
}

.bg-light {
  background-color: #f9f9f9 !important;
  transition: all 200ms linear;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px 0!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #f9f9f9fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}


.dropdown-item {
  padding: 5px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #f9f9f9;
  background-color: #009cc5;
}


  
/*banner-sec*/
.hero{
    background: linear-gradient( 292deg, rgb(150 210 225) 6.48%,
      #2ca4c3 47.9%, rgb(0 110 139) 100% );
    /*background: url(../images/bg1.png) #000075;*/
    background-size: cover;
    background-position: center;
    height: auto;
    background-color: #004386;
}

.banner-sec {
    /*background-image: url(../images/hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding: 130px 0 90px;
    height: 100%;
}
.banner-sec h1,.banner-sec p{
    color: #f9f9f9;
    padding: 5px 0;
    letter-spacing: 0.5px;
}
.banner-sec h1{
  text-shadow: -2px 3px 0 rgba(0,0,0,0.5);
}
.btn_hover1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #d12bec;
    color: #f9f9f9fff;
    z-index: 1;
    font-size: 15px;
    margin: 0 10px;
    letter-spacing: 0.8px;
    padding: 16px 38px 16px 38px;
    background: linear-gradient(180deg, #ff7527 0%, #fabf28 100%);
}

.btn_hover1:hover,.btn_hover2:hover {
    color: #f9f9f9fff;
}

.btn_hover1::before {
    border-radius: 50px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
    background: linear-gradient(42deg, #7436bb 0.01%, #b520a3 100%);
    z-index: -1;
    top: 0;
    right: 0;
}

.btn_hover1:hover::before {
    width: 0;
    background: linear-gradient(42deg, #7436bb 0.01%, #b520a3 100%);
}

.banner-btn{
    margin: 35px 0 0 0;
}
.btn_hover1:first-child{
  margin: 0;
}



.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.a-one {
  width: 100px;
  height: 100px;
  box-shadow: 15px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 70px;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDown 5s linear infinite;
}

.a-two {
  width: 90px;
  height: 90px;
    box-shadow: 15px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 200px;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownTwo 3s linear infinite;
}

.a-three {
  width: 130px;
  height: 130px;
  box-shadow: -20px -3px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 120px;
  left: 250px;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownThree 20s linear infinite;
}

.a-four {
  width: 110px;
  height: 110px;
  box-shadow: -20px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownFour 13s linear infinite;
}

.a-five {
  width: 100px;
  height: 100px;
  box-shadow: -20px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 200px;
  right: 0;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownFive 6s linear infinite;
}

.a-six {
  width: 105px;
  height: 105px;
  box-shadow: 15px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 250px;
  right: 200px;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownSix 6s linear infinite;
}

.a-seven {
  width: 100px;
  height: 100px;
  box-shadow: 15px 0px 20px 2px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  background: rgb(255 255 255 / 35%);
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  bottom: 350px;
  right: 200px;
  align-content: center;
  display: grid;
  animation-direction: reverse;
  animation: MoveUpDownSix 5s linear infinite;
}
.bubbles-sec h3 {
    font-size: 27px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.bubbles-sec h5 {
    font-size: 22px;
    text-align: center;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.bubbles-sec h6 {
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.bubbles-sec h4 {
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
@keyframes a-one {
  from { top: 0; left: 0; }
  to   { top: 100px; left: 100px; }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 290px;
  }
}

@keyframes MoveUpDownTwo {
  0%, 100% {
    left: 0;
  }
  50% {
    bottom: 300px;
  }
}

@keyframes MoveUpDownThree {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 250px;
  }
}

@keyframes MoveUpDownFour {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 250px;
  }
}

@keyframes MoveUpDownFive {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 290px;
  }
}

@keyframes MoveUpDownSix {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 280px;
  }
}

@keyframes MoveUpDownSeven {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}


.success-sec{
  border: 2px solid #f9f9f9;
  border-radius: 2px;
  padding: 5px;
  /*background: rgb(23 23 133);*/
  transition: 0.6s;
  margin: 15px 0 0; 
}
.success-sec:hover{
  border: 2px solid #77cde3;
  cursor: pointer;
}
.success-sec img{
  background-color: #fff;
  padding: 5px;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.success-sec h2{
    font-size: 30px;
    line-height: 43px;
    color: #f9f9f9;
}
.success-sec h6{
  font-size: 13px;
  color:#f9f9f9 ;
  font-weight: 400;
}
.Experiance-sec{
  padding: 15px 0 0;
}
/*we-help-sec*/
.help-img-sec img{
    width: 100%;
    height: 430px;
    object-fit: contain;
}
.ltx-video-bg-2 {
    z-index: -1;
    display: block;
    height: 360px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 100px;
    top: 42px;
    right: 0;
    animation: mover 1s infinite alternate;
    width: 100%;
}
.we-help-sec {
    padding: 90px 0;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.we-help-content {
    padding:20px 0;
}

.abt-underline hr {
    border: none!important;
    height: 3px;
    background: #009cc5;
    width: 80px;
    border: 1px solid;
    margin: 0 15px 0 0;
}
.abt-underline h6{
  margin: 0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #353535;
}

.banner-links {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: grid;
  justify-items: center;
  row-gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 64rem) {
  .banner-links {
    opacity: 1;
    visibility: visible;
  }
}
.banner-links > * {
  font-size: 20px;
  line-height: 25px;
  color: hsl(0deg 0% 0%);
  background: #efefef;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
  transition: 0.5s;
}
.banner-links > *:hover{
  background: #004386;
  color: #fff;
}
.banner-links::before {
  position: absolute;
  content: "";
  top: -3rem;
  width: 4rem;
  height: 1.5px;
  transform: rotate(90deg);
  background: #efefef;
}
.banner-links::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  width: 4rem;
  height: 2px;
  transform: rotate(90deg);
  background: #efefef;
}
.cont-shadow{
  margin: 0 0 15px;
}
/*@keyframes jump {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  10%   {transform: translate3d(0,5%,0) scale3d(1,1,1);}
  20%   {transform: translate3d(0,10%,0) scale3d(1,1,1);}
  40%  {transform: translate3d(0,20%,0) scale3d(1,1,1);}
  60%  {transform: translate3d(0,20%,0) scale3d(1,1,1);}
  80%  {transform: translate3d(0,20%,0) scale3d(1,1,1);}
  100%  {transform: translate3d(0,20%,0) scale3d(1,1,1);}
}
.jump {
  transform-origin: 50% 50%;
  animation: jump 1s linear alternate infinite;
}
.scrolldown{
    position: absolute;
    right: 15px;
    top: 40%;
    z-index: 9;
}
*/
/*what-we-do*/
.what-we-do{
    padding: 90px 0;
    position: relative;
    background: url(../images/6.png) rgb(243 243 243 / 50%);
    background-size: cover;
    background-position: center;
}
.inner-column{
  position:relative;
  padding-top:50px;
  padding-right:100px;
}

.text{
  position:relative;
  color:#777777;
  font-size:15px;
  line-height:2em;
  margin-bottom:40px;
}

.email{
  position:relative;
  color:#252525;
  font-weight:700;
  margin-bottom:50px;
}

.image-column{
  position:relative;
  margin: 0 25px 0 0;
}

.inner-column{
  position:relative;
  padding:45px 45px 0px 0px;
  margin-left:0;
  opacity: 0.9;
}

.inner-column:after{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:40px;
  bottom:35px;
  z-index:-1;
  opacity: 0.9;
  border:15px solid #009cc5;
}

.inner-column .image{
  position:relative;
}
/*
.inner-column .image:before{
  position:absolute;
  content:'';
  left:-50px;
  bottom:-50px;
  width:299px;
  height:299px;
  background:url(img/pattern-2.png) no-repeat;
}
*/
.inner-column .image img{
    position: relative;
    width: 100%;
    display: block;
    height: 405px;
    object-fit: cover;
}
.what-we-do-sec{
  padding: 30px 0;
}

/*our-client-sec*/
.our-client{
    padding: 90px 0 130px;
    position: relative;
    background: url(../images/6.png) rgb(240,239,245,0.5);
    background-size: cover;
    background-position: center;
}
.divider{
    background: #009cc5;
    width: 70px;
    height: 2px;
    margin: 15px auto 0;
}
.title-sec h5{
    color: #353535;
    text-transform: uppercase;
    font-weight: 600;
}
.highlight{
  background: linear-gradient(to bottom, transparent 70%, rgb(1 167 209 / 81%) 30%);
}
.title-sec{
  padding: 0 0 20px 0;
}
.title-sec h6{
    color: #009cc5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 8px;
    font-size: 16px;
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
  padding: 30px 0 0;
}

.slider {
  margin: 30px 0 10px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
.client-logo{
  cursor: pointer;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /*filter: gray; 
  -webkit-filter: grayscale(1);*/
  transition: all .3s ease-in-out;  
}
/*.client-logo:hover{
  filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}*/
.carousel-indicators{
  bottom: -55px;
  z-index: 1;
}
.carousel-indicators li {
    width: 15px;
    height: 7px;
    border-radius: 0;
    background: #c9c9c9;
}
.carousel-indicators .active{
  background-color: #009cc5;
}


/*back-to-top*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    transition: 0.8s;
    border: none;
    border-radius: 0%;
    background-color: #009cc5;
}
.back-to-top i{
    font-size: 25px;
    color: #f9f9f9;
    vertical-align: middle;
}
.back-to-top:hover{
    border-radius: 50%;
    background: #004386;
}
.back-to-top:hover i{
    color: #f9f9f9;
}

/*how-it-work*/
.work-process-sec{
    padding: 90px 0;
    position: relative;
    background: url(../images/banner.jpg) rgb(240,239,245,0.5);
    background-size: cover;
}
.work-process-icon{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    width: 90%;
    margin: 0 auto;
    padding: 25px 26px;
}
.ftr-overlay1 {
    background-color: #272727;
    opacity: 0.7;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.work-process-sec .col-sm-3{
    padding: 0;
}
.work-process-icon h6{
    color: #3d3d3d;
    margin: 0;
    padding: 30px 15px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}
.process-shadow{
    box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 80%);
    padding: 30px 4px;
    border-radius: 500% 500% 500% 500%;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    background-color: rgb(233 233 233 / 90%);
}
.work-process-row{
    padding: 25px 0 0;
}
.work-process-sec .title-sec h5,.work-process-sec .title-sec h6{
  color: #f9f9f9;
  position: relative;
}
.work-process-sec .title-sec .divider{
  background-color: #f9f9f9;
  position: relative;
}
/*our-services-sec*/
.our-services-sec{
    padding: 90px 0 100px;
    position: relative;
    background: url(../images/6.png) rgb(240,239,245,0.5);
    background-size: cover;
    background-position: center;
}

/*our-success-sec*/
.our-success-sec{
  padding: 90px 0;
  margin: 4em 0 0;
}
/*.success-left {
     position: absolute;
     left: 0;
     top: 0;
     max-width: 100%;
}*/
.success-left img:nth-of-type(1) {
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: rotate-center 70s linear infinite both;
    animation: rotate-center 70s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.success-left .info-circle {
     position: absolute;
     top: 0;
     left: 50%;
     -webkit-transform: translate(-50%, -40%);
     -ms-transform: translate(-50%, -40%);
     transform: translate(-50%, -40%);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-align: center;
     width: 175px;
     height: 175px;
     background-color: #009cc5;
     color: #f9f9f9;
     border-radius: 50%;
     overflow: hidden;
     outline: 10px solid #f9f9f9;
}
.success-left .info-circle h2 {
    font-size: 45px;
    color: #f9f9f9;
    line-height: 40px;
}
.success-left .info-circle small {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.7px;
    font-weight: normal;
}
.success-left .info-circle:nth-of-type(2) {
     width: 150px;
     height: 150px;
     left: auto;
     right: 0;
     top: 50%;
     -webkit-transform: translate(-14%, -57%);
     -ms-transform: translate(-14%, -57%);
     transform: translate(-14%, -57%);
     z-index: 5;
}
.success-left .info-circle:nth-of-type(2) h2 {
     font-size: 40px;
    line-height: 30px;
}
.success-left .info-circle:nth-of-type(3) {
     width: 130px;
     height: 130px;
     left: auto;
     right: 0;
     top: 50%;
     -webkit-transform: translate(-88%, 32%);
     -ms-transform: translate(-88%, 32%);
     transform: translate(-88%, 32%);
     background-color: #858585;
     z-index: 0;
}
.success-left .info-circle:nth-of-type(3) h2 {
    font-size: 32px;
    line-height: 22px;
}
.success-left .info-circle:nth-of-type(4) {
     width: 150px;
     height: 150px;
     left: 0;
     top: 50%;
     -webkit-transform: translate(20%, -20%);
     -ms-transform: translate(20%, -20%);
     transform: translate(20%, -20%);
     background-color: #636363;
     z-index: 0;
}
.success-left .info-circle:nth-of-type(4) h2 {
    font-size: 36px;
    line-height: 27px;
}

/*client-testimonial*/
.client-testimonial-sec{
  padding: 90px 0;
}
.client-testi{
  margin: 30px 0 0;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 40px 90px;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    background: #f4f4f4;
    height: 63vh;
}
@media(max-width:767px){
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.testi-img{
  width: 20%;
  margin: 0 0 15px;
}
@media(max-width:767px){
    .carousel-caption img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-caption{
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}
@media(max-width:767px){
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
.client-testimonial-sec i{
    background-color: #009cc5;
    padding: 11px;
    font-size: 18px;
}
.carousel-control-prev{
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
    transition: none;
    opacity: unset;
}
.client-testimonial-sec p{
  padding: 5px 0;
  text-align:center;
}
.testi-nm{
  padding: 25px 0 0;
}
/*services-sec*/
.content-box {
    background: #fff;
    position: relative;
    padding: 40px 20px;
    box-shadow: 0 7px 17px rgb(113 110 110 / 10%);
    text-align: center;
    transition: 0.3s;
    margin: 10px 0 0;
    height: 405px;
}
.content-box::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #009cc5;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}

.content-box:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}

.content-box-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #797979;
    box-sizing: content-box;
    border-radius: 50%;
}
.content-box-icon-wrapper::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px #a7a7a7, 0px 0px 25px 0px #656565 inset;
    border-radius: 50%;
    opacity: 0.2;
}
.content-box-circle {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
}
.content-box-circle:nth-child(1) {
    transform: rotate(0deg);
    animation: content-box-rotation 2s infinite linear;
    animation-play-state: paused;
}
.content-box-circle:nth-child(2) {
    transform: rotate(180deg);
    animation: content-box-rotation-2 2s infinite linear;
    animation-play-state: paused;
}
.content-box-circle-bullet {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #004386;
}
.content-box:hover .content-box-circle:nth-child(1),
.content-box:hover .content-box-circle:nth-child(2) {
    animation-play-state: running;
}
@keyframes content-box-rotation {
    0% {
        transform: rotate(90deg); }
    100% {
        transform: rotate(450deg); }
}

@keyframes content-box-rotation-2 {
    0% {
        transform: rotate(-90deg); }
    100% {
        transform: rotate(270deg); }
}
.content-box-icon {
    line-height: 0;
    font-size: 52px;
}
.content-box-content-wrapper {
    letter-spacing: 1px;
}
.content-box-title {
    font-size: 20px;
    margin: 0;
    color: #333333;
    letter-spacing: 0;
    padding: 0 0;
    font-weight: 600;
}
.content-box-content-wrapper li{
    font-size: 13px;
    line-height: 17px;
    color: #000;
    text-align: left;
    padding: 3px 0;
    list-style-type: none;
}
.content-box-content-wrapper li i{
  color: #333333;
}
.content-box-content-wrapper ul{
  padding: 7px 0 0;
}
.content-box-content-wrapper p {
    font-size: 13px;
    line-height: 18px;
    height: 135px;
}
.content-box-button {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    color: #009cc5;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-family: 'Lato', sans-serif;
}
.icon-img{
  width: 43%;
}
.content-box-button:hover {
    color: #333 !important;
}

.content-box.color-2 .content-box-icon-wrapper {
    border: 1px solid #54e0c4;
    color: #54e0c4;
}
.content-box.color-2 .content-box-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #54e0c4, 0px 0px 25px 0px #54e0c4 inset;
}
.content-box.color-2 .content-box-circle-bullet {
    background-color: #54e0c4;
}
.content-box.color-2 .content-box-button {
    color: #54e0c4;
}
.content-box.color-2::before {
    background-color: #54e0c4;
}

.content-box.color-3 .content-box-icon-wrapper {
    border: 1px solid #ffb507;
    color: #ffb507;
}
.content-box.color-3 .content-box-icon-wrapper::before {
    box-shadow: 0px 0px 25px 0px #ffb507, 0px 0px 25px 0px #ffb507 inset;
}
.content-box.color-3 .content-box-circle-bullet {
    background-color: #ffb507;
}
.content-box.color-3 .content-box-button {
    color: #ffb507;
}
.content-box-2.color-3::before {
    background-color: #ffb507;
}
.services-row{
  padding: 25px 0 0;
}


/*product-sec*/
.our-product-sec{
  padding: 90px 0;
}
/**footer-sec*/
.footer-distributed{
  background-image: url(../images/footer.jpg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:80px 40px;
  position: relative;
}
.ftr-overlay{
    background-color: #004386;
    opacity: 0.9;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}
.footer-distributed h3{
    color: #f9f9f9fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-distributed h3 span{
  color:  #b9a17c;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #f9f9f9fff;
  margin: 10px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

/* Footer Center */
.footer-sec {
    padding: 0px 4em;
    text-align: center;
    background: #ffffff;
}
.btn-nxt{
    background-color: #009cc5;
    font-size: 16px;
    color: #f9f9f9;
    text-align: center;
    transition: 0.5s;
    padding: 8px 13px;
    margin: 0 5px;
    display: inline-block;
    transition: 0.5s;
}
.btn-nxt:hover{
  background-color: #004386;
  color: #f9f9f9;
}
.btn-nxt:hover i{
  color: #f9f9f9;
}
.btn-nxt-row{
    width: 100%;
    margin: 45px auto 0;
    display: table;
}
.footer-sec p{
    color: #434343;
    font-size: 14px;
}
.footer-sec p a{
  color: #004386;
  font-weight: 600;
}
.footer-distributed .footer-center i{
    background-color: #009cc5;
    color: #f9f9f9;
    font-size: 21px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    margin: 10px 15px 0 0;
    vertical-align: middle;
    float: left;
}
.ftr-details {
    display: inline-block;
    width: 100%;
}

.footer-distributed .footer-center p{
    color: #f9f9f9;
    display: flex;
    padding: 5px 2px;
    font-size: 14px;
    letter-spacing: 0;
}

.footer-right a li {
    color: #f9f9f9;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.6px;
    list-style-type: none;
    line-height: 17px;
    transition: 0.6s;

}
.footer-right a li:hover,.ftr-details a p, .ftr-details li a{
  color:#77cde3;
}
.footer-right ul{
  margin: 0;
  padding: 0;
}
.Nishan-title span{
  font-weight: 400;
  color: #77cde3!important;
}
.Nishan-title{
  padding: 0!important;
}
a{
  text-decoration: none!important;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #f9f9f9;
  text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #f9f9f9;
  display: inline-block;
  padding: 0 6px;
}
/*.footer-left{
  padding: 15px 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ;
}*/
.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */
.footer-distributed .footer-company-about{
    line-height: 20px;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: justify;
    padding: 10px 25px 10px 0;
}

.link-title,.footer-center h5 {
    display: block;
    color: #f9f9f9;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.footer-distributed .footer-icons{
  margin-top: 5px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:#009cc5;
  font-size: 20px;
  color: #f9f9f9;
  text-align: center;
  line-height: 35px;
  transition: 0.5s;
  margin-right: 5px;
  margin-bottom: 5px;
}
.footer-icons h6{
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 400;
    letter-spacing: 0.6px;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: text-top;
}
.footer-distributed .footer-icons a:hover{
  background: #f9f9f9;
  color: #000;
}

.ftr-logo{
    width: 40%;
    background: #fff;
    padding: 7px;
    box-shadow: #0096bd 4px 0px 11px 5px;
}

/*contact-us-popup*/
.contact-button {
  position: fixed;
  top: 47%;
  left: -9px;
  margin: 0;
  list-style: none;
  background: #004386;
  padding: 2px;
  color: #f9f9f9!important;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom center;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  font-size: 17px;
  transition: 0.7s;
}

.contact-button:hover{
  background: #009cc5;
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border-radius: 5px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-form {
  padding: 30px 30px;
  background-color: #f9f9f9fff;
  border-radius: 12px;
  max-width: 400px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-form textarea,.career-form textarea{
  resize: none;
}

.contact-form .form-input, .form-text-area, .career-form .form-input{
    background-color: #f7f7f7;
    padding: 20px 15px;
    border-radius: 0!important;
    font-size: 14px;
    margin: 5px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #cfcfcf;
}

.contact-form .form-text-area, .career-form .form-text-area {
  background-color: #f7f7f7;
  height: auto;
}

.contact-form .form-control::placeholder, .career-form .form-control::placeholder {
  color: #939393;
}

.contact-form .form-control:-ms-input-placeholder, .career-form .form-control:-ms-input-placeholder {
  color: #939393;
}

.contact-form .form-control::-ms-input-placeholder,.career-form .form-control::-ms-input-placeholder {
  color: #939393;
}

.contact-form .form-control:focus,.career-form .form-control:focus,#career-dropdown {
  border-color: #009cc5;
  box-shadow: none;
  outline: none;
}

.contact-form .title,.career-form .title,.footer-right .title{
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  padding: 0 0 10px 0;
}

.contact-form .description, .career-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper,.career-form .submit-button-wrapper {
  text-align: center;
  margin: 20px 0 0;
}

.contact-form .submit-button-wrapper input, .career-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #f23292;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover,
.career-form .submit-button-wrapper input:hover, #career-dropdown  {
  background-color: #d30069;
}


/*career-popup*/
.careerButton,.careersecButton {
  position: fixed;
  top: 47%;
  left: -23px;
  margin: 0;
  list-style: none;
  background: #009cc5;
  padding: 2px;
  color: #f9f9f9!important;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom center;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  font-family: 'Lato', sans-serif;
  cursor: pointer!important;
  font-size: 17px;
}

.careerContainer,.careersecContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  z-index: 999;
}

.career-popup-content,.careersec-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border-radius: 5px;
}

.careercloseButton,.careerseccloseButton {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}
.career-form{
  padding: 30px 30px;
  background-color: #f9f9f9fff;
  border-radius: 12px;
  max-width: 800px;
}
#career-dropdown{
    background-color: #f7f7f7;
    padding: 10px 15px;
    border-radius: 0!important;
    font-size: 14px;
    margin: 8px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    color: #939393;
}
.upload-file{
    background-color: #f7f7f7;
    padding: 8px 15px;
    border-radius: 0!important;
    font-size: 14px;
    margin: 5px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    color: #939393;
    border-bottom: 1px solid #cfcfcf;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
  border-radius: 0;
  font-size: 14px;
  background: #f7f7f7;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.input-group {
    margin: 8px 0;
}
.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}
.custom-file-button label{
  background-color: #ebebeb;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
}
.input-group-text{
  border-radius: 0;
  font-size: 14px;
}
.career-frm{
  padding: 10px 0 0;
}
/*partners-sec*/
.partners-sec{
  padding: 80px 40px 120px;
  position: relative;
  background: url(../images/6.png) rgb(240,239,245,0.5);
  background-size: cover;
  background-position: center;
}
.partnership{
  padding: 30px 0 0;
}
.partners-sec .col{
  padding: 0 8px;
}
.partnership .slide{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



/*product-sec*/
.product-images{
  width: 100%;
  margin: 0 0 20px;
}
.product-box{
    background: #fff;
    position: relative;
    padding: 0 20px 40px;
    box-shadow: 0 6px 8px rgb(165 165 165 / 50%);
    text-align: center;
    transition: 0.3s;
    margin: 10px 0 0;
    height: 230px;
    border: 1px solid #e3e3e3;
}
.our-product-sec .col-lg-2{
  padding: 0 7px;
}

/*podcast*/
.img-poscast{
    width: 100%;
    height: 450px;
/*    object-fit: cover;*/
}
.podcast-img {
    width: 100%;
    height: auto;
    margin: 10px 0;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;
    border: 3px solid #00aedb;
}
.podcast-sec .col-lg-3{
  padding: 0 5px;
}
.podcast-sec{
  padding: 2em;
}

.gem-img{
    height: 350px;
}
#RoofTop,#StreetLighting,#IoTBased{
  padding: 2em 0;
}