body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif !important;
}

body a {
  color: inherit !important;
  text-decoration: inherit;
  transition: opacity ease-in-out 0.3s;
}

body a:hover {
  color: inherit;
  opacity: 1;
}

body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}

body img.zoom-in:hover{
  transform: scale(1.1);
}

body .logo {
  width: 129px;
  height: 96px;
  object-fit: contain;
}

body .home-h2 {
  font-size: 30px;
  font-weight: bold;
}

header {
  background-color: #000000;
}

header .navbar-toggler:focus{
  box-shadow: none;
}

header .nav-top-all {
  margin-left: 50px;
}

header .nav-top-all .fab {
  border: 1px solid #ed0a36;
  border-radius: 50%;
  color: #ed0a36;
}

header.fixed-top {
  /* background-color: rgba(255, 255, 255, .9) !important; */
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

header .navbar {
  background-color: #fff !important;
}

.carousel{
  /* margin-top: 120px; */
}

.carousel .carousel-control-next, 
.carousel .carousel-control-prev{
  height: 60px;
  top: inherit;
  bottom: 90px;
  background-color: #0CC3F4;
  border-radius: 50%;
  width: 60px;
  opacity: 1;
}

.carousel .carousel-control-next{
  right: 15%;
}

.carousel .carousel-control-prev{
  left: 15%;
}


.carousel .carousel-inner {
  height: calc(100vh - 121px);
}

.carousel .carousel-inner .carousel-item {
  height: 100%;
}

.carousel .carousel-inner .carousel-caption {
    text-align: center;
    padding: 50px 30%;
    bottom: 80px;
    margin: auto;
    outline-style: solid;
    outline-width: 12px;
    outline-color: rgba(255, 255, 255, .6);
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(67,137,222, .8);
    height: 235px;
}

.carousel .carousel-inner .carousel-caption > h5{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Arial', serif;
}

.carousel .carousel-inner .carousel-caption .title {
  font-size: 15px;
  font-family: 'Arial', serif;
}

.carousel .carousel-indicators{
  z-index: 13;
}

.carousel .carousel-indicators button {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  /* transition: all 0.6s ease-in-out; */
  opacity: 1;
  margin: 5px;
  margin-top: 3px;
}

.carousel .carousel-indicators button.active {
  background-color: transparent;
  border: 4px solid #fff;
  margin-top: 11px;
  width: 12px;
  height: 12px;
}

header .navbar .nav-item .nav-link {
  color: #008BE9 !important;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
  position:relative;
  display:inline-block;
}

header .navbar .nav-item .nav-link.active::after,
header .navbar .nav-item .nav-link::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #008BE9;
  transition: all ease-in-out 0.3s;
}

header .navbar .nav-item .nav-link::after{
  width: 0;
}

header .navbar .nav-item:last-child .nav-link:hover::after{
  content: none;
}

header .navbar .nav-item .nav-link.active:hover::after,
header .navbar .nav-item .nav-link:hover::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #008BE9;
}

.banner{
  height: 412px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.banner .overlay{
  height: 100%;
}

.banner .overlay .content{
  bottom: 25%;
}

.banner .title{
  font-size: 45px;
  font-weight: bold;
}

.banner .breadcrumb li{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.excert-about1{
  margin-bottom: 30px;
}

.excert-about1 .start{
  position: relative;
}

.excert-about1 .start .content{
  border-radius: 20px;
  background: linear-gradient(to bottom, #5DF4FE, #059BEC);
  height: 400px;
  position: absolute;
  bottom: -30px;
  right: -140px;
}

.excert-about1 .start .content h3{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
}

.excert-about1 .start .content .text{
  color: #fff;
  padding-bottom: 20px;
}

.excert-about1 .start .content .read-more{
  background-color: #fff;
  color: #008BE9 !important;
  font-weight: 15px;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
}

.excert-about1 .end .img{
  height: 425px;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
}

.excert-services{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #008BE9;
}

.excert-services .main-title{
  font-family: 'Arial', serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.excert-services .main-title::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #fff;
}

.excert-services .img{
  height: 226px;
  background-color: gray;
  overflow: hidden;
}

.excert-services .content{
  height: 220px;
  overflow: hidden;
  border-end-end-radius: 10px;
  border-end-start-radius: 10px;
}

.excert-services .content > h4{
  font-family: 'Arial', serif;
  font-size: 18px;
  color: #6A6A6A;
  height: 45px;
}

.excert-services .content .desc{
  height: 50px;
  margin-bottom: 40px;
}

.excert-services .content .desc *{
  font-family: 'Arial', serif !important;
  font-size: 16px !important;
  color: #6A6A6A !important;
}

.excert-services .content .read-more{
  display: inline-block;
  font-size: 16px;
  font-family: 'Arial', serif;
  color: #fff !important;
  background-color: #008BE9;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 87px;
  text-align: center;
  transition: all ease-in-out .2s;
}

.excert-services .content .read-more:hover{
  background-color: #1A5091;
}

.excert-services .see-more{
  display: inline-block;
  border: 1px solid #fff;
  padding: 15px;
  width: 410px;
  text-transform: uppercase;
  font-family: 'Arial', serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50px;
  color: #008BE9 !important;
  background-color: #fff;
  transition: all ease-in-out .2s;
}

.excert-services .see-more:hover{
  background-color: #008BE9;
  color: #fff !important;
  border-color: #fff;
  box-shadow: 5px 5px 5px -5px #008BE9;
}

.excert-partenaires{
  background-color: rgba(46, 41, 99, 0.5);
  padding-top: 70px;
  padding-bottom: 20px;
}

.excert-partenaires .main-title{
  font-family: 'Arial', serif;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.excert-partenaires .main-title::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #fff;
}

.excert-partenaires .item .img{
  height: 190px;
  width: 190px;
  overflow: hidden;
  border-radius: 50%;
}

.excert-trust-us{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.excert-trust-us .overlay{
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-bottom: 50px;
}

.excert-trust-us .main-title{
  font-family: 'Arial', serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #333337 !important;
}

.excert-trust-us .main-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #333337;
}

.excert-trust-us .overlay .content{
  background-color: #EEB300;
  border-radius: 10px;
  padding: 60px 30px;
}

.excert-trust-us .overlay .content .img{
  height: 190px;
  width: 190px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.excert-trust-us .overlay .content h4{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
}

.excert-trust-us .overlay .content .name{
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.about{
  padding-top: 100px;
  padding-bottom: 100px;
}

.about .title{
  color: #008BE9;
  font-size: 30px;
  font-weight: bold;
}

.about .start .desc *{
  color: #333333 !important;
  font-size: 16px;
}

.about .end .content{
  width: 503px;
} 

.about .end .content .img{
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
}

.about .end .content .names{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #5DF4FE, #059BEC);
  padding: 20px;
  border-radius: 15px;
  width: 350px;
}

.about .end .content .names span{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* .about-sec-2 .end .title:first-child,
.about-sec-3 .end .title:first-child{
  margin-top: 40px;
} */

.about-sec-2 .end .content *,
.about-sec-3 .end .content *{
  color: #000 !important;
  font-family: 'Verdana', serif !important;
}

.clients .main-title {
  font-family: 'Verdana', serif;
  font-size: 20px;
  font-weight: bold;
  color: #2368B6 !important;
}

.clients .list .start .img{
  height: 179px;
  width: 179px;
  overflow: hidden;
  border-radius: 50%;
  /* border: 1px solid #A6A6A6; */
  background-color: #3D6BA2;
  box-shadow: 1px 1px 5px 3px #BABABA63;
}

.clients .list .end h4{
  color: #fff;
  font-weight: bold;
  font-family: 'Arial', serif;
  margin-bottom: 20px;
  background: linear-gradient(to right, #195091, #4389DE);
  font-size: 22px;
  padding: 10px;
  padding-left: 20px;
  border-end-end-radius: 50px;
  border-start-end-radius: 50px;
  margin-top: 30px;
}

.clients .list .end .content *{
  color: #464646 !important;
  font-family: 'Arial', serif !important;
  font-size: 16px !important;
}

.clients .list > div:last-child{
  margin-bottom: 30px;
}

.excert-partenaires.intern .img{
  height: 248px;
  width: 248px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 3px #BABABA63;
}

.services{
  padding-top: 70px;
  padding-bottom: 80px;
}

.services .title,
.service .title{
  color: #008BE9;
  font-size: 30px;
  font-weight: bold;
}

.services .desc1{
  color: #333333 !important;
}

.services .img{
  height: 226px;
  background-color: gray;
  overflow: hidden;
}

.services .content{
  height: 220px;
  overflow: hidden;
  border-end-end-radius: 10px;
  border-end-start-radius: 10px;
  background-color: #008BE9;
}

.services .content > h4{
  font-family: 'Arial', serif;
  font-size: 18px;
  color: #fff;
  height: 45px;
}

.services .content .desc{
  height: 50px;
  margin-bottom: 40px;
}

.services .content .desc *{
  font-family: 'Arial', serif !important;
  font-size: 16px !important;
  color: rgba(255, 255, 255, .8) !important;
}

.services .content .read-more{
  display: inline-block;
  font-size: 16px;
  font-family: 'Arial', serif;
  color: #008BE9 !important;
  background-color: #fff;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 87px;
  text-align: center;
  transition: all ease-in-out .2s;
}

.services .content .read-more:hover{
  background-color: #1A5091;
  color: #fff !important;
}

.service{
  padding-top: 70px;
  padding-bottom: 80px;
}

.service .desc *{
  color: #333333 !important;
  font-size: 16px !important;
}

.service .img{
  height: 500px;
  background-color: #000;
  overflow: hidden;
}

.service .last h4{
  color: #008BE9;
  font-size: 16px;
  font-weight: bold;
}

.service .last ul li{
  color: #008BE9;
  font-size: 16px;
}

.share-c{
  background-color: #008BE9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff !important;
  padding: 10px 60px 10px 20px;
}

.share-c .share .fab {
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all ease-in-out .5s;
}

.contact-us {
	position: relative;
	z-index: 43;
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-us .title{
	margin-bottom: 30px;
}
.contact-us .title h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #F7941D;
}
.contact-us .title h3 {
	color: #008BE9;
  font-size: 30px;
  font-weight: bold;
}
.contact-us .single-head {
	padding: 50px;
	box-shadow: 0px 0px 15px #0000001a;
	height: 100%;
}
.contact-us .single-info {
	text-align: left;
	margin-bottom:30px;
}
.contact-us .single-info i {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	background:#008BE9;
}
.contact-us .single-info ul
.contact-us .single-info ul li{
	margin-bottom:5px;
}
.contact-us .single-info ul li:last-child{
	margin-bottom:0;
}
.contact-us .single-info ul li a{
	font-weight:400;
}
.contact-us .single-info ul li a:hover{
	color:#F7941D;
}
.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 18px;
}
.contact-us .form-main {
	box-shadow: 0px 0px 15px #0000001a;
	padding: 50px;
}
.contact-us .form .form-group.button .btn{
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
  background: #008BE9;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 0px;
  text-transform: uppercase;
}
.contact-us .form .form-group input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
}
.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight:400;
}
.contact-us .form .form-group label {
	color: #333;
	position: relative;
}
.contact-us .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.contact-us .form .button {
	margin:0;
}
.contact-us .form .button .btn {
	height: 50px;
	border: none;
}

.container-devise{
  background-color: #008BE9;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-devise .start h4,
.container-devise .end h4{
  font-size: 20px;
  font-weight: bold;
}

.container-devise .end .desc{
  color: rgba(255, 255, 255, .8);
}

.container-devise .start .devise{
  font-size: 35px;
  font-weight: bold;
}

#myMap {
	height: 400px;
	width: 100%;
  background-color: #000;
}

.clients{
  padding-top: 70px;
  padding-bottom: 80px;
}

.clients .title {
  color: #008BE9;
  font-size: 30px;
  font-weight: bold;
}

.clients .desc {
  color: #333333 !important;
}

.clients-content{
  background-color: #008BE9;
  border-radius: 10px;
  padding: 60px 30px;
}

.clients-content.part{
  background-color: rgba(46, 41, 99, 0.5);
}

.clients-content .img {
  height: 190px;
  width: 190px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
}

.clients-content .name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.teams{
  padding-top: 70px;
  padding-bottom: 70px;
}

.teams .main-title{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.teams .main-title::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 40%;
  height: 3px;
  background: #000;
}

.teams .img{
  height: 285px;
  overflow: hidden;
  background-color: #333337;
}

.teams .content{
  background-color: #EEEEEE;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 30px 40px;
}

.teams .content .name{
  font-weight: bold;
  color: #333337;
  font-weight: 20px;
}

.teams .content .name{
  color: #333337;
  font-weight: 20px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  border: 1px solid #fff;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #008BE9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff !important;
  transition: all 0.4s;
}

.shine-hover-image {
	position: relative;
}
.shine-hover-image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine-hover-image:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

footer {
  background-color: #008BE9;
  color: #fff;
  font-size: 14px;
}

footer .bottom-menu .nav-link{
  text-transform: uppercase;
  margin-top: 10px;
}

footer .social{
  background-color: #0BACE4;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}

footer .social .fab{
  border: 1px solid #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}

footer .signature {
  border-top: 1px solid #24A8FF;
}

/* =================== MOBILE ===================== */
.overlay-search-input{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(7, 102, 142, .7);
    z-index: 1060;
    overflow: hidden;
    transition: all ease-in-out .4s;
}

.overlay-search-input.active{
    height: 100%;
}

.overlay-search-input.active .close-search{
    position: fixed;
    top: 3%;
    right: 3%;
    color: #fff;
    z-index: 1070;
    font-size: 25px;
}

.overlay-search-input .close-search:hover{
    cursor: pointer;
}

.offcanvas.search-open{
    visibility: hidden !important;
}
.service .img img{
object-position: top;
}
