@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&family=IBM+Plex+Serif&family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&family=IBM+Plex+Serif&family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed&family=IBM+Plex+Serif&family=Open+Sans&display=swap');

* {
  margin: 0;
  padding: 0;

}

:root {
  --font-p1: 'Montserrat', sans-serif;
  --font-p2: 'Open Sans';
  --font-p3: 'IBM Plex Sans Condensed', sans-serif;
}

.navbar-collapse {
  display: flex;
  justify-content: end;
}

.bg {
  background-color: white;
}

.top {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  margin-top: -50px;
  z-index: 50;
  height: auto;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.navbar-nav li a:hover {
  color: blue;
  /* background-color: yellow; */
}


/* .button1 {
  background-color:#2F34C5;
  border: 1PX solid rgb(255, 250, 250);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: auto;
  font-family: var(--font-p1);
} */

.ss {
  display: flex;
  justify-content: center;
}

.button1 {
  background-image: linear-gradient(to right, #18D19E 0%, 51%, #1F2DAB 100%);
  border: 1PX solid rgb(255, 250, 250);
  color: white;
  padding: 9px 37px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
  border-radius: 4px;
  display: block;
}



.button1:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


/* 
.button1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
} */

.navbar-nav {
  column-gap: 10px;
  font-family: auto;
}


.first {
  margin-top: 50px;
  position: relative;
  top: 50px;
}

.text1 {
  text-align: center;
  line-height: normal;
}

.text1 h1 {
  font-family: var(--font-p1);
  font-size: 32px;
  /* line-height: 50px; */
  font-weight: 700 !important;
  margin: 30px 30px;
}

.text1 p {
  margin: 30px 30px;
  font-family: var(--font-p2);
  font-size: 16px;
  padding-bottom: 30px;
  color: black;
}

/* 
.button2 {
  background-color:#2F34C5;
  border: 1PX solid black;
  color:#ffffff;
  padding: 10px 39px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
} */

.button2 {

  background-image: linear-gradient(to right, #1F2DAB 0%, #18D19E 51%, #1F2DAB 100%);
  border: none;
  color: white;
  padding: 12px 15px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
  text-decoration: none;
}

.button2:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.wp-img:before {
  background: url("whatsapp-svgrepo-com.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  color: #fff;
  height: 30px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 30px;
}


.three {
  margin-top: 0px;
  /* background-color: #ffffff; */
  height: auto;
  padding: 30px 0px;
}

.text3 p {
  text-align: center;
  font-family: var(--font-p2);
  margin-top: 20px;
  font-weight: 600 !important;
}

.text3 h1 {
  text-align: center;
  font-family: var(--font-p1);
  font-weight: 700 !important;
  margin: 30px 30px;
}

.card-title {
  /* margin-top: 20px; */
  /* font-size: 28px; */
  font-weight: 500;
  font-family: var(--font-p1);
}

.card-text:last-child {
  /* margin-top: 30px; */
  font-family: var(--font-p2);
  font-size: 13px;
  font-weight: 500;
  /* color: black; */
}

.card-text p {
  color: black;
}

.key-card-text:last-child {
  /* margin-top: 30px; */
  font-family: var(--font-p1);
  font-size: 13px;
  font-weight: 500;
}

.dashed-line {
  border: 2px solid red;
  width: 25%;
}

.hr-line {
  margin-top: 250px;
}

.hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  /* margin-bottom: 30px; */
  margin: 30px 30px;
}

.four {
  background-color: #ffffff;
}

.text4 p {
  /* margin-top: 30px; */
  line-height: normal;
  font-family: var(--font-p2);
  margin: 30px 0px;
  color: black;
  font-size: 16px;
}

.text4 h1 {
  font-size: 32px;
  font-family: 'Montserrat';
  line-height: normal;
  margin-top: 6px;
  font-weight: 500;
}

.four {
  margin-top: 65px;
}

.four1 {
  margin-top: 100px;
  background-color: #ffffff;
}

.text4-1 p {
  line-height: 12px;
  font-family: math;
  /* margin-top: 45px; */
}



.animation h1 {
  /* background-color: #ffffff; */
  font-family: var(--font-p1);
}

.animation p {
  /* background-color: #ffffff; */
  font-family: var(--font-p2);
}


.button3 {

  background-image: linear-gradient(to right, #1F2DAB 0%, #18D19E 51%, #1F2DAB 100%);
  border: none;
  color: white;
  padding: 12px 15px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
  text-decoration: none;
}

.button3:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}


.five {
  margin-top: 100px;
  background-color: #ffffff;
  font-family: unset;
}

.five1 {
  margin-top: 100px;
  background-color: #ffffff;
  font-family: unset;
}

.five2 {
  margin-top: 100px;
  background-color: #ffffff;
  font-family: unset;
}

.text5 h1 {
  font-size: 32px;
  line-height: normal;
  font-family: var(--font-p1);
  font-weight: 500;
}

.text5 p {
  /* margin-top: 30px; */
  line-height: normal;
  font-family: var(--font-p2);
  margin: 30px 0px;
  color: black;
  font-size: 16px;
}

.text5-1 {
  line-height: 12px;
  font-family: math;
  /* margin-top: 45px; */
}


.button4 {

  background-image: linear-gradient(to right, #1F2DAB 0%, #18D19E 51%, #1F2DAB 100%);
  border: none;
  color: white;
  padding: 12px 15px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
  text-decoration: none;
}

.button4:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}


.six {
  margin-top: 100px;
}

.six h1 {
  text-align: center;
  font-size: 36px;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: 700 !important;
  font-family: var(--font-p1);
}

.nine {
  margin-top: 100px;
}

.nine h1 {
  text-align: center;
  font-family: var(--font-p1);
  font-weight: 700 !important;

}

.nine p {
  text-align: center;
  font-family: var(--font-p2);
  margin-top: 16px;
}

.card-img-top {
  transition: transform .6s;
}

/* .card-img-top:hover {
  -o-transform: all 0.5s ease-in-out;
  transform: scale(1.2);
} */

/* .col1:hover {
  transition: all 0.5 ease-in;
  transform: scale(0.9);
} */

.card:hover {
  transition: all .5s;
  transform: scale(1.03);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.2);
}


.ten {
  margin-top: 60px;
  background-color: #ffffff;
  padding: 10px 0px;
}

.overflowHide {
  overflow: hidden;
}


.card-body:hover {
  background-image: linear-gradient(#18D19E 0%, 65%, #1F2DAB 100%);
  color: #e6e5e5;
  fill: white !important;
}

.card-sha1 {
  /* -webkit-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  -moz-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  box-shadow: 33px -32px 0px -25px rgb(52, 220, 239); */
  /* border: 1px solid black; */
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  -moz-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
}

.card-sha2 {
  /* -webkit-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  -moz-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  box-shadow: 33px -32px 0px -25px rgb(52, 220, 239); */
  -webkit-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  -moz-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  /* border: 1px solid black; */
  height: 100%;
}

.card-sha3 {
  /* -webkit-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  -moz-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  box-shadow: 33px -32px 0px -25px rgb(52, 220, 239); */
  -webkit-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  -moz-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  /* border: 1px solid black; */
  height: 100%;
}

.card-sha4 {
  /* -webkit-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  -moz-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  box-shadow: 33px -32px 0px -25px rgb(52, 220, 239); */
  -webkit-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  -moz-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  /* border: 1px solid black; */
  height: 100%;
}

.card-sha5 {
  /* -webkit-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  -moz-box-shadow: 33px -32px 0px -25px rgb(52, 220, 239);
  box-shadow: 33px -32px 0px -25px rgb(52, 220, 239); */
  -webkit-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  -moz-box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  box-shadow: 2px 2px 19px 3px rgba(154, 158, 230, 0.3);
  /* border: 1px solid black; */
  height: 100%;
}

.eleven h1 {
  text-align: center;
  margin-top: 80px;
  font-weight: 700;
  font-family: var(--font-p1);
  margin: 30px 30px;
}

.thirty {
  margin-top: 100px;
}

.text13 h1 {
  text-align: center;
  font-size: 32px;
  font-family: var(--font-p1);
  font-weight: 700;
  line-height: normal;
  margin: 30px 30px;
}

.text13 p {
  text-align: center;
  line-height: normal;
  font-family: var(--font-p2);
  color: black;
  font-size: 16px;
}

.towbutton {
  /* text-align: center; */
  gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: center;
}

.button7 {

  background-image: linear-gradient(to right, #1F2DAB 0%, #18D19E 51%, #1F2DAB 100%);
  border: none;
  color: white;
  padding: 12px 15px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 19px 24px -19px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
  text-decoration: none;
}

.button7:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* .button8{
   
  background-image: linear-gradient(to right,#1F2DAB 0%, #18D19E  51%, #1F2DAB  100%);
  border:none;
  color: white;            
  padding: 12px 15px;
  font-family: var(--font-p2);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  -webkit-box-shadow: 2px 19px 24px -19px rgba(0,0,0,0.7);
-moz-box-shadow: 2px 19px 24px -19px rgba(0,0,0,0.7);
box-shadow: 2px 19px 24px -19px rgba(0,0,0,0.7);
  border-radius: 10px;
  display:inline-block;
  border-radius:10px;
  margin-top: 15px;
  text-decoration: none;
}

.button8:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
} */


.sec1 h5 {
  font-family: var(--font-p1);
  font-size: 15px;
}

.sec {
  margin-top: -28px;
  color: black;
}

.sec1 img {
  margin-top: -10px;
}

.sec2 {
  /* float: right; */
  color: black;
}

.sec3 {
  float: right;
  color: black;
}

.sec4 {
  float: right;
}

.eight {
  margin-top: 60px;
}

.counter-stat {
  font-size: 60px;
  font-weight: 700 !important;
}

.text-muted {
  color: #070707 !important;
  font-weight: 500;
  font-family: var(--font-p2);
}

.last {
  /* background-color: beige; */
  color: rgb(17, 16, 16);
  font-family: unset;
  margin-top: -65px;
  text-align: center;
  font-size: 14px;
}

.testonomial {
  border: 1px solid black;
  width: 100%;
  height: 350px;
  -webkit-box-shadow: 8px -10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px -10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 8px -10px 5px 0px rgba(0, 0, 0, 0.75);
}

.twelth {
  margin-top: 50px;
  background-color: #ffffff;
}

.left {
  /* margin: 30px; */
  /* align-items: center; */
  text-align: center;
  padding: 50px 0px;
}

.left img {
  border-radius: 50%;
  border: 1px solid yellow;
  height: 200px;
  padding: 5px;
}

.left h5 {
  font-family: auto;
  font-weight: 800;
}

.right p {
  font-family: auto;
  /* font-weight: 800!important; */
}

.right {
  padding: 60px 0px;
  font-family: var(--font-p2);
}



/* ////////////////////////////////////////////////////////////////////// */


.tow {
  margin-top: 80px;
  height: fit-content;
  width: 100%;
  visibility: hidden;
  display: none;
}

.a p {
  text-align: center;
  color: rgb(78, 197, 38);
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

a.img {
  width: 100%;
  height: 100%;
}

.b p {
  text-align: center;
  color: red;
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

b.img {
  width: fit-content;
  height: fit-content;
}

.c p {
  text-align: center;
  color: rgb(84, 84, 47);
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

.c img {
  width: fit-content;
  height: fit-content;
}

.d p {
  text-align: center;
  color: rgb(217, 176, 12);
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

.d img {
  width: fit-content;
  height: fit-content;
}

.e p {
  text-align: center;
  color: rgb(74, 17, 180);
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

.e img {
  width: fit-content;
  height: fit-content;
}

.f p {
  text-align: center;
  color: rgb(74, 17, 180);
  border-radius: 10px;
  width: 80%;
  margin-bottom: 50px;
  background-color: hsla(207, 5%, 52%, .26);
}

.f img {
  width: fit-content;
  height: fit-content;
}



.seven {
  margin-top: 30px;
  /* background-color:white; */
}

.menus {
  display: flex;
  justify-content: center;
}

.m-4 {
  background-color: white;
}

.menus1 {
  display: flex;
  justify-content: center;
}

.nav-link {
  color: black;
  font-weight: 500;
  font-family: var(--font-p1);
}

.tabs1 {
  margin-top: 50px;
}

.tab-content {
  margin-top: 50px;
}

.nav-link:hover {
  color: black;
  /* background-color: #0b0b0c; */
}

.map {
  margin-top: 50px;
}


.vertical-line {
  position: relative;
  width: 100%;
  margin-top: -6px;
  left: -22px;
}

.timeline-line {
  width: 100%;
  position: relative;
  height: 3px;
  border-top: 3px dotted #8f3049;
}

.wrapper-line {
  width: 3px;
  height: 40px;
  background-color: #8f3049;
  margin: 0 auto;
}

.bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #8f3049;
  margin: 0px auto;
  position: relative;
  top: -6px;
  left: -22px;
}

.a .vertical-line {
  position: relative;
  left: -48px;
}

.a .bullet {
  position: relative;
  left: -48px;
}

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.stats>span {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-size: 50px;
  font-weight: 600;
}




/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  justify-content: center;
  gap: 2rem;
  padding: 3rem;
  min-height: 80vh;
  background-color: #1B1C24;
  background-image: url("img/lamp-icon-black-1B1C24.svg");
  /*  background-color: #1086B5; 
  background-image: url("lamp-icon.svg"); */
  align-items: center;
  text-align: center;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}


.small-tab {
  margin-top: 80px;
}

.menu5 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: black;
  background-color: #ffffff;
}

.small-tab2 {
  background-color: #ffffff;
}


.Second {
  margin-top: 135px;
}

.planing img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 5px;
}

.small-tab h1 {
  font-family: var(--font-p1);
  font-weight: 700;
  margin: 30px 30px;
}

.small-tab h2 {
  font-family: var(--font-p1);
  font-weight: 500;
}

.text4 h2 {
  font-family: var(--font-p1);
  font-weight: 500;
  font-size: 32px;
}

.text5 h2 {
  font-family: var(--font-p1);
  font-weight: 500;
  font-style: 32px;
}

.sec h5 {
  font-family: var(--font-p1);
  font-size: 15px;
  margin-top: 30px;
}

.sec p {
  font-family: var(--font-p2);
  padding-top: 30px;
  color: black;
  font-size: 14px;
}

.sec1 p {
  margin-top: 30px;
  color: black;
}

.sec2 h5 {
  font-family: var(--font-p1);
  font-size: 15px;
}

.sec2 ul {
  font-family: var(--font-p2);
}

.sec2 {
  padding-top: 20px;
  font-size: 16px;
}

.sec3 h5 {
  font-family: var(--font-p1);
  font-size: 15px;
}

.sec3 ul {
  font-family: var(--font-p2);
  font-size: 14px;
  /* font-size: 0px; */
}

.sec4 h5 {
  font-family: var(--font-p1);
}

.sec4 ul {
  font-family: var(--font-p2);
}

/* #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px blue;
  border-radius: 50%;
  display: none;
  background-color: #091069;
  color: rgb(225, 8, 8);
} */

.wppBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 999;
  max-width: 60px;
  max-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(whatsapp0.png);
}

/* pulse */
.pulse {
  position: fixed;
}

.pulse:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  border: 3px solid #4caf50;
  position: absolute;
  top: -3px;
  left: -3px;
  animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  80% {
    opacity: 0;
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.head h1 {
  margin: 80px 30px;
  text-align: center;
  font-family: var(--font-p1);
  font-weight: 700;
}

.f-mobile {
  visibility: hidden;
  display: none;
}

.fiv-mobile {
  visibility: hidden;
  display: none;
}

.four12 {
  visibility: hidden;
  display: none;
}

.five12 {
  visibility: hidden;
  display: none;
}

.five21 {
  visibility: hidden;
  display: none;
}

.circle1 {
  visibility: hidden;
  display: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #185a9d;
  border-bottom: 1px solid #185a9d;
  /* background-color:yellow; */
  /* border-color: var(--bs-nav-tabs-link-active-border-color); */
}



/* testonomial section ........................................................................................................*/

.testimonial-section .testimonial-shape img.ts1 {
  left: 286px;
  top: 55%;
  animation: bounce 6s infinite;
  animation-delay: 1s
}

@media(max-width:1500px) {
  .testimonial-section .testimonial-shape img.ts1 {
    left: 120px
  }
}

.testimonial-section .testimonial-shape img.ts2 {
  left: 534px;
  top: 25%;
  animation: bounce 5s infinite;
  animation-delay: 1.4s
}

@media(max-width:1500px) {
  .testimonial-section .testimonial-shape img.ts2 {
    display: none
  }
}

.testimonial-section .testimonial-shape img.ts4 {
  right: 377px;
  top: 30%;
  animation: bounce 6s infinite
}

@media(max-width:1500px) {
  .testimonial-section .testimonial-shape img.ts4 {
    right: 80px;
    top: 40%
  }
}

.testimonial-section .testimonial-shape img.ts3 {
  right: 500px;
  bottom: 30%;
  animation: bounce 6s infinite;
  animation-delay: 2.4s
}

@media(max-width:1500px) {
  .testimonial-section .testimonial-shape img.ts3 {
    right: 80px;
    bottom: 30px
  }
}

.testimonial-section .client-faces span {
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  z-index: 19;
  display: inline-block;
  box-shadow: 0 5px 20px 0 rgba(102, 153, 255, .1)
}

.testimonial-section .client-faces span.cf1 {
  left: 342px;
  top: 30%;
  animation: halfBounce 7s infinite
}

@media(max-width:1500px) {
  .testimonial-section .client-faces span.cf1 {
    top: 150px;
    left: 150px
  }
}

.testimonial-section .client-faces span.cf2 {
  right: 534px;
  top: 30%;
  animation: halfBounce 5s infinite;
  animation-delay: .5s
}

@media(max-width:1500px) {
  .testimonial-section .client-faces span.cf2 {
    right: 180px
  }
}

.testimonial-section .client-faces span.cf3 {
  left: 480px;
  bottom: 20%;
  animation: halfBounce 6s infinite;
  animation-delay: .4s
}

@media(max-width:1500px) {
  .testimonial-section .client-faces span.cf3 {
    left: 155px;
    bottom: 80px
  }
}

.testimonial-section .client-faces span.cf4 {
  bottom: 25%;
  right: 301px;
  animation-delay: .2s;
  animation: halfBounce 6s infinite
}

@media(max-width:1500px) {
  .testimonial-section .client-faces span.cf4 {
    right: 191px
  }
}

.testimonial-section .testimonial-carousel {
  overflow: hidden
}

.testimonial-section .testimonial-carousel .testimonial-item-wrapper {
  padding: 0 15px
}

.testimonial-section .testimonial-carousel .slick-list {
  overflow: visible
}

.testimonial-section .slick-dots {
  margin-top:10px
}

.testimonial-section .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block
}

.testimonial-section .slick-dots li button {
  content: "";
  width: 10px;
  height: 10px;
  transition: .3s;
  line-height: 10px;
  position: relative;
  background:white;
  border: 1px solid rgb(70, 69, 69);
  border-radius: 30px;  
}

.testimonial-section .slick-dots li.slick-active button {
  width: 40px;
  background-color: #6158e7;
}

.testimonial-section .slick-dots li button::before {
  display: none
}

.single-testimonial-item {
  margin-top: 40px;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(102, 153, 255, .3)
}

@media(max-width:767px) {
  .single-testimonial-item {
    padding: 0 20px 20px
  }
}

.single-testimonial-item .client-img {
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 20px 0 rgba(102, 153, 255, .1)
}

.single-testimonial-item .client-img img {
  width: 100%;
  height: 100%
}

.single-testimonial-item .client-info {
  margin-bottom: 20px
}

.single-testimonial-item .client-info span {
  font-weight: 500
}

.testimonial-carousel-wrap .single-testimonial-box {
  margin-top: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(102, 153, 255, .1)
}

.testimonial-carousel-wrap .single-testimonial-box .client-img {
  width: 94px;
  height: 94px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 30px 0 rgba(0, 3, 136, .3)
}

.testimonial-carousel-wrap .single-testimonial-box .client-img img {
  width: 100%;
  height: 100%
}

.carousel-arrow {
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
  border-radius: 5px
}

.single-testimonial-box {
  z-index: 4;
  margin-top: 40px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  padding: 32px 30px 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 19, 115, .05)
}

@media(max-width:767px) {
  .single-testimonial-box {
    margin-top: 60px
  }
}

.single-testimonial-box::before {
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  height: 75px;
  background-image: linear-gradient(90deg, #5533ff 0%, #05d5ff 100%);
  background-image: -webkit-linear-gradient(90deg, #5533ff 0%, #05d5ff 100%)
}

.single-testimonial-box::after {
  left: 50%;
  width: 90%;
  content: "";
  z-index: -3;
  height: 20px;
  bottom: -20px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px 0 rgba(0, 19, 115, .05)
}

.single-testimonial-box .client-img {
  width: 90px;
  height: 90px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #513cff;
  margin-bottom: 30px
}

.single-testimonial-box .client-img img {
  width: 100%;
  height: 100%
}

.single-testimonial-box .rating-star {
  color: #ffc600;
  line-height: 1;
  margin-top: 20px
}

.single-testimonial-box .client-info {
  margin-top: 25px
}

.single-testimonial-box .client-info h4 {
  line-height: 1
}

.single-testimonial-box .client-info span {
  font-size: 14px
}

.testimonial-two-wrapper {
  background-repeat: no-repeat;
  background-position: bottom center
}

@media(min-width:991px) {
  .testimonial-client-img {
    margin-right: -50px
  }
}

.testimonial-carousel-list {
  margin-left: 30px
}

@media(max-width:500px) {
  .testimonial-carousel-list {
    margin-left: 0
  }
}

.testimonial-carousel-list .slick-prev,
.testimonial-carousel-list .slick-next {
  top: auto;
  z-index: 3;
  opacity: 1;
  left: 30px;
  width: 40px;
  height: 40px;
  bottom: -80px;
  transition: .3s;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(90, 87, 251, .2)
}

@media(max-width:991px) {

  .testimonial-carousel-list .slick-prev,
  .testimonial-carousel-list .slick-next {
    left: 80%;
    bottom: -20px
  }
}

@media(max-width:480px) {

  .testimonial-carousel-list .slick-prev,
  .testimonial-carousel-list .slick-next {
    left: 65%
  }
}

@media(max-width:380px) {

  .testimonial-carousel-list .slick-prev,
  .testimonial-carousel-list .slick-next {
    display: none !important
  }
}

.testimonial-carousel-list .slick-prev:hover,
.testimonial-carousel-list .slick-next:hover {
  background-image: linear-gradient(90deg, #8d40fb 0%, #5a57fb 100%);
  background-image: -webkit-linear-gradient(90deg, #8d40fb 0%, #5a57fb 100%)
}

.testimonial-carousel-list .slick-prev:hover::before,
.testimonial-carousel-list .slick-next:hover::before {
  color: #fff
}

.testimonial-carousel-list .slick-next {
  left: 80px
}

@media(max-width:991px) {
  .testimonial-carousel-list .slick-next {
    left: 90%
  }
}

@media(max-width:480px) {
  .testimonial-carousel-list .slick-next {
    left: 80%
  }
}

.testimonial-carousel-list .slick-next::before {
  opacity: 1;
  content: "";
  font-family: "font awesome 5 pro";
  color: #5e5e5e
}

.testimonial-carousel-list .slick-prev::before {
  opacity: 1;
  content: "";
  font-family: "font awesome 5 pro";
  color: #5e5e5e
}

.single-testimonial-carousel .icon {
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 0 15px 30px 0 rgba(90, 87, 251, .3);
  background-image: linear-gradient(0deg, #8d40fb 0%, #5a57fb 100%);
  background-image: -webkit-linear-gradient(0deg, #8d40fb 0%, #5a57fb 100%)
}

@media(max-width:767px) {
  .single-testimonial-carousel .icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px
  }
}

.single-testimonial-carousel p {
  color: #8083a7;
  font-size: 18px;
  font-style: italic
}

@media(max-width:767px) {
  .single-testimonial-carousel p {
    font-size: 16px
  }
}

.single-testimonial-carousel .client-info {
  margin-top: 40px
}

.single-testimonial-carousel .client-info span {
  font-weight: 500
}

.testimonial-item {
  padding: 0 30px
}



.testimonial-section .testimonial-shape img.ts1 {
  position: relative;
  left: 124px;
}

.testimonial-section .testimonial-shape img.ts3 {
  left: 1000px;
  /* float: right; */
  bottom: -400px;
  position: relative;
  animation: bounce 6s infinite;
  animation-delay: 2.4s;
  /* transform: scale(1, 1); */
  /* animation: zoom-in-zoom-out 1s ease infinite; */
}

.testimonial-section .testimonial-shape img.ts4 {
  position: relative;
  bottom: -370px;
  left: 20px;
}


/* client owl slider */

.single-brand-logo {
  padding: 0 10px;
  overflow: hidden;
}

.slick-slide img {
  display: block;
}

/* img {
  max-width: 100%;
} */

.brand-carousel-content img {
  max-width: 100%;
}

.brand-carousel-content h1 {
  font-family: var(--font-p1);
  font-weight: 700;
  margin: 30px 30px;
}

/* .brand-carousel-wrapper{
  margin-top: 80px;
} */

/* .tabclick{
  width:max-content;
} */
/* ....................contactus.... */

input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.contact-us {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.nav-item a:hover {
  border-bottom: 3px solid #3B6DDB;
}

.dots {
  width: 13px;
  height: 13px;
  background: gray;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}






.slick-dots {
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  list-style: none;
  position: relative;
  text-align: center;
  margin-top: 60px
}

@media(max-width:599px) {
  .slick-dots {
    left: auto
  }
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block
}

.slick-dots li button {
  content: "";
  width: 10px;
  height: 10px;
  line-height: 10px;
  position: relative;
  background: #f3e9fc;
  border-radius: 30px;
  transition: .3s
}

.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #8624e1
}

.slick-dots li button::xbefore {
  display: none
}


.tec-text{
  text-align: center;
  margin-top: 50px;
}

.tec-text h1{
  font-family: var(--font-p1);
}

.tec-text p{
  font-family: var(--font-p2);
  margin: 30px 0px;
}
.mul-card{
  margin: 40px 0px;
}
.card-b-c{
  background-color: #f7f7f7;
  border: none;
}
