
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
    
    background-color: #8a9ea7;
}

.navbar {
    max-height: 65px;
    transition: 100ms ease;
    background: transparent;
}

.navbar-collapse {
    margin-top: 0;
}

.dropdown-menu , .dropdown-item {
   background-color: #3f3d56 ;
   bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    color: #fff;
    object-fit: contain;

}

.dropdown-menu {
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border-radius: 4px;
    cursor: pointer;
    
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }


  
/* CORNER RIBBON STYLING */
.corner-ribbon{
    width: 200px;
    background: #2f2f2f;
    color: #fff;
    position: fixed;
    text-align: center;
    top: 25px;
    line-height: 40px;
  }
  
  .corner-ribbon.right{
    left: -50px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.navbar.scrolled {
   padding-left: 5%;
   padding-right: 5%;
   margin-top: 0;
   background-color: #3f3d56;
    
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    -box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.navbar.scrolled img {
    width: 95%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3f3d56;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color:#8a9ea7;
}

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

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a,
.btn {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.viewbox-button-default {
    fill: rgba(0, 255, 0, 0.45);
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
    color: #959595;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    color: #959595;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
    color: #959595;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    color: #959595;
}

/*---- Nav-Styles ----*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #8a9ea7;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 16px;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #5b5879;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

nav ul > li > .active,
.nav-link:hover {
    color: #ffff;
}

.navbar {
    margin: 50px 0 0;
    height: 85px;
    z-index: 9;
}

.icons {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

nav {
    width: 100%;
}

nav ul > li .nav-link {
    padding: 0;
}

.nav-item {
    margin: 0 5px;
}

nav ul > li > a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hidden-xs {
    font-size: 13px;
    line-height: 32px;
}

.navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.43);
}

.nav-item:last-child {
    margin-right: 0;
}

/*---- Banner-Section-Styles ----*/
.banner {
    width: 100%;
    height: auto;
    color: #2b4f5c;
    background-image: url("../image/intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 275px;
    position: relative;
    background-position: top;
}

.banner .big-box {
    width: 60%;
    height: auto;
    padding-top: 300px;
    text-align: left;
}

.banner .big-box h1 {
    font-size: 100px;
    font-weight: 700;
    padding-bottom: 60px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.banner .big-box h3 {
    font-size: 48px;
    font-weight: 300;
    padding-bottom: 60px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.banner .btn-primary {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 55px;
    text-transform: capitalize;
    background-color: #3f3d56;
    border: 1px solid #a9aad4;
    border-radius: 100px;
    letter-spacing: -0.5px;
}

.banner .btn:hover {
    border: 3px solid #5b5879;
    color: #fff;
    background: none;
}

/*-- Services-Styles --*/
.about {
    margin-top: -30px;
}

.about .figure-caption {
    font-size: 90%;
    color: #ffffff;
    padding: 45px;
    border-radius: 0 0 30px 30px;
    background-color: #3f3d56;
    font-family: Arial, Helvetica, sans-serif;
}

.about .main-content .figure {
    display: block;
    height: 225px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.about .figure-caption h4 {
    font-size: 22px;
    font-weight: 700;
    color: #8a9ea7;
    padding-bottom: 10px;
}

.about .figure-caption h4 a {
    color: #8a9ea7;
}

.about .figure-caption p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.about .main-content {
    border-radius: 50px;
}



.about .main-content figure img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 225px;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about .main-content figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.about .main-content figure {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about .main-content:nth-child(2) {
    margin-top: -70px;
}

/*-- Services-Styles --*/
.services {
    width: 100%;
    height: auto;
    padding: 110px ;
    
}

.services h3 {
    text-transform: capitalize;
    font-size: 58px;
    font-weight: 700;
    color: #3f3d56;
    padding-bottom: 30px;
    font-family: 'Baloo Thambi', cursive;
}

.services .inner-content h4 a {
    color: #3f3d56;
}

.services .content p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10%;
}

.services .inner-content h4 {
    color: #3f3d56;
    font-size: 34px;
    padding-bottom: 10px;
    font-family: 'Baloo Thambi', cursive;
}

.services .inner-content p {
    font-size: 18px;
    opacity: 0.8;
    font-family: Arial, Helvetica, sans-serif;
}



.content {
    margin-bottom: 20px;
}

.inner-content span {
    margin-right: 20px;
}

.inner-content span img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

/*-- Testimonials-Styles --*/
.testimonials {
    
    
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

}

.my_img1{
    height:auto; /* give your required height */
    width: auto;
    background:url('../image/novo1.png');
    margin-bottom: 20px;
    background-size:contain;
    object-fit: scale-down;
    float: left;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .my_img2{
    height:200px; /* give your required height */
    width: 200px;
    background:url('../image/lilly1.png');
    margin-top: 20px;
    background-size:contain;
    object-fit: scale-down;
    
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .my_img3{
    height:150px; /* give your required height */
    width: 200px;
    background:url('../image/sanofi1.png');
    background-size:contain;
    object-fit: scale-down;
    margin-top: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .my_img4{
    height:200px; /* give your required height */
    width: 200px;
    background:url('../image/pfizer.png');
    background-size:contain;
    object-fit: scale-down;
   
    background-repeat: no-repeat;
    overflow: hidden;
      }
  .my_img5{
      margin-top: 30px;
    height:200px; /* give your required height */
    width: 200px;
    background:url('../image/hikma1.png');
    background-size:contain;
    object-fit: scale-down;
    
    background-repeat: no-repeat;
    overflow: hidden;
    
  }
  .my_img6{
    height:200px; /* give your required height */
    width: 200px;
    background:url('../image/kendi1.png');
    background-size:contain;
    object-fit: scale-down;
    margin-top: 30px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
.testimonials h3 {
    text-transform: capitalize;
    font-size: 58px;
    font-weight: 700;
    color: #3f3d56;
    padding-bottom: 50px;
    font-family: 'Baloo Thambi', cursive;
}

.testimonials p {
    font-size: 22px;
}

.testimonials h5 {
    font-size: 28px;
    padding-bottom: 5px;
    color: #6c63ff;
}

.testimonials h6 {
    font-size: 20px;
    color: #a1a1a1;
}

.wbn{
    padding: 100px 20px ;
    
  position: relative;

  
  
}

.wbn .btn  {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 55px;
    text-transform: capitalize;
    background-color: #3f3d56;
    border: 1px solid #a9aad4;
    border-radius: 100px;
    letter-spacing: -0.5px;
}

.wbn .btn:hover {
    border: 3px solid #5b5879;
    color: #3f3d56;
    background: transparent;
    
}
/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #ffff;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: rgb(214, 73, 73);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
/*---- Testimonials-Styles ----*/
.quote {
    width: 100%;
    height: auto;
    padding: 130px 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    
}
.carousel-inner{
 max-height: 650px;
 border-radius: 70px;
 box-shadow: black;

overflow: hidden;
}
.carousel-inner img {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; 
    height: auto;
    max-height: 650px;
    object-fit: fill;
  }
#carouselExampleFade {
    border-radius: 20px;
    box-shadow: inset;
}
.h3-responsive {
    color: #d9d8e4 !important;
    text-overflow: clip;
    display: inline;
    position: static;
    font-weight: 200;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.quote h3 {
    text-transform: capitalize;
    font-size: 58px;
    font-weight: 700;
    color: #3f3d56;
    padding-bottom: 10px;
    font-family: 'Baloo Thambi', cursive;
}

.quote .btn-primary {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 18px 55px;
    text-transform: capitalize;
    background-color: #fed253;
    border: 3px solid #fed253;
    border-radius: 100px;
    letter-spacing: -0.5px;
}

.quote .btn:hover {
    border: 3px solid #fed253;
    color: #3f3d56;
    background: none;
}

.quote p {
    font-size: 22px;
    width: 70%;
}

/*-- Projects-Styles --*/
.projects {
    width: 100%;
    height: auto;
    padding: 20px 0 20px;
    background-image: url(../image/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-clip: content-box;
    background-origin: border-box;
}



/*---- contact-Styles ----*/
.contact {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-image: url("../image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.contact img {
    padding-bottom: 30px;
}

.contact h5 {
    text-transform: capitalize;
    font-size: 58px;
    font-weight: 700;
    color: #3f3d56;
    padding-bottom: 50px;
    font-family: 'Baloo Thambi', cursive;
}

.contact {
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

.contact p {
    font-size: 18px;
    display: block;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 30px;
}

.contact .contact-nav li {
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
}

.contact li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.contact li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #6c63ff;
}

.contact .form-control {
    border-radius: 0;
    padding: 30px 10px;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #636363;
    border-radius: 0;
}

.contact .btn {
    padding: 17px 59px;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    border-radius: 100px;
    font-weight: 700;
    background-color: #3f3d56;
    border: 3px solid #3f3d56;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.contact .massage {
    margin-bottom: 40px;
}

.contact .copyright p {
    text-align: center;
}

.contact h6 {
    color: #c2c2c2;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    position: relative;
    margin-top: -1px;
}

.contact .adress {
    width: 70%;
    margin: auto;
    display: block;
    justify-content: center;
    align-items: center;
    align-content: center;
    
    
}

.contact address {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.contact .btn:hover {
    border: 3px solid #3f3d56;
    color: #3f3d56;
    background: none;
}

.contact .adress span a {
    font-size: 40px;
    
   
}


.contact h6 a,
.contact h6 a:hover {
    color: #00ff00;
}

/*---- Footer-Styles ----*/
footer {
    position: static;
     width: 100%;
     height: auto;
     padding: 30px 0 10px;
     background-color: #3f3d56;
     font-family: 'Montserrat', sans-serif;
     margin-top: 100px;
     margin-bottom: 0;
     
 }
 
 
 footer p {
     margin: 0;
     padding: 0;
     color: #d7d7d7;
     font-size: 12px;
     letter-spacing: 1px;
     text-align: center;
     text-transform: capitalize;
     font-weight: 300;
 }
 
 footer a:hover {
     color: #fed253;
 }
 
  .letter {
     
     text-transform: capitalize;
     font-family: 'Baloo Thambi', cursive;
     margin-top: 150px;
  }
  #président {
      margin-top: 100px;
  }
  @media screen and (max-width: 991px) {
     #président {
         margin-left: 25%;
     }
 }
 .view img {
     max-height: 350px;
 }
 .card-text {
     text-align: left;
 }
 .card-text strong {
     margin-left: 30px;
 }
 ul {
     margin: 0px;
     padding: 0px;
 }
 .footer-section {
   background: #151414;
   position: relative;
 }
 .footer-cta {
   border-bottom: 1px solid #373636;
 }
 .single-cta img {
   color: #ffffff;
   font-size: 30px;
   float: left;
   margin-top: 0;
 }
 .cta-text {
   padding-left: 15px;
   display: inline-block;
 }
 .cta-text h4 {
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 2px;
   margin-top: 6px;
 }
 .cta-text span {
   color: #757575;
   font-size: 15px;
 }
.carousel-multi-item-2 .col-md-3 {
    float: left;
    width: 25%;
    max-width: 100%;
}

/*==============================================
            Media Queries Styles
===============================================*/
@media screen and (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1440px) {
    .banner .big-box {
        width: 75%;
    }

    .navbar {
        margin: 20px 0 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 20px;
    }

    .banner .big-box {
        padding-top: 250px;
    }

    .banner .big-box h1 {
        font-size: 52px;
        padding-bottom: 40px;
    }

    .banner .btn-primary {
        font-size: 22px;
        padding: 15px 50px;
    }

    .about .figure-caption {
        padding: 30px;
    }

    .about .figure-caption p {
        font-size: 16px;
    }

    .services h3,
    .projects .heading h3,
    .testimonials h3,
    .quote h3 {
        font-size: 46px;
    }

    .services .content p {
        font-size: 16px;
    }

    .services .inner-content h4 {
        font-size: 28px;
    }

    .services {
        padding: 50px 0;
    }

    .testimonials p {
        font-size: 18px;
    }

    .testimonials h5 {
        font-size: 22px;
    }

    .testimonials h6 {
        font-size: 16px;
    }

    .projects .carousel-multi-item-2 .card img {
        height: 300px;
    }

    .carousel-multi-item-2 .col-md-3 {
        padding: 10px;
    }

    .about .main-content figure img,
    .about .main-content .figure {
        height: 200px;
    }

    .quote {
        padding: 100px 0;
    }

    .testimonials {
        padding: 80px 0;
    }

    .contact .btn {
        padding: 15px 50px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%;
    }

    .quote p {
        font-size: 18px;
        width: 80%;
    }

    .quote {
        padding: 80px 0;
    }

    .contact {
        padding: 50px 0;
    }

    .contact .form-control {
        padding: 15px 10px;
    }

    ::-webkit-input-placeholder {
        font-size: 14px;
    }

    ::-moz-placeholder {
        font-size: 14px;
    }

    :-ms-input-placeholder {
        font-size: 14px;
    }

    :-moz-placeholder {
        font-size: 14px;
    }

    .projects .carousel-multi-item-2 .card img {
        height: 200px;
    }

    .testimonials p {
        font-size: 15px;
    }

    .services h3,
    .projects .heading h3,
    .testimonials h3,
    .quote h3 {
        font-size: 36px;
    }

    .testimonials h3 {
        padding-bottom: 20px;
    }

    .testimonials h5 {
        font-size: 18px;
    }

    .testimonials h6 {
        font-size: 14px;
    }

    .about .figure-caption p {
        font-size: 14px;
    }

    .about .figure-caption h4 {
        font-size: 18px;
    }

    .services .inner-content p {
        font-size: 16px;
    }

    .services .inner-content h4 {
        font-size: 24px;
    }

    .services .inner-content .readmore {
        font-size: 14px;
        margin-bottom: 30px;
        border-bottom: 5px solid #fed253;
    }

    .banner .big-box h1 {
        font-size: 38px;
    }

    .banner .btn-primary,
    .contact .btn,
    .quote .btn-primary {
        font-size: 18px;
        padding: 12px 45px;
    }

    .contact h5 {
        font-size: 46px;
        padding-bottom: 20px;
    }

    .contact p {
        font-size: 16px;
    }

    .contact img {
        width: 50%;
        padding-bottom: 20px;
    }

    .contact address {
        font-size: 16px;
        margin-bottom: 0;
    }

    .contact .adress span a {
        font-size: 24px;
        margin-right: 10px;
    }

    .contact .adress {
        width: 80%;
    }

    footer {
        padding: 40px 0 40px;
    }

    footer li a {
        font-size: 16px;
    }

    .banner .big-box {
        width: 60%;
        padding-top: 220px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        border-radius: 0;
    }

    .navbar {
        margin: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
        -box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    }

    .about .main-content:nth-child(2) {
        margin-top: 0;
    }

    .about {
        margin-top: 0;
    }

    .nav-item {
        margin: 0;
    }

    .navbar img,
    .navbar.scrolled img {
        width: 60%;
    }

    .navbar {
        height: 65px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 100px;
    }

    .banner .big-box {
        width: 80%;
        padding-top: 150px;
    }

    .banner .big-box h1 {
        font-size: 34px;
        padding-bottom: 30px;
    }

    .about .figure-caption p {
        font-size: 16px;
    }

    .about .figure-caption h4 {
        font-size: 20px;
    }

    .contact .adress {
        width: 60%;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
    }

    .contact .list-unstyled {
        text-align: center;
    }

    .contact img {
        width: 70%;
    }

    .quote {
        text-align: center;
    }

    .quote p {
        width: 80%;
        margin: 15px auto;
    }

    .testimonials h3 {
        text-align: center;
    }

    .banner .btn-primary,
    .contact .btn,
    .quote .btn-primary {
        font-size: 16px;
        padding: 12px 35px;
    }

    footer li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    .banner .big-box h1 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .banner .btn-primary,
    .contact .btn,
    .quote .btn-primary {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 8px 30px;
    }

    .about .figure-caption p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .services h3,
    .projects .heading h3,
    .testimonials h3,
    .quote h3 {
        font-size: 32px;
    }

    .services .content p {
        font-size: 14px;
    }

    .services .inner-content p {
        font-size: 14px;
    }

    .services .inner-content h4 {
        font-size: 22px;
    }

    .controls-top {
        margin-right: 0;
    }

    .projects .carousel-multi-item-2 .card img {
        height: 100px;
    }

    .projects {
        padding: 80px 0 80px;
    }

    .controls-top img {
        width: 40px;
    }

    .inner-content {
        padding: 10px 15px 10px;
    }

    .testimonials p {
        margin-bottom: 10px;
    }

    .testimonials h5 {
        font-size: 16px;
    }

    .testimonials h6 {
        font-size: 12px;
    }

    .quote p {
        width: 80%;
    }
}
.video-fluid{
    width: 100%;
    margin: 50px 10px 50px 10px;
    height: auto;
    padding: 0;
    border-radius: 30px;
overflow: hidden;
transform: translateZ(0);
box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07);
}
.quote{
    background: url(../image/bg4.jpg);
}
    
.clock{
    justify-content: center;
    text-align: center;
    display: inline;
}
    
.quote h1,
h2 ,h3 {
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
    margin: 0;
    color: #3f3d56;
    
    
    justify-content: center;
}
    
.quote h1 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: 1;
    justify-content: center;
}

.quote h2 {
    font-size: 30px;
    margin: 0 0 10px;
    
}
.quotes h3 {
    font-size: 15px;
} 

#CDT {
    font-size: 50px;
    color: #eee;
    margin: 70px 0 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
    justify-content: center;
    align-items: center;
    align-self: center;
}
       
#CDT .line {
    position: absolute;
    
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
       
.caption {
   font-size: 12px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #777;
}
@media screen and (max-width: 580px) {
    .quote .row {
        display: flex;
    
      }

    
    .quote .column {
        flex: 50%;
        justify-content: center;
        
      }
}

@media screen and (max-width:760) {
    .quote .container{
        display: flex;
      }

    
    .quote .column {
       
        justify-content: center;
        
      }
}

.quote .rope {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.quote .row {
    display: flex;
  }
  
.quote .column {
    flex: 50%;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .quote .container{
    display: block;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  
#CDG {
    font-size: 50px;
    color: #eee;
    margin: 70px 0 100px;
    font-weight: bold;
    display: flex;
    
    justify-content: center;
    align-items: center;
    align-self: center;
}

#CDG .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position:  relative;
    
    
}

#CDG .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
       
#CDG .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: rgb(0, 0, 0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 600px) {
   .quote .column {
      width: 100%;
    }
  }
  .adress img {

    max-width: 400px;
    max-height: 200px;
    margin-left: 40px;
  }


  .navbar .nav-item:not(:last-child) {
    margin-right: 35px;
  }
  
  .dropdown-toggle::after {
     transition: transform 0.15s linear; 
  }
  
  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }
  
  .dropdown-menu {
    margin-top: 0;
  }