* {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
}
body{
font-size: 100%;
}
.py-2 .row .col-sm-12 a:hover{
  text-decoration: none;
  }
  .footer-logo{

    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
  }
  
  .text-address{
    color: #fff !important;
    transform: translateY(10px) !important;
    -webkit-transform: translateY(10px) !important;
    -moz-transform: translateY(10px) !important;
    -ms-transform: translateY(10px) !important;
    -o-transform: translateY(10px) !important;
    font-weight: 400 !important;
  }
.nav-link {
  display: inline-block;
  position: relative;
  color: #0087ca;
  font-size: 1vw;
}

.list-unstyled li .active {
  color: #0085FF;
}
.mb-2 a{
  font-size: .8vw;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%);
  transform-origin: bottom right;
  transition: transform 1.80s ease-out;
}
.nav-link:hover{
  background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.navbar{
  background-color: #fff;
  z-index: 1000;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar .active{
  color: #007bff;
  
}

.nav-link {
  color: #6c6c6c;
  font-weight: 500;
  padding: 12px 52px;
  margin-right: 2em;
  font-family: 'Poppins', sans-serif;
  z-index: 100;

}
.nav-active {
  background-color:#fff;
  box-shadow: 5px -1px 12px -5px grey;
}
.nav-colored { background:#fff;
position: fixed !important;
width: 100%;

z-index: 100 !important;
animation:navbar-up .7s alternate ease-in-out forwards;
transition: all .6s;}
@keyframes navbar-up {
  from{
    transform: translateY(-90px);
  }
  to{
    transform: translateY(0px);
  }
}
.nav-colored .nav-link { color: #000 !important;}
.nav-colored #active { color: #0084FF !important;}
.nav-transparent { background-color:#fff;}
  /* mission vision */


/* about */

#particles-js {
  position: absolute;
  width: 100%;
  height: 70vh;
}



.panorama {
  margin: 0 auto;
  cursor: all-scroll;
  width: 100%;
 /* min-height: 100vh; */
  /* padding-bottom: 30%; */

  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255)), url('../images/about/office-img.png');
  background-size: cover;
  background-position: 50% 0;

  transition: background-position 1s linear;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  h1 {
    font-size: 72px;
  }
}

.effect-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 15vh;
}

.effect-block span {
  opacity: 0;
  -webkit-animation: text-visible 0.0001s linear forwards;
  animation: text-visible 0.0001s linear forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scrolled.effect-block:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%);
  -webkit-animation: effect-block 2s cubic-bezier(0.19, 1, 0.22, 1)
    infinite;
  animation: effect-block 2s cubic-bezier(0.19, 1, 0.22, 1) both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#another {
  top: 30px;
}
@media only screen and (min-width: 992px) {
  #another {
    left: 100px;
  }
}
#another span {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#another.effect-block:after {
  background: #9933ab;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.panorama .container-fluid{
  display: flex;
  align-items: center; 
   justify-content: center;
   height: 100vh;
}
.about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
 
}

.about h2 {
  font-size: 4vw;
  color: #154572;
  font-weight: 700;
  animation: 3s anim-lineUp ease-out forwards;
}

.about p{
  font-size: 1.5vw;
  font-weight: 500;
  color: #000;
  text-align: center;
  animation: 3s anim-lineUp ease-out forwards;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}


.scrolled .up-down{
  animation: up-dowm 16s ease-in-out both;
  transition: .6s ease-in-out;
}

@keyframes up-down {
  from{
      transform: translateY(-900px);
  }
  to{
      transform: translateY(0px);
  }
}


.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}
.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}
.scrolled.fade-up {
  animation-delay:8s;
  animation: fade-in-up 3s ease-in-out both;
}
.scrolled.fade-up1 {
 
  animation: fade-in-up1 3s ease-in-out both;
}
@keyframes fade-in-up{
  0%{
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up1{
  0%{
    animation-delay: 1.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-left{
  0%{
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


#content-title {
  font-size: 3vw;
  font-weight: 700;


}

#content-para {
  color: #6c6c6c;
  text-align: justify;
  margin-top: 2em;
  font-size: 1.2vw;
}

.second {
  margin-top: 0em;
  background-color: #F3F3F3;
}

#sec h2{
  font-size: 3vw;
  font-weight: 700 !important;
  min-height: 18vh !important;
}
.counter-value{
  
background: linear-gradient(147.32deg, #F58229 9.96%, #ED2D6D 93.15%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.second-content {
 
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#second-txt {
  text-align: left;
  color: #6c6c6c;
  font-weight: 900;
}

#second-para {
  font-size: 1vw;
  color: #6c6c6c;
  font-weight: 200;
  text-align: center;
}


/* Remove extra left and right margins, due to padding in columns */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */

.second-number {
  margin-top: 5em;
  background-color: #F3F3F3;
  display: flex;
  min-height: 70vh;
  align-items: center;
  justify-content:flex-start;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .card-column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* icons cards */


#sec {
  font-family: 'Raleway', sans-serif;
  padding: 50px 0;
  background: #fff;
  text-align: center;
  word-wrap: break-word;

}

#sec h2 {
  font-weight: 200;
  font-size: 2.2vw;
  color: #000;
  min-height: 10vh;
}

#sec ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
}

#sec ul li {
  padding: 40px;
  width: 400px;
  height: 350px;
  transition: box-shadow 0.3s;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #fff 50%, #0085FF 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  background-color: #fff;
  overflow: hidden;
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 10px;
  /* box-shadow: 5px  3px 5px 3px #F3F3F3; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

#sec ul li svg {
  min-height: 14vh;
  top: 10%;
}

#sec ul li:hover {
  /* box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); */
  background-position: 0 -100%;
}

#sec ul li:hover span {
  color: #63b7e6;
}

#sec ul li:hover p {
  color: #fff;
}

#sec ul li:hover h3 {
  color: #63b7e6;
}

#sec ul li:hover h3:after {
  width: 25px;
}

.second-sec ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly !important;

  padding: 40px;
}

#sec ul li span:before,
#sec ul li span:after {
  position: static;
}

#sec ul li h3 {
  color: #6f6f6f;
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  transition: color 0.3s;
}

#sec ul li h3:after {
  content: '';
  position: relative;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background: #6f6f6f;
  transition: width 0.3s;
}

#sec ul li p {
  color: #a2a2a2;
  text-align: left;
  text-indent: 1em;
  font-size: 16vw;
  line-height: 26px;
  transition: color 0.3s;
  text-align: center;
}


/* footer */

 /* footer */
 footer{
  background-color: #333535;
}
.company{
  color: #f3f3f3;
  margin-top: 1em;
  font-size: 1.2vw;
}
.active{
  color:#0084FF;
}
.fa{
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height:40px;
  font-size: 20px !important;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #0085ff;
  color: #fff;
}

.fa:hover{
background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
animation:footerIcon .6s ease-in-out alternate forwards;
}
@keyframes footerIcon {
from{
  transform: rotate(180deg);
}
to{
  transform: rotate(0deg);
}
}
.fa-facebook {
  background: #0085FF;
  color: white;
}

.fa-twitter {
  background: #fff;
  color: #0085FF;
  font-size: 20px;
}

.fa-linkedin {
  background: #0085FF;
  color: white;
}

.fa-instagram {
  background-color:#0085FF;
  color: white;
  

}
.py-2 .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.py-2 .row .white{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.py-2 .row .white2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
  
.py-2 .row .col-sm-12 a{
  font-size: .8vw;
  text-align: center;
  color: #fff !important;
  opacity: .7;
}

.py-2{
  background-color: #282828;
}

.center{
  margin-bottom: 5em;
}
h3{
color: black;
}

.cardName{
line-height: 2.5em;
}
.mb-4{
color: #f3f3f3;
font-size: .8vw;
}

/* upper footer */

.sub-footer{
background:linear-gradient(rgb(0,0,0,0.4),rgb(0,0,0,0.6)),url('../images/footer/footer-4.png');
min-height: 20vh;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}

.sub-left h2{
color: #fff !important;
font-size: 2vw;
font-weight: 500;
}

.cen{
color: #D3EAFF;
}

.talk a {
position: relative;
padding: 12px 62px;

margin: 5px;
border: 2px solid transparent;
display: inline-block;
font-size: 1.5vw;
border-radius: 30px;

transition: .5s ease-out;
border: 0px;
color: #fff;
font-weight: 500;
}

.talk a::before{
content: "";
position: absolute;
inset: 0;
border-radius: 30px;
padding: 2px; /* control the border thickness */
/* background:linear-gradient(132.14deg, #0085FF 0%, #18D0FA 88.51%); */
background-color: #fff;
/* background: linear-gradient(132.14deg, #F8953A 0%, #EF3C69 88.51%); */
-webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
        mask-composite: exclude;
pointer-events: none;
}
.talk a:hover{
text-decoration: none;
background-position: left;
color: #007bff;
border: none;
text-decoration: none !important;
background-color: #fff;
}
.mb-2 a{
color: #fff;
text-decoration: none;
}

#star{
color: orange;
}

.footer-logo p{
font-size:1.5vw;
color: #fff !important;
font-weight: 200;
align-items: flex-start;
transform: translateX(-5px) ;
transform: translateY(7px);


}
  .mb-4{
    /* font-size: 20px !important; */
    color: #f3f3f3;
    font-weight: 500 !important;
  }

  .top-button{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  
/* 
.empty {
  min-height: 20vh;
} */
.numbar-column{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.c-no {
  height: 150px;
}

.grey-bg {
  background: #ebebeb;
}
.counter-row{
  display: flex;
  align-items: center;
  justify-content:center;

}

.counter-Txt {
  text-align: center;
  font-size: 1.2vw;
padding:  22px;
  /* margin-top: 20px; */
  color: #6c6c6c;
}

.counter-Txt span {
  display: block;
  font-size: 36px !important;
  color: #6c6c6c;
  
  font-weight: bold;
  text-align: center;
}

@media(min-width:320px) and (max-width:767px) {
  .c-no {
    height: 100%;
  }
  html,
  body{
    overflow-x: hidden !important;
  }
  
  p{
    font-size: 16px !important;
  }

  .mb-2 a{
    font-size: 12px !important;
  }

  .company{
    font-size: 16px;
  }

#content-para{
text-align: justify !important;
}

  .counter-Txt {
    margin-top: 35px;
  }

  .margin-bot-35 {
    margin-bottom: 35px;
  }
  #title{
    font-size:40px !important;
   
  }
  .text-align-title{
   align-items: center;

  }
  #sub-title,#content-title{
    font-size: 30px !important;
    line-height: 1.5em !important;
    display: flex !important;
    align-content: flex-start !important;
    align-items:flex-start !important;
    justify-content: flex-start !important;
  }
 *{
  font-size:18px !important;
 }
 /* .card-svg{
display:none !important;
 } */
 .sub-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
}
.sub-left h2 {
  font-size: 20px !important;
  text-align: center;
  width: 390px;
  margin-top: 1em;
  margin-bottom: 1em;
}
}





.mission-container{
  width: 100%;
  min-width: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-flex{
  margin-top: 6em;
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(30deg, #ffff 0%,#f3f9ff 50%,#ffff 50%,#f3f9ff 100% );
}

.mission{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.vision{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mission h2{
  font-size: 3vw;
    font-weight: 700;
}

.mission p{
  font-size: 1.2vw;
  color: #6c6c6c;
text-align: center;
}

.vision h2{
  font-size: 3vw;
    font-weight: 700;
}

.vision p{
  font-size: 1.2vw;
  color: #6c6c6c;
text-align: center;
}


/* js scroll */

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-one-bottom {
  animation: fade-in-bottom 3s ease-in-out both;
}
.scrolled.fade-two-bottom {
  animation: fade-in-bottom 5s ease-in-out both;
}
.scrolled.fade-three-bottom {
  animation: fade-in-bottom 7s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.nav-colored .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
/* responsive */
@media only screen and (min-width:300px) and (max-width: 600px) {
  html,body {
   overflow-x: hidden !important;
   width: 100%;
   max-width: 400px;
  }
  .nav-link{
    font-size: 3vw;
  }
  .py-2 .row .col-sm-12{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a{
    font-size: 14px;
  }
  .panorama .container-fluid .about h2{
    font-size: 30px;
  }
  .panorama .container-fluid .about p{
    font-size: 16px !important;
  }
  p{
    font-size: 18px !important;
  }
  .mb-2 a{
    font-size: 16px
  }

  .company{
    font-size: 18px;
  }
  .sub-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
  }
  .sub-left h2{
    font-size:2vw;
    text-align: center;
    width: 300px;
    margin-top: 1em;
  }
  .talk a{
   font-size: 1vw;
    pad: 12px 42px !important;
    margin-bottom: 1em;
  }
  .py-5 .row .col-sm-12{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .py-2 .container-fluid .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer p{
    text-align: center;
  }
   
  .py-2 .row .col-sm-12 p{
    font-size: 10px;
    text-align: center;
    color: #fff !important;
  }
  .list-unstyled li{
    text-align: center;
  }
.second-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mission-container{
  width: 100%;
  max-width: 400px;
  min-width: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.mission-flex{
  margin-top: 0px;
  width: 100%;
  max-width: 400px;
  min-height: 40vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
background: none;
}

.mission{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50vh;
}

.svg-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.vision{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50vh;
}

.mission h2{
  font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.mission p{
  font-size: 16px;
  color: #6c6c6c;
  width: 300px;
text-align: center;
}

.vision h2{
  font-size: 24px;
    font-weight: 700;
}

.vision p{
  font-size: 16px;
  color: #6c6c6c;
text-align: center;
}
#content-title{
  font-size: 24px;
  text-align: center                                                                                                          ;

}

#sec h2{
  text-align: center;
  font-size: 24px;
}
.second-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
#content-para{
  text-align: center;
  font-size: 16px;
}
.counter-value{
  font-size: 16px;
}
#sec h2{
  font-size: 24px !important;
}
#sec{
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column;
}
#sec ul{
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  max-width: 400px;
}
#sec ul li{
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  max-width: 300px;
  flex-direction: column;
margin-top: 2em;
}

#sec ul li p{
  font-size: 1vw;
}
.icon-container .row .col-sm-12{
  display: flex;
  align-items: center;
  justify-content:center !important;
  min-height: 40vh !important;
}
.icon-container .row .col-sm-12 .card{
  margin:2em;
}
}

@media screen and (min-width:600px) and (max-width:900px){
  html,body{
    overflow-x: hidden;
  }
  p{
    font-size: 18px !important;
  }
  .mb-2 a{
    font-size: 16px
  }

  .company{
    font-size: 18px;
  }
  .mission-container{
    display: flex;
    align-items: center;
    justify-content:center;
  }
  
  .mission-flex{
    margin-top: 6em;
    width: 100%;
    min-height: 40vh;
    display: flex;
    align-items: center;
justify-content: flex-start;
background: linear-gradient(30deg, #ffff 0%,#f3f9ff 40%,#ffff 40%,#f3f9ff 100% );
  }
.second-content{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vh;
}
  #content-title{
    text-align: center;
  }
  .icon-container .row{
    min-height: 30vh !important;
  }
.card{
  width: 250px !important;
  height: 250px !important;
}
  .card svg{
    width: 40px !important;
    height: 40px !important;
  }
  .card p{
    font-size: 10px !important;
  }
  .sub-footer{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-left{
    text-align: center;
  }
  .py-3 .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

}

@media screen and (min-width:900px) and (max-width:1200px) {
  html,body{
    overflow-x: hidden;
  }
  p{
    font-size: 18px !important;
  }
  .mb-2 a{
    font-size: 16px
  }

  .company{
    font-size: 18px;
  }

  .mission-container{
  flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .mission-flex{
    margin-top: 6em;
    width: 100%;
    min-height: 20vh !important;
    display: flex;
    align-items: flex-start;
    justify-content:flex-start;
background: none;
  }
  
  .mission{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  
  .vision{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .mission h2{
    font-size: 38px;
      font-weight: 700;
  }
  
  .mission p{
    font-size: 18px;
    color: #6c6c6c;
  text-align: center;
  }
  
  .vision h2{
    font-size: 38px;
      font-weight: 700;
  }
  
  .vision p{
    font-size: 18px;
    color: #6c6c6c;
  text-align: center;
  }
  .second-number{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second-content{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh !important;
  }

  .second-number .row{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.sub-left{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-left h2{
  text-align: center;
}
.py-3 .col-sm-12{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icon-container .row{
  display: flex;
  align-items: center;
  justify-content:space-between !important;
  min-height: 30vh !important;
}
}

.numbar-column{
  display: flex;
  align-items: center;
  justify-content: center;
}

.numbar-column .row{
  display: flex;
  align-items: center;
  justify-content: center;
}


.icon-container h2{
text-align: center;
margin-top: 1em;
font-size: 48px;
font-weight: 700;
}
.icon-container h1{
  text-align: center;
font-size: 48px;
font-weight: 700;
}
.icon-container .row{
  display: flex;
  align-items: center;
  justify-content:center;
  min-height: 50vh;
}
.icon-container .row .col-lg-3{
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container .row .col-lg-3 .card{
  background-color: #000;
 width: 300px;
 height: 350px;
 /* height: 300px; */
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  flex-direction: column;
  padding: 40px;
  transition: box-shadow 0.3s;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #fff 50%, #0085FF 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  background-color: #fff;
  overflow: hidden;
 border: 0 !important;
  border-radius: 10px;
  /* box-shadow: 5px  3px 5px 3px #F3F3F3; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card:hover{
  background-position: 100% -100%;
}


.card p{
font-size: 13px;
text-align:center;
}

.card:hover svg path{
  fill: #fff !important;
}

.card:hover svg{
  animation: rotateSvg .6s ease-in-out alternate forwards;
  transition: all .6s;
}

@keyframes rotateSvg {
  from{
    transform: rotate(180deg);
  }
  to{
    transform: rotate(0deg);
  }
}

.card:hover p{
  color: #fff;
}

.icon-container .row{
  min-height: 60vh;
}
.card-icon{
  min-height: 20vh;
}

.card-txt p{
text-align: justify !important;
word-spacing: -2px;
font-size: 14px !important;
}

