body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

@import url('https://fonts.cdnfonts.com/css/satoshi');


.banner img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.main-menu-logo {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 88.18%);
}

@media (max-width:560px) {
  .banner {
    height: 100%;
  }
}

.nav-item a:hover {
  color: #000 !important;
}

.navbar-toggler-icon {
  border: 1px solid #fff;
  background-image: url(men.png);
}

.navbar-brand img {
  width: 180px;
  height: 80px;
}

.navbar-brand {
  padding-left: 50px;
}

.nav-btns {
  padding-right: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1F1F1F;
}

.nav-btns a {
  font-size: 13px;
  color: #1F1F1F;
  letter-spacing: 2px;
  margin: 0 27px;
  text-decoration: none;
}

.link-active {
  border-bottom: 2px solid #fff;
  padding: 2px;
}

.nav-btns a:hover {
  border-bottom: 2px solid #fff;
}

.nav-btns button {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background:
    #0070C0;
  border: 2px solid #368FCD;
  padding: 8px 10px;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 5px;
}

.nav-btns span {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}

.nav-btns button:hover span {
  color: white;
}

.nav-btns button::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
}

.nav-btns button::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
}

.nav-btns button::before {
  /*   background: blue; */
  transform: translateX(-100%);
  z-index: 1;
}

.nav-btns button:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.nav-btns button::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.nav-btns button:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}

.dropdown {
  padding: 15px 0px;
  position: relative;
  gap: 30px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  border: 1px solid #efefef;
  border-radius: .4em;
  min-width: 240px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0 12px;
  z-index: 99;
  background-color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.dropdown-content p {
  font-size: 12px;
}

.dropdown-content a:hover {
  color: #0070C0;
}


@media(max-width:560px) {
  .nav-btns a {
    display: block;
    margin: 15px 0;
  }

  .link-active {
    border: none;
  }

  .nav-btns a:hover {
    border-bottom: none;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .nav-btns {
    display: inline;
  }

}

/* banner css */
.enter-buttonrow {
  justify-content: center;
}

.enter-button {
  display: flex;
  justify-content: center;
  margin-top: -55px;
}

.enter-button a {
  position: relative;
  background: #0070C0;
  border-radius: 5px;
  padding: 15px 50px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.enter-button a:hover {
  color: #fff;
  transform: scale(1.02);
}

@media(max-width:560px) {
  .enter-button a {
    padding: 8px 20px;
    font-size: 15px;
  }

  .enter-button {
    margin-top: -33%;
  }
}

#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
}

.slide {
  width: 100%;
  display: none;
  animation-name: fade;
  animation-duration: 1s;
}

.slide img {
  width: 100%;
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.carousel-control-prev-icon {
    background-image: url(images/carpre.png) !important;
  width: 52px !important;
  height: 52px !important;
}
.carousel-control-next-icon {
  background-image: url(images/carnex.png) !important;
  width: 52px !important;
  height: 52px !important;
}
#left-arrow1 {
  left: 10px;
}

#right-arrow1 {
  right: 10px;
}

#dots-con {
  text-align: center;
  display: none;
}

.dot {
  display: inline-block;
  background: grey;
  padding: 8px;
  border-radius: 50%;
  margin: 10px 5px;
}



@media (max-width:576px) {
  #slider {
    width: 100%;

  }

  .controls {
    font-size: 1em;
  }

  #dots-con {
    display: none;
  }
  .carousel-control-prev-icon {
   
  width: 30px !important;
  height: 30px !important;
}
.carousel-control-next-icon {
  width: 30px !important;
  height: 30px !important;
}
}

/*
.main-contentbox {
  background: #F7F7FC;
} */
.main-contentrow {
  justify-content: center;
}

.animated-heading {
  text-align: center;
  font-family: 'DM Serif Display', serif;
}

.animated-heading h1 {
  font-size: 50px;
}

.animated-heading h3 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
}

.animated-heading p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
}

.change-content:after {
  content: '';
  animation: changetext 10s infinite linear;

}

@keyframes changetext {
  0% {
    content: "significant.";
  }

  20% {
    content: "magnificent.";
  }

  40% {
    content: "appealing.";
  }

  60% {
    content: "significant.";
  }

  80% {
    content: "magnificent.";
  }

  100% {
    content: "appealing.";
  }
}

.abt-button {
  font-family: 'Inter', sans-serif;
  background: #0070C0;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  padding: 8px 5px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
}

.abt-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.abt-button::after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 7px;
  right: -20px;
  transition: 0.5s;
}

.abt-button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.abt-button:hover::after {
  opacity: 1;
  right: 10px;
}

.content-button {
  display: flex;
  justify-content: center;
}

.service-container {
  background: #0070C0;
  font-family: 'Inter', sans-serif;
}

.service-headtext h6 {
  font-size: 17px;
  font-weight: 900;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.service-headtext h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.service-content h4 {
  font-weight: 600;
  font-size: 23.994px;
  line-height: 36px;
  color: #fff;
}

.service-content p {
  font-weight: 400;
  margin-top: 20px;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

.info-container {
  background:
    #0070C0;
  font-family: 'Inter', sans-serif;

}

.info-row {
  justify-content: space-between;
}

#myDIV {
  display: none;
}

#myDIV p {
  font-size: 14px;
  line-height: 23px;
  margin-left:60px;
  margin-top:-20px;
}

#mybox {
  display: none;
}

#mybox p {
  font-size: 14px;
  line-height: 23px;
   margin-left:60px;
   margin-top:-20px;
}
#mynewbox{
 display: none;
}
#mynewbox p{
   font-size: 14px;
  line-height: 23px;
   margin-left:60px;
   margin-top:-20px;
}
#mynewbox1{
 display: none;
}
#mynewbox1 p{
   font-size: 14px;
  line-height: 23px;
   margin-left:60px;
   margin-top:-20px;
}
#mynewbox2{
 display: none;
}
#mynewbox2 p{
   font-size: 14px;
  line-height: 23px;
   margin-left:60px;
   margin-top:-20px;
}
#mynewbox3{
 display: none;
}
#mynewbox3 p{
   font-size: 14px;
  line-height: 23px;
   margin-left:60px;
   margin-top:-20px;
}

#mynewbox4{
  display: none;
 }
 #mynewbox4 p{
    font-size: 14px;
   line-height: 23px;
    margin-left:60px;
    margin-top:-20px;
 }
.info-container p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}

.info-container h6 {
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  color: #fff;
}

.info-column p {
  font-weight: 500;
  font-size: 30px;
  line-height: 4.4rem;
  letter-spacing: 1.5px;
  text-transform: none;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
.info-column p {
  font-size: 25px;
}
}
@media (max-width:560px) {
  .info-column p {
    font-size: 20px;
  }
}

.product-container {
  background:
    #EA5B2D;
  font-family: 'Inter', sans-serif;
}

.product-row {
  justify-content: space-evenly;
}

.product-text {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25), -1px -1px 5px rgba(0, 0, 0, 0.25);
  padding: 35px 50px;
  margin: 30px 0;
  height:90%;
}

.text-img1:hover {
  background-image: url(images/Maritime\ LMS.jpg);
  color: #fff;
}

.text-img2:hover {
  background-image: url(images/Virtual\ Reality\ LMS.jpg);
  color: #fff;
}

.text-img3:hover {
  background-image: url(images/Flix\ Microlearning.jpg);
  color: #fff;
}

.text-img4:hover {
  background-image: url(images/Mentors.jpg);
  color: #fff;
}

.text-img5:hover {
  background-image: url(images/project_management.png);
  color: #fff;
}


.product-text h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}

.product-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.brand-column1 h5 {
  font-weight: 500;
  font-size: 30px;
  line-height: 63px;
  padding-left: 20px;
  text-align: center;
}

.brand-images {
    /*** width: 257px;
  height: 85px; ***/
  width:100%;
  display: flex;
  justify-content: space-evenly;
}

@media(max-width:560px) {
  .brand-column1 h5 {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
    line-height: initial;
  }

  .brand-images {
    display: block;
  }

  .brand-images img {
    margin: 20px;
  }
}

footer a {
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

footer a,
button {
  transition: 0.5s;
}

footer a,
p {
  font-size: 14px;
}



footer a,
button,
input,
textarea,
select {
  outline: none !important;
}

fieldset {
  border: 0;
}



footer h3 {
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
}

footer p {
  font-size: 17px;
  line-height: 26px;
}

.flex {
  display: flex;
}

.flex-content {
  width: 100%;
  position: relative;
}

.padding_1x {
  padding: 1rem;
}

.padding_2x {
  padding: 2rem;
}

.padding_3x {
  padding: 3rem;
}

.padding_4x {
  padding: 4rem;
  font-family: 'Inter', sans-serif;
  background: #232323;
}

.padding_4x a {
  font-size: 17px;
  line-height: 26px;
  text-decoration: none !important;
}

.ad-class a {
  text-decoration: none;
}

.ad-class button {
  background-color:
    #0070C0;
  padding: 15px 25px;
  color: #fff;
  border: none;
}


@media (max-width:920px) {
  .flex {
    flex-wrap: wrap;
  }

  .padding_1x,
  .padding_2x,
  .padding_3x,
  .padding_4x {
    padding: 1rem;
  }

  .btn {
    padding: 0.5rem 1rem;
  }

  a,
  p {
    font-size: 12px;
  }
}



/***************************
FOOTER
****************************/
footer {
  background-color: var(--primary);
  color: #fff;
}

footer h3 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

footer a {
  color: #fff;
  display: block;
  margin: 15px 0;
}

footer a:hover {
  color: var(--white);
}

footer fieldset {
  padding: 0;
}

footer fieldset input {
  background-color: #FFF;
  border: 0;
  color: var(--lite);
  padding: 1rem;
}

footer fieldset .btn {
  border-radius: 0;
  border: 0;
}

.mem-img img {
  margin: 10px 0;
}

footer fieldset .btn_2:hover {
  background-color: var(--secondary);
  border: 0;
  color: var(--primary);
}

footer .flex:last-child {
  align-items: center;
}

footer .flex:last-child .flex-content:last-child {
  text-align: right;
}

footer .flex:last-child p {
  color: var(--white);
}

footer .flex:last-child a {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  padding: 0.5rem;
  margin-right: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

footer .flex:last-child a:hover {
  background-color: var(--secondary);
  color: var(--gray);
}

@media (max-width:1100px) {
  footer .flex:first-child {
    flex-wrap: wrap;
  }

  footer .flex:first-child .flex-content {
    flex: 1 1 40%;
  }
}

@media (max-width:920px) {
  footer .flex:last-child .flex-content:last-child {
    text-align: left;
  }
}

@media (max-width:320px) {
  footer .flex:first-child .flex-content {
    flex: 1 1 100%;
  }
}

/********
Contact CSS
********/

.contact-container {
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.contact-container h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
}

.contact-container p {
  font-size: 18px;
  line-height: 24px;
  color: #717171;
}

.contact-row {
  background: #FFFFFF;
  justify-content: space-between;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
}

.contact-info {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.contact-info h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
}

.contact-info p {
  font-size: 16px;
  line-height: 24px;
  color: #C9C9C9;
}

.contact-info li {
  list-style: none;
  font-size: 16px;
}

.contact-info a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
}

.contact-info h6 {
  font-size: 28px;
  line-height: 42px;
}

.note-info {
  margin: 20px 0;
}

.social-iconsbox img {
  margin: 0 10px;
}

.social-iconsbox {
  margin-left: -10px;
}

.contact-column {
  padding: 20px;
}

.contact-form {
  font-family: 'Inter', sans-serif;
}

.contact-form form {
  display: flex;
  justify-content: space-evenly;
}

.contact-form input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #8D8D8D;
}

.text-area1 {
  display: flex;
  justify-content: center;
}

.text-area1 textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #8D8D8D;
}

.contact-btn {
  display: flex;
  justify-content: flex-end;
  margin-right: 35px;
}

.contact-btn a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 7px 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 300;
}

.contact-btn a:hover {
  color: #fff;
}

.contact-img {
  display: flex;
  justify-content: flex-end;
  margin-right: 35px;
}

.contact-img img {
  transform: rotate(-29.75deg);
}

.contact-circleimg {
  position: absolute;
  margin-left: 17rem;
  margin-top: -10rem;
}

@media (max-width:560px) {
  .contact-form form {
    display: block;
  }

  .text-area1 {
    display: block;
  }

  .contact-circleimg {
    display: none;
  }
}

.map-container h4 {
  font-family: 'DM Serif Display';
  font-weight: 400;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
}

.map-container iframe {
  width: 100%;
  height: 400px;
}

.contact-body {
  background-color:
    #F7F7FC;
}

.map-container p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.testim .wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1300px;
  padding: 40px 20px;
  margin: auto;
  background: #F7F7FA;
  font-family: 'Inter', sans-serif;
  font-size:14px;
  line-height:17px;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #000;
  cursor: pointer;
  font-size: 2em;
  top: 75%;
  z-index: 22222222;
}

.testim .arrow.left {
  left: 85%;
}

.testim .arrow.right {
  left: 90%;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}



.testim .cont div p {
  color: #000;
  margin: auto;
  text-align: start;
  font-size: 23px;
  line-height: 57px;
}

.testim .cont div h2 {
  font-size: 22px;
  line-height: 57px;
  text-align: start;
  color: #818181;
  font-weight: 300;
}

.testim .cont div h6 {
  font-size: 20px;
  line-height: 57px;
  text-align: start;
  letter-spacing: 3.5px;
  color: #575757;
}

.test-boximp {
  display: flex;
}

@media (max-width:560px) {
  .test-boximp {
    display: block;
  }

  .testim .wrap {
    height: 900px;
  }

  .testim .arrow.left {
    left: 60%;
    top: 90%;
  }

  .testim .arrow.right {
    left: 80%;
    top: 90%;
  }

  .test-boximp img {
    margin-left: -50px;
  }
}

.testim .cont div.active img {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive img {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

.testim .cont div.active h6 {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive h6 {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}


.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}


/*==============
owl button
==============*/
.column1 {
  margin-left: 20px;
  font-family: 'Inter', sans-serif;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  width: 30px;
  height: 30px;
}

.owl-carousel .prev-slide {
  background: url(images/left.png) no-repeat !important;
  width: 200%;
  height: 50px;
  margin-left: 70em;
  margin-top: 30px;
}

.owl-carousel .next-slide {
  background: url(images/right.png) no-repeat !important;
  width: 200%;
  height: 50px;
  margin-left: 74em;
  margin-top: 30px;
}

.single_courses h6 {
  font-size: 20px;
  line-height: 57px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.single_courses p {
  font-weight: 500;
  font-size: 22px;
  line-height: 57px;
  color: #FFFFFF;
}

.blog-container {
  background: #963596;
  height:100%;
}
.test-boximp p{
margin-left:10px !important;
}
.test-boximp h2{
margin-left:10px !important;
}
.test-boximp h6{
margin-left:10px !important;
}
.blog-container h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 63px;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
}

.blog-exploretext h6 {
  font-size: 23px;
  color: #FFFFFF;
}

.blog-exploretext {
  position: absolute;
  margin-top: -96px;
  margin-left: 18px;
}

@media (max-width:560px) {
  .column1 {
    margin-left: 10px;
  }

  .owl-carousel .prev-slide {
    margin-left: 12em;
  }

  .owl-carousel .next-slide {
    margin-left: 15em;
  }

  .blog-exploretext h6 {
    font-size: 15px;
  }

  .blog-exploretext img {
    width: 30px;
    height: 10px;
  }

  .blog-exploretext {
    position: absolute;
    margin-top: -90px;
    margin-left: 0;
  }
}

/*==============
services CSS
==============*/
.openservice2 {
  background-image: url(images/service-banner.jpg);
  width: 100%;
  height: 478px;
}

.openservice2 h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 62px;
  color: #fff;
  padding-top: 180px;
  padding-left: 100px;
}

.openservice2 span {
  font-family: 'DM Serif Display', serif;
}

.service-page {
  font-family: 'Inter', sans-serif;
}

.service-color {
  background: #fff;
}

.service-pagetext h5 {
  font-weight: 400;
  font-size: 39px;
  line-height: 46px;
  letter-spacing: -2px;
  color: #000000;
}

.service-pagetext p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}

.service-button {
  font-family: 'Inter', sans-serif;
  background: #0070C0;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  padding: 6px 5px;
  width: 212px;
  transition: all 0.5s;
  cursor: pointer;
}

.service-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.service-button::after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 7px;
  right: -20px;
  transition: 0.5s;
}

.service-button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.service-button:hover::after {
  opacity: 1;
  right: 10px;
}
/****new page css****/
.service-pagetext h6{
font-weight: 500;
font-size: 18px;
}
.service-pagetext small{
  font-size: 16px;
  line-height: 25px;
}
.new-changebox{
  background: #EA5B2D;
  padding: 30px;
  color: #fff;
}
.new-serbox{
  background: #FFF2EE;
  padding: 30px;
}
.new-serbox b{
  font-weight: 600;
}
.new-serbox p{
  font-size: 17px;
line-height: 28px;
color: #000000;
}
.new-changebox p{
  font-size: 17px;
line-height: 28px;
color: #FFFFFF;
}
.diff-box1 p{
  font-size: 18px;
line-height: 28px;
color: #000000;

}
.mobile-boxnew h5{
  font-size: 25px;
  font-size: 600;
  line-height: 40px;
  color: #000000;
}
.mobile-boxnew p{
font-size: 18px;
line-height: 28px;
color: #000000;
}
.mobile-boxnew ul li{
  font-weight: 400;
font-size: 16px;
line-height: 35px;
color: #000000;
}
.new-parabox{
  text-align: center;
  font-size: 16px;
}
.small-newbox1{
background: #FFF2EE;
border: 1px solid #FEFCFC;
padding: 20px;
margin: 15px 0;
   height: 90%;
}
.small-newbox1 p{
  font-size: 16px;
  line-height: 28px;
}
.small-newbox1 h5{
  font-weight: 600;
  font-size: 20px;
line-height: 36px;
color: #222222;
}
.new-changebox h5{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
}
.service-pagetext ul li{
  line-height: 26px;
}
.newser-container {
  background: #963596;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.new-arearow img{
  width: 100%;
}
.new-sidebox{
  background: #FFF2EE;
  padding: 30px;
}
.new-sidebox h4{
  font-weight: 600;
font-size: 24px;
line-height: 32px;
color: #000000;
}
.new-sidebox p{
  font-size: 16.5px;
line-height: 26px;
letter-spacing: 0.01em;
color: #000000;
}
.service-lasttext h4{
  font-family: 'DM Serif Display';
font-style: italic;
font-weight: 400;
font-size: 24px;
line-height: 36px;
text-align: center;
letter-spacing: 1px;
color: #000000;
}
.new-changebox ul li{
  font-style: normal;
font-size: 16.5px;
line-height: 28px;
color: #FFFFFF;
margin-left: -10px;
}
.new-changebox2{
  background: #EFF2F4;
  padding-bottom: 20px;
}
.new-changebox2 h2{
  font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 56px;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000000;
}
.small-newbox{
  margin: 15px 0;
  background: #FFF2EE;
  padding: 25px;
   height: 90%;
}
.small-newbox h5{
  font-weight:600;
font-size: 22px;
line-height: 36px;
color: #222222;
}
.small-newbox p{
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
letter-spacing: 0.01em;
color: #000000;
}
.new-probox{
  display: flex;
  justify-content: space-between;
}
.new-procolumn{
  background: #FFF2EE;
  padding: 30px;
  width: 420px !important;
  margin: 40px 0;
}
.blue-column{
  background: #f8f8f8;
}
.new-procont{
  background: #EFF2F4;
}
.new-procont h3{
  font-style: normal;
font-weight: 600;
font-size: 39px;
line-height: 56px;
text-align: center;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000000;
}
.new-procont h3:after {
  content:"";
  display:block;
  width: 240px;
  max-width:70%;
  border-bottom: 4px solid #EA5B2D;
  margin: 0 auto 0;
}
.new-procolumn p{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
margin-top: 15px;
}
.new-procolumn h5{
  font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 30px;
color: #222222;
}
.product-lasttext h4{
  font-family: 'DM Serif Display';
font-style: italic;
font-weight: 400;
font-size: 24px;
line-height: 36px;
text-align: center;
letter-spacing: 1px;
color: #ffffff;
}
.new-prochangebox{
  background: #EA5B2D;
  padding: 20px;
  color: #fff;
}
.new-prochangebox p{
  font-size: 18px;
line-height: 28px;
font-weight: 400;
letter-spacing: 1px;
color: #FFFFFF;
}
.new-prochangebox h5{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}
.new-prorow1{
  justify-content: space-between;
}

/****new page css end****/

.more-servicecontent {
  font-family: 'Inter', sans-serif;
}

.more-servicecontent img {
  width: 100%;
  height: auto;
}

.approach-container h5 {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1B1717;
}

.approach-container p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.07em;
  color: #757575;
}

.app-column h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -1px;
}

.app-column p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #858483;
}

.app-workrow {
  justify-content: center;
}

.app-work {
  display: flex;
  justify-content: space-between;
}

.app-work h5 {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 24px;
  color: #000000;
}

.app-work a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
background: #0070C0;
  padding: 5px 20px;
  border-radius: 3px;
  text-decoration: none;
  text-transform:uppercase;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.app-work a:hover {
  color: #fff;
  background-color:#EA5B2D;
}

.app-row {
  justify-content: space-evenly;
}

@media (max-width:560px) {
  .openservice2 h1 {
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }

  .more-servicecontent img {
    margin-top: 15px;
  }

  .more-servicecontent {
    text-align: center;
  }

  .app-row {
    text-align: center;
  }

  .app-work {
    text-align: center;
  }

  .service-pagetext h5 {
    font-weight: 500;
    font-size: 33px;
  }

  .service-pagetext {
    padding-top: 0;
  }

  .app-work {
    display: block;
  }

  .app-work h5 {
    line-height: 44px;
  }
}

/*** service detail CSS ***/
.media-back{
  background-image: url(images/mediaback.png);
  width: 100%;
  height: 220px;
}
.media-back h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  padding-top: 150px;
  padding-left: 66px;
}
.openservice {
  background-image: url(images/openservice.png);
  width: 100%;
  height: 412px;
}

.openservice h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 62px;
  color: #fff;
  padding-top: 180px;
  padding-left: 100px;
}
.openservice h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 140px;
  padding-left: 66px;
}
.openservice span {
  font-family: 'DM Serif Display', serif;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
}

.tabs__label {
  padding: 10px 16px;
  cursor: pointer;
}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
line-height: 28px;
  font-size: 0.9em;
  display: none;
}

.tabs label {
  color: rgba(27, 23, 23, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}

.tabs__radio:checked+.tabs__label {
  /*color: #1B1717;*/
  /*border-bottom: 2px solid #000;*/
}

.tabs__radio:checked+.tabs__label+.tabs__content {
  display: initial;
}

.tabs img {
  width: 100%;
  height: auto;
}

@media(max-width:560px) {
  .tabs {
    flex-wrap: wrap;
  }

  .openservice h1 {
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }

  .tabs__content {
    text-align: center;
  }
}

/*** product css ***/
.productservice {
  background-image: url(images/productbanner.png);
  width: 100%;
  height: 530px;
}

.productservice h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 62px;
  color: #fff;
  padding-top: 180px;
  padding-left: 100px;
}

.productservice span {
  font-family: 'DM Serif Display', serif;
  font-weight: 500;
}

.service-headtext h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #757575;
}

.product-headtext h1 {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  text-align: center;
}

.product-headtext:after {
  /* this is the border */
  content: "";
  display: block;
  width: 7em;
  max-width: 70%;
  border-bottom: 0.2em solid rgb(190, 190, 190);
  margin: 2em auto 0;
}

.product-subtext p {
  font-size: 21px;
  line-height: 36px;
  text-align: center;
}

.product-row {
  justify-content: center;
}

.extraproduct-img img {
  width: 60px !important;
  height: 60px !important;
}

.product-color {
  background: #fff;
}

@media(max-width:560px) {
  .productservice h1 {
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }
}

/** about-us **/
.about-us {
  background-color: #FBFBFB;
}

.about-us h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 72px;
  letter-spacing: -2px;
  margin-top: 15%;
  margin-left: 14.8%;
}

.about-us span {
  font-family: 'DM Serif Display', serif;
  font-weight: 500;
}

.gif-image img {
  width: 100%;
  height: 500px;
}

.about-us2 {
  background: #000000;
  font-family: 'Inter', sans-serif;
}

.about-us2 h5 {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
}

.about-us2 h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}

.about-us2 p {
  font-weight: 300;
  font-size: 28px !important;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.aboutus-row {
  justify-content: center;
}

.about-content {
  padding: 40px 0;
  font-family: 'Inter', sans-serif;
}

.mission-content h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;

}

.mission-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}
/*
.mission-content p:after {
  content: "";
  display: block;
  width: 7em;
  max-width: 70%;
  border-bottom: 0.1em solid rgb(190, 190, 190);
  margin: 2em auto 0;
}
 */
.mission-content2 h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;

}

.mission-content2 p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.discover {
  font-family: 'Inter', sans-serif;
}

.discover h5 {
  font-size: 22px;
  line-height: 33px;
  color: #151515;
}

.discover p {
  font-size: 21px;
  line-height: 32px;
  color: #000000;
}

.discover h6 {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #0070C0;
}

.discover li {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #151515;

}

.dis-column {
  padding-top: 23%;
}

.dis-column2 {
  margin-top: -20%;
}

.dis-column3 {
  padding-top: 13%;
}

.dis-row {
  justify-content: space-evenly;
}
/* 
.discover:after {
  
  content: "";
  display: block;
  width: 7em;
  max-width: 70%;
  border-bottom: 0.2em solid rgb(190, 190, 190);
  margin: 4em auto 0;
}
*/
.mission-content3 h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;

}

.mission-content3 p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.aboutimg-row {
  justify-content: center;
}

.aboutimg-row p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #151515;
}
 /* this is the border
.aboutimg-row p:after {

  content: "";
  display: block;
  width: 7em;
  max-width: 70%;
  border-bottom: 0.2em solid rgb(190, 190, 190);
  margin: 3em auto 0;
}
 */
.aboutimg-row img {
  width: 100%;
  height: auto;
}

.about-wedo {
  font-family: 'Inter', sans-serif;
  justify-content: space-evenly;
}

.about-wedocontainer h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
}

.about-wedocontainer:after {
  /* this is the border */
  content: "";
  display: block;
  width: 8em;
  max-width: 70%;
  border-bottom: 0.2em solid rgb(190, 190, 190);
  margin: 3em auto 0;
}

.wedo-column h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
}

.wedo-column p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #222222;

}

.extra-column {
  visibility: hidden;
}

@media(max-width:560px) {
  .dis-column {
    padding-top: 0;
  }

  .dis-column2 {
    margin-top: 0;
  }

  .dis-column3 {
    padding-top: 0;
  }

  .extra-column {
    display: none;
  }

  .about-us h3 {
    text-align: center;
    font-size: 45px;
    margin-left: 0;
  }

  .mission-content h3 {
    font-size: 30px;
  }
}

.leadership h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000;
}

.leadership p {
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #151515;
}

.leader-row h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #151515;
}

.leader-row h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #151515;
}

.leader-row {
  justify-content: space-evenly;
}

@media (max-width:560px) {
  .leader-row {
    text-align: center;
  }

  .wedo-column {
    text-align: center;
  }

  .dis-row {
    text-align: center;
  }
}

/*** blog CSS ***/
.blog-pagecontainer {
  font-family: 'Inter', sans-serif;
}

.blog-heading h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.blog-heading p {
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #717171;
}

.blog-heading p:after {
  /* this is the border */
  content: "";
  display: block;
  width: 8em;
  max-width: 70%;
  border-bottom: 0.2em solid rgb(190, 190, 190);
  margin: 1.5em auto 0;
}

.blog-pagecontainer h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.blogpage-column img {
  width: 100%;
  height: auto;
}

.blogpage-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #808080;
}

.blogpage-content h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #1e1e1e;
}

.blogpage-content a {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #0070C0;
  font-weight: 600;
}

.blogpage-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 388px;
  padding: 20px 30px;
  margin-left: 12.6em;
  margin-top: -80px;
}

@media (max-width:560px) {
  .blogpage-content {
    margin-left: 0;
    width: 350px;
  }
}

.blogpage-column {
  margin: 20px 0;
}

.center {
  text-align: center;
}

.pagination-row {
  justify-content: center;
}

.pagination {
  display: inline-block;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #0070C0;
  color: white;
  border: 1px solid #0070C0;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/*** career CSS ***/
.career-pagebox {
  font-family: 'Inter', sans-serif;
}

.career-pagebox h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.career-pagebox p {
  font-weight: 500;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #717171;
}

.career-row img {
  width: 100%;
  height: auto;
}

.career-row p {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.015em;
  color: #111111;
}

.perks-row {
  font-family: 'Inter', sans-serif;
}

.perks-row h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}

.perks-row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.car-one img {
  position: absolute;
  margin-left: 7rem;
}

.car-two img {
  position: absolute;
  margin-left: -7.5rem;
  margin-top: 3rem;
}

.car-three img {
  position: relative;
  margin-bottom: -3rem;
}

.car-four img {
  position: relative;
}

.recruit-row {
  font-family: 'Inter', sans-serif;
  justify-content: space-evenly;
}

.recruit-row h5 {
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
  color: #111111;
}

.recruit-row p {
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #707070;
}

.offerspage-row {
  font-family: 'Inter', sans-serif;
  justify-content: space-between;
}

.offerspage-row h5 {
  font-size: 26px;
  line-height: 40px;
  color: #111111;
}

.offerspage-row p {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: #707070;
}

.offerspage-row h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #111111;
}

.offerspage-row a {
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  color: #111111;
}

.stand-row {
  justify-content: center;
}

.stand-row h5 {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  ;
  color: #FFFFFF;
  text-align: center;
}

.stand-row p {

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: center;

  color: #FFFFFF;

}

.career-extra {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;

}

@media(max-width:560px) {
  .perks-row {
    text-align: center;
  }

  .perkimage-row img {
    display: none;
  }

  .recruit-row {
    text-align: center;
  }

  .offerspage-row {
    text-align: center;
  }
}

.disclaimer-row {
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
}

.disclaimer-row p {
  font-style: normal;
  font-weight: 400;
  font-size: 20.741px;
  line-height: 54px;
}

.disclaimer-row img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.disclaimer-row h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  padding: 30px 0;
}

@media(max-width:560px) {
  .disclaimer-row {
    text-align: center;
  }
}

.privacy-row {
  justify-content: center;
  font-family: 'Inter', sans-serif;
}

.privacy-row h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  padding: 30px 0;
}

.privacy-row p {
  font-weight: 400;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
}

.privacy-column {
  padding-top: 30px;
}

.privacy-column h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.privacy-column p {
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}

.pri-recrow {
  font-family: 'Inter', sans-serif;
  justify-content: space-evenly;
  margin: 20px 0;
}

.pri-recrow p {
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #3F3F3F;
  margin-top: 10px;
}

.term-userow p {
  font-size: 17px;
  line-height: 35px;
}

/*****
Portfolio CSS
*******/
.portservice {
  background-image: url(images/port-ban.png);
  width: 100%;
  height: 240px;
}

.portservice h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 62px;
  color: #fff;
  padding-top: 130px;
  padding-left: 100px;
}

.portservice h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  padding-top: 130px;
  padding-left: 100px;
}

.portservice span {
  font-family: 'DM Serif Display', serif;
}

.over-box .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 415px;
  overflow: hidden;
  border: 1px solid #f9f9f9;
  cursor: pointer;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 17px;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.port-slidecont i {
  color:
    #0070C0;
}

.port-slidecont h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.port-slidecont p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1F1F1F;
  margin-top: 30px;
}

.port-tech h6 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.port-tech i {
  font-size: 12px;
  margin-top: -15px !important;
}

/******
blog details css

*****/
.blog-detimg img {
  width: 100%;
  height: 100%;
}

.blog-detimg h6 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 20px;
}

.blog-detimg p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #000000;
}

.author-namebx {
  background: #EA5B2D;
}

.author-innerbx {
  display: flex;
  background: #EFF2F4;
  padding: 20px 30px;
  border-top-right-radius: 80px;
}

.author-innerbx h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding-top: 10px;
  margin-left: 15px;
}

.author-innerbx span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.b-detailscontent {
  background-color: #EFF2F4;
  padding: 20px;
}

.b-detailscontent p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #000000;
  border-left: 5px solid #0070C0;
  padding: 20px;
}

.search-container {
  margin-top: 20px;
}

.search-container input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
  width: 80%;
  margin-top: 2px;
  height: 48px;
}

.search-container input {
  background-color: #EFF2F4;
}

.search-container button {
  padding: 11px 20px;
  margin-left: -5px;
  background: #0070C0;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.search-container button:hover {
  background: #ccc;
}

.recent-postbox {
  margin-top: 20px;
}

.recent-postbox h6 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0070C0;
}

.recent-details {
  display: flex;
  margin: 15px 0;
}

.recent-details h6 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin-left: 15px;
}

.recent-details p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #808080;
  margin-top: 15px;
}

.more-blogbtn {
  padding-top: 20px;
}

.more-blogbtn a {
  background-color: #0070C0;
  padding: 10px 45px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.more-blogbtn a:hover {
  color: #fff;
}
 .brochure-rowabout{
        background-image: url(images/bro-back.png);
        width: 100%;
        height: 440px;
        text-align: center;
    }
    .brochure-mainrow{
        justify-content: center;
    }
    .brochure-rowabout h4{
        font-family: 'DM Serif Display';
font-style: normal;
font-weight: 400;
font-size: 44px;
line-height: 100%;
text-align: center;
color: #FFFFFF;
    }
    .brochure-rowabout p{
        font-family: 'Inter', sans-serif;
        font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 28px;
text-align: center;
color: #FFFFFF;
    }
    .brochure-rowabout a{
        font-family: 'Inter', sans-serif;
        text-align: center;
        text-decoration: none;
        background-color: #fff;
        color: #000;
        border-radius: 50px;
        padding: 10px 25px;
    }
  .product-endtextrow{
    justify-content: center;
  }
  .product-endtextrow h3{
    font-family: 'DM Serif Display';
font-style: italic;
font-weight: 400;
font-size: 62.008px;
line-height: 64px;
text-align: center;
letter-spacing: 1px;
color: #292A2C;
  }
  .product-endtextrow p{
   font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 25px;
text-align: center;
color: #292A2C;
  }
.mission-content p:after{
  content: "";
  display: block;
  width: 240px;
  max-width: 70%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  margin: 50px auto 0;
}
.discover:after{
  content: "";
  display: block;
  width: 240px;
  max-width: 70%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  margin: 50px auto 0;
}
.aboutimg-row:after{
  content: "";
  display: block;
  width: 240px;
  max-width: 70%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  margin: 50px auto 0;
}
.about-wedocontainer:after{
  content: "";
  display: block;
  width: 240px;
  max-width: 70%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  margin: 50px auto 0;
}
.job-imgcolumn img{
  width: 100%;
}

@media(max-width:560px){
 .job-imgrow{
    margin-left: -20px !important;
    margin-top: 10px !important;
  }
}
    .news-homebox {
      display: flex;
      justify-content: space-between;
    }

    .news-homebox h5 {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
    }

    .news-homebox a {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #B9B9B9;
      text-decoration: none;
    }
    
    /* this code for Vr */
  .card-text-limit {
    max-height: 3.6em;
  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    
    -webkit-box-orient: vertical;
  }

   

  .image_div
  {
    text-decoration: none;
    color: black;
  }
  
  
    .custom-navbar-style{
    padding: 20px;

  }

  @media(max-width : 747px){
    .custom-navbar-style{
      background-color: black;
    }
  }
  
    .custom_about_image{

  }

  @media screen and (min-width: 1024px) {
    .custom_about_image{
      width:100%;
    }
    
    .brand-column1 h5{
      margin-bottom: 50px;
      white-space: nowrap;
      text-align:center;
      font-weight:600;
    }
  }