@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&display=swap');

/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/
body {
	color: #020405;
  background-color: #fff;
	font-size: 17px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1.80857;
}

a {
	color: #020405;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


h1, h2, h3, h4, h5, h6
{
    color: #020405;
    font-size: 2.5em;
    font-family: 'Yanone Kaffeesatz', serif;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 1.1em;
}

.features,
.blog,
.gallery,
.clients,
.prefooter .container-fluid
{
    padding-top: 3em;
    padding-bottom: 3em;
}

.features-2 {
  padding-bottom: 3em;
}

span.typcn::before, i.typcn::before
{
    font-size: 2em;
}

span.x2:before, i.x2:before
{
    font-size: 3.4em;
}

span.x3:before, i.x3:before
{
    font-size: 4.4em;
}

span.x4:before, i.x4:before
{
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/
.lang {
  display: flex;
  justify-content: center;
}

.header-nav {
  display: flex;
  align-items: center;
}

.hamburger
{
    font-size: 2.3em;
    color: #020405;
}

.hamburger:hover
{
  color: #309df0;
  cursor: pointer;
}


.logo
{
    background: none;
    border: 0px;
}

.jumbotron
{
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small
{
    color: #FFFFFF;
}

.jumbotron p
{
    color: #FFFFFF;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/
.home-slider {
	position: relative;
	height: 540px;
}

.pogoSlider-nav-btn {
	background: #000;
}

.pogoSlider-nav-btn--selected {
	background: #309df0 !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
	bottom: 20px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}

#team_slider h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin-top: 25px;
}

#team_slider p {
  padding: 0 43px;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.slide_text h3 {
  font-size: 4em;
}

.slide_text p {
  font-size: 2em;
}

.section_our_solution .row {
    align-items: center;
  }

  .our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .our_solution_category .solution_cards_box_mini {
    flex-direction: row;
  }


  .solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
  }

  .solution_cards_box .solution_card_mini {
    min-height: 200px;
  }

  .solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
  }

  .solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
  }

  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
  }

  .solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
  }

  .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
  }

  .solution_card .so_top_icon {
  }

  .solution_card .solu_title h3 {
    color: #020405;
    font-size: 3rem;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .solution_card .solu_description p {
    font-size: 1.2em;
    margin-bottom: 15px;
  }

  .solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
      140deg,
      #42c3ca 0%,
      #42c3ca 50%,
      #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
  }

  .our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .our_solution_content p {
  }

  .hover_color_bubble {
    position: absolute;
    background-color: #8BC8F8;
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
  }

  .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  }

  .solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }



  /*start media query*/
  @media (max-width: 767px) {
    .our_solution_category .solution_cards_box_mini {
      flex: 1;
      flex-direction: column;
    }
    .slide_text {
      display: none;
    }
    .left p {
      display: none;
    }
  }


  @media screen and (min-width: 320px) {
    .sol_card_top_3 {
      position: relative;
      top: 0;
    }

    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }

    .our_solution_category .solution_cards_box  {
      flex: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
      flex: 1;
    }
  }
  @media only screen and (min-width: 1200px) {
    .sol_card_top_3 {
      position: relative;
      top: -3rem;
    }
    .our_solution_category {
      width: 50%;
      margin: 0 auto;
    }
  }


.text_align_center p {
  font-size: 1.2em;
}

.heading-main {
    float: left;
    display: flex;
}

.heading-sub {
    color: #020405;
    margin: 0;
}

.left {
  display: flex;
  align-items: center;
}

p.section-count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #666;
    font-weight: 400;
    line-height: 70px;
}

.heading-main p.small-tag {
    color: #020405;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.theme-color {
	color: #309df0;
}

.heading-main p.large {
    font-size: 20px;
    color: #020405;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.team_member_img img {
    border: solid #999 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}

.principles-header {
    font-size: 2em;
    display: inline;
    border-bottom: 4px solid #fff;
}

.principles-paragraph {
  font-size: 1.3em;
}


.number .container-fluid
{
    background-image: url('./images/solutions.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(2, 2, 2, 0.5);
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p
{
    color: #FFFFFF;
}

.opaline p {
  font-size: 1.2em;
}

.opaline .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default
{
  font-family: 'Roboto Slab', serif;
}

.story .container-fluid
{
    background-image: url('./images/prins.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery
{
    background-color: #dddddd;
}

.prefooter .container-fluid
{
    background: linear-gradient(
      rgba(33, 37, 43, 0.6),
      rgba(33, 37, 43, 0.6)
    ),

    url(https://unsplash.it/4000/3000?image=528);
}

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p
{
    color: #FFFFFF;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer
{
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p
{
    color: #020405;
}

.footer-cont-fonts {
  font-size: 0.5em;
}

.footer-fonts {
  font-size: 1.3em;
  color: #020405;
}


.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 15px;
	background-color: tomato;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: navy;
}

.swiper-button-prev,
.swiper-button-next {
	position: static;
	margin-left: 10px;
}

.swiper-container {
	padding-bottom: 50px;
}

.red {
  color: #f75353 !important;
}

.green {
  color: green !important;
}

.blue {
  color: blue !important;
}

.ui-38{
	max-width:1100px;
	margin:100px auto;
}
.ui-38 .ui-item{
	max-width:120px;
	border:1px solid #e9e9e9;
	display:block;
	padding:20px 10px;
	border-radius:5px;
	text-align:center;
	background:#fff;
	position:relative;
	box-shadow:3px 3px 0px 1px rgba(0,0,0,0.04);
	margin:20px auto;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}
.ui-38 .ui-item:hover{
	background:#fafafa;
}
.ui-38 .ui-item i{
	font-size:60px;
	position:relative;
	margin-bottom:15px;
}
.ui-38 .ui-item span{
	display:block;
	position:absolute;
	background:#777;
	padding:0 5px;
	border-radius:3px;
	color:#fff;
	font-weight:600;
	top:60px;
	left:55px;
	font-size:12px;
	text-transform:uppercase;
}
.ui-38 .ui-item h4{
	color:#999;
	font-size:14px;
	line-height:15px;
}
