
  video {
  height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
  }

  video[poster]{
height:100%;
width:100%;
object-fit: cover;
}

  .loca{
    position: absolute;
    top: 90px;
    left: 9%;
  }

  .navbar-brand{
    background-color: rgb(10,121,144);
    padding: 10px 16px;
    width: 270px;
  }

  .navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

/*   .loca ul li {
    display: inline-block;
    background: rgb(10,121,144);
background: linear-gradient(324deg, rgba(10,121,144,1) 0%, rgba(97,198,196,1) 46%, rgba(186,186,186,1) 100%);
padding: 5px 10px;
border-radius: 5px;
  }*/

.loca ul li {
    display: inline-block;
padding: 5px 8px 5px 0px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
  }


.colors{
  color: #ae9d78;
}

body, html {
  height: 100%;
 background-image: url(../img/home-bg.png);
 background-attachment: fixed;
 font-family: 'Lato', sans-serif;
 font-size: 18px;
}

.sm-txt{
  font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

p{
  color: #868686;
  line-height: 1.6;
}

a{
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
}

li{
    list-style: none;
}

.no-pad-rf {
    padding-right: 0px;
    padding-left: 0px;
}

.no-pad-tb {
    padding-top: 0px;
    padding-bottom: 0px;
}


.no-pad-man {
    padding:0px
}

.pt-120{
    padding-top: 120px;
}

.pt-90{
    padding-top: 90px;
}

.pt-60{
    padding-top: 60px;
}


.pb-120{
    padding-bottom: 120px;
}

.pb-90{
    padding-bottom: 90px;
}

.pb-60{
    padding-bottom: 60px;
}

.ptb-120{
    padding: 120px 0px;
}

.ptb-90{
    padding: 90px 0px;
}


.ptb-60{
    padding: 60px 0px;
}


h1 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 0px;
}

h1,h2,h3,h4{
  font-family: 'Montserrat', sans-serif;
}

h2{
  font-weight: bold;
}


.theme-btn{
    color: #000;
    padding: 7px 15px;
    background-color: #fff;
    border: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.theme-btn:hover{
    padding: 7px 40px;
    color: #000;
    letter-spacing: 0px;
}

.elem{
    width: 120px;
    height: 5px;
    background-color: #61c6c4;
    display: block;
    margin-bottom: 30px;
}

@keyframes animName {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

.elem {
  animation: animName 2s infinite;
}

.c-profile{
  padding: 10px 15px;
  border-radius: 3px;
  background: rgb(10,121,144);
background: linear-gradient(324deg, rgba(10,121,144,1) 0%, rgba(97,198,196,1) 46%, rgba(186,186,186,1) 100%);
color: #fff;
}

.c-profile:hover{
  padding: 10px 20px;
color: #fff;
}

.heading-title h1{
    font-size: 48px;
    color: #000;
    font-weight:700;
    letter-spacing: 0px;
}

.heading-title h2{
  font-family: 'Raleway', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.3;
}

.heading-title h4{
  margin-bottom: 30px;
   font-size: 24px;
   font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.heading-title-thin-w{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}

.heading-title-bold-w{
    font-weight: 600;
    margin-bottom: 10px;
    color: #61c6c4;
}

.heading-title-thin-b{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #505962 ;
}

/*.heading-title p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #61c6c4;
}*/

.sp-txt{
  color: #d1c0a1;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* ------------------------------------------------ navbar */

.navbar{
  padding: 1em 1em;
}

.navbar-light .navbar-nav .nav-link{
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #61c6c4;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #61c6c4;
}
.bg-light{
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.nav-link{
  
}
.nav-item{
  margin-left: 30px;
}

/* menu toggle button -------------------- */

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #61c6c4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background: #61c6c4;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
  transform: translateY(-10px) translateX(-1px);
  width: 20px;
  transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(-3px);
  width: 22px;
  transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
  background: #61c6c4;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 35px;
  height: 3px;
  transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  background: #61c6c4;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 35px;
  height: 3px;
  transition-delay: .1s;
}

.navbar-light .navbar-toggler{
  border-color: transparent; 
}

.navbar-toggler{
  border: none;
}

#search-icon{
  margin-top: 13px;
  color: #61c6c4;
}

/* ------------------------------------------------ header */
.home-header {
  background:transparent;
  height: 100vh;
  color: #fff;

}
.home-header__content {
  height: 100%;
    
    margin-right: auto;
    margin-left: auto;
}
.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: calc(100% + 50px);
}
.slider-text__slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  padding-right: 10%;
  padding-left: 50%;
}
.slider-text__slide h2 {
  font-size: 68px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.slider-text__slide h2 span {
  color: #fff;
  white-space: nowrap;
}
.slider-text__slide p {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}
.slider-text__slide button {
  border: none;
  background-color: gray;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 26px;
  font-weight: bold;
  position: relative;
}
.slider-text__slide button span {
  position: relative;
  z-index: 2;
}
.slider-text__slide button::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #303030;
  transition: all 0.6s ease-in-out;
}
.slider-text__slide button:hover::before {
  width: 100%;
}
.slider-img {
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative;

}
.slider-img ::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.slider-img__slide {
  height: 100%;
  overflow: hidden;
}
.slider-img__bg {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-bottom {
  position: absolute;
  bottom: 0;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 9;
  width: 100%;
}
.slider-pagination {
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  height: 70px;
  align-items: center;
}
.slider-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  position: relative;
}
.slider-pagination .swiper-pagination-bullet::before {
  height: 0;
  width: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #61c6c4;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.slider-pagination .swiper-pagination-bullet-active {
  background: #61c6c4;
}
.slider-pagination .swiper-pagination-bullet-active::before {
  height: 14px;
  width: 14px;
  opacity: 1;
}
.slider-scrollbar {
  flex: 1 0 0;
}
.slider-scrollbar .swiper-scrollbar {
  height: 1px;
  background: -webkit-linear-gradient(left, #8f6B29, #FDE08D, #DF9F28);
  background: linear-gradient(left, #8f6B29, #FDE08D, #DF9F28);
}
.slider-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background-color: #61c6c4;
  cursor: pointer;
}
.slider-nav {
  flex: 0 0 140px;
}
.slider-nav__container {
  position: relative;
  width: 70px;
  margin: 0 auto;
  left: 10px;
}
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next {
  height: 32px;
  width: 32px;
  color: #61c6c4;
  border: 2px solid #61c6c4;
  border-radius: 50%;
  background-color: transparent;
  top: 5px;
}
.slider-nav .swiper-button-prev::after, .slider-nav .swiper-button-next::after {
  font-size: 10px;
}
.slider-nav .swiper-button-prev.swiper-button-disabled, .slider-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #fff;
  border-color: #fff;
}
.slider-nav .swiper-button-prev {
  left: 0;
}
.slider-nav .swiper-button-next {
  right: 0;
}
.slider-pagination-count {
  position: absolute;
  left: 140px;
  bottom: 90px;
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
  width: 110px;
  height: 80px;
  
  color: #61c6c4;
}
.slider-pagination-count .current {
  color: rgba(255, 255, 0255, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  display: inline-block;
  min-width: 50px;

}
.slider-pagination-current {
  position: absolute;
  bottom: 30px;
  right: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  color: #61c6c4;
}
.slider-pagination-current::after {
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #61c6c4;
  margin-left: 5px;
}
.slider-gear {
  height: 500px;
  width: 500px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slider-gear svg {
  width: 100%;
  opacity: 0.04;
}


/* ----------------------------------------------- home about */

.home-about{
  position: relative;
  overflow: hidden;
}

.earth{
  position: absolute;
  right: 160px;
  top: 90px;
  width: 200px;
  z-index: -2;
}

.home-about .c-1{
    position: relative;
}

.home-about .c-2 h5{
    font-size: 26px;
    font-weight: 600;
}


@keyframes move-astronaut{
    100% { -webkit-transform: translate(60px, -320px); transform:translate(60px, -320px); }
}

@keyframes rotate-astronaut{
    100% { -webkit-transform: rotate(-50deg); transform:rotate(-50deg); }
}

.object_astronaut{
    animation: rotate-astronaut 40s infinite linear both alternate;
}

.box_astronaut{
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 50%;
    animation: move-astronaut 20s infinite linear both alternate;
}


.object_astronaut1{
    animation: rotate-astronaut1 20s infinite linear both alternate;
}

.box_astronaut1{
    position: absolute;
    bottom: 20%;
    right: -45%;
    animation: move-astronaut1 10s infinite linear both alternate;
}

@keyframes move-astronaut1{
    100% { -webkit-transform: translate(0px, -130px); transform:translate(0px, -130px); }
}

@keyframes rotate-astronaut1{
    100% { -webkit-transform: rotate(6deg); transform:rotate(6deg); }
}


.home-about{

}

.bbm {
  margin-top: 10px;
  margin-bottom: 60px;
}


/* service home */

.service-head{
background-image: url(../img/service-bg.jpg);
background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: top right;
 padding-top: 60px;
 }



.services-home{
  background: rgb(0,48,73);
background: linear-gradient(324deg, rgba(0,48,73,1) 0%, rgba(0,19,29,1) 100%);
}

.serv-all{
  background-color: #000;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
  height: 85vh;
  border-radius: 20px;
  position: relative;
}

.serv-sub{
  position: absolute;
  left: 0px;
  bottom: 60px;
  padding: 0px 60px;
}

.slide-item-a .item-content .title{
    background-color: rgba(4,95,145,0.6);
    display: inline-block;
    padding: 0px 15px 3px 15px;
}

.overlay-mode{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.serv-0 .overlay-mode{
 background: rgb(255,0,22);
background: linear-gradient(180deg, rgba(255,0,22,0.08727240896358546) 0%, rgba(255,0,0,0.7343312324929971) 49%, rgba(193,0,0,1) 96%);
}

.serv-1 .overlay-mode{
  background: rgb(0,219,255);
background: linear-gradient(180deg, rgba(0,219,255,0.08727240896358546) 0%, rgba(0,214,255,0.7343312324929971) 49%, rgba(0,137,208,1) 96%);
}

.serv-2 .overlay-mode{
  background: rgb(255,0,159);
background: linear-gradient(180deg, rgba(255,0,159,0.08727240896358546) 0%, rgba(255,0,164,0.7343312324929971) 49%, rgba(193,0,104,1) 96%);
}

.serv-3 .overlay-mode{
  background: rgb(255,124,0);
background: linear-gradient(180deg, rgba(255,124,0,0.08727240896358546) 0%, rgba(255,124,0,0.7343312324929971) 49%, rgba(255,124,0,1) 96%);
}

.serv-4 .overlay-mode{
  background: rgb(81,218,0);
background: linear-gradient(180deg, rgba(81,218,0,0.08727240896358546) 0%, rgba(81,218,0,0.7343312324929971) 49%, rgba(81,218,0,1) 96%);
}

.serv-5 .overlay-mode{
  background: rgb(0,219,255);
background: linear-gradient(180deg, rgba(0,219,255,0.08727240896358546) 0%, rgba(0,214,255,0.7343312324929971) 49%, rgba(0,137,208,1) 96%);
}


.sd-1 .overlay-mode{
 background: rgb(255,0,22);
background: linear-gradient(180deg, rgba(255,0,0,0.8343312324929971) 49%, rgba(193,0,0,1) 96%);
}

.sd-2 .overlay-mode{
  background: rgb(0,219,255);
background: linear-gradient(180deg, rgba(0,214,255,0.8343312324929971) 49%, rgba(0,137,208,1) 96%);
}

.sd-3 .overlay-mode{
  background: rgb(255,0,159);
background: linear-gradient(180deg, rgba(255,0,164,0.8343312324929971) 49%, rgba(193,0,104,1) 96%);
}

.sd-4 .overlay-mode{
  background: rgb(255,124,0);
background: linear-gradient(180deg, rgba(255,124,0,0.8343312324929971) 49%, rgba(255,124,0,1) 96%);
}

.sd-5 .overlay-mode{
  background: rgb(81,218,0);
background: linear-gradient(180deg, rgba(81,218,0,0.8343312324929971) 49%, rgba(81,218,0,1) 96%);
}

.sd-6 .overlay-mode{
  background: rgb(0,219,255);
background: linear-gradient(180deg, rgba(0,214,255,0.8343312324929971) 49%, rgba(0,137,208,1) 96%);
}

.serv-all-m h2{
  padding-bottom: 73px;
  background-color: #000;
  color: #fff;
}

.serve-img{
  transition: all 0.3s ease;
}

.serv-all p{
  color: #fff !important;
}

.serv-0{
  background: url(../img/color.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  /*background: rgb(255,0,104);
background: linear-gradient(324deg, rgba(255,0,104,1) 0%, rgba(255,201,0,1) 46%, rgba(186,186,186,1) 100%);*/

}

.serv-0 p span{
  background-color: #000;
  padding: 3px 5px;
  margin: 2px 2px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  transition: 0.3s all ease;
}


.serv-0 p span:nth-child(1){
  background-color: #000;
}

.serv-0 p span:nth-child(2){
  background-color: #000;
}

.serv-0 p span:nth-child(3){
  background-color: #000;
}

.serv-0 p span:nth-child(4){
  background-color: #000;
}

.serv-0 p span:nth-child(5){
  background-color: #000;
}

.serv-0 p span:nth-child(6){
  background-color: #000;
}

.serv-0 p span:nth-child(7){
  background-color: #000;
}

.serv-0 p span:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.serv-1{
  background: url(../img/data-ana.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: right;
  /*background: rgb(0,48,73);*/

}

.serv-2{
  background: url(../img/creative-strategy.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  /*background: rgb(214,40,40);*/
  

}

.serv-3{
  background: url(../img/media-digital.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: right;
  /*background: rgb(247,127,0);*/

}

.serv-4{
  background: url(../img/seo-ppc.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  /*background: rgb(80,174,17);*/

}

.serv-5{
  background: url(../img/campaign-mngmnt.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: right;
  /*background: rgb(4,95,145);*/

}

.serve-img img{
  transition: all 0.3s ease;
}

 .serve-img:hover{
  transform: scale(1.04);
}

 .serve-img img:hover{
  transform: rotate(2deg);
}

.theme-btn1{
  color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.4);
}

.theme-btn1:hover{
background-color: rgba(255, 255, 255, 1);
color: #000;
padding: 10px 40px;
}


/* ------------------------------ home project */

.home-project{
  background: url(../img/hbb.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.section-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-title .text {
    z-index: -1;
    font-size: 5rem;
    font-weight: bold;
    font-weight: 800;
    margin: 0;
    opacity: 0.1;
}
.section-body {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-a .section-body {
  padding-top: 80px;
  padding-bottom: 80px; 
}
/* .section-content.content-width {
    max-width: 60rem;
} */
.text-left {
    text-align: left;
}
.display-3 {
    font-weight: bold;
    line-height: 1;
}
.rounded-16 {
  border-radius: 16px;
}
.content-full {
    width: 100%;
}
.slider-simple-a {
  position: relative;
}

.slider-simple-a .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: 6rem;
  width: 6rem;
  border: 2px solid currentColor;
  border: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #61c6c4;
}

.slider-simple-a .slider-btn:before, .slider-simple-a .slider-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border: 4px solid #61c6c4;
  transform: rotate(-45deg);
  transition: 0.3s;
  opacity: 0.25;
}

.slider-simple-a .slider-btn .icon {
  font-size: 2rem;
}

.slider-simple-a .swiper-button-prev,
  .slider-simple-a .slider-prev {
  left: calc((100% - 48rem)/2 - 80px - 96px/2);
  right: auto;
}

.slider-simple-a .swiper-button-prev:after,
    .slider-simple-a .slider-prev:after {
  border-left-color: transparent;
  border-top-color: transparent;
}

.slider-simple-a .swiper-button-prev:before,
    .slider-simple-a .slider-prev:before {
  border-left-color: transparent;
  border-top-color: transparent;
  opacity: 0;
}

.slider-simple-a .swiper-button-prev:hover:after,
    .slider-simple-a .slider-prev:hover:after {
  opacity: 1;
}

.slider-simple-a .swiper-button-prev:hover:before,
    .slider-simple-a .slider-prev:hover:before {
  opacity: 1;
  transform: rotate(135deg);
}

.slider-simple-a .swiper-button-next,
  .slider-simple-a .slider-next {
  right: calc((100% - 48rem)/2 - 80px - 96px/2);
  left: auto;
}

.slider-simple-a .swiper-button-next:after,
    .slider-simple-a .slider-next:after {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.slider-simple-a .swiper-button-next:before,
    .slider-simple-a .slider-next:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
}

.slider-simple-a .swiper-button-next:hover:after,
    .slider-simple-a .slider-next:hover:after {
  opacity: 1;
}

.slider-simple-a .swiper-button-next:hover:before,
    .slider-simple-a .slider-next:hover:before {
  opacity: 1;
  transform: rotate(-225deg);
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #61c6c4;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}



.slider-simple-a.animated .slide-item-a .item-image {
  transform: scale(0.8);
  transition: 0.6s;
  z-index: -1;
}

.slider-simple-a.animated .slide-item-a .item-content {
  transform: translateX(80px);
  opacity: 0;
  transition-delay: 0.6s;
  transition: 0.9s;
  z-index: 1;
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-image {
  transform: none;
  opacity: 1;
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-content {
  transform: none;
  opacity: 1;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide-item-a {
  width: 100%;
  max-width: 48rem;
  padding: 0 32px;
}

@media screen and (min-width: 768px) {
  .slide-item-a {
    padding: 0 32px;
  }
}

@media screen and (min-width: 992px) {
  .slide-item-a {
    padding: 0;
  }
}

.slide-item-a .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
}

.slide-item-a .item-image {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.slide-item-a .item-content {
  grid-column: 1;
  grid-row: 1;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide-item-a .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-a .item-content .title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .title {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}

.slide-item-a .item-content .category {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .category {
    font-size: 1.5rem;
  }
}

.slide-item-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .slide-item-a img {
    height: auto;
  }
}
 @media screen and (min-width: 992px) {
   .section-title .text {
     font-size: 11rem; 
   } 
      .section-title .text.text-lg {
        font-weight: 800;
        font-size: 15rem;
        line-height: 1; 
  } 
   .section-body {
     padding-top: 9rem;
     padding-bottom: 9rem; 
   }
   .section-a .section-body {
      padding-top: 8rem;
      padding-bottom: 8rem; 
   } 
}

.item-content h3, .item-content h4, .item-content h5 {
  color: #fff;
}

.category>span{
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

.category-slider>span{
  background: rgba(34, 55, 66, 0.5);
  color: #fff;
  padding: 0px 20px;
  white-space: normal !important;
}

/* skill home */

.skill-home{
  background: url(../img/boom.gif) no-repeat;
  background-position: right;
  padding-bottom: 60px;
}

@keyframes rotate-skill{
    100% { -webkit-transform: rotate(1360deg); transform:rotate(1360deg); }
}

.skill-rot{
    animation: rotate-skill 200s infinite linear both alternate;
}

/*----------------- fun-facts --*/


.fun-facts {
    text-align: center;
    width: 100%;
    color: #fff;
}


.fun-fact-inner {
    background-color: #032a34;
    padding: 50px 2px;
}

.fun-facts h1 {
    font-size: 3em;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 5px;
}


.fun-facts h6 {
    margin-bottom: 0px;
}

.fun-fact-list {
    margin-bottom: 0px;
}

.fun-fact-list li {
    list-style: none;
}

.fun-circle-left {
    margin-left: 30px;
}

.fun-circle-right {
    margin-right: 30px;
}



/* ------Clients logos --------------- */

.scroll-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
height: 150px;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 4px 15px;
}
.scroll-banner ul.client-list {
  position: relative;
  display: inline-block;

  list-style: none;
  white-space: nowrap;
}
.scroll-banner ul.client-list.cloned {
  position: absolute;
  top: 0;
  left: 0;

}
.scroll-banner ul.client-list li {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 6px;
  padding: 4px 15px;
  color: white;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-banner ul.client-list li:hover {
  transform: scale(1.1);
}


/*-- Main Footer ----------------------*/

.main-footer {
  background: url(../img/bg-footer.png) no-repeat;
  background-size: cover;
    background-color: #000;
    color: #fff;
    padding-top: 20px;
}

.get-in-touch {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #fff;
    width: 140px;
}

.get-in-touch:hover {
    color: #fff;
    background-color: #61c6c4;
    border: 1px solid #61c6c4;
}

.main-footer h3 {
    font-weight: 700;
    margin-bottom: 90px;
}

.main-footer p {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.main-footer h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
}

.main-footer i {
    font-size: 1.6em;
    padding-right: 15px;
    margin-top: 10px;
    transition: all 0.2s ease;
    color: #fff;
}

.f-address {
    margin-top: 30px;
    font-weight: 200;
}

.f-footer {
    margin-top: 20px;
    border-top: 1px solid gray;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
    padding: 30px;
}

.main-footer a:last-child i {
    padding-right: 0px;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-whatsapp:hover {
    color: #075e54;
}

.fa-youtube:hover {
    color: #c4302b;
}

.fa-instagram:hover {
    color: #ea4c89;
}


.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #61c6c4;
  color: #61c6c4;
}

.footer-cta p{
  margin-bottom: 0px;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
      margin-top: 40px;
}

.footer-social-icon{
text-align: center;
}


.footer-social-icon a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.footer-social-icon i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 1px;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100px;
  background: #61c6c4;
}

.footer-widget{
  margin-bottom: 30px;
}
.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget ul li a:hover{
  color: #61c6c4;
}
.footer-widget ul li a {
  color: #878787;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #61c6c4;
    padding: 13px 20px;
    border: 1px solid #61c6c4;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #000;
  padding: 15px 0 10px 0;
  margin-top: 15px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #61c6c4;
}

.footer-menu ul {
  margin-bottom: 5px;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #61c6c4;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}





/* ------------------------------------------------ about */

.about{
  background: url(../img/hbb.png) no-repeat;
  background-position: right;
  margin-top: 85px;
}

.heading-title h2{
  margin-bottom: 30px;
}



/* ------------------------------------------------ about vision mission */

.vision-mission{
  background: url(../img/vimi.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.vision-mission img{
  margin-bottom: 30px;
}

.vision-mission p{
   color: #000 !important;
}


.vision, .mission, .values{
  background: url(../img/event.jpg) no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 60px 30px 50px 30px;
  border-radius: 15px;
  height: 740px;

}


.mission{
  background: url(../img/mission.gif) no-repeat;
  background-position: top center;
  background-color: #f8f8f8;
}

/* ---- team */


.team-t{
  margin-top: 60px;
}

.team-c{
  position: relative;
  overflow: hidden;
}

.team-c:hover .bg-color img{
  transform: scale(0.9);
}

.bg-color img{
 transition: 0.4s all ease;
}



.team-c h4{
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.team-c p{
  padding-top: 0px;
  color: #fff;
  font-size: 14px;
}

.team-c .bg-color{
  padding: 0px 0px 10px 0px;
  background-color: rgb(10,121,144);
}


/* ------------------------------------------------ service */

.services{
  margin-top: 80px;
  background: url(../img/boom.gif) no-repeat;
  background-position: top center;
}

.service{
  padding-bottom: 60px;
}

.s-l-c{
  height: 360px;
}

.s-l-cc{
  height: 400px;
}

.s-l-m{
  padding: 0px 0px 20px 0px;
}

.s-l-m h2{
  padding: 72px 0px;
}

.service-1{
  background: red;

}

.m-serv p span{
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.service-1 p{
  padding: 30px;
    color: #fff ;
}

.service-list {
  text-align: center;
}

.service-list li {
  transition: 0.4s all ease;
}

.service-list li:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

.service-list li{
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}


/* ------------------------------------------------ gallery */


.gallery{
  margin-top: 90px;
}

.gallery a{
  margin-bottom: 30px;
}



/* Contact us----------------------------------------------- */

.phone-c{
  background: url(../img/kochi.jpg) no-repeat;
    background-size: cover;
}

.email-c{
  background: url(../img/dubai.jpg) no-repeat;
    background-size: cover;
}

.address-c{
  background: url(../img/kannur.jpg) no-repeat;
    background-size: cover;
}

.phone-c, .email-c, .address-c{
    margin: 0px 0px 30px 0px;
    
      /*background: rgb(10,121,144);
background: linear-gradient(324deg, rgba(10,121,144,1) 0%, rgba(97,198,196,1) 46%, rgba(186,186,186,1) 100%);*/
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.phone-c h4, .email-c h4, .address-c h4{
    font-weight: 700;
}

.phone-c p, .email-c p, .address-c p{
    margin-bottom: 0px;
}

.form-ui{
  padding: 30px 60px;
  border: 1px solid #61c6c4;
}


.form-decoration input,
.form-decoration textarea {
    border: none;
    border-bottom: 2px solid #bfbcba;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: #61c6c4;
    background-color: rgba(0, 0, 0, 0);
}

.form-decoration button{
    transition: all 0.3s ease-in-out;
    margin-bottom: 60px;
    background-color: #61c6c4;
    border: none;
    margin-top: 30px;
    padding: 15px 30px;
}

.form-decoration button:hover{
    background-color: #000;
}

.contact-info-inner ul li{
  border-top: 1px solid #fff;
  padding: 10px 0px;
}

.contact-info-inner ul li a{
  color: #fff;
}


.swiper-pagination {
  text-align: left !important;
  left: 5% !important;
bottom: 33% !important;
}