/* @import "reset.css"; */
/* @import "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Shadows+Into+Light&display=swap');
/*----------------------------------------------------
@File: Default Styles
@Author: NavThemes
@URL:https://www.navthemes.com
@Version: 1.0

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.



This files contents are outlined below.
  

0. General Style
1. Buttons
2. Headings
3. Subtitle
4. Prefix Styles
5. Top header
6. ABOUT US
7. our_partners_area
9. our_services_area
10. our_services_tow
11. Analytics to answer_area
12. our_services_three
13. our_PRICING_area
14. testimonial_area
16. footer_area
17. Edit-css
18. blog-area start
19. blog-details-area start
20.sidebar-style-here
21.media query in css-Responsive
22.(mxn-width: 1024px)  media query 
23.(min-width: 768px) media query 
24.(min-width: 1023px) and (max-width: 1100px)  media query
25.(max-width: 768px) media query 
26.(max-width: 480px) media query 



----------------------------------------------------*/
/*--------------------------------------------------*/
/*Color Variables*/

/*------------------------------------ RESPONSIVE MOBILE ------------------------ */

*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #99a9bb;
  color: #FFF
}

/*----------------------------------
   1.Start button
------------------------------------*/
.button-pad-top {
  margin-top: 50px;
}

.btn {
  padding: 0.8em 2em;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  border: 0;
  position: relative;
  /* z-index: 2; */
  text-decoration: none !important;
}

#btnScrollToTop {
  box-shadow: 12px 14px 26px -7px rgba(0, 0, 0, 0.46), -6px -6px 26px -7px rgba(255, 255, 255, 0.46);
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  z-index: 999999;
  border-radius: 50%;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); */
  border: none;
  outline: none;
  cursor: pointer;
}

#btnScrollToTop:active {
  background-color: #DB7900;
}

.back-to-top-icon {
  color: #DB7900;
}

.back-to-top-icon:hover {
  color: #F0AB00;
}

.fl {
  float: left;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent !important;
}

.btn-services {
  font-size: 14px;
}

.btn-default-home {
  background: #DB7900 !important;
  color: #FFF !important;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.btn-default-home:hover {
  background: #F0AB00 !important;
}

.btn-default-services {
  display: block;
  background-color: #0168a6;
  /* border: 2px solid #0168a6 !important; */
  color: #fff;
  margin: 0 2em;
  padding: 0.5em;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.btn-default-services:hover {
  background-color: #F0AB00;
  color: #fff !important;
  letter-spacing: 0.1em;
  transition: letter-spacing 2s;
}

.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFF !important;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  /* transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; */
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  border-radius: 30px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DB7900;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}




.btn-default:hover:before,
.btn-default:focus:before {
  transform: scaleY(1);
  color: #fff !important;
  border-radius: 30px;
}

.btn-default-border {
  background: #F0AB00 !important;
  color: #FFF !important;
  font-weight: 700;
}

.btn-default-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFF !important;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  /* transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out; */
}

.btn-default-border:hover {
  color: #0071BB !important;
}

.btn-default-border:hover:before,
.btn-default-border:focus:before {
  transform: scaleY(1);
  color: #fff !important;
  border-radius: 30px;
  border: 3px solid #0071BB;
}

.btn-primary {
  background: #0072bc !important;
  color: #fff !important;
  font-weight: 800;
}

.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #00afe4 !important;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  /* transition-property: transform; */
  /* transition-duration: 0.3s; */
  /* transition-timing-function: ease-out; */
}

.btn-primary:hover:before,
.btn-primary:focus:before {
  transform: scaleY(1);
  color: #fff !important;
  border-radius: 30px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0px solid #0072bc !important;
  background-clip: padding-box;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border: 1px solid #0072bc !important;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0072bc !important;
}

/*----------------------------------
   End button
------------------------------------*/

/*----------------------------------
   2. Headings
------------------------------------*/

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

.section-heading .center h5 {
  color: #FFF;
}

/* Section Title*/
.title {
  text-align: center;
}

.title h2 {
  padding: 15px 0px 45px 0px;
  font-size: 24px;
  color: #757575;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/*.pt_banner_30{
  padding-top: 35px !important}
}*/
.title h4 {
  color: #555555;
  padding-top: 55px;
}

.subtitle h2 {
  color: #222222;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}


/*----------------------------------
   4.Prefix Styles
------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.p0l60 {
  padding: 0px 0px 0px 60px;
}

.p10 {
  padding: 10px;
}

.s22 {
  font-size: 22px;
}

body {
  font-family: 'Open Sans', sans-serif;
  /*Section Fix*/
}

.partnerContentTxt {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #555555;
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

/* body p {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #555555;
  font-size: 16px;
  margin: 0;
  text-align: justify;
} */
body section.row,
body header.row,
body footer.row {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

/*Ancore*/
a,
.btn,
button {
  outline: none;
  /* transition: all 300ms linear 0s; */
}

a:focus,
a:hover,
.btn:focus,
.btn:hover,
button:focus,
button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
  color: #F0AB00;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #0168a6;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

blockquote,
q {
  position: relative;
  padding: 4rem 3rem 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.88;
  border: 1px double rgba(0, 0, 0, .1);
  margin: 6rem 0;
  display: block;
}

thead,
th,
td {
  border: 1px solid black;
  padding: 10px;
}

ul li {
  line-height: 30px;
  font-size: 20px;
  line-height: 35px;
  color: #0168a6;
  padding-right: 15px;
}

ol li {
  line-height: 30px;
}

strong {
  font-weight: 600;
  line-height: 35px;
}

tbody a {
  color: #337ab7 !important;
}

dd,
dt {
  line-height: 2.428571;
}

/*--------------------------------------------------*/


/* Header Aera */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.bg-image {
  display: block;
  margin: 0 auto;
  /* z-index: 999;
  position: relative; */
  width: 550px;
  height: 550px;
}

.header_aera {
  /* background:#fafafa; */
  box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%);
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 1em 0;
  width: 100%;
  z-index: 99999;
  top: 0;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-right: 50px;

}

.header_aera .searchForm {
  height: 0;
  overflow: hidden;
  /* transition: all 300ms linear 0s; */
}

.header_aera .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 0 45px;
  background: #f6b60b;
  color: #fff;
  cursor: pointer;
}

.header_aera .searchForm .form-control {
  height: 79px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #f6b60b;
  text-align: center;
  font: 400 16px "Roboto", sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.header_aera .searchForm .form-control.placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .searchForm .form-control:-moz-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .searchForm .form-control::-webkit-input-placeholder {
  font: 400 16px "Roboto", sans-serif;
  color: #fff;
}

.header_aera .show {
  height: 80px;
  border-bottom: 1px solid transparent;
}

.header_aera .navbar-header .navbar-brand {
  padding-top: 0px !important;
}

.header_aera .navbar-header .navbar-brand img {
  max-width: 100%;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
  padding: 0 0 7px 0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li {
  padding-left: 15px;

}

.footer_spacer {
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, .1);
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #F0AB00;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}


/* .header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
  color: #00AFE3;
} */
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
  width: 100px;
  background: #f6b60b;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 15px;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:hover,
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:focus {
  color: #222222;
}


.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li {
  display: block;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a {
  line-height: normal;
  padding: 12px 8px;
  display: block;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #222222;
  position: absolute;
  top: 0px;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 800ms ease-in-out;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  background: #222222;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 800ms ease-in-out;
}

/* End Header Aera */
/* End header area 2 */
.header_aera_tow {
  background-color: transparent;
  position: relative;
  box-shadow: none;
}

.header_aera_tow .navbar_right_fulid {
  background: #fff;
  height: 100px;
  padding-left: 20px;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}

.header_aera_tow .navbar_right_fulid:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  width: 30%;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}

.header_aera_tow .navbar_right_fulid ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

/* header area 2 */
/*--------------------------------------------------*/



/*start banner area 1*/
/*--------------------------------------------------*/
.title-left h1 {
  font-size: 35px;
  font-weight: 700;
  color: #00afe4;
  line-height: 50px;
  text-transform: capitalize;
}

.bg-banner-img {

  background: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.clip-ellipse {
  clip-path: ellipse(80% 100% at top);
  -webkit-clip-path: ellipse(80% 100% at top);
}

.mb-90 {
  padding-bottom: 50px;
}

.color-gray {
  color: #dedede;
}

video {
  display: block;
  background-position: center center;
  background-size: contain;

}

.badge {
  display: block;
  background-color: #0168a6;
  color: #fff;
  margin: 0 2em;
  padding: 0.6em;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #0168a6;
  opacity: 0.5;
}

.ovrllay {
  height: 80vh;
  background-image: linear-gradient(to right bottom,
      rgb(1, 104, 166),
      rgba(1, 103, 166, 0.569),
      rgba(0, 0, 0, 0.404),
      rgba(255, 255, 255, 0.591)), url(../images/banner/bg-homepage.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  /* border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; */
}

li.dropdown {
  display: inline-block;
  box-sizing: border-box;
}

.arrow-down-menu {
  font-size: 10px;
  vertical-align: middle;
}

/* .arrow-icon {
  background-color: #eee;
  height: 2.8em;
  width: 2.8em;
  display:block;
  padding: 0.5em;
  margin: 1em auto;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}

.left-bar {
  position: absolute;
  background-color: transparent;
  top: 0;
  left:0;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.left-bar:after {
  content:"";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 1s ease;
  z-index: -1;
}

.right-bar {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left:26px;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.right-bar:after {
  content:"";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 1s ease;
  z-index: -1;
}

.left-bar:after {
transform-origin: center center;
transform: rotate(-70deg);
}
.right-bar:after {
transform-origin: center center;
transform: rotate(70deg);
} */

.dropdown-content {
  display: none;
  position: absolute;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  background-color: #fafafa;
  z-index: 1;
  margin: 0 0 0 -1em;
  min-width: 330px;
}

.dropdown-content a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  padding-left: 15px !important;
  text-decoration: none;
  text-align: left;
  color: #0168a6 !important;
  display: block;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
}

.shap_top {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}

.all-text {
  padding: 108px 50px;
}

.shap_bottom {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.banner-text {
  text-align: left;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}

#bil {
  margin-top: 5px;
}

#eurogentec {
  margin-top: 18px;
}

/*End banner area 1*/
/*--------------------------------------------------*/

/*start servise area */
/*--------------------------------------------------*/
.servise-top {
  text-align: center;
  visibility: visible;
  animation-name: fadeInUp;
  background: #ffffff;
  width: 85px;
  line-height: 80px;
  height: 85px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid;
  border-color: #F0AB00;
}

.unify {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 2.2em;
  text-align: center;
  margin: 10px 0;
  color: #555555;
  min-height: 50px;
}

.partnerContentImg.wow.fadeInUp {
  float: left;
}

.partnerContentImg.wow.fadeInUp img {
  width: 150px;
  height: 100px;
}

.partnerContent {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  margin: 60px 0;
  color: #0072bc;
  overflow: hidden;
  padding: 20px 30px 0px 30px;
}

.bottom-s {
  font-size: 14px;
  line-height: 1.4em;
  color: #555555;
  margin: 30px 0;
  text-align: left;
}

.col-4pad {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.button-div {
  margin-top: 20px;
}

.button-s:after {
  content: '→';
  position: absolute;
  margin-left: 5px;
  font-family: 'IntercomText', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: transform 0.3s;
  margin-top: 2px;
  transition-duration: 1s;
}

.button-s:hover:after {
  margin-left: 15px;
  transition-duration: 1s;
}

.button-s {
  font-size: 14px;
  color: #2e7ffe !important;
  font-weight: 400;
  display: block;
  letter-spacing: 0.15px;
  transition-duration: 1s;
}

.service-1 {
  box-shadow: 12px 14px 26px -7px rgba(0, 0, 0, 0.46), -6px -6px 26px -7px rgba(255, 255, 255, 0.46);
  border-radius: 10px;
  transition-duration: 1s;
  margin: 0px 0px 20px 0px;
  padding: 20px 20px 30px 20px;
  /* width: 95%; */
  height: 100%;
}

.service-2 {
  border-radius: 10px;
  transition-duration: 1s;
  height: 440px;
}

.service-3 {
  border-radius: 10px;
  transition-duration: 1s;
}

.service-4 {
  border-radius: 10px;
  transition-duration: 1s;
}

.contact-map {
  box-shadow: 0px 6px 21px -5px #d3d3d3;
  background: #edf6fb;
  border-radius: 10px;
  transition-duration: 1s;
  float: left;
}

.section-heading.left {
  margin-bottom: 30px;
  text-align: left;
}

.section-heading.center {
  margin-bottom: 30px;
  text-align: center;
}

.products-sap-img {
  box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.267), rgba(200, 150, 25, 0.267)), url(../images/products/sap.jpg);
  height: 300px;
  width: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  margin: 0 auto;
}

.products-learning-img {
  box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.267), rgba(200, 150, 25, 0.267)), url(../images/products/learning_tile.webp);
  height: 300px;
  width: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  margin: 0 auto;
}

.products-design-img {
  box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.267), rgba(200, 150, 25, 0.267)), url(../images/banner/wireframe.webp);
  height: 300px;
  width: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  margin: 0 auto;
}

.products-learning-img-blank {
  background-image: url(../images/products/blank.jpg);
  height: 300px;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  margin: 0 auto;
  box-shadow: rgba(172, 209, 228, 1) 5px 10px;
}

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.portfolio-modal .modal-content h2,
.portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.page-section {
  padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

.learning-learning-img {
  background-image: url(../images/services/learning2.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.learning-enablenow-img {
  background-image: url(../images/services/learning1.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.learning-lms-img {
  background-image: url(../images/services/learning4.png);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.col-md-6.pt-90 {
  padding-top: 90px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-35 {
  padding-top: 35px;
}

.col-md-6.no-padding {
  padding: 0 !important;
}

.col-md-12.pt-40 {
  padding-top: 5em
}

.uxdesign-uxdesign-img {
  background-image: url(../images/products/uxdesign.png);
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.uxdesign-uxdesign-subimage {
  background-image: url(../images/products/uxdesign2.png);
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.learning-img-padding {
  padding-left: 0px !important;
}

.uxdesign-img-padding {
  padding: 10px;
}

.learning-text-download {
  padding: 20px;
}

.contactArea {
  background-color: white;
  padding-top: 0px;
}

.learning-text2 {
  text-align: center;
  font-size: 16px;
  color: #707070;
  line-height: 1.5em;
  padding: 0 8em;
  margin: 0 auto;
}

.section-heading h4 {
  font-size: 30px;
  line-height: normal;
  position: relative;
  padding: 20px 0;
  color: #00afe4;
}

.section-heading h4:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #00afe4;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;

}

.top-contact {
  margin: 1em 0 3em 0;
  visibility: visible;
  animation-name: fadeInUp;
}

.contact-info-section h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: normal;
}

.contact-info-section p {
  color: #999;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.contact-info-section {
  padding: 30px 0;
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.contact-info-section h4 {
  color: #999;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: normal;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-left: 0px !important;
}

.list-style-1 li {
  padding: 5px 0;
}

.contact-info-section p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.contact-info-section i {
  width: 25px;
  height: 25px;
  padding-top: 7px;
  border-radius: 50%;
  background: #47588f;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  line-height: 11px;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336;
  /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.alert {
  opacity: 1;
  transition: opacity 0.6s;
  /* 600ms to fade out */
}

strong {
  font-weight: 600;
}

.list-style-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-2 li {
  position: relative;
  padding: 0 0 0 0px;
  margin: 0 0 9px 0;
}

.list-style-2 li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #232323;
  position: relative;
  top: 12px;
  left: 0;
}

input,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  border-radius: 10px;
  border: 1px solid #00afe4;
  /*text-transform: lowercase;*/
  /* height: 50px;*/
}

textarea {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #00afe4;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  outline: none
}

input:focus,
textarea:focus {
  border-color: #585858;
  outline: none
}

input[type="button"]:focus {
  outline: none
}

select::-ms-expand {
  display: none
}

.SubmitMessage {
  font-size: 30px;
  color: #99a9bb;
  font-weight: 550;
}

iframe {
  border: 0
}

.padding-30px-left {
  padding-left: 30px;
}

.list-style-1 li {
  padding: 5px 0;
  list-style-type: none;
}

.map_top_h {
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #364167;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* .service-1:hover{
    box-shadow: 0 1px 1px 0 #009DCC, 0 1px 5PX 0 #009DCC;
    transition-duration: 1s;
    transform: scale(1.1);
    transition: transform 2s;
  } */

.mx-auto.d-sm-flex.d-block.flex-sm-nowrap {
  text-align: center;
}

.about_row {
  margin-top: 0px;
}

.mb_150 {
  margin-bottom: 100px;
}

.font_30 {
  font-size: 30px;
  font-weight: 600;
}

.p-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.about_h {
  font-size: 25px;
  color: #90a0b4;
  font-weight: 540;
  margin: 30px 0px;
}

.about_s2 {
  text-align: left;
  font-size: 25px;
  color: #90a0b4;
  line-height: 40px;
  font-weight: 400;
  margin: 30px 0px;
}

.about_bottom_h {
  font-size: 20px;
  line-height:
    35px;
  color: #90a0b4;
  padding-right: 15px;
  text-transform: capitalize;

}

.mt-50 {
  margin-top: 50px;
}

.my_0 {
  margin: 0px !important
}

.video-img {
  text-align: center;
  padding: 200px 0px;
  position: relative;
  top: 168px;
  left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.pl-40 {
  padding-left: 40px !important;
}

.py-40 {
  padding: 0px 30px;
}

.pr-0 {
  padding-right: 0px !important;
}


.press-slider__link img {
  filter: grayscale(100%);
}

.press-slider__link:hover img {
  cursor: pointer;
  filter: grayscale(0%);
}


/*End servise area */
/*Learning area*/
section#learning.learningArea {
  background-color: #fff;
  padding-top: 0;
}

.uxArea {
  margin-bottom: 7em;
}

.our_projects_ux {
  display: grid;
  grid-template-rows: auto;
  box-shadow: 0 25px 100px 0 #00000026;
}

.uxdesign_project_title {
  text-align: left;
}

.uxdesign_project_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-right: 3em; */
}

.flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.uxdesign_project_case img {
  width: 230px !important;
}

.uxdesign_project_case {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.project1 {
  border-radius: 10% !important;
  padding: 5% !important;
}

.learningArea2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.656), rgba(0, 0, 0, 0.253)), url(../images/about/technology.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding-top: 0;
  margin-top: 8em;
}

.uxArea2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.656), rgba(0, 0, 0, 0.253)), url(../images/banner/mahdi.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding-top: 0;
  margin-top: 8em;
}

.sapArea {
  padding-top: 0;
  margin-top: 8em;
}

.uxdesign_session {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5em 0;
}

.uxdesign_session_title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

.uxdesign_session_text {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 0.5em;
}

/*Products area*/
.productArea {
  background-color: white;
  padding-top: 0px;
}

.ovrllay_contact {

  /* background: #fff url(../images/banner/contactus.jpg) no-repeat center/cover fixed;
   color: #F1F1F1; */
  height: 80vh;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.656), rgba(0, 0, 0, 0.253)), url(../images/banner/contactus.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: center;

}

.ovrllay_products {

  /* background: black url(../images/banner/servicep.png) no-repeat center/cover fixed; */
  /* color: #F1F1F1; */
  height: 80vh;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.402)), url(../images/products/servicepp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.ovrllay_learning {
  color: #F1F1F1;
  height: 80vh;
  text-align: center;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.413), rgba(2, 172, 224, 0.75)), url(../images/banner/learning99.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.ovrllay_uxdesign {
  color: #F1F1F1;
  height: 80vh;
  text-align: center;
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.413), rgba(2, 172, 224, 0.75)), url(../images/banner/uxdesign.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.ovrllay_sap {
  color: #F1F1F1;
  height: 80vh;
  text-align: center;
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.413), rgba(2, 172, 224, 0.75)), url(../images/banner/mastheadc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: center;
}

.row.book_now {
  margin-bottom: 20px;
  text-align: center;
}

#boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr; */
  width: 100%;
  gap: 30px;
  margin: 0 auto;
}

div.breadcrumb2 {
  /* display: inline-block; */
  z-index: 560;
  top: 70px;
  left: 0;
  position: sticky;
}

.breadcrumb {
  /* box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%); */
  box-shadow: 0 5px 10px 0 #00000026;
  background-color: #fafafa !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.breadcrumb li a {
  color: #DB7900;
  font-size: 16px;
}

.breadcrumb>li :hover {
  font-weight: 700;
}

.breadcrumb>.active {
  color: #DB7900;
  font-size: 18px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

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

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

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

.hvr-icon-wobble-horizontal {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*End products area*/
/*--------------------------------------------------*/
/*----------------------------------   


 1.pricingTable_area
------------------------------------*/
.pricingTable {
  text-align: center;
}

.mt-50 {
  margin-top: 40px !important;
}

.tebel-color.pricingTable .pricingTable-header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 60px 0;
  background: #7a90ff;
  position: relative;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-header {
  padding: 30px 0;
  background: #7a90ff;
  position: relative;
  transition: all 0.3s ease 0s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}


.pricingTable .pricingTable-header:before {
  left: 40px;
}

.pricingTable .pricingTable-header:after {
  right: 40px;
}

.pricingTable .heading {
  font-size: 20px;
  color: #e5cebf;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}

.pricingTable .price-value {
  display: inline-block;
  position: relative;
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.pricingTable .currency {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: -19px;
}

.pricingTable .month {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -35px;
  text-transform: uppercase;
}

.pricingTable .pricing-content {
  padding-top: 20px;
  background: #fff;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pricingTable .pricing-content:before {
  left: 40px;
}

.pricingTable .pricing-content:after {
  right: 40px;
}

.pricingTable .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after {
  background: #0e0fb352 !important;
  background-image: linear-gradient(to left, #0e0fb34f, #0e0fb378, #e6349c75, #e6349c9e, #e6349c) !important;
}

.pricingTable .pricing-content ul:before {
  left: 44px;
}

.pricingTable .pricing-content ul:after {
  right: 44px;
}

.pricingTable .pricing-content ul li {
  font-size: 15px;
  font-weight: 600;
  color: #90a0b4;
  padding: 8px 0;
}

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

.pricingTable .btn-default {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #7a90ff;
  padding: 12px 25px;
  margin: 30px 0;
  margin-top: 60px;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}

.pricingTable .btn-default:hover {
  text-decoration: none;
}

.pricingTable {
  box-shadow: 0px 0px 70px #bbbaba69;
  border-radius: 30px;
}

.pricing-three {
  box-shadow: 0px 0px 140px #aeaeae8a;
  position: relative;
  z-index: 999999999999 !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.tabel-color {
  font-size: 25px;
  font-weight: 600;
  color: #364167;
  margin: 40px 0px;
}


/*------------------------------------
.End pricingTable_area
------------------------------------*/


/*------------------------------------
.start about_area
------------------------------------*/
.title-lefts h1 {
  font-size: 50px;
  font-weight: 900;
  color: #364167;
  line-height: 50px;
  text-transform: capitalize;
}

.title-lefts .bottom_h {
  font-size: 20px;
  line-height: 35px;
  color: #37456D;
  margin: 25px 0px;
}

.container-fluid {
  background-color: white;
}


.about-s {
  font-size: 25px;
  color: #37456c;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 55px;
}

.about-bottom-s {

  font-size: 20px;
  color: #37456c;
  line-height: 40px;
  font-weight: 500;

}

.posi-r-img {
  position: relative;
  bottom: 100px;
}

.video-a {
  bottom: 50px;
  position: absolute;
  right: 30px;
}

.box-s {
  box-shadow: 0px 0px 100px #ccc !important;
}

.about-right h1 {
  font-size: 25px;
  font-weight: 600;
  color: #364167;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.about-team h1 {
  font-size: 40px;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  color: #0194CC;
  line-height: 50px;
  text-transform: capitalize;
  /*margin-bottom: 45px;*/
}

.our_partners h1 {
  font-size: 40px;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  color: #0194CC;
  line-height: 90px;
  text-transform: capitalize;
  /*margin-bottom: 45px;*/
}

.about_bottom_r {
  font-size: 30px;
  color: #36415f;
  font-weight: 540;
  margin: 30px 0px;
}

.about_top-100 {
  margin-top: 120px;
}

.contact_bottom_r {
  font-size: 30px;
  color: #3b4a6b;
  font-weight: 540;
  margin-bottom: 30px;
}

label {
  font-size: 16px;
  color: #00afe4;
  font-weight: 400;
  margin: 10px 0px;
}

.services-right {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 25px;
}

.services-right-text {
  font-size: 22px;
  line-height: 45px;
  color: #90a0b4;
  padding-right: 0px;
  text-transform: capitalize;
}

.owl-prev {

  position: absolute;
  bottom: 50%;
  color: transparent !important;
}

.testimonial_area:hover .owl-prev {
  display: block !important;
}

.testimonial_area:hover .owl-next {
  display: block !important;
}

.owl-next {

  position: absolute;
  right: 0;
  bottom: 50%;
  color: transparent !important;
}

.owl-prev::before {
  content: url(../images/left-r.png);

}

.owl-next::before {
  content: url(../images/right-r.png);

}

.owl-dots {
  display: none !important;
}

.title h1 {
  font-size: 35px;
  padding-top: 90px;
  font-weight: 700;
  color: #0072bc;
  line-height: 50px;
}

@mixin respond-to($breakpoint) {
  @if $breakpoint=="xs"

    {
    @media screen and (max-width: 767px) {
      @content;
    }
  }

  @else if $breakpoint=="sm"

    {
    @media (min-width: 768px) and (max-width: 991px) {
      @content;
    }
  }

  @else if $breakpoint=="md"

    {
    @media (min-width: 992px) and (max-width: 1199px) {
      @content;
    }
  }

  @else if $breakpoint=="lg"

    {
    @media screen and (min-width: 1200px) {
      @content;
    }
  }
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-size: 20px 40px;
  background-image:
    radial-gradient(circle at 10px -15px, transparent 20px, #0168a6 21px);
}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
  display: table;
  content: " ";
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 100px;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%);
}

.timeline>li .timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    overflow: hidden;
  }

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    overflow: hidden;
    object-fit: cover;
  }

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-image {}

  .timeline>li .timeline-image h4,
  .timeline>li .timeline-image .h4 {
    margin-top: 40px;
  }
}

/* .img-fluid {
  max-width: 100%;
  height: auto;
} */
/*------------------------------------
.End about_area
------------------------------------*/


/*End Table   */

p.text-muted {
  /* text-align: justify; */
  line-height: normal;
  font-size: 16px;
}

.boss1 {
  grid-area: boss1;
}

.boss2 {
  grid-area: boss2;
}

.employeelvl1niv1 {
  grid-area: employeelvl1niv1;
}

.employeelvl1niv2 {
  grid-area: employeelvl1niv2;
}

.employeelvl2niv1 {
  grid-area: employeelvl2niv1;
}

.employeelvl2niv2 {
  grid-area: employeelvl2niv2;
}

.employeelvl2niv3 {
  grid-area: employeelvl2niv3;
}


.card-wrap {
  display: grid;
  grid-template-columns: 0.2fr 0.2fr 0.2fr; 
  grid-gap: 10px;
  padding: 10px;
  justify-content: center;
}

.card {
  position: relative;
  width: 262px;
  height: 360px;
  text-align: center;
  margin: 0 auto;
}

.card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 1s;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  padding: 20px;

}

.front {
  box-shadow: 0 25px 100px 0 #00000026;
  background-color: #fafafa;
}

.back {
  padding: 40px 20px;
  background-color: #fafafa;
  transform: rotateY(180deg);
}

.back p {
  color: #90a0b4;
}

div.card-face.front img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

p.name {
  text-align: center;
  font-size: 22px;
  color: #0072bc !important;
  margin-left: 0px;
  display: block;
  font-weight: 600;
  padding-top: 10px;
}

div.card h7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #90a0b4;
}

.socialmedia {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.socialmedia a {
  margin: 1em;
  padding: 0.7em 1em;
  border: 1px solid #90a0b4;
}

.socialmedia a:hover {
  background-color: #90a0b420;
}

.socialmedia a i {
  color: #90a0b4;
  font-size: 16px;
}


/* our_team_area start */

.team-container {
  position: relative;
  box-shadow: 0 25px 100px 0 #00000026;
  width: 262px;
  height: 360px;
  margin: 1em;
  padding: 1em;
  border-radius: 25px;
}

.our_team_area {
  padding: 30px 0;
}

.our_team_area .team_row {
  padding-top: 20px;
}

.our_team_area .team_row .team_membar {
  /* width: 270px; */
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.our_team_area .team_row .team_membar img {
  width: 250px;
  height: 240px;
}

.info {
  margin-top: 0px;
}

.our_team_area .team_row .team_membar .team_content {
  position: initial;
  display: block;
}

.our_team_area .team_row .team_membar .team_content ul {
  padding: 0;
  margin: 20px 0px;
  margin-bottom: 30px;
  height: 0px;
  /* transition: all 300ms linear 0s; */
}

.our_team_area .team_row .team_membar .team_content ul li {
  list-style: none;
  display: inline-block;
}

.our_team_area .team_row .team_membar .team_content ul li:first-child {
  padding: 0;
  margin-left: 50px;
}

.our_team_area .team_row .team_membar .team_content ul li a {
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  width: 38px;
  color: #494dcb !important;
  text-align: left;
  display: block;
}

.our_team_area .team_row .team_content .name {
  text-align: center;
  font-size: 22px;
  color: #0072bc !important;
  margin-left: 0px;
  display: block;
  font-weight: 600;
  padding-top: 10px;
}

.our_team_area .team_row .team_content h7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #90a0b4;
}

.float-left {
  float: left;
}

/*End our_team_area*/
/*--------------------------------------------------*/


/*----------------------------------
   12.our_achievments_area
------------------------------------*/



/*--------------------------------------------------*/

/*----------------------------------
   13.testimonial_area
------------------------------------*/
/* Testimonial Area start */
.testimonial_area {
  padding-bottom: 90px;
  background: #fff;
}

.testimonial_area .testimonial_carosel {
  padding-top: 60px;
}

.testimonial_area .testimonial_carosel .item .media {
  max-width: 140px;
  margin: 0 auto;
  padding-bottom: 35px;
}

.testimonial_area .testimonial_carosel .item .media .media-left {
  padding-right: 30px;
}

.testimonial_area .testimonial_carosel .item .media .media-left a img {
  width: auto;
  height: 110px;
  border-radius: 50%;
}

.testimonial_area .testimonial_carosel .item .media .media-body {
  padding-top: 40px;
}

.testimonial_area .testimonial_carosel .item .media .media-body h4 {
  font: 700 14px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #222222;
}

.testimonial_area .testimonial_carosel .item .media .media-body h6 {

  color: #555555;
  padding-top: 5px;
}

.body-slider {
  font-size: 20px;
  font-weight: 600;
  color: #364167;
}

.img-s {
  margin: 30px 0px;
}

.owl-carousel .owl-item img {
  width: 100% !important;
  height: 100%;
  text-align: center !important;
}

.owl-carousel .owl-item img:hover {
  transform: scale(1.2);
  transition: transform 2s;
}

.testimonial_area .testimonial_carosel .item p {
  color: #90a0b4;
  max-width: 945px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 36px;
}

.testimonial_area .testimonial_carosel .item p i {
  color: #555555;
  font-size: 18px;
  display: block;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-left {
  text-align: right;
  padding-top: 5px;
}

.testimonial_area .testimonial_carosel .item p .fa-quote-right {
  text-align: left;
  padding-bottom: 5px;
}

.testimonial_area .testimonial_carosel .owl-controls {
  text-align: center;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 2px solid #555555;
  margin-left: 15px;
  display: inline-block;
  transition: all 300ms linear 0s;
  border-radius: 50%;
}

.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:hover,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:focus,
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot.active {
  background: #7a90ff;
  border: 2px solid #7a90ff;
}

/* End Testimonial Area */





/*----------------------------------
   14.our_partners_area
------------------------------------*/
/* Our Partners Area start */
.bg-grediunt {
  background: #ffffff !important;
}

.bg-grediunts {
  background: #f1f9fc !important;
  background-image: linear-gradient(to right bottom, #f1f9fc, #f1f9fc, #f1f9fc, #f1f9fc, #f1f9fc) !important;
}

.email_color_site {
  color: #999 !important;
}

.our_partners_area .book_now_aera {
  padding: 0px 0px 30px 0px;
}

.our_partners_area .book_now_aera .book_now .booking_text {
  font-size: 20px;
  line-height: 35px;
  color: #99a9bb;
  padding-right: 15px;
  text-transform: capitalize;
}

.our_partners_area .book_now_aera .book_now .booking_text h4 {
  color: #00afe4;
  padding-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  font-size: 30px;
  font-weight: 600;

}

.book_now .booking_text h4 {
  color: #00afe4;
  padding-top: 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  font-size: 30px;
  font-weight: 600;
}

.our_partners_area .book_now_aera .book_now .booking_text p {
  color: #99a9bb;
  font-size: 16px;
  font-size: 25px;
  margin: 30px 0px 10px 0px;
}

.our_partners_area {
  padding-top: 0px;
}

/* End Our Partners Area */
/*----------------------------------
   14.our_modal_area
------------------------------------*/





.clip-polygon {
  background-color: #fff !important;
  background: url(../images/team/team.png) left top no-repeat;

  /*   clip-path: polygon(0% 25%, 78% 0%, 90% 89%, 54% 101%, 0% 100%, 0% 75%, 0% 100%);
   -webkit-clip-path: polygon(0% 25%, 78% 0%, 90% 89%, 54% 101%, 0% 100%, 0% 75%, 0% 100%) !important;
*/
}

.clip-right {
  background-color: #fff !important;
  background: url(../images/team/team.png) center center no-repeat;

  /*    clip-path: polygon(5% 13%, 88% 24%, 142% 35%, 44% 106%, 0% 80%, 11% 50%, 1% 86%);
    -webkit-clip-path: polygon(5% 13%, 88% 24%, 142% 35%, 44% 106%, 0% 80%, 11% 50%, 1% 86%) !important;*/
}

.py-200 {
  padding: 8% !important;
  padding-bottom: 328px !important;
}

.py-45 {
  padding: 40px 0px !important;
}

.py_map_40 {
  padding-top: 0px;
  padding-bottom: 0px !important;
}



/*------------------------------------
14.End-modal area
------------------------------------*/

/*------------------------------------
19.Edit-css
------------------------------------*/

/*Edit-css start*/
.top-button {
  margin-top: 10px;
}

/* .button-n,
a {
    text-decoration: none!important;
    color: #fff !important;
} */

.header_aera .navbar-header .navbar-brand {
  padding-top: 0px !important;
}

.py-30 {
  padding: 20px 0px;
}

.tr {
  text-align: right;
}

.logo-biss img {
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.logo-biss img:hover {
  -webkit-animation: pulse;
  animation: pulse;
}


.grid-card-system {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 50px;
  /* width: 100%; */
}

.div-test {

  margin: 5em;
}


.card-img-top {
  display: block;
  width: auto;
  border: 1px solid #f0ac0081;
  box-shadow: 0px 3px 0px 0.5px #f0ac0083, 0 3px 0 0 #f0ac0086;
  border-radius: 30px;
  padding: 1em;
}

.card1,
.card2,
.card3,
.card4 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  /* box-shadow: 0 25px 100px 0 #00000026; */
  /* box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%); */
  box-shadow: 0 25px 100px 0 #00000026;
  background-color: #fafafa;
}

.mosaic__item,
.mosaic__item2 {
  padding: 3em;
}

.mosaic__item:first-of-type {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.mosaic__item:last-of-type {
  box-shadow: 0 25px 100px 0 #00000026;
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
  border-radius: 25px;
}

.mosaic__item2:first-of-type {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}

.mosaic__item2:last-of-type {
  box-shadow: 0 25px 100px 0 #00000026;
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
  border-radius: 25px;

}

.card5,
.card6 {
  /* display: flex;
    flex-direction: row-reverse; */
  margin-top: 2rem;
  display: grid;
  grid-template-rows: 1fr;
}

.card-img-top2 {
  width: 85%;
}


.card2>div.card-body,
.card4>div.card-body {
  grid-column-start: 1;
  grid-row-start: 1;
}

.card4 {
  background-image: url(../images/services/blob3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
}

.card2,
.service-1:hover>img {
  background-image: url(../images/services/blob2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
}

/* .card3 {
  background-color: #cccccc;
} */

/* .wrapper {
  display: inline-flex;
}

.wrapper .static-txt {
color: #fff;
font-size: 60px;
font-weight: 400;
}

.wrapper .dynamic-txts {
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  background: red;
  overflow: hidden;
}

.dynamic-txts li {
  color: #FC6D6D;
  list-style: none;
  font-size: 60px;
  font-weight: 500;
}

.dynamic-txts li span {
  position: relative;
}

.dynamic-txts li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-left: 2px solid #FC6D6D;
  animation: typing 1.5s steps(16) infinite;
}

@keyframes typing {
  100%{
    left: 100%;
    margin: 0 -35px 0 35px;
  }
} */


.card2 {
  flex-direction: row;
}

.what_we_area {

  background: #f2e9df !important;
  background-image: linear-gradient(to right bottom, #f2e9df, #c6dae1, #c6dae1, #f2e9df, #f2e9df) !important;
}

.fl-l {
  float: left;
}

.main-h {
  font-family: 'Roboto', sans-serif;
  font-size: 4em;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  text-decoration: dotted;
  font-weight: 700;
  margin: 30px 0 40px;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  visibility: visible;

}

.main-h2 {
  font-size: 24px;
  visibility: visible;
  animation-name: fadeInUp;
  font-weight: normal;
  margin-bottom: 30px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  visibility: visible;
  animation-name: fadeInUp;
}

.main-h3 {
  visibility: visible;
  animation-name: fadeInUp;
}

.slider_area .slider_inner .camera_caption div a {
  font: 700 18px/59px "Roboto", sans-serif;
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  outline: none !important;
  box-shadow: none;
  border: 0;
  color: #222222;
  position: relative;
  z-index: 2;
  padding: 0;
}


.mt-120 {
  padding: 60px 0px 30px 75px;
}


.professional_builder .builder_all .builder i {

  color: #9eccfd !important;

}

.pb-90 {
  padding-bottom: 90px;

}

.pl-35 {
  padding-left: 35px;
}

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.our_footer_area {
  /* background-image: url(../images/about/ybanner.jpg); */
  margin-top: -5px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  /* background-position: center top; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EEF5F8;
}

.copyright {
  display: block;
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin: 0 auto;
  /* float: center; */
}

.footer-logo {
  max-width: 100%;
  text-align: left;
  height: 100px;
}

.footer-top {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #00afe4;
  font-family: 'Roboto', sans-serif;
}


.locationIcones {
  width: 6%;
  margin-right: 5%;
  color: #00afe4;
}

.locationIconesB {
  width: 6%;
  margin-right: 2%;
  color: #00afe4;
}

.location {
  margin-top: 13px;
}

.location li {
  font-size: 20px;
  list-style-type: none;
  line-height: 30px;
  color: #0071BB;
  margin-bottom: 25px;
  text-align: left;
}

.location_map li {
  font-size: 20px;
  list-style-type: none;
  line-height: 35px;
  color: #3b4a6b;
  margin-bottom: 25px;
}

.location_map {

  margin: 0px;
}

.location li i {
  margin-right: 10px;
}

.location_map li i {
  margin-right: 10px;
}

.location_map li a {
  margin-right: 10px;
  color: #3b4a6b !important;
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.maps {
  margin-bottom: 0px;
}

#contatti a {
  color: #fff;
  text-decoration: none;
}



iframe {
  width: 100%;
  height: 550px;
}

.comment-wrap {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #0c487b;
  padding: 30px 20px;
}

.comment-theme {
  float: left;
}

.comment-main-area {
  margin-left: 115px;
}

.comment-wrap1 {
  margin-left: 20px;
}

.comment-wrap2 {
  margin-left: 40px;
}

.sewl-comments-meta h4 {
  margin-top: 2.2em;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}

.comment-area p {
  margin-bottom: 5px;
  color: #000c17;
}

.sewl-comments-meta h4 span {
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin-left: 15px;
  font-style: normal;
}

.comment-image img {
  border-radius: 50%;
  height: 100px;
}

.sewl-form-inputs textarea,
.sewl-form-inputs input {
  height: 38px;
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 25px;
  border: 1px solid #98a4b2;
  color: #98a4b2;
  border-radius: 5px;
}

.sewl-form-inputs textarea:focus,
.sewl-form-inputs input:focus {
  outline: none;
}

.sewl-form-inputs textarea {
  height: 150px;
  padding-top: 10px;
  margin-bottom: 40px;
  margin-top: 25px;
}

.lcase {
  text-transform: lowercase;
}

.no-padding {
  padding: 0;
}

.py-70 {
  padding: 50px 0px 50px 0px;
  background-color: white;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.client {
  margin-top: 15px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-15 {
  margin-left: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.form-submit input:hover {
  background: #0552b1;
  border-color: #0552b1;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

/* .pl-100{
	padding-left: 100px;
} */
.pl-130 {
  padding-left: 130px;
}

.w-title {
  color: #FFF !important;
}

.va-bl {
  padding-top: 9em;
}

.form-c {
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #151515;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*close*/
/*--------------------------------------------------*/

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
  color: #fff;
}

#social-tw:hover {
  color: #fff;
}

#social-gp:hover {
  color: #fff;
}

#social-em:hover {
  color: #fff;
}

.bigpixi-footer-social {
  margin-top: 40px;
  float: right;
}

.socialIcone {
  max-width: 42px;
  margin: 5px 5px 5px 25px;
}

.twitter {
  border-radius: 50px;
  border: 0.75px solid white;
}

/*End Edit-css*/
/*--------------------------------------------------*/


/*------------------18. blog-area start --------------------*/
.blog-wrap {
  background: #fff;
}

.blog-img {
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.blog-img:before,
.blog-img:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  opacity: .5;
}

.blog-img:before {
  left: 0;
}

.blog-wrap:hover .blog-img:before {
  width: 50%;
}

.blog-img:after {
  right: 0;
}

.blog-wrap:hover .blog-img:after {
  width: 50%;
}

.blog-meta {
  margin-bottom: 10px;
}

.blog-meta ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-meta ul li a {
  color: #555 !important;
}

.blog-meta ul li a:hover {
  color: #296dc1;
}

.blog-meta ul li a i {
  margin-right: 3px;
}

.blog-content {
  position: relative;
  padding: 20px 20px 30px;
  border-bottom: 2px solid #c3c3c3;
}

.blog-content:before,
.blog-content:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  height: 2px;
  background: #296dc1;
  content: "";
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  opacity: .7;
}

.blog-wrap:hover .blog-content:before,
.blog-wrap:hover .blog-content:after {
  width: 50%;
}

.blog-content:after {
  left: auto;
  right: 0;
}

.blog-content h3 {
  margin-bottom: 15px;
}

.blog-content h3 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #555 !important;
}

.blog-content p {
  margin-bottom: 20px;
  line-height: 24px;
}

.blog-content a.btn-style {
  border: 1px solid #296dc1;
}

.blog-img img {
  width: 100%;
}

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

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

/*------------------18. blog-area end --------------------*/
/*--------------------pagination-wrap start--------------*/
.pricing-page-area {
  padding-top: 220px;
}

.pagination-wrap ul {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.pagination-wrap ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  border: 1px solid #296dc1;
  text-align: center;
  margin-left: -1px;
  color: #333 !important;
  font-size: 18px;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
  background: #296dc1;
  color: #fff !important;
}

.blog-img img {
  width: 100%;
}

.btn_font_16 {
  font-size: 16px;
  text-transform: capitalize;
  padding: 12px 25px;
}

/*--------------------pagination-wrap end--------------*/


/*============================================
            19.blog-details-area start
=============================================*/
.blog-details-img {
  margin-bottom: 40px;
}

.blog-details-content h3 {
  margin-bottom: 20px;
}

.blog-details-content p {
  margin-bottom: 25px;
}

.blog-details-content blockquote {
  font-size: 16px;
  font-style: italic;
  background: rgb(39, 40, 156);
  padding: 30px;
  border-left: 5px solid rgb(186, 85, 187);
  margin: 35px 0px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blog-details-content ul {
  margin-bottom: 30px;
}

.blog-details-content ul li {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.blog-details-content ul li::before,
.blog-details-content ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e7ffe;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}

.blog-details-content ul li::after {
  height: 10px;
  width: 10px;
  background: #2e7ffe;
  z-index: 9;
  left: -2px;
}

ol {
  list-style: none;
}

.comment-wrap {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  padding: 30px 20px;
}

.comment-theme {
  float: left;
}

.comment-wrap1 {
  margin-left: 20px;
}

.comment-wrap2 {
  margin-left: 40px;
}

.sewl-comments-meta h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0px;
}

.sewl-comments-meta h4 span {
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin-left: 15px;
  font-style: italic;
}

.comment-main {
  margin-bottom: 50px;
}

.comment-image img {
  border-radius: 50%;
}

.comment-area p {
  margin-bottom: 5px;
}

.comments-reply a.comment-reply-link {
  font-style: italic;
}

h3.blog-title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

.sewl-form-inputs textarea,
.sewl-form-inputs input {
  height: 50px;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding-left: 20px;
  margin-bottom: 20px;
}

.sewl-form-inputs textarea:focus,
.sewl-form-inputs input:focus {
  outline: 1px solid #296dc1;
}

.sewl-form-inputs textarea {
  height: 150px;
  padding-top: 10px;
}

.form-submit input {
  text-transform: uppercase;
  background: #296dc1;
  color: #fff;
  width: auto;
  padding: 10px 25px;
}

.form-submit input:hover {
  background: #0552b1;
  border-color: #0552b1;
}

/*----------------commingsoon-area start------------------*/
.comming-soon-area {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comming-soon-wrap h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.comming-soon-wrap p {
  font-size: 16px;
  margin-bottom: 30px;
}

.timer span.cdown {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  background: #296dc1;
  justify-content: center;
  color: #fff;
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  margin-left: 10px;
}

.timer span.cdown:first-child {
  margin-left: 0px;
}

.timer span.time-count {
  font-size: 40px;
  margin: 0px auto;
  margin-bottom: 10px;
  display: block;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  padding-bottom: 10px;
  width: 100px;
  position: relative;
}

.timer span.time-count::before,
.timer span.time-count::after {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.timer span.time-count::after {
  left: 30px;
  bottom: -2px;
}

.timer span.cdown p {
  color: #fff;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  font-size: 18px;
}

.search-sidebar input {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #c0dbfd;
  padding-left: 10px;
}

.search-sidebar button {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  top: 0;
  color: #fff;
  background: #296dc1;
  border: 1px solid #296dc1;
}

/*----------------contact-area start------------------*/

.contact-wrap textarea {
  height: 200px;
}

.contact-wrap button {
  border: 1px solid #999;
  padding: 10px 30px;
}

.contact-wrap ul li {
  padding: 30px 30px;
  background: #296dc1;
  color: #fff;
  position: relative;
  padding-left: 90px;
}

.contact-wrap ul li:nth-child(odd) {
  background: #0552b1;
}

.contact-wrap ul li p {
  color: #fff;
}

.contact-wrap ul li i {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 35px;
}

.contact-wrap h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

#googleMap {
  height: 500px;
  width: 100%;
  background: #296dc1;
  margin-top: 100px;
}

/*----------------contact-area End------------------*/

/*-----------------------20.sidebar-style-here-----------------------*/
.search-sidebar form {
  position: relative;
}

.search-sidebar input {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #c0dbfd;
  padding-left: 10px;
}

.search-sidebar button {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  top: 0;
  color: #fff;
  background: #2e7ffe;
  border: 1px solid #2e7ffe;
}

.search-sidebar button:hover {
  background: #0552b1;
  border-color: #0552b1;
}

.sidebar-title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.category-wrap ul li {
  line-height: 35px;
  border-bottom: 1px solid #f1f1f1;
}

.category-wrap ul li:last-child {
  border-bottom: none;
}

.category-wrap ul li a {
  padding-left: 20px;
  position: relative;
  display: block;
  color: #555 !important;
}

.category-wrap ul li a::before {
  position: absolute;
  left: 0;
  content: "\f101";
  font-family: fontawesome;
  color: #296dc1;
  font-size: 16px;
  top: 0;
}

.related-post ul li {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.related-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.post-img {
  float: left;
}

.post-info {
  margin-left: 95px;
}

.post-info a {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  color: #555 !important;
}

.post-info p {
  line-height: 20px;
  font-size: 12px;
  color: #296dc1;
}

.archive-wrap ul li {
  line-height: 35px;
}

.archive-wrap ul li a {
  display: block;
  color: #555 !important;
}

.tags-wrap ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-wrap ul li a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #e1e1e1;
  color: #555 !important;

}

.tags-wrap ul li a:hover {
  background: #296dc1;
  color: #fff !important;
}

/*-----------------------20.sidebar-style-here-----------------------*/



@media (max-width: 1024px) {

  .our_team_area .team_row .team_membar .team_content ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 0px;
    width: 17px;
  }

}




/*------------------------------------
22.Responsive
(max-width: 767px) media query
------------------------------------*/
@media (max-width: 767px) {

  section {
    padding: 0px 0px !important;
  }

  section.bg-banner-img {
    padding-bottom: 100px !important;
  }

  .row.book_now {
    margin-bottom: 20px;
    text-align: center;
  }

  ul.location {
    margin-top: 40px;
  }

  .container-fluid {
    background-color: white;
    padding-left: 22px;
    padding-right: 15px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-banner {
    padding: 18px 30px !important;
  }

  .about_row {
    margin-top: 0px;
  }

  .about-team h1 {
    padding: 60px 0px 0px 0px;
    margin: 0px;
  }

  .our_partners h1 {
    padding: 60px 0px 0px 0px;
    margin: 0px;
  }

  .our_partners_area .book_now_aera .book_now .booking_text h4 {
    padding: 0px;
  }

  .our_partners_area .book_now_aera {
    padding: 0px;
  }

  .top-banner .button-banner {
    font-size: 12px !important;
  }

  .video-img {
    padding-left: 0px !important;
  }

  p.about_bottom_h.mt-50 {
    padding: 0px 10px;
  }

  .m-s {
    padding: 0px !important;
  }

  button.navbar-toggle {
    background: #00afe4;
    border-color: #ffffff !important;
    color: #fff !important;
  }

  ol {
    list-style: none;
    padding: 0;
  }

  .comment-main-area {
    margin-left: 0px;
  }

  .col-xs-6.pr-0 {
    width: 100%;
    padding-right: 15px !important;
  }

  .pr-0 {
    width: 100%;
    zoom: 65%;
    margin: auto;
  }


  .pt-100 {
    padding-top: 30px !important;
  }

  .contact-map {
    float: none;
  }

  .button-left {
    padding: 18px 30px !important;
  }

  .fl-l {
    float: left;
  }

  .title h1 {
    font-size: 30px !important;
  }

  .title-left h1 {
    font-size: 30px;
    margin-top: 10px;
  }

  img.posi-r-img {
    bottom: 0;
  }

  .video-a {
    position: absolute;
    right: 20px !important;
    bottom: 10PX !important;
    top: auto !important;
  }

  .search-sidebar form {
    margin-top: 15px;
  }

  .top-banner.wow.fadeInRight.text-right {
    text-align: center;
  }

  .top-banner.wow.fadeInRight.text-left {
    text-align: center;
  }

  .navbar-toggle {
    top: 15px;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    line-height: 45px;

  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #0072bc !important;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {

    background-color: #00AFE3 !important;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    padding-left: 30px;
    background-color: transparent;
  }

  .slider_inner.camera_wrap {
    height: 500px !important;
  }

  .padding-30px-left {
    padding: 30px;
  }
}

/*------------------------------------
23.Responsive
(max-width: 480px) media query
------------------------------------*/
@media (max-width: 480px) {}

.bg-about-img {
  background-image: none;
}

.owl-stage-outer {
  text-align: center;
}

.all-text {
  padding: 0px;
}

.owl-nav {
  display: none !important;
}

.owl-dots {
  display: block !important;
}

.back-shap {
  margin-top: 10px;
  top: 0;
  padding: 70px 0px;
  background-size: contain;
}

.shap_bottom {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  padding-left: 30px;

}

.about-right h1 {
  font-size: 30px;
  padding-top: 10px;
}

.about_top-400 {
  margin-top: 30px;
}

#banner-text {
  margin: 150px 0 0 50px;
}

.banner-text {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-left: 50px;
}

.color-bold-text {
  color: #DB7900;
}

.ta-l {
  text-align: left;
}

.bannertext-left {
  text-align: left !important;
  margin-left: 0px;
}

.service-1 {
  margin: auto;
  margin-bottom: 30px;
  background-color: #fafafa;
}

.service-1:hover>img {
  transform: scale(1.1);
  transition: transform 2s;
}

.title-left h1 {
  font-size: 30px;
  margin-top: 10px;
  line-height: 30px;
  font-weight: 600;
}

.pl-40 {
  padding-left: 40px;
}

.col-md-4.fl-right {
  float: right;
}

.colorG {
  padding-top: 2em;
  color: #757575;
}

.title-center.wow.fadeInUp {
  color: #0168a6;
}

.learning-li-text {
  color: #0194CC;
  font-size: 18px;
}

div.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-splitter img {
  width: 50px;
  height: 50px;
  margin-left: 0.5em;
  padding: 0.2em;
  background-color: #fafafa;
  border-radius: 50%;
  border: 3px solid #555555;
}

.flex-splitter {
  /* display: flex;
  flex-direction: row; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 1em 1em 0 0;
  text-align: left;
}

.flex-splitter2 {
  /* display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px; */
  padding: 1em 0;
}

.learning-text-1 {
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  padding: 0 2em 1em 2em;
  margin: 0 auto;
  width: 100%;
}

.title-learning {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.uxdesign-text {
  color: #707070;
  font-weight: normal;
}

.learning-col {
  margin-bottom: 3em;
}

/* .uxdesign-col{			} */
.clip-polygon {
  clip-path: none !important;
  -webkit-clip-path: none !important;
}

.clip-right {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  background: url(../images/team/team.png)center top no-repeat;
  margin-top: 15px;
}

.p-0 {
  padding: 15px !important;
}

.testimonial_area .testimonial_carosel .item .media {
  max-width: 112px !important;
}

.testimonial_area .testimonial_carosel .item .media .media-left {
  padding: 0px;
}

.services-right {
  padding: 0px !important;
}

.shap_top {
  padding-left: 15px;
  font-size: 22px;
  font-weight: 600;
  padding-left: 30px;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 4px;
}

.row.text-left.box-s {
  padding: 15px;
}

.contact-info-section {
  text-align: end;
}

img.posi-r-img {
  margin-top: 15px;
}

.row.about_row.py-40 {
  margin-top: 0px;
}

/*------------------------------------
24.Responsive End
(max-width: 480px) media query
------------------------------------*/

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #0072bc;
}

/*-----------MAPS-----------*/


#map {
  /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
  height: 250px;
  margin: 3em 0 5em 0;
  /* background-color: white; */
}

/**------custom------*/
.success-c-form {
  display: none;
}

.animation {
  visibility: visible;
  animation-delay: 2ms;
  animation-name: fadeInUp;
}

.wow.fadeInUp {
  visibility: visible;
  animation-name: fadeInUp;
}

.container.tables {
  display: table;
}

.imageUI {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  height: 100%;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.100));
}

.image2 {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  height: 170px;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.100));

}

.image3 {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  height: 170px;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.100));
}

h1.title-center {
  margin-top: 2em;
}

.footer-menu li a {
  font-size: 16px;
  list-style-type: none;
  /* line-height: 40px; */
  color: #0168a6;
  padding-bottom: 5px;
  text-align: justify;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #0037CC;
  font-weight: 700;
}

.logo-biss-2 img {
  display: block;
  margin: 0 auto;
  padding: 3em 0 0 0;
  width: 100px;
  height: 100%;
}

.icons-split {
  display: flex;
  flex-direction: row;
}

.icons-split li {
  margin: 0 1em 0 0;
  /* padding: 1em 0; */
}

.icons-split li a {
  color: #0168a6;
}

.icons-split li a:hover {
  color: #0037CC;
}

.banner-text2 {
  font-size: 2.5em;
  color: #fff;
  text-align: left;
  padding: 150px 0 0 0;
  line-height: 1em;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.works {
  padding: 2em;
  margin: 0 auto;
}

.area404 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #343434;
}

.title404 {
  font-size: 160px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 20px;
  background: url(../images/banner/mahdi.webp) center no-repeat;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.button404 {
  text-decoration: none;
  background: #e55039aa;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}

.sap_area {
  height: 100%;
  margin-top: 300px;
  /* background: url(../images/banner/Hexagon.svg); */
}

.global_sap {
  background-color: #f7f7f7;
  /* box-shadow: 0 25px 100px 0 #00000026; */
  height: 100%;
  border-radius: 30px;
}

.inner_sap_img {
  border-radius: 30px;
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: -225px;
  border: 1px solid #f0ac0081;
  box-shadow: 0px 3px 0px 0.5px #f0ac0083, 0 3px 0 0 #f0ac0086;
}

.inner_sap {
  padding: 0 100px;
}

.sap1,
.sap2,
.sap3,
.sap4 {
  box-shadow: 0 25px 100px 0 #00000026;
  background-color: #fff;

  border-radius: 10px;
  height: 260px;
  width: 260px;
  padding: 2em 2em 0em 2em;
  margin-bottom: 5em;
}

.sap11,
.sap21,
.sap31,
.sap41 {
  box-shadow: 0 25px 100px 0 #00000026;
  border-radius: 10px;
  height: 260px;
  padding: 0 2em;
  margin-bottom: 5em;
}

.sap11 img,
.sap21 img,
.sap31 img,
.sap41 img {
  margin-top: 1em;
  width: 30px;
  height: 30px;
}

.sap1 img,
.sap2 img,
.sap3 img,
.sap4 img {
  margin-top: 1em;
  width: 30px;
  height: 30px;
}

.sap1:hover,
.sap2:hover,
.sap3:hover,
.sap4:hover {
  transform: scale(1.1);
  transition: transform 2s;
}

.flex_sap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.flex_sap2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.sub_title_sap {
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  font-family: 'Roboto', sans-serif;
}

.title_sap {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #555555;
  text-align: center;
  padding: 1em 0;
}

.text_sap {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  color: #555555;
  text-align: center;
  padding-bottom: 1em;
}

.sub_text_sap {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.inner_blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}

.title_blog {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  color: #555555;
  font-weight: 700;
}

.blog_card {
  /* box-shadow: 0 25px 100px 0 #00000026; */
  border-radius: 10px;
  padding: 2em;
  cursor: pointer;
}

.sub_title_blog {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #555555;

}

.content_blog {
  text-align: justify;
}

.row2 {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ====================== HAMBURGER MENU +++++++++++++++++++++ */
/* desktop mode............/// */



/* ......../ media query mobile /.......... */

@media screen and (min-width: 200px) and (max-width: 768px) {

  .row2 h2 {
    padding: 0 1em;
  }

  .row2 {
    display: grid;
    grid-template-columns: auto;
  }

  .flex_sap {
    display: flex;
    flex-direction: column;
  }

  .sap1,
  .sap2,
  .sap3 {
    margin-bottom: 0;
  }

  .title_sap {
    font-size: 18px;
  }

  .text_sap {
    font-size: 16px;
  }

  .inner_sap {
    padding: 0 30px;
  }

  .inner_sap_img {
    height: 100%;
    margin-top: -125px;
  }

  .popup-home {
    width: 220px !important;
    height: 310px !important;
    left: 25% !important;
    bottom: 25% !important;
  }

  .card-wrap {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0 20px;
  }
  .card-wrap2 {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 20px;
  }

  .card {
    width: 182px;
    height: 280px;
  }

  p.name {
    font-size: 14px;
  }

  div.card h7 {
    font-size: 12px;
  }

  .uxdesign-uxdesign-img {
    background-image: url(../images/products/uxdesign.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
  }

  .uxdesign-uxdesign-subimage {
    background-image: url(../images/products/uxdesign2.png);
    width: 100%;
    /* height: auto;	  	   */
    /* min-height: 190px;		 */
    /* margin-top: 50px;		 */
    margin-bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /* background-position: center center; */
  }

  .learning-text2 {
    padding: 0;
    font-size: 14px;
    text-align: justify;
  }

  div.breadcrumb2 {
    /* display: none;
      visibility: hidden; */
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 560;
  }


  .products-design-img,
  .products-learning-img,
  .products-sap-img {
    height: 100%;
    width: 100%;
    background-color: #fff;
  }

  .section-heading.center {
    padding: 0 0 2em 0;
  }

  .ta-l {
    text-align: center;
  }

  .pl-15 {
    padding-left: 15px;
  }

  .colorG {
    padding: 2em;
    font-size: 20px;
  }

  .section-heading h4 {
    font-size: 20px;
  }

  .navbar-brand {
    float: none;
    /* display: block;
  padding: 0;
  margin: 0 auto; */
  }


  /* =================================================================*/

  .sci {
    visibility: hidden;
  }

  .col-md-4.fl-right {
    float: none;
    padding-bottom: 1.5em;
  }

  .location li {
    font-size: 15px;
  }

  ul li {
    padding: 0;
  }

  .footer-menu li a u {
    font-size: 15px;
  }

  .pl-130 {
    padding-left: 0;
  }

  p.text-muted {
    font-size: 14px;
  }

  #boxes {
    display: grid;
    grid-template-columns: 1fr !important;
    width: 100%;
    text-align: center;
  }

  .partnerContentTxt {
    font-size: 14px;
    line-height: normal;
  }

  .our_team_area .team_row .team_content h7 {
    font-size: 12px;
  }

  .our_team_area .team_row .team_content .name {
    font-size: 18px;
  }

  .our_team_area .team_row .team_membar {
    max-width: 120px;
    margin: 0 auto;
  }

  .our_team_area .team_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    gap: 10px;
  }

  .book_now .booking_text h4 {
    padding-top: 2em;
  }

  .partnerContent {
    padding: 0;
  }

  div.title.wow.fadeInUp {
    margin: 2em;
    display: flex;
    flex-direction: column-reverse;
  }

  h1.title-center {
    font-size: 2.4em;
  }

  .card5,
  .card6 {
    display: flex;
    flex-direction: column;
  }

  .card-img-top2 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .mosaic__item,
  .mosaic__item2 {
    padding: 2em;
  }

  .learning-text-1 p {
    text-align: left !important;
  }

  .uxdesign_project_case img {
    width: 120px !important;
  }

  .project1 {
    border-radius: 10% !important;
    padding: 2% !important;
  }

  .flex {
    display: block;
    flex-direction: column;
  }

  .uxdesign_project_title {
    padding-top: 1em;
    font-size: 18px;
    text-align: center;
  }

  .uxdesign_project_text,
  .uxdesign_session_text {
    font-size: 12px;
    text-align: center;
  }

  .uxdesign_project_info {
    margin: 0 auto;
  }

  .uxdesign_session_title {
    font-size: 1.8em;
  }

  .uxdesign_session {
    padding: 1em 0em 2em 0em;
  }

  .title h2 {
    font-size: 1.2em;
    margin: 10px;
    text-align: center;
  }

  .btn {
    padding: 12px 16px;
    margin: 0;
    font-size: 1em;
  }

  .main-h {
    font-size: 2.4em;
    letter-spacing: 0.1em;
    /* line-height: 40px; */
  }


  .row {
    margin: 0 auto;
  }

  .work:nth-child(1) {
    padding: 1em 0;
    width: 100%;
  }

  .work:nth-child(2) {
    padding: 1em 0;
    width: 100%;
  }


  .ovrllay_products,
  .ovrllay_contact {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    overflow: hidden;
  }

  .ovrllay_products {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0.153)), url(../images/banner/serviceppp.png);
  }

  .ovrllay_uxdesign,
  .ovrllay_learning,
  .ovrllay_sap {
    background-attachment: scroll;
    height: 50vh;
  }

  .ovrllay {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* right: 0; */
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.413), rgba(2, 172, 224, 0.75)), url(../images/banner/bg-homepage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    overflow: hidden;
  }

  div#banner-text {
    padding: 150px 2em;
  }

  .banner-text {
    padding-bottom: 1.5em;
    font-size: 1.2em;
  }

  .banner-text2 {
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    padding: 100px 0.5em;
  }

  .logo-biss img {
    right: 0;
    width: 150px;
  }

  #banner-text {
    margin: 0 auto;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked~.menu__box {
    left: 0 !important;
  }

  .menu__btn {
    position: fixed;
    top: 30px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }

  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0071BB;
    transition-duration: .25s;
  }

  .menu__btn>span::before {
    content: '';
    top: -8px;
  }

  .menu__btn>span::after {
    content: '';
    top: 8px;
  }

  .contact-info-section {
    padding: 3px;
    padding-top: 0px !important;
    text-align: center;
  }

  .contact-info-box p {
    margin: 0 auto;
    text-align: left;
  }

  .menu__box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #fafafa;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }

  .menu__box2 {
    display: inline-flex;
    margin: 0 auto;
    bottom: 0;
  }

  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #0071BB !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
    text-align: center;
  }

  .menu__item:hover {
    color: #F0AB00;
  }

  .grid-card-system {
    display: grid;
    grid-template-columns: auto;
    /* grid-template-rows: auto; */
    /* width: 100%; */
  }

  /* .header_aera#mainNav {
  visibility: hidden;
} */
  .card1,
  .card2,
  .card3,
  .card4 {
    display: flex;
    flex-direction: column;
    width: 90% !important;
    /* text-align: center; */
    margin: 0 auto;
    height: 100%;
  }

  .div-test {
    margin: 1em;
  }

  .title-learning {
    font-size: 1.5em;
  }

  .learning-text-1 {
    font-size: 14px;
  }

  .card-img-top {
    width: auto;
  }

  .flex-splitter {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1em 0;
    text-align: left;
  }

  .flex-splitter img {
    width: 40px;
    height: 40px;
    margin: 0.5em 0;
    padding: 0.2em;
    background-color: #fafafa;
    border-radius: 50%;
    border: 2px solid #555555;
  }

  .navbar-brand>img {
    display: inline-block;
    padding-top: 1em;
    vertical-align: middle;
  }

  .header_aera {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    /* background-color: #fafafa; */
  }

  #mainNav.navbar-shrink.header_aera {
    border: 1px solid rgba(90, 122, 190, 0.08);
    box-shadow: 0 3px 0 0 rgb(90 122 190 / 12%);
    background-color: #fafafa !important;
  }

  .navbar-header {
    padding: 0;
  }

  .owl-carousel .owl-item img {
    max-width: 50% !important;
    text-align: center !important;
  }

  .icons-split {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .inner_sap_img {
    height: 100%;
  }

  .title_sap {
    font-size: 25px;
  }

  .text_sap {
    font-size: 20px;
  }

  .sap1,
  .sap2 {
    margin-bottom: 0;
  }

  .flex_sap {
    grid-template-columns: auto auto;
  }

  .card-wrap {
    display: grid;
    grid-template-columns: 0.8fr 0.8fr 0.8fr;
    gap: 20px;
  }

  .card {
    width: 222px;
    height: 300px;
  }

  p.name {
    font-size: 14px;
  }

  div.card h7 {
    font-size: 12px;
  }

  div#banner-text {
    padding: 150px 2em 0 2em;
    margin: 0 auto;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    font-size: 14px;
  }

  div.navbar-header {
    display: block;
    padding: 0;
  }

  .navbar-brand {
    padding: 15px 0 15px 15px;
  }

  .ovrllay {
    background-attachment: scroll;
  }

  .sci {
    visibility: hidden;
  }

  #mainNav.navbar-shrink ul li {
    padding-left: 15px !important;
  }

  div.about_row {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }

  .our_team_area .team_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;

  }

  .col-sm-4 {
    width: 100% !important;
  }

  .uxdesign_project_case img {
    width: 120px !important;
  }

  .uxdesign_session {
    padding: 2em 0;
  }

  .uxdesign_session_title {
    font-size: 2.8em;
  }

  .title-learning {
    font-size: 2em;
  }

  .learning-text-1 {
    font-size: 14px;
  }

  .banner-text2 {
    padding: 100px 0;
    font-size: 2em;
  }

}

@media screen and (min-width: 1600px) and (max-width: 5000px) {
  .banner-text2 {
    font-size: 3.7em;
  }

  .ovrllay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #banner-text {
    margin: 0;
  }

  .main-h {
    font-size: 6em;
  }

  .banner-text {
    font-size: 30px;
  }

}


@media screen and (min-width: 768px) and (max-width: 5000px) {
  div.hamburger-menu {
    visibility: hidden;
  }

  #mainNav.navbar-shrink ul li {
    font-size: 18px;
    padding-left: 40px;
  }

  #mainNav.navbar-shrink img {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    height: 100%;
  }

  #mainNav.navbar-shrink.header_aera {
    border: 1px solid rgba(90, 122, 190, 0.08);
    box-shadow: 0 3px 0 0 rgb(90 122 190 / 12%);
    background-color: #fafafa !important;
  }

  /* ===================== Animate Icons ===================== */
  .sci {
    /* position: absolute; */
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 50px;
    bottom: 50%;
    z-index: 99999;
  }

  .sci li {
    list-style: none;
  }

  .sci li a {
    box-shadow: 12px 14px 26px -7px rgba(0, 0, 0, 0.46), -6px -6px 26px -7px rgba(255, 255, 255, 0.46);
    position: relative;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    /* border: 1px solid #fff; */
    margin: 10px 0 0;
    overflow: hidden;
    border-radius: 10px;
  }

  .sci li a::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 140%;
    /* background:  linear-gradient(315deg, #F0AB00, #DB7900); */
    animation: animate2 2s linear infinite;
  }

  .sci li a::after {
    content: '';
    position: absolute;
    inset: 2px;
    /* background: #fff; */
  }

  @keyframes animate2 {
    0% {
      transform: rotate(0deg);
    }

    0% {
      transform: rotate(350deg);
    }
  }

  .sci li a i {
    max-width: 20px;
    /* filter: invert(#fff);
  mix-blend-mode: difference; */
    color: #DB7900;
    z-index: 99998;
  }

  .sci li a i:hover {
    color: #F0AB00;
  }
}








/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;

  overflow: hidden;
  position: relative;
  /* visibility: hidden;  */
  width: 50%;
  height: 18vh;
  background: #00afe4;

}

.work img {
  width: 100%;
  filter: grayscale(100%);
}

.work .overlay {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}

.work .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.work h5,
.work p,
.work img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;

}

.work h5,
.work p {
  color: #fff;
  margin: 0;
  opacity: 1;

}

.work h5 {
  font-size: 3em;
  margin-bottom: 5px;
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}

.work p {
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: grayscale(0%);
}

.work-box:hover .overlay {
  opacity: 1;

}

.work-box:hover .overlay h5,
.work-box:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}

/* ------------------------------------------------------------------------------
	Work animation
-------------------------------------------------------------------------------*/
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animated {
  visibility: visible;
}




/* -------------------------------------------------------------------------------
  Loader page
  --------------------------------------------------------------------------------*/

#preloader {
  background: #fff url(../images/banner/loader3.gif) no-repeat center center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
}

/* -------------------------------------------------------------------------------
 Animation top homepage
  --------------------------------------------------------------------------------*/

.intro {
  /* background: rgba(255, 255, 255, 0.865); */
  background: #0167a660;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999998;
}

.slider {
  /* background: rgba(255, 255, 255, 0.779); */
  background: #0167a625;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: 99999999;

}

.intro-text {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
}

/* -------------------------------------------------------------------------------
Pop-up Homepage
  --------------------------------------------------------------------------------*/

.popup-home {
  background-color: #fff;
  /* box-shadow: 12px 14px 26px -7px rgb(0 0 0 / 46%), -6px -6px 26px -7px rgb(255 255 255 / 46%); */
  box-shadow: 0 25px 100px 0 #00000026;
  width: 260px;
  height: 350px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: none;
  z-index: 9999;
}

.popup-home button {
  display: block;
  padding: 0 13px;
  font-size: 30px;
  color: #555555;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.popup-home button:hover {
  background-color: rgba(255, 255, 255, 0.800);
}

.popup-home p {
  font-family: 'Open Sans', sans-serif;
  margin: 2em 0;
  text-align: center;
  font-size: 16px;
  color: #555555;
}

/* -------------------------------------------------------------------------------
Card slider
  --------------------------------------------------------------------------------*/


.blog-slider {
  background: #0168a6 url(../images/banner/blob4.svg);
  background-size: cover;
  background-position: center;
  width: 95%;
  position: relative;
  width: 80%;
  margin: auto;
  box-shadow: 0 25px 100px 0 #00000026;
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-color: #DB7900;
  /* box-shadow: 4px 13px 30px 1px rgba(56, 145, 234, 0.2); */
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  /* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DB7900;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.sliderArea {
  min-height: 50vh;
  font-family: 'Montserrat', sans-serif;
  display: flex;
}