/*===========================================================
                    Site Wide Styles
===========================================================*/
body,
html {
  background-color: #ffffff;
  font-family: 'Markazi Text', serif;
  font-size: 16px;
  height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.site-wrapper {
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
section {
  padding: 40px 0;
}
/*===========================================================
                    Site wide typography
===========================================================*/
.small-heading{
  font-size: 2.5rem;
  color: rgb(64, 255, 58);
  position: relative;
  animation-name: example;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  0%   {color:red;}
  25%  {color:yellow²; }
  50%  {color:blue; }
  75%  {color:green; }
  100% {color:red;}
}

p {
  color: #534f4f;
}

/*===========================================================
                    Header / Nav styles
===========================================================*/
.header {
  background-color: transparent;
}
.header .navbar .navbar-brand {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #2da4df;
}
.header .navbar .navbar-nav > .nav-item > .nav-link {
  color: #ffffff;
  font-size: 1.4rem;
}
.header .navbar .navbar-nav > .nav-item:active > .nav-link,
.header .navbar .navbar-nav > .nav-item:focus > .nav-link,
.header .navbar .navbar-nav > .nav-item:hover > .nav-link,
.header .navbar .navbar-nav > .nav-item > .nav-link.active,
.header .navbar .navbar-nav > .nav-item > .nav-link:hover,
.header .navbar .navbar-nav > .nav-item > .nav-link:focus {
  color: #0f47ff;
  transition: all 0.4s;
}
.header .navbar .navbar-toggler .fa-bars {
  color: #ffffff;
}
.header .navbar-scrolled {
  background-color: #ffffff;
  border-bottom: 1px solid #45b7f0;
  transition: all 1.5s;
}
.header .navbar-scrolled .navbar-brand {
  color: #34495e;
}
.header .navbar-scrolled .navbar-nav > .nav-item > .nav-link {
  color: #34495e;
}
.header .navbar-scrolled .navbar-toggler .fa-bars {
  color: #34495e;
}
/*===========================================================
                    nini styles
===========================================================*/
.nini{
  background: url('../img/bg/web-.jpg') no-repeat top center scroll;
   -webkit-background-size: cover; 
  -moz-background-size: cover;
  background-size: cover;  
  color: #ffffff;
  margin: 0;
  padding: 100px 0;  
  text-align: center;
}
#nini .nini-inner {
  padding: 20px 0;
}
#nini .nini-inner h3 {
  margin: 0;
}
#nini .nini-inner h1 {
  font-size: 5rem;
  text-shadow: 2px 2px 5px #3aaae2;
}
marquee {
  color: white;
  font-size: 1.6rem;
}
#nini .nini-inner .btn {
  text-transform: capitalize;
  
}
/*===========================================================
                   A propos section styles
===========================================================*/
#porpos{
  background-color: #c4b4b4;
  padding: 50px 0;
}
#propos img{
  border: 2.5px solid #45b7f0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 50%;
  display: block;
  margin: 10px auto;
  width: 320px;
}
#propos p {
  font-size: 1.4rem;
}
#propos div img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#propos div:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*===========================================================
                    competence section styles
===========================================================*/
#competence {
  background-color: #ffffff;
}
#competence h1 {
  margin-bottom: 0;
}
#competence h2 {
  color: #2e1f1f;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
#competence .item {
  cursor: default;
  margin-bottom: 15px;
  padding: 30px;
  z-index: 1;
}
#competence .item::before {
  background-image: linear-gradient(180deg, #34495e 0%, #0097e2 100%);
  border-radius: 15px;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  width: 100%;
  z-index: -1;
}
#competence .item:hover {
  color: #ffffff;
}
#competence .item:hover::before {
  opacity: 1;
}
#competence .item:hover h3,
#competence .item:hover p {
  color: #ffffff;
}
.competence .item:hover h3::after {
  background-color: #ffffff;
}
#competence .item:hover .icon i {
  color: #ffffff;
}
#competence .item .icon {
  margin-bottom: 10px;
}
#competence .item .icon i {
  color: #45b7f0;
  display: inline-block;
  font-size: 4rem;
}
#competence .item h3 {
  color: #595959;
  text-transform: capitalize;
}
#competence .item h3::after {
  background: #45b7f0;
  content: '';
  display: block;
  height: 2.5px;
  margin: 10px auto;
  width: 40px;
}
#competence .item p {
  color: #808080;
  font-size: 1.2rem;
  margin-bottom: 0;
}
/*===========================================================
                 	experience section styles
===========================================================*/
#experience {
  padding: 0;
}
#experience .item {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#experience .item a {
  color: #595959;
  display: block;
  outline: none;
  overflow: hidden;
}
#experience .item a:hover .overlay {
  opacity: 1;
}
#experience .item a img {
  height: 250px;
  width: 100%;
}
#experience .item a .overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(69, 183, 240, 0.9);
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
#experience .item a .overlay .content h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
#experience .item a .overlay .content p {
  font-size: 1.4rem;
  line-height: 1px;
  margin: 0;
}

/*===========================================================
                    Logos banner Section Styles
===========================================================*/
#logos-banner {
  background-image: -webkit-linear-gradient(180deg, #34495e, #0097e2);
  background-image: -moz-linear-gradient(180deg, #34495e, #0097e2);
  background-image: -ms-linear-gradient(180deg, #34495e, #0097e2);
  background-image: linear-gradient(180deg, #34495e, #0097e2);
  background-image: -o-linear-gradient(180deg, #34495e, #0097e2);
}
#logos-banner .img-wrapper {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 5px;
}
#logos-banner img {
  display: block;
  margin: 5px auto;
  border-radius: 30px;
}
/*===========================================================
                    Contact Section Styles
===========================================================*/
#contact h1 {
  margin-bottom: 0;
}
#contact h2 {
  color: #737373;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
#contact p {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
#contact .social-links {
  margin: 15px auto;
}
#contact .social-links > .list-inline-item > a {
  background-color: #45b7f0;
  border-radius: 100%;
  padding: 10px 10px 5px 10px;
}
#contact .social-links > .list-inline-item > a > i {
  color: #ffffff;
}
#contact .social-links > .list-inline-item > a:hover {
  background-color: #34495e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#contact .form-group {
  position: relative;
}
#contact .form-group input:not([type=submit]),
#contact .form-group textarea {
  border: none;
  border-bottom: 1px solid #45b7f0;
  color: #34495e;
  font-size: 1.2rem;
  outline: none;  
  padding: 10px 0;
  width: 500px;
}
#contact .form-group textarea {
  max-height: 320px;
  resize: vertical;
}

 #contact .form-group [type=submit] {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} 
/*===========================================================
                    Modal Styles
===========================================================*/
.modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog {
  margin: 50px auto;
  max-width: 1200px;
  width: 90%;
}
.modal-content {
  border-radius: 0;
  overflow: hidden;
  padding: 70px;
  position: relative;
}
.modal-content .lead {
  color: #737373;

}


.modal .close {
  background-color: #45b7f0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  height: 45px;
  line-height: 45px;
  opacity: 1;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 45px;
}
.modal .close:hover {
  background-color: #1195d7;
}
.modal .close i {
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
/*===========================================================
                    Footer Styles
===========================================================*/
footer {
  font-size: 1.1rem;
}
footer .footer-top {
  background-color: #3d566e;
  padding: 30px 0;
}
footer .footer-top .contact-info p,
footer .footer-top .contact-info p a {
  color: #aad5ff;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
footer .footer-top .contact-info a:hover {
  color: #16a5ec;
}

footer .footer-bottom {
  background-color: #34495e;
  font-size: 1.1rem;
  padding: 15px 0;
}
footer .footer-bottom p {
  color: #aad5ff;
  margin-bottom: 0;
}
footer .footer-bottom .copyright {
  text-align: left;
}
footer .footer-bottom .des-by {
  text-align: right;
}
footer .footer-bottom .des-by a {
  color: #aad5ff;
  text-decoration: none;
}
footer .footer-bottom .des-by a:hover {
  color: #45b7f0;
  text-decoration: none;
}

iframe{
  border-radius: 10px;
  box-shadow: #34495e 2px 2px 10px;
}
/*===========================================================
                    Responsive Stuff
===========================================================*/
@media (max-width: 576px) {
  .header .navbar .navbar-nav {
    background-color: #ffffff;
  }
  .header .navbar .navbar-nav > .nav-item > .nav-link {
    color: #34495e;
  }
  #clients-banner .img-wrapper {
    margin-bottom: 10px;
  }
  footer .footer-bottom .copyright {
    text-align: center;
  }
  footer .footer-bottom .des-by {
    text-align: center;
  }
}

