.home_about_span {
  font-size: 24px;
  color: #1156b0;
  font-weight: 600;
}

p {
  font-family: 'Poppins', sans-serif !important;
}

.color_one {
  color: #1156b0;
}

.who_we_are_img {
  height: 166px;
  width: 100%;
  border-radius: 30px;
}

.who_we_are_img_two {
  height: 350px;
  width: 100%;
  border-radius: 30px;
}

.step_one {
  height: 306px;
}

.step_three {
  height: 306px;
}

/* 5 promices home page */
:root {
  --color: #015acf;
}

.five_promise {
  color: var(--color);
  background: #DEDEDE;
  font-family: 'Hind', sans-serif;
  text-align: center;
  width: 200px;
  height: 200px;
  padding: 16px 12px;
  margin: 0 auto;
  border-radius: 50%;
  border: 10px dashed #bd910d;
  position: relative;
  z-index: 1;
}

.five_promise:before,
.five_promise:after,
.five_promise .counter-icon:before {
  content: "";
  background: #ffffff;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50% 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.five_promise:after {
  background: transparent;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #222;
  box-shadow: none;
}

.five_promise .counter-icon:before {
  background: transparent;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 2px dashed var(--color);
  box-shadow: none;
}

.five_promise .counter-icon {
  color: var(--main-color);
  font-size: 35px;
  margin: 0 0 10px;
}

.five_promise h3 {
  color: var(--main-color);
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.five_promise .counter-value {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

/* .five_promise.yellow{--color: #f39c12; } */
.five_promise.red {
  --color: #c0392b;
}

/* .five_promise.green{ --color: #27ae60; } */
@media screen and (max-width:990px) {
  .five_promise {
    margin-bottom: 40px;
  }
}

/* 5 promices side */


.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #015acf;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  width: 100%;
  /* background-color: #f2f8f9; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

  border-radius: 4px;
  padding: 22px 24px;
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  height: 120px;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #015acf;
    width: 120%;
    height: 20px;
    /* width: 32px; */
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }

  h5 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

/* TAB */
.nav .nav-item button.active {
  background-color: transparent;
  color: white !important;
  background-color: hsl(214, 82%, 38%);
  text-align: justify !important;
  width: 100% !important;
}

.nav .nav-item button.active::after {
  content: "";
  text-align: justify !important;
  border-right: 4px solid var(--bs-danger);
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.tab_nav_bg {
  width: 100% !important;
  text-align: justify !important;
}

.nav-pills .nav-link {
  text-align: justify !important;
}

/* Career page */
.carrer_card {
  background-color: rgb(255, 255, 255);
  border-bottom: 3px #02377b solid;
  border-top: 3px #02377b solid;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.carrer_card img {
  height: -webkit-fill-available;
  width: 100%;
  border-right: 3px solid #76777a;
}

.carrer_card p {
  font-family: system-ui;
}

.carrer_card_title {
  color: #02377b;
  font-size: 16px;
}

/* Pricing PAGE */


.Pricing_card {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #001547;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  position: relative;
  z-index: 1;
}

.Pricing_card:before,
.Pricing_card:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 26px;
  left: 15px;
  right: 15px;
  z-index: -1;
  clip-path: polygon(15% 0, 85% 0, 90% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 10% 5%);
}

.Pricing_card:after {
  background: transparent;
  border: 14px solid #001547;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  right: 0;
  top: 25px;
  clip-path: none;
}

.Pricing_card .Pricing_card-header {
  padding: 40px 0 0;
  margin: 0 0 20px;
}

.Pricing_card .title {
  color: #001547;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}

.Pricing_card .price-value {
  color: #fff;
  background: #001547;
  width: 80%;
  padding: 10px;
  margin: 0 auto 0px;
}

.Pricing_card .price-value .amount {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  margin: 0 0 3px;
  display: block;
}

.Pricing_card .price-value .duration {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  display: block;
}

.Pricing_card .pricing-content {
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: inline-block;
}

.Pricing_card .pricing-content li {
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  padding: 8px 0 8px 35px;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
}

.Pricing_card .pricing-content li:last-child {
  border-bottom: none;
}

.Pricing_card .pricing-content li:before {
  content: "\f00c";
  color: #018d24;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 9px;
  left: 0;
}

.Pricing_card .pricing-content li.disable:before {
  content: "\f00d";
  color: #e93e41;
}

.Pricing_card .Pricing_card-signup a {
  color: #fff;
  background: #001139;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  width: 70%;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease 0s;
}

.Pricing_card .Pricing_card-signup a:hover {
  letter-spacing: 2px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}

.Pricing_card.green:after {
  border-color: #03934E;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.Pricing_card.green .title {
  color: #03934E;
}

.Pricing_card.green .price-value,
.Pricing_card.green .Pricing_card-signup a {
  background: #03934E;
}

.Pricing_card.orange:after {
  border-color: #db5518;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.Pricing_card.orange .title {
  color: #db5518;
}

.Pricing_card.orange .price-value,
.Pricing_card.orange .Pricing_card-signup a {
  background: #db5518;
}

@media only screen and (max-width: 990px) {
  .Pricing_card {
    margin: 0 0 40px;
  }
}

/* ABOUT PAGE */
.about_card_img {
  height: 180px !important;
  width: 100%;
}

.about_card_shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.text_color {
  color: #256dce !important;
}

.expertise_icon {
  font-size: 54px;
  color: #064895;
  float: right;
}

.expertise_p {
  font-size: 40px;
  font-weight: 700;
}

.expertise_name {
  font-size: 21px;
  /* font-weight: 600; */
  color: black;
}

.expertise_card {
  border-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  padding: 13px;
  /* height: 170px; */
}




/* OUR PAGE CSS */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none
}

a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

img {
  max-width: 100%;
  height: auto
}

 .sec-title {
  position: relative;
  margin-bottom: 70px
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit
}

/* team */
.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 250px;
  height: 250px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  /* margin: 0 25px; */
}
.profile-card:hover{
  border-radius: 10px;
  height: 260px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.profile-card:hover .img{
  transform: translateY(-60px);
}
.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}


/* portfolio */

.portfolio-btn-grad {
  background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 30px;
  display: block;
  width: 100%;
}

.portfolio-btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.Portfolio_card_img {
  height: 230px !important;
  height: 100%;
}

/* BLOG PAGE */
.blog_img {
  height: 230px;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.blog_card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0px 0px 32px 24px;
}

.blog_h1 {
  font-weight: 600;
  font-size: 19px;
  font-family: auto;
}

/* Case Studies */
.btn_read_more {
  background-color: #015acf;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 50%;
}

/* INTERNSHIP PROGRAM PAGE */
.internship_card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.Intership_prgm_img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.Intership_prgm_h {
  font-family: emoji !important;
  font-size: 28px !important;
}

.internship_card_bg {
  background-color: #08326a;
}

.internship_card_bg h2 {
  color: white;
}

.internship_card_bg ul li {
  color: white;
}

.ec_4th_img {
  border-top-left-radius: 157px;
  height: 318px;
  width: 100%;
}

.ec_4th_img_h2 {
  font-size: 53px;
  font-weight: 600;
  color: #06326b;
}

.text_underline {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.text_underline:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.Professional_prgrm_img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.blog_btn_b {
  border-radius: 0px 2px 23px 23px;
  background-color: #085ccc !important;
}

/* services page */
.services_jpg {
  height: 80px;
  border-radius: 50%;
  width: 80px;
}

.services_card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-info {
  background-color: #085ccc !important;
  color: white !important;
}




/*** breadcrumb page ***/
.bg-breadcrumb-about {
  background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  padding: 100px 0 60px 0;

}
/* why us page */

.why_us_card_arrow {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  margin-top: 5px;
  margin-right: 8px;
  z-index: 1;
  cursor: pointer;
}
.why_us_card {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem .5rem;
  box-shadow: 0 1px 1px rgb(0,0,0,0.1),
    0 2px 2px rgb(0,0,0,0.1),
    0 4px 4px rgb(0,0,0,0.1),
    0 8px 8px rgb(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}
.why_us_card:hover {
  transform: scale(1.05);
}

.why_us_card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #085ccc;
  clip-path:
    polygon(0 0, 100% 0, 100% 100%);
  transition:
    width 0.3s ease, height 0.3s ease;
  z-index: 0;
}
.why_us_card:hover:before {
  width: 200%;
  height: 200%;
  z-index: -1;
}
.why_us_card:hover h4 {
  color: #fff;
  transition: all 0.3s ease;
}
.why_us_card:hover p {
  color: #f1f1f1;
  transition: all 0.3s ease;
}

.why_us_img{
height: 190px;
width: 100%;
border-radius: 20%;
}
/* index */

.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 430px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    width: 23.333%;
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: '';
    background-color: #052551 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform .4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform .4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}

.card-no {
    font-size: 36px;
    color: #ffc107;
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #292b2c;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.read-more-btn {
    border: 2px solid #db3236;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #db3236;
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}

.read-more-btn:hover {
    background: transparent;
    color: #db3236;

}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdd744;
    opacity: 0;
    transition: opacity .4s;
}

/*On hover*/
.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}
.text-secondary {
  color: #085ccc !important;
}
/* horaizontal tab */
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#034983;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels{
  /* background:#fffffff6; */
  /* box-shadow: 0 2rem 2rem #00000080; */
  min-height:200px;
  width:100%;
  /* max-width:500px; */
  border-radius:3px;
  overflow:hidden;
  padding:20px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}

/* brand building card */


.darksoul-card1
{
    display: flex;
    margin: auto;
    width: 100%;
    height: 200px;
    background-color: rgb(7 59 103 / 95%);
    color: white;
    /* box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237); */
    border-radius: 15px;
    transition: all 2s;
    align-items: start;
    justify-content: right;
    font-family: "Grand Hotel", cursive;
}
.circle1
{
    position: absolute;
    margin: auto;
    margin-right: 0px;
    width: 50px;
    height: 50px;
    /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); */
    background-color: #25ae33;
    border-radius: 0px 15px 0px 50px;
    transition: all 0.5s;

}
.darksoul-card1:hover .circle1
{
  /* background-color: #25ae33; */
    background: radial-gradient(circle at 30% 107%, #2110a6 0%, #09a23e 5%, #09a23e 45%, #09a23e 60%, #285aeb 90%);
    width: 423px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.5s;
}
.darksoul-card1:hover .content
{
    color: white;
}

.content
{
    margin: auto;
    z-index: 100;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.content h5{
  color: white;
  font-weight: bold;
}

.darksoul-card1 img
{
    position: absolute;
    margin: auto;
    padding-top: 8px;
    padding-right: 8px;
}

/* textimonial */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  /* margin-bottom:80px; */
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/* home slider */


.slider_img {
  width: 35%;
  border-radius: 50%;
}



.items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 50s infinite alternate linear;
}

.entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;
  background: #fff;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .items {
    animation: carouselAnim 35s infinite alternate linear;
  }

  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + (2 * 300px)));
    }
  }
}

.entry p {
  text-align: center;
  padding: 1em;
}

.name {
  font-weight: bold;
}

@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + (5 * 300px)));
  }
}

.container .faders {
  width: 100%;
  /* position: absolute; */
  height: 100%;
}

.faders .right,
.faders .left {
  /* background: linear-gradient(
    to right,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.right {
  right: 0;
  /* background: linear-gradient(
    to left,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
}
/* SLIDER */
/* *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} */

.slider__navi {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 6px;
	width: 20px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}

.slider__navi a.active {
	background: rgba(255,255,255,1);
}


.flex__container {
	position: absolute;
  /* position: relative; */
	/* top: 0;
  position: relative; */
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	/* height: 100vh; */
	width: 100%;
  /* height: 620px !important; */
	z-index: 1;
  /* border: 1px solid red; */
}

.flex__container.flex--active {
	z-index: 2;
}

.text--sub {
	font-size: 12px;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.text--big {
  font-family: 'Poppins', sans-serif;
  font-size: 41px;
  font-weight: 700;
  color: white;
  margin-left: -8px;
}

.text--normal {
    font-size: 20px;
    color: rgb(255 255 255);
    line-height: 43px;
    margin-top: 25px;
}

.text__background {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	left: 72px;
	bottom: -60px;
	color: rgba(0,0,0,0.05);
	font-size: 170px;
	font-weight: 700;
}

.flex__item {
	height: 100vh;
	color: #fff;
	transition: transform 0.1s linear;
}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 50%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.flex__item--right {
	width: 50%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
	background: #2175b3;
  height: 500px;
}

.flex--piplup .flex__item--right {
  background: url(/img/service-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
	background: #10476f;
  height: 500px;
}

.flex--pikachu .flex__item--right {
  background: url(/img/carousel-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

/* Blaziken */

.flex--blaziken .flex__item--left {
	background: #2175b3;
  height: 500px;
}

.flex--blaziken .flex__item--right {
  background: url(/img/training-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width:50%;
  height: 500px;
}

/* Dialga */

.flex--dialga .flex__item--left {
	background: #2175b3;
  height: 500px;
}

.flex--dialga .flex__item--right {
  background: url(/img/country-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  height: 500px;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
	background: #2175b3;
  height: 500px;
}

.flex--zekrom .flex__item--right {
  background: url(/img/carousel-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.flex__content {
	margin-left: 80px;
	width: 55%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
position: absolute;
    /* bottom: 97px; */
    right: 0%;
height: 500px !important;
width: 50% !important;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.43s 0.6s, transform 0.4s 0.65scubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .pokemon__img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .pokemon__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}
/*
How we provide the…..
 */
.how_we_h{
  font-family: auto;
  color:#114892;
}
.how_we_p{
  font-family: sans-serif;
}
.how_card{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* our expertries */

.center-heading {
text-align: center;
}

.center-heading .section-title {
font-weight: 400;
font-size: 28px;
color: #3B566E;
letter-spacing: 1.1px;
line-height: 38px;
margin-bottom: 20px;
}

.center-heading.colored .section-title {
color: #ffffff;
}

.center-text {
text-align: center;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
margin-bottom: 50px;
}

.center-text.colored {
color: #C7E5FF;
}

.center-text p {
margin-bottom: 30px;
}

.services-small-item {
display: block;
height: 240px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 5px;
padding: 20px 28px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 2;
margin-bottom: 30px;
}

.services-small-item:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 5px;
background-image: linear-gradient(135deg, #085ccc 0%, #202528 100%);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
background: -webkit-linear-gradient(#fff, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
color: #ffffff;
}

.services-small-item.active p, .services-small-item:hover p {
color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
color: #2b708b !important;
}

.services-small-item:hover {
margin-top: -15px;
}

.services-small-item .icon {
width: 139px;
height: 69px;
margin: auto;
position: relative;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
display: block;
height: 67px;
line-height: 67px;
position: absolute;
width: 100%;
top: 22px;
z-index: 2;
font-size: 28px;
background-image: linear-gradient(135deg, #085ccc 0%, #202528 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
font-weight: 400;
font-size: 16px;
color: #3B566E;
letter-spacing: 0.7px;
margin-bottom: 15px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item p {
font-weight: 400;
font-size: 14px;
color: #6F8BA4;
letter-spacing: 0.88px;
line-height: 26px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}

.services-small-item .button {
position: relative;
z-index: 2;
}

.services-small-item .button i {
width: 42px;
height: 42px;
background-image: linear-gradient(135deg, #085ccc 0%, #202528 100%);
line-height: 42px;
text-align: center;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
color: #fff;
padding-left: 3px;
}

.services-small-item:hover + .item-bg {
bottom: 30px;
}

.item-bg {
content: '';
position: absolute;
width: 80%;
height: 15px;
bottom: 15px;
left: 0px;
right: 0px;
margin: auto;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: 1;
/* background: #fff; */
/* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); */
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
/* OUR JORNEY */







.blog_deatils{
  height: 320px;
}
.blog_heading{
  font-family: auto !important;
  font-weight: bold !important;
}
.website_text{
  color: #083978;
}
.bg-secondary {
  background-color: #0a137a !important;
}
.about_img{
    height: 420px;
}
/* home page about us btn */



.about_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    background: #669bbc;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}

.about_button:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0%;
    height: 100%;
    background: #383f51;
    transition: all 0.4s ease-in-out;
}

.about_button:hover::after {
    left: 0;
    width: 100%;
}

.about_button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.about_button:hover span {
    color: #ffd700;
    animation: scaleUp 0.3s ease-in-out;
}

.about_button:not(:hover) span {
    animation: scaleDown 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.95);
    }

    100% {
      transform: scale(1);
    }
}

@keyframes scaleDown {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(0.95);
    }

    100% {
      transform: scale(1);
    }
}
