@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body{
  /*background: #061b3c;*/
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
img{
  width: 100%;
}
a{
  color: #0D1B34;
  text-decoration: none;
}
a:hover {
  color: #061b3c;
}
h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
p{
  color: #0D1B34;
}
/* Header style start here */
.navbar a:hover{
  color: #0c1a34;
}
.navbar .navbar-brand {
  /*font-size: 30px;*/
  display: inline-block;
}
.navbar .nav-item {
  padding: 10px 35px 15px 10px;
}
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
}
.fa-bars {
  color: #007bff;
  font-size: 30px;
}
.navbar .nav-link{
  color: #f7f7f7;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.menu-toggle {
    position: relative;
    margin: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    width: 25px;
    z-index: 99999999;
    height: 20px;
    top: 2px;
}
.model-1 .bar:nth-of-type(1) {
    top: 0px;
}
.model-1 .bar:nth-of-type(2) {
    top: 5px;
}
.model-1 .bar:nth-of-type(3) {
    top: 10px;
    width: 75%;
}
.bar {
    position: absolute;
    height: 2px;
    background-color: #f7f7f7 !important;
    padding: 0;
    width: 25.5px;
    background-color: #f7f7f7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.desk-logo{
  max-width: 190px;
  padding: 10px 0;
}
.mobile-logo{
  max-width: 150px;
}
.nav-mobile-animate .model-1 .menu-toggle .bar:nth-of-type(1) {
    top: 5px;
    background-color: #0b1a36 !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
    -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
    -webkit-transition-delay: 0.1s, 0.5s;
    transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.nav-mobile-animate .model-1 .menu-toggle .bar:nth-of-type(2) {
    opacity: 0;
}
.nav-mobile-animate .model-1 .menu-toggle .bar:nth-of-type(3) {
    top: 5px;
    width: 25.5px;
    background-color: white !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
    -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
    -webkit-transition-delay: 0.1s, 0.5s;
    transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
body.page-template-about-2,
body.page-template-demo-1{
  background: #fff;
}
.about-single-content{
  padding: 80px 0;
  /*height: 100vh;
  min-height: 600px;*/
  display: flex;
  align-items: center;
  color: #061b3c;
}
.about-dubble{
  padding: 80px 0;
  display: flex;
  align-items: center;
  color: #061b3c;
}
.about-dubble-content{
  color: #061b3c;
  padding: 40px 0;
}
.about-2{
    /*border-top: 5px solid #f2f2f2;
    border-bottom: 5px solid #f2f2f2;*/
}
.about-right-bg{
  background: #fff;
}
@media (min-width: 992px) {
  .mobile-gallery{
    display: none;
  }
  .about-right-bg{
    position: relative;
  }
  .about-left-bg{
    position: relative;
  }
  .about-rt-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
  }
  .mobile-logo{
    /*display: none;*/
  }
  .port-outer{
    padding: 0;
  }
  .related-page .row.r-post {
    gap: 15px;
  }
  .related-page .row .port-outer{
    max-width: calc(33.33% - 15px);
  }
  .mobile-img{
    display: none;
  }
}




/* Slider style start here  */

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*max-height: 600px;*/
      }

      .banner-container{
        position: relative;
      }
      .banner-container .banner-content{
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        margin: 0 auto;
      }
      .banner-content img{
          max-width: 20px;
          max-height: 20px;
          object-fit: cover;
          margin: 0 auto;
      }

/* Slider style end here  */

/* Gallery */
.home .port-gallery{
  background: #fff;
  padding: 50px 15px;
}
.port-gallery{
  padding: 50px 0;
}
.port-outer{
  position: relative;
}
.port-outer .glry-container{
  height: 100%;
  position: relative;
}
.related-page .port-outer .glry-container img{
  max-height: 400px;
}
.port-outer .glry-container img{
  height: inherit;
  max-height: 280px;
}
.port-outer .port-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f7f7f7;
    color: #000;
    padding: 20px;
    display: flex;
    /* align-content: space-between; */
    opacity: 0;
    transition: 0.6s;
    flex-wrap: wrap;
    align-items: end;
    border: 1px solid #f7f7f7;
}
.port-outer .port-content:hover{
  opacity: 1;
  transition: 0.6s;

}
.port-content-text{
  min-width: 100%;
}
.port-outer .port-content h2{
  font-size: 30px;
  width: 100%;

}
.port-outer .port-content p{
  font-size: 16px;
  width: 100%;
  margin-top: 50px;
    margin-bottom: 26px;
}
.port-outer .port-content a{

}
.port-outer .port-content a:hover{
  color: #ff8e00;
}



/* Footer start  */
.footer{
  padding: 10px 0;
  background: #EAEAEA;
}
.footer .row{
  align-items: center;
}
.footer ul {
  padding-left: 0;
}
.footer .social-list h4{
  font-size: 18px;
}
.footer .social-list h4,
.footer .social-list h6{
  pointer-events: none;
  color: #f7f7f7;
}
.footer ul li{
  list-style: none;
} 
.footer a{
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
    color: #0D1B34;
}
h1.entry-title {
    display: none;
}
.newsletter h4{
  color: #f4f4f4;
  font-weight: 300;
}
.newsletter p{
  color: ;
}
.newsletter form {
  display: flex;
  flex-wrap: nowrap;
}
.newsletter form label.tnp-field{

}
.newsletter .tnp-subscription div.tnp-field label{
  display: none;
}
.newsletter .tnp-subscription input[type=text], 
.newsletter .tnp-subscription input[type=email], 
.newsletter .tnp-subscription input[type=submit], 
.newsletter .tnp-subscription select{
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #f7f7f7 !important;
  color: #f7f7f7;
}
.newsletter .tnp-subscription input[type=submit]:hover{
  color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7 !important;
}
.tnp-subscription{
  margin: 15px 0 !important;
}
.tnp-subscription div.tnp-field{
  width: 100%;
}
.newsletter .tnp-subscription input[type=submit]{
  margin-left: 5px;
  line-height: 29px;
  color: #ff9f1c;
  border-bottom: 1px solid #ff9f1c !important;
}
.copyright{
  text-align: right;
}
.t-center{
  /*text-align: center;*/
}
.newsletter{
    margin: 15px auto;
    padding: 0 15px;
    font-weight: 500;
    /*max-width: 500px;*/
    color: #f7f7f7;
}

/* Footer end */


/* About Us page style */
.about-sec-video video{
  width: 100%;
}
.cms-banner .cms-content img{
  max-height: 600px;
}
.cms-banner .cms-content{
  position: relative;
}
.cms-banner .cms-content .cms-text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a1b36;
}
.cms-banner .cms-content .cms-text h1{
  font-size: 65px;
  line-height: 1;
  font-weight: 400;
  color: #0a1b36;
}
/*parellax*/
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}
.about-parellex{
    display: flex;
    align-items: center;
    padding: 40px;
}
.parallax-text{
  color: #fff;
  font-size: 18px;
  display: block;
}
.parallax-text p{
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #ffffff;  
}
.parallax-text span{
  margin-bottom: 20px;
  display: block;
}
/*parellax*/
 header{
  background: #EAEAEA;
  /*display: none;*/
 }


.about-sec-1,
.about-sec-2,
.about-sec-3,
.about-sec-5,
.about-sec-6{
  height: 100vh;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
.abot-content,
.about-full-text{
  color: #f7f7f7;
  max-width: 70%;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  margin: 50px 0;
}
.abot-content h2{
    font-size: 65px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
}
.abot-content a, 
.about-full-text a{
    font-size: 30px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    text-decoration: underline;
}
/* About Us page style */
.post-sec-2{
  padding: 100px 0;
}
.post-con-1 h4{
    color: #ff9f0f;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
}
.post-con-1 p{
  color: #081b39;
      font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
}
.post-category .p-cat{
  padding-left: 0;
}
.post-category .p-cat li{
  list-style: none;
}
.post-sec-3,
.post-sec-5,
.post-sec-6,
.post-sec-7,
.post-sec-8{
  padding: 50px 0;
}
.container-fluid{
  padding: 0 15px;
}
.single-post .container-fluid{
  /*padding: 0;*/
}
.single-post .footer .container-fluid{
  padding: 0 15px;
}
.post-sec-9{
  padding: 0 15px;
}
.post-sec-10{
  padding: 50px 15px;
}
.share-holder{
  text-align: right;
}
.link-holder a,
.share-holder a{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-decoration: underline;
}
.related-page{
  margin-top: 50px;
}
.related-page .link-holder h4{
  font-size: 20px;
  color: #f7f7f7;
}
.share-title{
  margin-bottom: 20px;
}
/* Blog slider  */
.blog-slider {
  position: relative;
}
.blog-slider .swiper {
        width: 100%;
        height: 100%;
      }

      .blog-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .blog-slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/* Contact page  */
.contact-detail-heading{
  padding: 50px 0;
}
.con-content{
  color: #f7f7f7;
}
.con-content h4{  
  color: #f7f7f7;
  margin-bottom: 20px;
}

.about-rt-text{
  color: #081b39;
}


@media (min-width: 769px) {
  .single-post .about-heading .container-fluid{
    padding: 0 30px;
  }
}

/* blog detail */
body.single-post{
  background: #fff;
}
.about-rt-content{
  /*background: #fff;*/
}
/* blog detail */
.row.gallery-inner .gallery-2-1,
.row.gallery-inner .gallery-1-2{
  height: 100vh;
}
.row.gallery-inner .col-sm-12 {
    padding: 0;
    border: 1px solid #f3f3f3;
}
.row.gallery-inner.gallery-1-2 .img-1 img.desk-gallery,
.row.gallery-inner.gallery-2-1 .img-1 img.desk-gallery{ 
  max-height: 100vh;
  /*height: 100%;*/
}
.row.gallery-inner.gallery-2-1 .img-2 img,
.row.gallery-inner.gallery-1-2 .img-2 img{
  max-height: calc(100vh / 2);
  /*height: 100%;*/
}
.about-sec-1 .col-sm-12, 
.about-sec-2 .col-sm-12, 
.about-sec-3 .col-sm-12, 
.about-sec-5 .col-sm-12, 
.about-sec-6 .col-sm-12{
  margin-bottom: 20px;
}



/* gallery imgs */
.gallery .prev,
.gallery .next {
  position: fixed;
  top: 0;
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
  color: rgba(255,255,255,.5);
  font-size: 8rem;
  font-family: monospace;
  transition: all .2s;
}

.gallery .prev:hover,
.gallery .next:hover {
  color: rgba(255,255,255,.8);
}

.gallery .prev {left: -25%;}
.gallery .next {right: -25%;}

.gallery .active .prev {left: 0;}
.gallery .active .next {right: 0;}

.gallery .container {
  margin: 10vh auto;
  max-width: 100%;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}

.gallery .container div {
  text-align: center;
  padding: 1rem 0;
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  background: rgba(0,0,0,.2);
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.gallery .container div img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all .5s;
}

.gallery .container div.show::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 555;
  width: 100vw;
  height: 100vh;
  top: 0; left: 0;
  background: rgba(0,0,0,.6);
}

.gallery .container div.show img {
  position: fixed;
  top: 0; left: 0;
  margin: 30px;
  align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 666;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  filter: drop-shadow(0 3px 15px black);
  cursor: url(close-button.png), -webkit-grab;
  cursor: url(close-button.png), grab; /* custom cursor to signal close on click */
}

.gallery .container div:not(.show):hover img {
  cursor: pointer;
  transform: scale(1.3);
}


.gallery .horizontal {
  grid-column: span 2;
}

.gallery .vertical {
  grid-row: span 2;
}

.gallery .big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery .active div:not(.show) img {
  filter: blur(3px);
}
.contact-contain{
  max-width: 700px;
  margin: 0 auto;
}
.banner-image{
  padding: 0;
}
.banner-image .vc_column_container>.vc_column-inner,
.banner-image .vc_column_container>.vc_column-inner .wpb_single_image{
  padding-left: 0;
  padding-right: 0;
}

/* animatiion  */
.banner-container .container {
    min-width: 400px;
    /*height: 100vh;*/
    align-items: center;
    box-sizing: border-box;
    background: var(--bg-color);
    padding: 50px;
}

.typewriter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #0D1B34;
    font-weight: bold;
    position: relative;
    margin: 0;
    top: 50%;
    transform: translateY(0);
    text-transform: inherit;
}

.typewriter span {
    color: #E00000;
    text-transform: inherit;
    padding:0;
    border-right: solid #E00000 5px; 
    animation: cursor 1s ease-in-out infinite;
    position: relative;
}
.typewriter span:after{
  /*content: "|";*/
  position: absolute;
  right: 0;
  width: 5px;
  animation: cursor 1s ease-in-out infinite;
}
.about-ctext p{
    font-size: 20px;
    line-height: 1.2;
}
@keyframes cursor {
    from { border-color: var(--text-color); }
    to { border-color: transparent; }
}


.about-text p a{
  text-decoration: underline;
}
.single-post .short-desc{
  display: none;
}

/* mobile menu */

/* header */

.header {
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}
.header li.current-menu-item a{
  
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: inherit;
  float: left;
  font-size: 2em;
  padding: 0 30px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  /*max-height: 240px;*/
  max-height: 1000px;
    height: 100%;
    min-height: 800px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 25px 30px;
   }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* mobile menu */

/* banner animation */

@-webkit-keyframes can {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
    opacity: 1;
  }
  33.3333333333% {
    transform: translateY(-100%);
    opacity: 0;
  }
  33.3343333333% {
    transform: translateY(100%);
    opacity: 0;
  }
  33.3363333333% {
    transform: translateY(100%);
    opacity: 1;
  }
  93.3333333333% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes can {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
    opacity: 1;
  }
  33.3333333333% {
    transform: translateY(-100%);
    opacity: 0;
  }
  33.3343333333% {
    transform: translateY(100%);
    opacity: 0;
  }
  33.3363333333% {
    transform: translateY(100%);
    opacity: 1;
  }
  93.3333333333% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes will {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
    opacity: 1;
  }
  66.6666666667% {
    transform: translateY(-200%);
    opacity: 0;
  }
  66.6676666667% {
    transform: translateY(0);
  }
  66.6696666667% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes will {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
    opacity: 1;
  }
  66.6666666667% {
    transform: translateY(-200%);
    opacity: 0;
  }
  66.6676666667% {
    transform: translateY(0);
  }
  66.6696666667% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes thrive {
  0% {
    transform: translateY(-300%);
  }
  0.0001% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  66.6666666667% {
    transform: translateY(-200%);
  }
  93.3333333333% {
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    transform: translateY(-300%);
    opacity: 0;
  }
}
@keyframes thrive {
  0% {
    transform: translateY(-300%);
  }
  0.0001% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  66.6666666667% {
    transform: translateY(-200%);
  }
  93.3333333333% {
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    transform: translateY(-300%);
    opacity: 0;
  }
}
.banner-container .container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-container .word {
  display: flex;
  grid-column: 2;
  grid-row: auto;
}
.banner-container .word span {
  display: inline-block;
}

.can span:nth-child(1) {
  -webkit-animation: can 6s ease-in-out both 0.05s infinite;
          animation: can 6s ease-in-out both 0.05s infinite;
}

.will span:nth-child(1) {
  -webkit-animation: will 6s ease-in-out both 0.05s infinite;
          animation: will 6s ease-in-out both 0.05s infinite;
}

.thrive span:nth-child(1) {
  -webkit-animation: thrive 6s ease-in-out both 0.05s infinite;
          animation: thrive 6s ease-in-out both 0.05s infinite;
}

.can span:nth-child(2) {
  -webkit-animation: can 6s ease-in-out both 0.1s infinite;
          animation: can 6s ease-in-out both 0.1s infinite;
}

.will span:nth-child(2) {
  -webkit-animation: will 6s ease-in-out both 0.1s infinite;
          animation: will 6s ease-in-out both 0.1s infinite;
}

.thrive span:nth-child(2) {
  -webkit-animation: thrive 6s ease-in-out both 0.1s infinite;
          animation: thrive 6s ease-in-out both 0.1s infinite;
}

.can span:nth-child(3) {
  -webkit-animation: can 6s ease-in-out both 0.15s infinite;
          animation: can 6s ease-in-out both 0.15s infinite;
}

.will span:nth-child(3) {
  -webkit-animation: will 6s ease-in-out both 0.15s infinite;
          animation: will 6s ease-in-out both 0.15s infinite;
}

.thrive span:nth-child(3) {
  -webkit-animation: thrive 6s ease-in-out both 0.15s infinite;
          animation: thrive 6s ease-in-out both 0.15s infinite;
}

.can span:nth-child(4) {
  -webkit-animation: can 6s ease-in-out both 0.2s infinite;
          animation: can 6s ease-in-out both 0.2s infinite;
}

.will span:nth-child(4) {
  -webkit-animation: will 6s ease-in-out both 0.2s infinite;
          animation: will 6s ease-in-out both 0.2s infinite;
}

.thrive span:nth-child(4) {
  -webkit-animation: thrive 6s ease-in-out both 0.2s infinite;
          animation: thrive 6s ease-in-out both 0.2s infinite;
}

.can span:nth-child(5) {
  -webkit-animation: can 6s ease-in-out both 0.25s infinite;
          animation: can 6s ease-in-out both 0.25s infinite;
}

.will span:nth-child(5) {
  -webkit-animation: will 6s ease-in-out both 0.25s infinite;
          animation: will 6s ease-in-out both 0.25s infinite;
}

.thrive span:nth-child(5) {
  -webkit-animation: thrive 6s ease-in-out both 0.25s infinite;
          animation: thrive 6s ease-in-out both 0.25s infinite;
}

.can span:nth-child(6) {
  -webkit-animation: can 6s ease-in-out both 0.3s infinite;
          animation: can 6s ease-in-out both 0.3s infinite;
}

.will span:nth-child(6) {
  -webkit-animation: will 6s ease-in-out both 0.3s infinite;
          animation: will 6s ease-in-out both 0.3s infinite;
}

.thrive span:nth-child(6) {
  -webkit-animation: thrive 6s ease-in-out both 0.3s infinite;
          animation: thrive 6s ease-in-out both 0.3s infinite;
}

.banner-container .title {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: auto;
  overflow: hidden;
  max-height: 6vw;
}

/* For styling the demo. Not required. */


/*.banner-container .container {
  background-color: #2D3047;
  padding: 60px;
}*/
.banner-container .container h1{
  font-size: 3vw;
  color: #0D1B34;
}
.banner-container .title {
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2vw;
  line-height: 6vw;
  letter-spacing: 3px;
}
.banner-container .title .word{
  color: #c00000;
}
.vc_gitem-zone-mini {
    height: 100%;
}
.vc_gitem-zone-mini .vc_gitem_row{
  height: 100%;
}
.vc_gitem_row .vc_gitem-col{
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.vc_gitem-post-data{
  min-width: 100%;
  margin-bottom: 0 !important;
}
.vc_gitem_row .vc_gitem-col .vc_btn3-container{
  margin-bottom: 0;
}
.vc_gitem-post-data{

}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title{
  position: absolute;
  top: 0;
}
.vc_grid-item-mini.vc_clearfix{
  position: relative;
}
.vc_gitem-zone.vc_gitem-zone-c{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f7f7f7 !important;
    display: flex;
    align-items: end;
    opacity: 0;
    padding: 20px;
    transition: all 0.5s;
}
.vc_grid-item-mini.vc_clearfix:hover .vc_gitem-zone.vc_gitem-zone-c{
    opacity: 0.80;
    transition: all 0.5s;
}
.vc_gitem-zone .vc-zone-link{
  font-size: 30px;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
  background-color: transparent !important;
    color: #ff8e00 !important;
    padding: 0 !important;
    font-size: 16px;
}
.vc_gitem-post-data h4{
  font-size: 26px !important;
  color: #0D1B34 !important;
}
.vc_gitem-post-data p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
footer.entry-footer{
  display: none;
}
div#comments{
  display: none;
}
nav.navigation.post-navigation{
  display: none;
}
.site-content{
  padding-top: 69.38px;
}

.post-2-1 .wpb_single_image img{
  min-height: 260px;
  max-height: 260px;
}
.single-post .wpb_single_image .vc_figure{
  width: 100%;
}
.max-h-full .wpb_single_image img{
  max-height: 555px !important;
  height: 100% !important;
}
@media (max-width: 991px) {
  .vc_btn3-container{
    margin-bottom: 0 !important;
  }
  .vc_gitem-zone.vc_gitem-zone-c{
    padding: 10px;
  }
  .vc_gitem-post-data h4{
    font-size: 2vw !important;
  }
  .desk-gallery{
    display: none;
  }
  .about-rt-text{
    width: 100%;
    min-width: 100%;
    background: #fff;
  }
  .tab-hide{
    display: none;
  }
  .desk-img{
    display: none;
  }
.sticky-top {
    /*top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
  }
body.menu-active .sticky-top{
    position: absolute;
    top: 0;
    z-index: 1020;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: baseline;
    background: #081b39;
}

.navbar .nav-item{
  text-align: center;
}
.navbar .nav-item a{
  font-size: 30px;
}
.navbar .nav-item a:hover{
  color: #fff !important;
}
  .abot-content, 
  .about-full-text{
    max-width: 100%;
    margin: 10px 0;
    font-size: 6vw;
  }
  .abot-content h2 {
    font-size: 6vw !important;
    text-align: center;
  }
  .about-sec-1,
  .about-sec-2,
  .about-sec-3,
  .about-sec-5,
  .about-sec-6{
    height: inherit;
  }
  .cms-banner .cms-content .cms-text h1{
    text-align: center;
    font-size: 6vw !important;
  }
  .parallax-text p {
    font-size: 6vw !important;
  }
  .max-h-full .wpb_single_image img{
    min-height: 384px;
  }
  .post-2-1 .wpb_single_image img{
    min-height: 100%;
    max-height: 207px;
  }

}
@media (max-width: 920px){
  .post-2-1 .wpb_single_image img{
    min-height: 188px;
    max-height: 340px;  
  }
  .max-h-full .wpb_single_image img{
    min-height: auto;
    max-height: 416px !important;
  }
}
@media (max-width: 896px){
  .post-2-1 .wpb_single_image img{
    min-height: 162px;
  }
}
@media (max-width: 880px){
  .post-2-1 .wpb_single_image img{
    min-height: 180px;
  }
}
@media (max-width: 851px){
  .post-2-1 .wpb_single_image img{
    min-height:172px;
  }
}
@media (max-width: 812px){
  .max-h-full .wpb_single_image img{
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 812px){
  .post-2-1 .wpb_single_image img{
    min-height: 161px;
  }
}
@media (max-width: 800px){
  .post-2-1 .wpb_single_image img{
    min-height: 160px;
  }
}
@media (max-width: 780px){
  .post-2-1 .wpb_single_image img{
    min-height: 155px;
  }

}
@media (max-width: 767px){
  .header li.current-menu-item a{
    background: #eaeae7;
    color: #E00000;
  }
  .banner-container .container{
    padding: 20px !important;
  }
  .contact-contain{
    font-size: 6vw !important;
  }
  .vc_gitem-zone.vc_gitem-zone-c{
    top: initial;
    opacity: 0.9;
  }
  .vc_gitem-post-data p{
    padding-top: 10px;
  }
  .vc_gitem-post-data h4 {
    font-size: 4vw !important;
  }
  .footer .row{
    flex-wrap: wrap;
  }
  .footer-left{
    width: 100%;
  }
  .footer-right {
    width: 100%;
}
  .about-sec-1, .about-sec-2, .about-sec-3, .about-sec-5, .about-sec-6{
    padding: 20px 0 0 0;
  }
  .container, .container-sm{
    max-width: 100%;
  }
  .about-parellex{
    padding: 40px 15px;
  }
  .about-dubble-content{
    padding: 20px 0;
  }
  .row.gallery-inner.gallery-2-1 .img-2 img, .row.gallery-inner.gallery-1-2 .img-2 img{
    max-height: 100%;
  }
  .banner-container .banner-content h1{
    font-size: 30px !important;
  }
  .banner-container .banner-content h2{
    font-size: 20px !important;
  }
  header{
    /*background: #081b39;*/
  }
  .p-m-2{
    padding: 15px !important;
  }
  .port-outer{
    margin-bottom: 20px;
  }
  .port-outer .port-content{
    opacity: 1;
    top: 70%;
  }
  .port-outer .glry-container {
    height: inherit;
    position: inherit;
  }
  .port-outer .port-content {
    opacity: 1;
    position: inherit;
  }
  .home .port-gallery {
    padding: 50px 0;
  }
  .footer ul{
    text-align: center;
  }
  .newsletter{
    text-align: center;
  }
  .copyright{
    text-align: center;
  }
  

}
@media (max-width: 580px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  .site-content {
    padding-top: 58px;
  }
  .post-2-1 .wpb_single_image img {
    min-height: inherit;
    max-height: inherit;
  }
  .desk-logo {
    max-width: 160px;
  }
  .site-header .navbar-nav{
    display: inline-block;
    padding: 100px 50px;
    width: 100%;
    height: 100%;
  }
  .navbar-collapse .menu-main-menu-container{
    height: 100%;
  }
  button.navbar-toggler.mod.model-1 {
    width: 60%;
    text-align: right;
  }
  .menu-toggle{
    margin-right: 0;
  }
  .collapse.navbar-collapse.active-menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f00;
    z-index: 99;
  }
  .site-header ul.navbar-nav li{
    display: inline;
  }
  .about-parellex{
    padding: 20px;
  }
  .parallax{
    min-height: 300px;
  }
  .abot-content a, .about-full-text a{
    font-size: 6vw;
  }
  .vc_custom_1661880203977{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 480px) {
  .site-header .navbar-nav{
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
   /* padding-right: 0 !important;*/
  }

  .banner-container .title{
    display: block;
    max-height: 12vw;
    font-size: 2.5vw;
  }
  .banner-container .word{
    justify-content: center;
  }
  .site-header nav{
    display: block;
    text-align: center;
    padding: 10px 30px 0 30px;
  }
  .single-post .container-fluid{
    text-align: center;
  }
  .navbar-collapse .menu-main-menu-container{
    text-align: center;
  }
  .site-header ul.navbar-nav li a{
    font-size: 12px;
    padding: 10px 20px;
  }
  .banner-container .container {
    min-height: 50vh;
  }
  .vc_custom_1661878561640 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 380px) {
  .banner-container .container {
    min-width: 100%;
  }
  .banner-container .title{
    font-size: 2.2vw;
  }
  .banner-container .container {
    min-height: 50vh;
  }
}


@media (max-width: 768px) {
    .typewriter { font-size: 36px; }
    .header li a {
      padding: 25px 30px;
      text-align: center;
      font-size: 20px;
    }
    .header .menu-btn:checked ~ .menu{
      padding-top: 20px;
    }
}
@media (min-width: 581px) {
  button.navbar-toggler.mod.model-1{
    display: none;
  }
}
@media (max-width: 580px) {

}
@media (max-width: 568px) {
    .typewriter { font-size: 24px; }
}

