body,
html {
    min-height: 100%;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
   


}

* {
    margin: 0;
    padding: 0;
}




.gray-c{
    border-color: #e4e4e4;
    color: #76787b;
}

p {
    color: #76787b;
    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;
}

.pt-30 {
    padding-top: 30px;
}


.pb-120 {
    padding-bottom: 120px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-90 {
    padding: 90px 0px;
}


.ptb-60 {
    padding: 60px 0px;
}

.ptb-30 {
    padding: 30px 0px;
}

.mrb-30{
    margin-bottom: 30px;
}

.mrb-60{
    margin-bottom: 60px;
}

.pr-20{
    padding-right: 20px;
}
.pr-40{
    padding-right: 40px;
}
.pr-60{
    padding-right: 60px;
}
.pr-80{
    padding-right: 80px;
}
.pr-100{
    padding-right: 100px;
}
.pr-120{
    padding-right: 120px;
}

.pl-20{
    padding-left: 20px;
}
.pl-40{
    padding-left: 40px;
}
.pl-60{
    padding-left: 60px;
}
.pl-80{
    padding-left: 80px;
}
.pl-100{
    padding-left: 100px;
}
.pl-120{
    padding-left: 120px;
}

h1 {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Rubik", sans-serif;
    
}

h2 {
    font-weight: bold;
}

.blacker{
    color: #4c5964 !important;
}

.theme-btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #015B6B;
}

.theme-btn:hover {
    background-color: #101f37;
    color: #fff;
    padding: 10px 40px;
}

.theme-btn-white{
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
}

.theme-btn-white:hover {
    color: #fff;
    padding: 10px 40px;
}


.theme-btn-dark{
    color: #101f37;
    padding: 10px 20px;
    border: 1px solid #101f37;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
}

.theme-btn-dark:hover {
    color: #101f37;
    padding: 10px 40px;
}


.theme-btn-top{
    color: #101f37;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    font-size: 14px;
    background-color: #cbfffc;
    margin-bottom: 50px;
}

.round-arr {
    margin-left: 20px;
    width: 41px;
    height: 2px;
    background-color: #101f37;
    position: relative;
}

.round-arr::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #101f37;
    border-radius: 50%;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.round-arr-w {
    margin-left: 20px;
    width: 41px;
    height: 2px;
    background-color: #fff;
    position: relative;
}

.round-arr-w::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.s-btn {
    color: #fff;
    padding: 3px 15px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
    background-color: #101f37;
}

.s-btn:hover {
    background-color: rgba(5,62,117,1);
    color: #fff;
    padding: 3px 30px;
}

.elem {
    width: 120px;
    height: 5px;
    background-color: rgba(5,109,139,1);
    display: block;
    margin-bottom: 30px;
    animation: animName 2s infinite;
    position: relative;
}

.elem1 {
    width: 120px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
    animation: animName 2s infinite;
    position: relative;
}

.elem-center {
    width: 120px;
    height: 5px;
    background-color: #0078ff;
    display: block;
    margin-bottom: 30px;
    animation: animName2 2s infinite;
    position: relative;
    left: calc(50% - 60px);
}


@keyframes animName {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes animName2 {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(50px);
    }

    60% {
        transform: translateX(-50px);
    }


    100% {
        transform: translateX(0px);
    }

}

.heading-co{
    margin-bottom: 90px;
}

.heading-title h1 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
}

.heading-title h2 {
    font-family: "Rubik", sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3;
}

.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: rgba(5,62,117,1);
}

.heading-title-thin-b {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #505962;
}

.font-thin{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.sp-txt {
    color: #d1c0a1;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.darker-bg{
    background-color: #010b1e;
}

.white-bg{
    
}


/* -------------- Preloader ------------------- */
/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
  height:100%;  
  z-index: 9999998;
  background:#010b1e;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00ffea;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0088e7;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0030b9;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} */




.h-about-us-txt{
    padding-top: 20px;
    color: #001324;
}

.h-about-us-txt h1{
    margin-bottom: 10px;
    color: #001324;
}

.h-about-us-txt h4{
    color: #001324;
}

.h-about-us-txt p{
    color: #001324;
}



/* ------------------------------------------------ navbar */

#navbar {
  background: transparent;
  color: #fff !important;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  padding-top: 35px;
  transition: all 0.4s ease;
}

#navbar.scrolled {
  color: #fff !important;
  margin-top: 0px;
  padding-top: 15px;
    padding-bottom: 0px;
    background-color: #6D6E70 !important;
}

.nav-wrapper {
  
} @media(max-width: 768px) {
    .nav-wrapper {
      width: 90%;
    }
  } @media(max-width: 638px) {
      .nav-wrapper {
        width: 100%;
      }
    } 


.logo {
  float: left;
  font-size: 1.5em;
  height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
} @media(max-width: 768px) {
    .logo {
/*       margin-left: 5px; */
    }
  }

#navbar ul {
  display: inline-block;
  float: right;
  list-style: none;
  /* margin-right: 14px; */
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
} @media(max-width: 640px) {
    #navbar ul {
      display: none;
    }
  } @media(orientation: landscape) {
      #navbar ul {
        display: inline-block;
      }
    }

#navbar li {
  display: inline-block;
  margin-left: 15px;
}

#navbar li a {
    border:1px solid  transparent;
  color: #fff;
  display: block;
  font-size: 0.7em;
  padding: 3px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 5px;
  transform: scale(1.0);
}



#logo{
    transition: all 0.3s ease;
}


#navbar li a:hover {
    background:rgba(0, 19, 36, 0.05);
  color: #fff;
transform: scale(1.1);
}

.active {
  background:rgba(0, 19, 36, 0.05);
}
.activer {
  background: rgba(5,62,117,1);
}


.social-r{
    display: inline-block;
    margin-left: 45px;
}

.social i{
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    transition: all 0.3s ease;
}




/*======================================================
                    Mobile Menu Menu Icon
  ======================================================*/
@media(max-width: 640px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    top: 20px;
    height: 23px;
    width: 27px;
    z-index: 12;
  }

  /* Icon Bars */
  .icon-bars {
    background: #01fffc;
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } 

  .icon-bars::before {
    background: #01fffc;
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 25px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars::after {
    margin-top: 0px;
    background: #01fffc;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 25px;
/*     -webkit-transition: top 0.2s ease 0.3s;
    transition: top 0.2s ease 0.3s; */
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  /* Bars Shadows */
  .icon-bars.overlay {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  } @keyframes middleBar {
      0% {width: 0px}
      50% {width: 20px}
      100% {width: 0px}
    } @-webkit-keyframes middleBar {
        0% {width: 0px}
        50% {width: 20px}
        100% {width: 0px}
      }

  .icon-bars.overlay::before {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  } @keyframes topBar {
      0% {width: 0px}
      50% {width: 10px}
      100% {width: 0px}
    } @-webkit-keyframes topBar {
        0% {width: 0px}
        50% {width: 10px}
        100% {width: 0px}
      }

  .icon-bars.overlay::after {
    background: rgb(97, 114, 129);
    background: rgb(183, 199, 211);
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  } @keyframes bottomBar {
      0% {width: 0px}
      50% {width: 15px}
      100% {width: 0px}
    } @-webkit-keyframes bottomBar {
        0% {width: 0px}
        50% {width: 15px}
        100% {width: 0px}
      }


  /* Toggle Menu Icon */
  .menuIcon.toggle .icon-bars {
    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }

  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}


/*======================================================
                   Responsive Mobile Menu 
  ======================================================*/
.overlay-menu {
  background: #001324;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 15px;
  transform: translateX(-100%);
  width: 100vw;
  height: 100vh;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  z-index: 9;
}

.overlay-menu ul, .overlay-menu li {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.overlay-menu li a {
  display: block;
  color: #fff;
  font-size: 1.8em;
  letter-spacing: 4px;
/*   opacity: 0; */
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-radius: 10px;
/*   -webkit-transition: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out; */
}

.overlay-menu li a:hover,
.overlay-menu li a:active {
  color: rgb(28, 121, 184);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}




/*Hero Secion---------------------------------------------------*/

/* ============ Full Page Slider ================= */
.sec-mainer{
    
}

.sec-main{
    margin-left:0px !important;
}

.sec-img{
    max-width: 111% !important;
}

.creative-showcase--slider .swiper-slide{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
}
.creative-showcase--slider .swiper-slide .slide-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.creative-showcase--slider .swiper-slide .overlay-dark:before{
        opacity: 0;
    background: #1d1d1d;
        content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.creative-showcase--slider .swiper-slide .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.creative-showcase--slider .swiper-slide .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.swiper-slide .slide-bg .slide-container {
    max-width: 1385px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 7;
    padding-left: 15px;
    padding-right: 15px;
}
.slide-bg .slide-container .slide-row {
    display: flex;
    flex-wrap: wrap;
}
.slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 91.66666667%;
    margin-left: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.slide-content-right {
       
}

.slide-content-right img{

}

.slider-content .slide-subtitle {
        font-size: 20px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
        margin-top: 0px;
}
.slider-content .slide-heading{
    font-size: 64px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.slider-content .slide-heading a{
        text-decoration: none;
    color: #fff;
    outline: none;
}
.slider-content .slide-heading a span{
    display: inline-block;
}
.overlay-light .slider-content .slide-heading a{
color: #fff;
}
.overlay-light .slider-content .slide-subtitle {
color: #fff;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next{
     position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    width: auto;
    bottom: 30px;
        font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next{
    right: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev{
    left: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after, 
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after{
    display: none;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i{
        margin-right: 25px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next i{
    margin-left: 25px;
}
.creative-showcase--slider .banner-horizental .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important;
}
.creative-showcase--slider .banner-horizental .path {
    display: none;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path{
        display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}
@keyframes dash{
    0% {
    stroke-dashoffset: 1000;
}

100% {
    stroke-dashoffset: 0;
}
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .slide-container .slide-row .slider-content {
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0px;
    }
    .slider-content .slide-heading{
            font-size: 72px;
    }
    .creative-showcase--slider .banner-horizental .swiper-pagination{
        display: none;
    }
    .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
    left: 15px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    right: 15px;
}

}





/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .slide-container .slide-row .slider-content{
                padding-left: 30px;
        padding-right: 30px;
    }
        .slider-content .slide-heading {
        font-size: 40px;
    }
    .slider-content .slide-subtitle{
        margin-bottom: 15px;
    }
}

/*----------- next and read more btn---------- */

.link--arrowed {
     display: inline-block;
     color: #fff !important;
}
.link--arrowed .arrow-icon {
     position: relative;
     top: 0;
     -webkit-transition: -webkit-transform 0.3s ease;
     transition: -webkit-transform 0.3s ease;
     transition: transform 0.3s ease;
     transition: transform 0.3s ease, -webkit-transform 0.3s ease;
     vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
     transition: stroke-dashoffset 0.3s ease;
     stroke-dasharray: 95;
     stroke-dashoffset: 95;
}
.link--arrowed g {
     stroke: currentColor;
     color: #fff;
}
.link--arrowed:hover .arrow-icon {
     transform: translate3d(5px, 0, 0);
}
 .link--arrowed:hover .arrow-icon--circle {
     stroke-dashoffset: 0;
}
.link--arrowed:hover g {
     color: #01fffc;
}



.swiper-button-next .arrow-icon--circle {
     transition: stroke-dashoffset 0.3s ease;
     stroke-dasharray: 95;
     stroke-dashoffset: 95;
     margin-right: 30px;
}
.swiper-button-prev .arrow-icon--circle {
     transition: stroke-dashoffset 0.3s ease;
     stroke-dasharray: 95;
     stroke-dashoffset: 95;
     margin-left: 30px;
}
 .swiper-button-next:hover .arrow-icon--circle {
     stroke-dashoffset: 0;
}

 .swiper-button-prev:hover .arrow-icon--circle {
     stroke-dashoffset: 0;
}




/* ----------------------------------------------- home about */

.bg-txt{
    position: relative;
}

.bg-txt h3{
    text-align: center;
 font-size: 180px;
 color: rgba(0, 0, 0, 0.05);
 margin-top: -150px;
 margin-bottom: -120px;
}

.bg-txt-1 h3{
    text-align: center;
 font-size: 170px;
 color: rgba(0, 0, 0, 0.05);
 margin-top: -150px;
 margin-bottom: -120px;
}


/*-- home about ----------------------*/
.home-about{
    background: #fff;
}
/*-- home features ----------------------*/

.home-features{
    background: url(../img/team-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 70px;
}

.feature-list{
    background-color: #fff;
    color: #101f37;
    padding: 40px 30px;
    display : block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: 0.9s all ease;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}

.feature-list img{
    width: 72px;
    height: 72px;
    padding: 15px;
    background: rgba(5,109,139,1);
    border-radius: 50%;
}

.feature-list:hover{
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.04) 10px 1px 28px;
    background:#015B6B;
    color: #fff !important;
}

.feature-list:hover p{
    color: #fff;
}

.feature-list h3{
    font-size: 28px;
    margin-top: 20px;
    font-weight: 400;
}
.feature-list p{
    line-height: 24px;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    transition: 0.3s all ease;
}

.feature-list a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.feature-list a i{
    margin-left: 6px;
    margin-top: 2px;
    color: #000;
    transition: 0.3s all ease;
}

.feature-list:hover a{
    color: #01fffc;
}
.feature-list:hover a i{
    color: #01fffc;
}


.feature-list a:hover{
    color: #fff;
}
.feature-list a:hover i{
    color: #fff;
}

/*-- Home services ----------------------*/

.service-left{
    border-radius: 10px;
    overflow: hidden;
}

.h-service-list{
    background-color: #fff;
    padding: 40px 45px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: 0.3s all ease;
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.h-service-list:hover{
    transform: scale(1.1);
    box-shadow: rgba(50, 120, 150, 0.2) 0px 0px 0px;
    background: #015B6B;
    transform: scale(1.1);
    color: #fff;
}


.h-service-list h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;

}

.h-service-list img{
    margin-bottom: 20px;
    background-color: rgba(5,109,139,1);
    padding: 10px;
    border-radius: 50%;
}
.service-left-txt{
    margin-top: 50px;
    padding-right: 20px;
}

.service-left-txt h3{
    margin-bottom: 20px;
    font-size: 68px;
}

.service-left-txt p{
    line-height: 28px;
}


/*-- Fun Facts ----------------------*/

.fun-facts{
    background:url(../img/feature.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.fun-fact-list li{
    display: flex;
    align-items: center;
    justify-content: center;
}


.fun-fact-list li .li-ico{
    background: url(../img/sm-bg.png) no-repeat;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.fun-fact-list li .li-txt{
    display: inline-block;
    margin-left: 15px;
}

.fun-fact-list li h1{
    color: #fff;
    margin-bottom: 0px;
}

.fun-fact-list li h6{
    color: #fff;
    font-size: 14px;
}

.funfact-content p{
    color: #fff;
}

/*-- Testimonial ----------------------*/
.testimonial-main{
    background: url(../img/home-features.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;

}

.testimonial{ margin: 0 20px 0px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 14px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin-bottom: 0px
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 30px 30px;
     background: #014c81;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #014c81 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }




.main-gallery a{
    padding-bottom: 30px;
}




































/*-- Main Footer ----------------------*/

.main-footer {
    background-color: #101f37;
    color: #fff;
    padding-top: 20px;
}

.footer-widget ul li i{
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border:1px solid #01fffc;
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
}


.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: #01fffc;
    border: 1px solid #01fffc;
}

.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;
    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;
}


.footer-section {
    background: #060d19;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #01fffc;
    color: #01fffc;
}

.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: #adb4c1;
    margin-top: 10px;
}

.footer-social-icon {
    
    margin-top: 30px;
}


.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: #01fffc;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget ul li a:hover {
    color: #01fffc;
}

.footer-widget ul li a {
    color: #adb4c1;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #060d19;
    border: 1px solid #060d19;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #01fffc;
    padding: 13px 20px;
    border: 1px solid #01fffc;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #060d19;
    padding: 15px 0 10px 0;
    margin-top: 15px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #adb4c1;
}

.copyright-text p a {
    color: #01fffc;
}

.footer-menu ul {
    margin-bottom: 5px;
}

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

.footer-menu li:hover a {
    color: #01fffc;
}

.footer-menu li a {
    font-size: 14px;
    color: #adb4c1;
}


/* team home */


.section-team{
    background: #015B6B url(../img/team-bg.jpg) no-repeat;
    background-attachment: fixed;
}

.section-team .header-section {
    margin-bottom: 20px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
    margin-top: 30px;
    padding: 30px;
    background-color: #f6f9ff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.section-team .single-person:hover {
    background-color: #060d19;
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: all 0.3s ease;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 2px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #035c8f;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: #035c8f;
    transition: all 0.3s ease;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(6,44,93);
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}

/* ----------about page --------- */

.small-header{
    text-align: center;
    color: #fff;
}


.vision-mission{
    background: url(../img/home-features.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;

}

.m-v-list{
    background-color: #fff;
    color: #101f37;
    padding: 30px 35px;
    display : block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: 0.9s all ease;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}

.mv-img{
    overflow: hidden;
}

.mv-img img{
   border-radius: 10px;
}

.m-v-list img{
    width: 90px;
    height: 90px;
    padding: 15px;
    background: #a6d8ff;
    border-radius: 50%;
    margin-top: 30px;
}

.m-v-list:hover{
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.04) 10px 1px 28px;
}

.m-v-list h3{
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
}




/* ----------why choose --------- */

.why-choose{
    background: #fff;
}

.overlay-mode-ser{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(0, 127, 32, 0);
    transition: 0.3s all ease;
}

.serv-rel:hover .overlay-mode-ser{
    background: rgba(16, 31, 55, 0.8);
    
}

.serv-rel:hover .theme-btn{
    background: #fff;
    color: #10120d !important;
}


.serv-abs {
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 60px;
}

.serv-abs img{
    margin-bottom: 10px;
}

.serv-abs h3{
  font-size: 22px;
  margin-bottom: 20px;
}

.serv-abs p{
    color: #fff;
    opacity: 0.8;
}

.serv-rel {
    background-color: #000;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    height: 500px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}


.serv-img-1 {
    background: url(../img/serv-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
}

/* ---- service page ------*/

.home-services{
    background: url(../img/h-f.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.ss-service-list{
    padding: 60px 55px ;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: 0.3s all ease;
    transform: scale(1);
    box-shadow: rgba(50, 120, 150, 0.5) 0px 0px 4px;
    background-color: transparent;
    text-align: center;
}

.ss-service-list:hover{
    transform: scale(0.96);
    box-shadow: rgba(50, 120, 150, 0.5) 0px 0px 4px;
    background-color: #001324;
    color:#fff;
}

.ss-service-list:hover p{
    color:#fff;
}

.ss-service-list:hover .s-btn{
    background-color: rgba(5,62,117,1);
}

.ss-service-list img{
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(5,62,117,1);
    border-radius: 50%;
}



.ss-service-list h3{
    margin-bottom: 30px;
}

.ss-service-list p{
    margin-bottom: 30px !important;
    color: rgba(16, 31, 55, 1);
}



/* ---- contact us page ------*/

.form-ui{
    background: url(../img/home-features.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 30px;
    border-radius: 10px;
}

.form-ui h2{
    margin-bottom: 40px;
}

.contact-address-left{
    padding: 30px;
    border-radius: 10px;
    background: rgba(16, 31, 55, 1);
}

.contact-bg{
    background: url(../img/home-features.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
}

.contact-detail li{
    text-align: center;
}

.contact-detail li i{
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    background-color: #fff;
    color: rgba(16, 31, 55, 1);
    margin-top: 25px;
}

/* -----------------  Hhero Animation ----------------------------------- */





/*---- scroll down btn anim ------*/

.scroll-btn{
  position: absolute;
  left: calc(50% - 16px);
  bottom: -10%;
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
  z-index: 99;

  
}

.scroll-btn svg{
    max-width: 50px;
}


      .animated {
      animation: scroll-down 3s infinite linear;
    
  }
    .ball {
      animation: ball-move 3s infinite ease-in-out alternate;
    }

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  60% {
    opacity: .8;
    stroke-dasharray: 215.7737px, 363.607px;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {

    opacity: 0;

  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}



.signage-svg{
    position: absolute;
    left: 59%;
    top: 17%;
}

.signage-svg svg{
    width: 60%;
}

.signage-svg a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    left: 30%;
    top: 32%;
    z-index: 99999;
    opacity: 0;
  animation: signage-txt 1s forwards;
  animation-delay: 5.1s;
  letter-spacing: 2px;
}

@keyframes signage-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}


.signage-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: signage 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes signage {
  to {
    stroke-dashoffset: 0;
  }
}


.acrylic-svg{
    position: absolute;
    left: 63%;
    top: 29%;
}

.acrylic-svg svg{
    width: 60%;
}

.acrylic-svg a{
    color: #fff;
    font-weight: 500;
    font-size:  15px;
    position: absolute;
    left: 29%;
    top: 41%;
    z-index: 99999;
    opacity: 0;
  animation: acrylic-txt 1s forwards;
  animation-delay: 4.5s;
  line-height: 1;
  letter-spacing: 2px;
}

@keyframes acrylic-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

.acrylic-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: acrylic 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes acrylic {
  to {
    stroke-dashoffset: 0;
  }
}

.stickers-svg{
    position: absolute;
    left: 62%;
    top: 51%;
}

.stickers-svg svg{
    width: 60%;
}

.stickers-svg a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: absolute;
    left: 43%;
    top: 61%;
    z-index: 99999;
    opacity: 0;
  animation: stickers-txt 1s forwards;
  animation-delay: 5.2s;
  line-height: 1;
}

@keyframes stickers-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

.stickers-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stickers 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes stickers {
  to {
    stroke-dashoffset: 0;
  }
}


.packaging-svg{
    position: absolute;
    left: 48%;
    top: 52%;
}

.packaging-svg svg{
    width: 60%;
}

.packaging-svg a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: absolute;
    left: 29%;
    top: 69%;
    z-index: 99999;
    opacity: 0;
  animation: packaging-txt 1s forwards;
  animation-delay: 4.8s;
  line-height: 1;
}

@keyframes packaging-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

.packaging-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: packaging 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes packaging {
  to {
    stroke-dashoffset: 0;
  }
}


.gifts-svg{
    position: absolute;
    left: 40%;
    top: 50%;
}

.gifts-svg svg{
    width: 60%;
}

.gifts-svg a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: absolute;
    left: -19%;
    top: 62.8%;
    z-index: 99999;
    opacity: 0;
  animation: gifts-txt 1s forwards;
  animation-delay: 3.8s;
  line-height: 1;
}

@keyframes gifts-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}

.gifts-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: gifts 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes gifts {
  to {
    stroke-dashoffset: 0;
  }
}

.offset-svg{
    position: absolute;
    left: 26%;
    top: 45%;
}

.offset-svg svg{
    width: 60%;
}

.offset-svg a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    position: absolute;
    left: 7%;
    top: 60%;
    z-index: 99999;
    opacity: 0;
  animation: offset-txt 1s forwards;
  animation-delay: 4.6s;
  line-height: 1;
}

@keyframes offset-txt {
   from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }

}
.offset-svg path{
    stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: offset 10s linear forwards;
  animation-delay: 1.9s;
}

@keyframes offset {
  to {
    stroke-dashoffset: 0;
  }
}







.ripple-background {
    position: absolute;
    height: 50%;
    left: 0px;
   top: 0px;
   opacity: 0.2;
}

.circle {
    border-radius: 50%;
    background: white;
    animation: ripple 20s infinite;
    box-shadow: 0px 0px 2px 0px #508fb9;
    position: absolute;
}


.circle.xsmall {
    width: 70px;
    height: 70px;
    left: -35px;
    bottom: -35px;
}

.circle.small {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.circle.medium {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.circle.large {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
}

.circle.xlarge {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
}

.circle.xxlarge {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
}

.shade1 {
    opacity: 0.02;
}
.shade2 {
    opacity: 0.04;
}

.shade3 {
    opacity: 0.06;
}

.shade4 {
    opacity: 0.08;
}

.shade5 {
    opacity: 0.1;
}

.shade6 {
    opacity: 0.11;
}


@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(0.8);
    }
}



.section-title{
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}

.join-counter-item h2{
    color: #fff;
    display: inline-block;
    font-size: 56px;
}

.join-counter-item p{
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    margin-left: 10px;
}

.join-counter{
    margin-top: 50px;
}

.mover-anim{
        -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.secondary-bg {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 30px 60px 60px;
}

.why-us{
    background: #015B6B;
}

.section-title-h2{
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(16, 31, 55, 1);
    line-height: 70px;
    margin-bottom: 70px;
}

.wcu-lists ul li {
    padding: 23px 40px;
    border: 1px solid rgba(16, 31, 55, 1);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.wcu-content h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    color: rgba(16, 31, 55, 1);
} 

.wcu-lists ul li .wcu-number {
    font-size: 36px;
    font-weight: 500;
    color:rgba(16, 31, 55, 1);
}

.wcu-lists ul li .wcu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
}

.wcu-lists ul li .wcu-content a {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #015B6B;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.wcu-lists ul li .wcu-content a i{
    font-size: 20px;
}

.contact-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.contact-img .contact-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 45px 40px;
}

.contact-img .contact-info .footer-menu ul {
    margin-top: 0;
    gap: 21px;
}

.contact-content p, .contact-content h4{
    color: #fff;
}

.contact-content p{
    margin-bottom: 5px;
}

.footer-menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.footer-icon li {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
}

.footer-icon i {
    width: 15px;
    height: 15px;
    padding: 20px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.contact-form {
    border: 1px solid gray;
    padding: 60px 40px;
    border-radius: 20px;
}


.contact-form h2 {
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea, .contact-form .nice-select {
    width: 100%;
    border: 1px solid gray;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}



    @media only screen and (max-width: 768px) {
      html, body {
        overflow-x: hidden;
      }
    }




.about-list-item {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 40px 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.about-list-item h4{
    color:#001527;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}


.vm-common{
    background: url(../img/mission-vision-bg.png) no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 30px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.vm-common h2{
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}

.vm-common p{
    color: #fff;
}

.vision-mission{
         background: #f1f1f1;
}

.feedback{
 background: #13e86c;
background: linear-gradient(270deg, rgba(19, 140, 108, 1) 0%, rgba(18, 90, 118, 1) 100%);
}

.feedback h2{
    color: #fff;
    font-weight: bold;
}

.feedback p{
    color: #fff;
}


/*  ----- Home contact --- */

.appoinment-wrapper-one-start {
    padding: 73px 100px;feedback
}

.appoinment-wrapper-one-start {
    background: #FFFFFF;
    box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: -20px;
}


.title-style-two .pre {
    font-size: 16px;
    color: #000000;
    display: flex
;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 2px;
}

.title-style-two .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 30px;
}

.single-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.single-input
 {
    width: 100%;
}

.single-input {
    margin-bottom: 20px;
}

.single-input input {
    background: #F6F6F6;
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    padding: 20px 30px;
}

form textarea {
    background: #F6F6F6;
    height: 150px;
    padding: 15px;
    border: none;
    border: 1px solid transparent !important;
}

.appoinment-thumbnail{
    overflow: hidden;
    border-radius: 15px;
    margin-left: -60px;
}

form textarea:focus, .single-input input:focus {
    outline-color:  rgba(21,167,82,1);
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    width: 100%;
}


.inst:hover i{
    color:#E1306C;
}

.pho:hover i{
    color:#00BFFF ;
}

.wts:hover i{
    color: #0BDA51;
}

.career-left{
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;
    height: 800px;
}

.career-right{
    padding: 40px 40px;
    border-radius: 20px;
    background: #f9f9f9;
}






/***************************/
/* CONTACT FORM 7 CSS ******/
/***************************/

 input:focus {
    outline-color:  rgba(21,167,82,1);
}


textarea{resize: none;}

.form-group,
form input,
form textarea,
.wpcf7 form .form-row p,
.wpcf7 form input.wpcf7-form-control,
.wpcf7 form textarea.wpcf7-form-control{
    
}


.wpcf7-form-control-wrap textarea{
    background: #fff;
    border: 1px solid  #C0C0C0FF;
}

.wpcf7-form-control-wrap input{
    background: #fff;
}
/* Input */

.wpcf7 form input.wpcf7-form-control,
.wpcf7 form textarea.wpcf7-form-control{

padding: 10px;
border-radius: 5px;
    border: 1px solid  #C0C0C0FF !important;
   
}

form input, form textarea, form input.wpcf7-form-control, textarea.wpcf7-form-control{
    
    border: 1px solid  #C0C0C0FF !important;
}



.wpcf7-submit {
    color: #fff;
    padding: 10px 20px !important;
    border: none;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    font-weight: 500 !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    background-color: #015B6B;
}

.wpcf7-submit:hover {
    background-color: #101f37;
    color: #fff;
    padding: 10px 40px !important;
}