
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Proxima Nova Alt Bold';
  src: url("../fonts/Proxima Nova Alt Bold.otf");
}

@font-face {
  font-family: 'proximanova-light';
  src: url("../fonts/proximanova-light.otf");
}

@font-face {
  font-family: 'Proxima Nova Alt Thin';
  src: url("../fonts/Proxima Nova Alt Thin.otf");
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url("../fonts/Proxima Nova Black.otf");
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../fonts/Proxima Nova Bold.otf");
}

@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url("../fonts/Proxima Nova Extrabold.otf");
}

@font-face {
  font-family: 'Proxima Nova Thin';
  src: url("../fonts/Proxima Nova Thin.otf");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: 'FontsFree-Net-pr14';
  src: url("../fonts/FontsFree-Net-pr14.ttf");
}


/*html {
	scroll-behavior: smooth;
}*/

body {
  background: #fff;
  color: #444;
  font-family: ProximaNova-Regular;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Proxima Nova Bold;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

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

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  bottom: 20px;
  right: 30px;
  transition: background 0.5s, opacity .5s, visibility .5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding:12px 0 2px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #9EE1E5 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #00000029;
}

#header.header-scrolled,
#header.header-pages {
  padding: 12px 0 2px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height:38px;
}

#header li {
	font-family: ProximaNova-Regular;
	font-size: 14px;
	color: #707070;
	margin-top: 3px;
}
#header .em-text {
	font-family: ProximaNova-Regular;
	font-size: 14px;
	color: #707070;
	margin-top: 3px;
	margin-left: 75px;
}
#header .em-text2 {
font-family: ProximaNova-Regular;
font-size: 14px;
	margin-top: 3px;
color: #707070;

}
.dp {
    display: flex;
	padding-top: 15px;
}
.mn {
    padding: 0px 0px 0 0px;
     list-style-type: none;
}
.main-pages {
  margin-top: 60px;
}
.ani {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	width: 100%;
	position: relative;
	background: url('../img/Mask_Group_2.jpg');
	background-position: center center;
	background-size: cover;
	box-shadow: 0px 3px 20px #00000029;
}


.house-k {
    position: absolute;
    right: 0;
    max-width:824px;
    bottom: 0;
}
.left-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 180px;
}
#intro .intro-info h2 {
  color:#707070;
  margin-bottom: 13px;
  font-size: 54px;
  font-weight:500;
}
.order-last p {
    color: #707070;
}
#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 14px;
    display: inline-block;
    padding: 13px 32px;
  border-radius: 4px;
  transition: 0.5s;
  background: #D6F4F6;
  color: #707070;
  box-shadow:  0px 4px 10px #00000029;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
    background: #9ee1e5;
    color: #fff;
}
.intro-info {
  padding-top: 10em;
   padding-bottom: 12em;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}
nav.main-nav.d-none.d-lg-block {
    padding-left: 0;
    float: right;
	margin-top: -68px;
}
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #707070;
  padding: 15px 15px;
  transition: 0.3s;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: ProximaNova-Regular;
}


.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #707070;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.container.box-width {
    max-width: 1262px;
}
.section-header h3 {
    font-size: 25px;
    color: #707070;
    text-align: center;
    position: relative;
    letter-spacing: 1.75px;
    margin-bottom: 2em;
    font-family: ProximaNova-Regular;
	font-weight: 700;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #F2F2F2;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}


#services .box {
    padding: 30px 2px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background: #F5F5F5;
    box-shadow: 0px 30px 70px #00000029;
    transition: all 0.7s ease-in-out;
    text-align: center;
    height: 284px;
    width: 93%;
    margin: 0 auto;
    cursor:pointer;
}
header.section-header.Choose {
    margin-top: 4em;
}
#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
    margin: 0 auto 38px auto;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 120px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
    margin-bottom: 15px;
    font-size: 13px;
}
#services .title a {
    color: #8ECACE;

}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
    font-family: proximanova-light;
    color: #707070;
    margin: 0 auto;
    width: 82%;
}




.green-circle {
    background: #9BDDE1;
    width: 7px;
    height: 7px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    left: 50%;
    top: -20px;
}

.Qualified {
    text-align: center;
    transition: all 0.7s ease-in-out;
}

.Qualified h4 {
    color: #707070;
    font-size: 16px;
    font-family: ProximaNova-Regular;
    margin: 0 0 3px 0;
}
.Qualified p {
    color: #707070;
    font-size: 12px;
    font-family: proximanova-light;
}
.col.mobile-b.wow.fadeInUp {
    padding-right: 0;
}
.Qualified img {
    width: 60px;
    margin-bottom: 34px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.7s ease-in-out;
}
.Qualified:hover img
{
      -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.7s ease-in-out;
}
/* Why Us Section
--------------------------------*/

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

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

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0 50px 0;
    position: relative;
    background: #F9F9F9;
    box-shadow: 0px 3px 38px rgba(0, 0, 0, 0.12);
    height: 550px;
}
.card {
   box-shadow: 0px 1px 25px #7B7B7B29;
}

.profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 4px 8px 0px #BDBDBD
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #636363 !important;
    border: none;
    font: inherit;
    width: 56px;
    margin: 10px;
}
/* .owl-nav button.owl-prev {
    position: absolute;
    top: 95%;
    left: 45%;
} */
.img-fluid {
    max-width: 40%;
    height: auto;
}
/* .owl-nav button.owl-next {
   position: absolute;
    top: 95%;
    left: 50%;
} */
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0D47A1 !important;
    background-color: transparent !important
}

.owl-dots {
    display: none
}
.content {
    color: #707070;
    opacity: 1;
    letter-spacing: 1.4px;
    font-size: 10px;
    margin: 0 0 13px 0px;
}

.Testimonials:after {
    content: '';
    position: absolute;
    top: 112px;
    height: 1px;
    background: #8BE5E8;
    width: 267px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}
.Testimonials:before {
    content: '';
    position: absolute;
    top: 108px;
    height: 8px;
    background: #8BE5E8;
    width: 8px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 54px;
}
.doots {
    margin: 0 auto;
}
.card.border-0 {
    padding: 40px 33px 30px;
}
.gool-anada {
    height: 4px;
    width: 4px;
    float: left;
    background: #8be5e8;
    border-radius: 27px;
    margin: 3px;
}
.Youcef {
    text-align: right;
    margin-top: 2em;
}
.Youcef h6 {
  margin: 0;
  color: #424242;
  font-family: ProximaNova-Regular;
  font-size: 14px;
}

.Youcef p{
  margin: 0;
  color:#3ad3dc;
  font-family:proximanova-light;
  opacity: 1;

}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.item {
    display: none
}

.next {
    display: block !important;
    /* position: relative; */
    /* transform: scale(0.8); */
    /* transition-duration: 0.3s; */
    /* opacity: 0.6; */
    /* margin-top: 0; */
}

.prev {
    display: block !important;
    /* position: relative; */
    /* transform: scale(0.8); */
    /* transition-duration: 0.3s;
    opacity: 0.6; */
        /* margin-top: 0; */
}
.prev .card {
    /* padding:54px 42px; */
}
.next .card
{
  /* padding: 54px 42px; */
}
.item.show p {
    font-size: 14px;
}
.item.show {
    display: block;
    transition-duration: 0.4s
}
.owl-carousel .owl-stage {
    padding-bottom: 2em;
}
.owl-carousel .owl-stage-outer {
    padding: 1em 0 0em 0;
}
.form-contact {
    background: #9ee1e5;
    padding-bottom: 12em;

   /*
     background-image:url('../img/vusi-map.gif');444
    background-size:contain;
    background-repeat: round;*/
}
.main-box-k {
    width: 68%;
    margin: 0 auto;
    padding:41px 34px 51px 34px;
    background: #9EE1E5;
    box-shadow: 0px 3px 12px #00000029;
}
.main-box-k input {
    border-radius: 0;
    padding: 21px;
    box-shadow: 0px 3px 6px rgba(167, 167, 167, 0.28);
    border: none;
}

::placeholder {
  color: #ccc !important;
}
.SNDER {
    background: #9Ee1e5;
    box-shadow: 0px 1px 6px rgba(0,0, 0, .16);
    border: none;
    padding: 10px 24px;
    letter-spacing: 2.4px;
    font-weight: 700;
    font-size: 17px;
}
.SNDER:hover {
    background: #5ac5cc;
}
.main-box-k select {
    border-radius: 0;
    padding: 9px 16px;
    box-shadow: 0px 3px 6px rgba(167, 167, 167, 0.28);
    border: none;
    height: 45px;
    color: #ccc;
}
.map iframe {
    border-radius: 20px;
}
.map {
    position: absolute;
    left: -81px;
    top: 22px;
    right: 34px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0;
    border-radius: 20px;
    background: #eaeaea;
}
@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1
    }

    .item {
        display: block !important
    }

    .item {
    margin-left: 100px;
    margin-right: 100px;
}
}

.footer-logo {
    position: absolute;
    top: -34px;
}

#footer {
  padding: 0 0 0 0;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #9EE1E5 0% 0% no-repeat padding-box;
    box-shadow: 0px -2px 20px #00000029;
    position: relative;
    z-index: 2;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info p {
   font-size: 13px;
    line-height: 24px;
    color: #707070;
    letter-spacing: 1.19px;
    margin-bottom: 2em;
}
#footer .footer-top .footer-info h3 {
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #707070;
    font-weight: 100;
    font-family: ProximaNova-Regular;
    letter-spacing: 1.19px;
}
.footer-info span {
    color: #767570;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-family: ProximaNova-Regular;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1.19px;
    color: #707070;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #707070;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1bb1dc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

.vusi-form-background {
    position: relative;
    height: auto;
    /* width: auto; */
    max-width: 100%;
    z-index: 1;
}

.vusi-form-background img.house-1 {
    position: absolute;
    right: 0;
    bottom: -192px;
        z-index: -1;
        height: auto;
        /* width: auto; */
        max-width: 100%;
}

.vusi-form-background img.house-2 {
    position: absolute;
    left: 0;
    bottom: -192px;
    z-index: -2;
    height: auto;
    /* width: auto; */
    max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1440px) {

  .Youcef{
    right: 30px !important;
        bottom: 26px !important;
        position: absolute;
  }
  .card.border-0{
  height: 270px !important;
  }

  .owl-carousel .nav-btn {
    height: 72px !important;
    position: absolute !important;
    width: 72px !important;
    cursor: pointer !important;
    top: 113px !important;
  }

  .owl-carousel .prev-slide {
    background: url(../img/arrow.gif)!important;
    left: -33px !important;
    transform: scale(.8);
  }
  .owl-carousel .next-slide {
    background: url(../img/arrow.gif) !important;
    transform: rotate(180deg) scale(.8) !important;
    right: -33px !important;
  }

  .vusi-form-background img.house-1 {
    right: -200px !important;
  }
  .vusi-form-background img.house-2 {
    left: -200px !important;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  .Youcef{
    right: 30px !important;
        bottom: 26px !important;
        position: absolute;
  }
  .card.border-0{
  height: 270px !important;
  }

  .owl-carousel .nav-btn {
    height: 72px !important;
    position: absolute !important;
    width: 72px !important;
    cursor: pointer !important;
    top: 130px !important;
  }

  .owl-carousel .prev-slide {
    background: url(../img/arrow.gif)!important;
    left: -33px !important;
    transform: scale(.8);
  }
  .owl-carousel .next-slide {
    background: url(../img/arrow.gif) !important;
    transform: rotate(180deg) scale(.8) !important;
    right: -33px !important;
  }

}

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

  .card.border-0{
  height: 270px !important;
  }
  .owl-carousel .nav-btn {
    height: 72px !important;
    position: absolute !important;
    width: 72px !important;
    cursor: pointer !important;
    top: 130px !important;

  }

  .owl-carousel .prev-slide {
    background: url(../img/arrow.gif)!important;
    left: -33px !important;
    transform: scale(.7) !important;
  }

  .owl-carousel .next-slide {
    background: url(../img/arrow.gif) !important;
    transform: rotate(180deg) scale(.7) !important;
    right: -33px !important;

  }

}

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

  .owl-carousel .nav-btn {
    height: 72px !important;
    position: absolute !important;
    width: 72px !important;
    cursor: pointer !important;
    top: 100px !important;
    visibility: hidden;

  }

  .owl-carousel .prev-slide {
    background: url(../img/arrow.gif)!important;
    left: -33px !important;
    visibility: hidden;
  }
  .owl-carousel .next-slide {
    background: url(../img/arrow.gif) !important;
    transform: rotate(180deg) !important;
    right: -33px !important;
    visibility: hidden;
  }

}
@media screen and (min-width: 0px) and (max-width: 500px) {

  .owl-carousel .nav-btn {
    height: 72px !important;
    position: absolute !important;
    width: 72px !important;
    cursor: pointer !important;
    top: 100px !important;
    visibility: hidden;

  }

  .owl-carousel .prev-slide {
    background: url(../img/arrow.gif)!important;
    left: -33px !important;
    visibility: hidden;
  }
  .owl-carousel .next-slide {
    background: url(../img/arrow.gif) !important;
    transform: rotate(180deg) !important;
    right: -33px !important;
    visibility: hidden;
  }

}

@media screen and (min-width: 2000px) and (max-width: 2560px) {


.container {
    max-width: 2000px;
}

.card.border-0 {
  height: 270px !important;
    padding: 40px 30px 40px 30px;
}

.Youcef{
  right: 30px !important;
      bottom: 26px !important;
      position: absolute;
}


.item {
    margin-left: 15px;
    margin-right: 15px;
}

/* .next {
  display: block !important;
position: relative;
transform: scale(0.85);
transition-duration: 0.3s;
opacity: 0.6;
margin-top: 12px;
}

.prev {
   display: block !important;
position: relative;
transform: scale(0.85);
transition-duration: 0.3s;
opacity: 0.6;
margin-top: 12px;
} */
/* .owl-nav button.owl-prev {
    position: absolute;
    top:76px;
    left: 595px;
}
.owl-nav button.owl-next {
    position: absolute;
    top:76px;
    right: 595px;
} */

/* .owl-nav button.owl-prev {
    position: absolute;
    top: 19em;
    left: 46%;
}

.owl-nav button.owl-next {
   position: absolute;
    top: 19em;
    left: 51%;
} */

/* custom */
.owl-carousel .nav-btn{
  height: 72px !important;
  position: absolute !important;
  width: 72px !important;
  cursor: pointer !important;
  top: 115px !important;
}

/* .owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none !important;;
opacity: 0.2 !important;
} */

.owl-carousel .prev-slide{
  /* background: url(../img/left-chevron.png) no-repeat scroll 0 0 !important; */
    background: url(../img/arrow.gif)!important;
  left: -33px !important;
}
.owl-carousel .next-slide{
      background: url(../img/arrow.gif) !important;
      transform: rotate(180deg) !important;
  /* background: url(../img/chevron.png) no-repeat scroll -24px 0px !important; */
  right: -33px !important;
}
/* .owl-carousel .prev-slide:hover{
 background-position: 0px -53px !important;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px !important;
} */
/* custom */
.Testimonials:before {
    top: 126px;
}
.Testimonials:after {
    top: 130px;
}
#intro .intro-info h2 {
    font-size: 84px;
    font-weight: 500;
}
.order-last p {
    color: #707070;
    font-size: 24px;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-size: 20px;
}
.main-nav a {
    font-size: 20px;

}
.house-k {
    position: absolute;
    right: 0;
    max-width: 1002px;
    bottom: 0;
}
.container.box-width {
    max-width: 1708px;
}
#services .box {
    height: 346px;
    width: 93%;
}
#services .title {
    font-size: 20px;
}
#services .description {
    font-size: 20px;
    line-height: 28px;
}
.section-header h3 {
    font-size: 40px;
}
.Qualified h4 {
    font-size: 22px;
}
.Qualified p {
    font-size: 20px;
}
.item.show p {
    font-size: 16px;
}
.owl-stage-outer p {
    font-size: 14px;
}
#footer .footer-top .footer-info h3 {
    font-size: 20px;
}
#footer .footer-top .footer-info p {
    font-size: 20px;
}
#footer .footer-top h4 {
    font-size: 20px;
}
#footer .footer-top .footer-links ul a {
    color: #707070;
    font-size: 18px;
}
.main-box-k {
    width: 56%;
}
  .main-box-k {
    width: 56%;
}
.crews {
    width: 2212px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 71px;
}
.prev .card {
    /* padding: 40px 33px 30px; */
}
#testimonials {
    height: 650px;
}
}
  @media screen and (min-width: 1501px) and (max-width: 1920px)
 {
/* .owl-nav button.owl-prev {
    position: absolute;
    top: 76px;
    left: 514px;
}
.owl-nav button.owl-next {
    position: absolute;
    top: 76px;
    right:514px;
} */

.owl-carousel .nav-btn {
  height: 72px !important;
  position: absolute !important;
  width: 72px !important;
  cursor: pointer !important;
  top: 110px !important;
}

.owl-carousel .prev-slide {
  background: url(../img/arrow.gif)!important;
  left: -33px !important;
}
.owl-carousel .next-slide {
  background: url(../img/arrow.gif) !important;
  transform: rotate(180deg) !important;
  right: -33px !important;
}

.Youcef{
  right: 30px !important;
      bottom: 26px !important;
      position: absolute;
}

.card.border-0{
height: 270px !important;
}

.item {
    margin-left: 15px;
    margin-right: 15px;
}

.next {
  display: block !important;
position: relative;
/* transform: scale(0.95); */
transition-duration: 0.3s;
opacity: 0.6;
margin-top: 9px
}

.prev {
   display: block !important;
position: relative;
/* transform: scale(0.95); */
transition-duration: 0.3s;
opacity: 0.6;
margin-top: 9px
}
.prev .card {
    padding: 42px 42px;
}
.next .card {
    padding: 42px 42px;
}
/* .owl-nav button.owl-prev {
    position: absolute;
    top: 95%;
    left: 45%;
}

.owl-nav button.owl-next {
   position: absolute;
    top: 95%;
    left: 50%;
} */
.next
{
    margin-top:0;
}
.prev
{
    margin-top:0;
}
.container {
    max-width: 1600px;
}
.container.box-width {
    max-width: 1600px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {

/* .owl-nav button.owl-prev {
    position: absolute;
    top: 94px;
    left: 416px;
}
.owl-nav button.owl-next {
    position: absolute;
    top: 94px;
    right:416px;
} */

/* .owl-nav button.owl-next {
    position: absolute;
    top: 95%;
    left: 51%;
}
.owl-nav button.owl-prev {
    position: absolute;
    top: 95%;
    left: 46%;
} */


}

@media (max-width: 1200px) {


.card.border-0{
height: 311px !important;
}

.Youcef {

  right: 20px !important;
      bottom: 26px !important;
      position: absolute;
}
/* .next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
    margin-top: -5px;
} */

element {

}
/* .prev {

    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
    margin-top: -5px;

} */

}

@media (max-width: 1199px) {
  .house-k {
    max-width: 665px;
}


.main-box-k {
    width: 85%;
}
.left-bottom-img {
    max-width: 132px;
}
#services .box {
    height: 310px;
}




}
@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

#header {
    height: 70px;
    padding: 0px 0;
}
#services .description {
    font-size: 14px;
}
#services .box {

    margin-bottom: 16px;
}
.main-box-k {
    width: 89%;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
}



  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
  .house-k {
    max-width: 563px;

}
.col.mobile-b.wow.fadeInUp {
    flex-basis: auto;
    width: 50%;
    margin-bottom: 30px;
}
.card {
    box-shadow: none;
}
.content {
    font-size: 14px;

}
.owl-nav {
    position: relative;
    top: 70px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width:40px;
}
}

@media (max-width: 768px) {



  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {

  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10em;
  }
.left-bottom-img {
    max-width: 89px;
}
.col.mobile-b.wow.fadeInUp {
    flex-basis: inherit;
}
.col.mobile-b {
    flex-basis: auto;
    margin-bottom: 26px;
}
#services .box {
    margin-bottom: 25px;
}
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
.card.border-0 {
    padding: 40px 20px 30px;
}
.card {
    box-shadow: none;
}
.content {
    font-size: 14px;

}
.owl-nav {
    position: relative;
    top: 70px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width:30px;
}
  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
.house-k {
    max-width: 100%;

}
.map {
    position: relative;
    left: 0;
    top: 0;
    right: 0;

}
.main-box-k {
    width: 100%;
    padding: 24px 6px;

}
.form-contact {
    padding-bottom: 5em;
}

.item {
    margin-left: 0;
    margin-right: 0;
}

}

@media (max-width: 574px) {


.text-chooseus {
    margin-left: 80px;

    text-align: left;

}

.image-chooseus {
  float: left;
      margin-top: -2.4px;

}

#intro {
    background-position: 42% 75%;
}

 #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }

#header li {
	font-family: ProximaNova-Regular;
font-size: 14px;
color: #707070;
margin-top: -30px;
margin-left: 29px;
}
#header .em-text {
	font-family: ProximaNova-Regular;
font-size: 14px;
color: #707070;
margin-top: 0px;
margin-left: 37px;
}
#header .em-text2 {
font-family: ProximaNova-Regular;
font-size: 14px;
color: #707070;

}
.dp {
    display: flow-root;
}

.owl-nav button.owl-prev {
    position: absolute;
   top: -5em;
left: 7em;
}
.img-fluid {
    max-width: 60%;
    height: auto;
}
.owl-nav button.owl-next {
   position: absolute;
    top: -5em;
  left: 11em;
}

 .item {
    margin-left: 0;
    margin-right: 0;
}

}


/*############## select dropdown ###############*/

.wrapper{width: 100%;
margin: 0 0 10px 0;}

.cus_selt{padding: 10px 10px 10px 22px;
display: block;
box-shadow: 0px 3px 6px rgba(167, 167, 167, 0.28);

}
.wrapper select
{
 width: 100%;
    background: url('../css/nw_selarw.png') no-repeat right #fff;
    bacground:#fff;
    -webkit-appearance: none;
    background-position-x: 100%;
}
.styled {
float:left;
height: 56px;
margin: 0px 0px 15px 0px;
width: 100%;
filter: alpha(opacity=0);
}
