
 

.milstone{
  display: block !important;
  padding: 80px 0px;
}

.para-milestone li{
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 22px;
  font-weight: 500;
   
}



/* ********************************************************** Award CSS *********************************************************** */

/* Main components  */

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75c9f7;
}

.cd-picture i{
  font-size: 25px; 
  align-items: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
 

.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
  border: 1px solid #ccc;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #44a0e6;
  font-family: 'Josefin Sans', sans-serif;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  font-family: 'Josefin Sans', sans-serif;
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid #09a2dd;
    border-right: 7px solid #24afe5;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}































/* Cards */
#team .card-column {
    width: 50%;
    float: left;
    padding: 4%;
    box-sizing: border-box;
  }
  
  .column-1 {
    padding-top: 100px;
  }
  
  #team .card {
    width: 92%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #EB5160;
    color: #fff;
    cursor: pointer;
    margin-bottom: 60px;
  }
  
  .border {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid #fff;
    opacity: 0.5;
    left: -6px;
    top: -6px;
  }
  
  #team .card h1 {
    position: relative;
    padding: 190px 0px 100px 10px;
    width: 90%;
  }
  
  #team .card > img {
    width: 90%;
    position: absolute;
    top: -6%;
    left: -6%;
  }
  
  #team .card-color-0 {
    background-color: #EB5160;
  }
  
  #team .card-color-1 {
    background-color: #8F3985;
  }
  
  #team .card-color-2 {
    background-color: #8DAA91;
  }
  
  #team .card-color-3 {
    background-color: #888DA7;
  }
  
  /* The cover (expanding background) */
  .cover {
    position: fixed;
    background: #EB5160;
    z-index: 100;
    transform-origin: 50% 50%;
  }
  
  /* The open page content */
  .open-content {
    width: 100%;
    z-index: 110;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .open-content img {
    position: relative;
    width: 90%;
    margin-left: 3%;
    margin-top: 20px;
    z-index: 5;
  }
  
  .open-content .text {
    background: #fff;
    margin-top: -56%;
    padding: 60% 5% 5% 5%;
    width: 80%;
    margin-left: 5%;
    margin-bottom: 5%;
  }
  
  .open-content .text h1, .open-content .text p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .close-content {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
  }
  
  .close-content span {
    background: #222;
    width: 30px;
    height: 6px;
    display: block;
    position: absolute;
    top: 14px;
  }
  
  .x-1 {
    transform: rotate(45deg);
  }
  
  .x-2 {
    transform: rotate(-45deg);
  }
  
  /* 
  ** Transitions
  */
  
  #team .card {
    transition: opacity 200ms linear 320ms, transform 200ms ease-out 320ms;
  }
  
  .border {
    transition: opacity 200ms linear, transform 200ms ease-out;
  }
  
  #team .card img {
    transition: opacity 200ms linear 0ms, transform 200ms ease-in 0ms;
  }
  
  #team .card h1 {
    transform: translate3d(20%, 0px, 0px);  
    transition: opacity 200ms linear 120ms, transform 200ms ease-in 120ms;
  }
  
  /* Clicked card */
  #team .card.clicked img {
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
  }
  
  #team .card.clicked .border {
    opacity: 0;
    transform: scale(1.3);
  }
  
  #team .card.out, .card.out img {
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
  }
  
  #team .card.out h1, .card.clicked h1 {
    transform: translate3d(20%, -40px, 0px);
    opacity: 0;
  }
  
  .cover {
    transition: transform 300ms ease-in-out;
  }
  
  .open-content {
    transition: opacity 200ms linear 0ms;
  }
  
  .open-content.open {
    opacity: 1;
    pointer-events: all;
    transition-delay: 1000ms;
  }
  
  /* 
  ** Media Queries
  */
  
  @media screen and (max-width: 600px) {
    #team .card-column {
      width: 90%;
    }
    
    .column-1 {
      padding-top: 0px;
    }
    
    .open-content img {
      margin-top: 40px;
    }
  }


.awards-sec{
  background-image: url(../images/background5.jpeg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: -6%;
  padding-top: 10%;
}
.awards-sec .lighttext {
  color: #070707;
  font-size: 1.2rem;
}

 

.footer-sec p{
  font-size: 12px;
}


.prevention-sec {
  margin-top: -6%;
  padding-top: 8%;
  background-color: #f6f4f4;
}

.collaboration-section {
  background-image: url(../images/collaboration-bg.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
  
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -6%;
  padding-top: 10%;
}

.collaboration-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff 29%, transparent 59%);
}

.networking {
  background-image: url(../images/networking.jpg);
  background-size: contain;
  margin-top: -6%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}


 .networking::before{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 54%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, transparent 21%);
 }

 .networking-sec{
  background-image: url(../images/networking-bg.jpeg);
  background-size: cover;
  background-attachment: fixed;
}

.security {
  background-image: url(../images/security.jpeg);
  background-size: contain;
  margin-top: -6%;
  padding-top: 10%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}


.security::before{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 42%;
  height: 100%;
  background-image:linear-gradient(to right, #fff 5%, transparent 21%);
 }

 .security-sec{
 
  background-color: #f9f9f9;
}

.education-sec{
  background-color: #f6f4f4;

}


.desktop {
  background-image: url(../images/desktop.jpg);
  background-size: contain;
  margin-top: -6%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}


.desktop::before{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 51%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, transparent 21%);
 }

 .desktop-vertual-second{
  background-image: url(../images/background4.jpeg);
  background-size: cover;
  background-attachment: fixed;}




 .center-data {
  background-image: url(../images/datacenter-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
padding: 80px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

 .center-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff 29%, transparent 59%);
}


.optimized-ownership{
  background-image: url(../images/background4.jpeg);
  background-attachment: fixed;
}
.datacenter-img img{
  border-radius: 20px; 
}

.support {
  /* padding-top: 10%; */
  /* margin-top: 0%; */
  background-image: url(../images/background2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.f-25{
  font-size: 25px;
}
.industrial {
  background-image: url(../images/smart-industry.jpeg);
  background-size: contain;
  margin-top: -6%;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.industrial::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 53%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, transparent 21%);
}

.flexibility-assured{
  background-image: url(../images/background4.jpeg);
  background-size: cover;
  background-attachment: fixed;}

  .small-last-section{
    background-image: url(../images/small-last-sec.jpg);
    height: 50vh;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

 .small-last-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #7bcbe6;
  }

  .certificated{
   
      background-image: url(../images/certificated.jpg) !important;
      background-size: cover;
      margin-top: -6%;
      padding-top: 10%;
      height: 80vh;
      background-attachment: fixed;
      background-position: bottom;    
  }

 
.offcanvas-header h5{
  text-align: center;
  color: #fff;
}
 
/* .offcanvas{
      padding-top: 0%;
    margin-top: 0%;
    background-image: url(../images/background-light4.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: bottom !important;
} */


.offcanvas-big-img{
  border-radius: 10px;
  box-shadow: 0 0 3px #CCC;
}

.offcanvas-close-btn{
  width:25px;
  height: 25px;
  background-image: url(../images/close-icon.png);
  color: #fff;
  border-radius: 50px;
  float:right ;
  background-size: cover;
}
.offcanvas-header{
  justify-content: end;
}


/* ********************************************************************************************* Blogs Css ******************************************************************************** */

/* .blog-card{
  padding: 20px;
  
} */
.blogimg img{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

}

.blog-content{
  padding: 16px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
  border: 1px solid #ccc;
}

.blog-content h5{
  font-size: 1.3rem;
  font-family: 'Nunito', sans-serif;
  color: #389fd7;
}
.date-blog{
  font-size: 14px;
  font-weight: 500;
}
 /* .blog-bg{
  padding-top: 10%;
  margin-top: -6%;
  background-image: url(../images/background4.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
 } */

 .blog-preview-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/small-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;


}

.blog-preview-box {
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
  padding: 26px;
}

.blog-preview-box img{
  border-radius: 20px;
}
