html {
  scroll-behavior: smooth;
}

body{
  font-family: "Lato", serif;
}

.navbar-brand .logo{
	width: 20px;
	height:auto;
}
p{
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}
/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 14rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  object-fit: cover;
  height: 42rem;
}
.title{
  font-size: 75px;
  letter-spacing: 0.5px;
  font-family: "Playfair Display", serif;
  color: #88dbf4;
  font-weight: bolder;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #ffffff, 0 3px 0 #bbb, 0 6px 0 #212121, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgba(0, 0, 0, .15);
  background: #ffffff42;
}
.carousel-control-next:focus, .carousel-control-next, .carousel-control-prev:focus, .carousel-control-prev{
  opacity: 0;
}
.abt-img{
    width: 100%;
    border-radius: 35px;
    background: whitesmoke;
    padding: 10px;
    box-shadow: rgb(99 99 99) 0px 2px 6px 0px;
    border: 4px solid #2a2f7f;

}
.abt-cont{
  text-align: right;
  padding-inline: inherit;
}
p {
    text-align: justify;
}
h3{
    font-size: 46px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;
    line-height: 55px;

}
.about-us{
    padding: 3em 0;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px ;
    background: #fff;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


.typedtext {
  margin-top: 20%;
  border-right: 2px solid black;
  animation: blinkTextCursor 800ms steps(44) infinite normal;
  height: 40px;
  margin-bottom: 55px;
  color: #000;
  display: block;
}

@keyframes blinkTextCursor{
  from {
    border-right-color: black;
  }
  to {
    border-right-color: transparent;
  }
}

.why-box{
  background-color: #44b9d9;
  padding: 25px 45px 45px;
  color: #fff;
  margin-top: 15px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}

.choose-sec{
  height: 100%;
  display: flex;
  align-items: center;
}
.icon-box {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    width: 100%;
    border: 1px solid #d9d7d7;
    margin: 8px 0;
    height: 240px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
     rgba(0, 0, 0, 0.3) 0px 30px 60px -30px
}

.readmore{
      background-color: #44b9d9;
      font-size: 14px;
      transition: 0.5s;
      padding: 5px 10px;
      font-weight: 600;
      margin: 7px;
      border-radius: 3px;
      text-align: center;
      color: #000;
}
.readmore:hover{
      background-color: #2a2f7f;
      color: #fff;
      list-style-type: none;
}

.icon-box h6{
     text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

img.sevice-img {
  height: 115px;
  object-fit: cover;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 14px;
}
.why-box h4{
  font-size: 41px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.why-us{
  padding: 3em 5em;
  background-color: #b8c3ed30;

}
.services{
  padding: 75px 0 75px 0;
}
#myCarousel .carousel-inner{
  height: 82vh;
}

.sec-heading {
  margin-bottom: 50px;
}
.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}
.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.box:hover {
  transform: scale(1.2);
}
.partner-sec {
  overflow: hidden;
}
.partner-sec .slider {
  animation: slidein 10s linear infinite;
  white-space: nowrap;
  margin: 20px 0;
  transition: 0.5s;
}
.partner-sec{
  padding: 3em 0;
}
.partner-sec .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.partner-sec .slider .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.partners-img{
width: 150px;
 margin: 10px 20px 10px 20px;
 filter: grayscale(1);
 transition: 0.5s;
 padding: 10px;
 cursor: pointer;

}
.partners-img:hover{
  background-color: #fff;
  filter: grayscale(0);
   box-shadow: 0px 0px 10px 0px #cccccc;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform:     translateY(-30px);
    transform:         translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform:     translateY(-15px);
    transform:         translateY(-15px)
  }
}
.client-img{
    width: 170px;
    height: 165px;
    padding: 15px;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px #90bfe1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    object-fit: cover;
}

.client-img:hover{
animation-name: bounce;
  -moz-animation-name: bounce;
}

.mv-img{
  width: 100%;
    border-radius: 35px;
    background: whitesmoke;
    padding: 10px;
    box-shadow: rgb(99 99 99) 0px 2px 6px 0px;
    border: 4px solid #2a2f7f;
    height: 100%;
    object-fit: cover

}

.nav-link {
     font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #000!important;
    padding: 20px 0px;
    margin: 0px 5px;
    /* display: inline-block; */
    position: relative;
    opacity: 0.75;
}
.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #031D44;
}

.nav-link::before {
  width: 0%;
  bottom: 10px;
}

.nav-link:hover::before {
  width: 100%;
}

.IT-item{
  background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 25px;
    width: 100%;
    border: 1px solid #d9d7d7;
    margin: 8px 0;
    height: 270px;
    transition: 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.IT-item:hover{
  background-color: #2a2f7f;
  color: #fff;
}

.IT-item h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  font-family: "Playfair Display", serif;

}
.Core-expertise .section-title{
  padding-bottom: 30px;
}
.Core-expertise p{
  text-align: center;
}
.IT-item:hover p{
  color: #fff;
}
h4{
  font-size: 20px;
  font-weight: 600;
  text-align: center;

}
.Core-expertise{
    padding: 3em 5em;
    background-color: #b8c3ed30;
}

.IT-item p{
     text-align: justify;
    margin-top: 0px;

}
.section-title{
  text-align: center;
}
.Core-expertise{
  margin-bottom: 15px;
  text-align: center;
}
.IT{
  text-align: centre;
}
.rounded-circle{
  margin:0px 0px 12px 20px;
}
.service-item h3{
  font-size: 20px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #2a2f7f;
  line-height: 25px;

}
.service-item:hover {
    background-color: #2a2f7f;
   
}

.service-item:hover h3{
  color: #fff;
}
.service-item:hover p{
  color: #fff;
}
.Managed-Services{
  margin-top: 50px;
}
.service-item img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.service-item{
  background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #d9d7d7;
    margin: 8px 0;
    height: 270px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 100%;
}

.service-item h3{
  text-align: center;
}
.service-item p{
  margin: 0px;
  text-align: justify;
  line-height: 23px;
}

.IT-item h3:hover{
  text-decoration: underline;
}
.data-management{
  padding:50px;
}


/*mission-sec*/
.Mission-sec{
  padding: 3em 0;
}
.Mission-sec h4{
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
}
.Mission-sec p{
  margin: 5px 0;
}
.slider-arrow{
    display: flex;
    height: 60px;
    justify-content: end;
    align-items: baseline;
}
.carousel-item{
  height:auto;
  background-color: transparent;
}
.card-body h3{
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #2a2f7f;
    line-height: 22px;
    padding: 10px 0;
    margin: 0;
}
.card-body h3:hover{
  text-decoration: underline;
}
.card-body{
  padding: 5px 15px;
}
.card{
 background-color: #e6f3ff7a;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    width: 100%;
    border: 1px solid #d9d7d7;
    margin: 8px 0;
    height: 270px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%
}
.icon-sec{
  width: 90px;
    height: 90px;
    padding: 15px;
    background-color: #9bc7f0;
    border-radius: 5px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.icon-sec img{
  width: 55px;
  height: auto;
}
.footer-section {
  background-color: #233243;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(31, 47, 64);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}
.footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(31, 47, 64);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}
.footer-top {
  padding-top: 96px;
  padding-bottom: 50px;
}
.footer-top p,
.company-footer-contact-list li {
  color: #ffffff;
}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
    background: #ffffffd9;
    padding: 5px;
}
.widget-title {
    margin: 0 0 15px;
    color: #44b9d9;
    font-weight: 700;
    text-decoration: underline;
}
.courses-link-list{
  padding: 0;
  margin: 0;
}
.course-links-widget {
    padding: 0 0 0 35px;
}
p.card-text {
    line-height: 21px;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
}
.courses-link-list li a:hover {
  color: #44b9d9;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.footer-top .small-post-title i{
  font-size: 20px;
  margin: 0 5px 0 0;
}
.small-post-item .post-date {
  color: #44b9d9;
  margin-bottom: 3px;
  font-weight: 400;
}
.small-post-list li+li {
  margin-top: 30px;
}
.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffb606;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.copy-right-text {
  color: #ffffff;
}
.copy-right-text a {
  color: #ffb606;
}
.terms-privacy li{
  margin-left: 30px;
  list-style-type: none;
}

.terms-privacy li a {
  color: #ffffff;
  position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}
.site-logo img{
    height: auto;
    width: 100%;
}
.courses-link-list li{
  list-style-type: none;
}

.widget.latest-news-widget li{
  list-style-type: none;
}
.small-post-list{
  padding: 0;
  margin: 0;
}
.small-post-list li,.small-post-item li{
  list-style-type: none;
  color: #fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 22px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2a2f7f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 54px;
  width: 55px;
  height: 55px;
  transition: 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#myBtn:hover {
  background-color: #44b9d9;
}

#myBtn i{
  font-size: 25px;
  line-height: 25px;
}