.dropbtn {
    border: none;
    color: black;
    font-weight: 500;
    margin: 4px 2px;
    background-color:  #f1f1f1;
    
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  

.main {
    background: #f4f4f5;
}


/* colors */
.text-gray {
    color: #acacac;
}

i{
    color:#5ac3e3
}
.bg-sky{
    background: #5ac3e3;
}

.sticky{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f4f4f5;
    border-bottom: 0px solid black;
    box-shadow: 0px 3px 2px grey !important;
}
.sticky .row{
    /* background-color: #f4f4f5; */

}
.header{
    
}
/* header */
.nav-row {
    align-items: center;
}

.nav-img {
    width: 200px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999 !important;
}



.navbar-nav li a {
    font-size: 14px;
    color: black;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    
}
.my-nav li{
    padding: 0px 15px;
}
.my-nav-2 li{
    padding-right: 20px;
}



.bg-button {
    background: rgb(212, 50, 50);
}

.schedule-button {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}
.schedule-button:hover{
    background-color: #0087ca;
}

/* content */
.content .row .title p {
    font-size: 30px;
    font-weight: 750;
    padding: 2px;
    width: 45%;
    font-family: 'Poppins', sans-serif;
    

}

.content .row .sub-title p {
    font-size: 14px;
    font-weight: 750;
    width: 35%;
    color: #acacac;
    font-family: 'Poppins', sans-serif;

}



/* banner */
.img-banner{
    display: none;
}
.banner{
    position: relative;
}
.pie-card{
    width: 35% !important;
    position: absolute;
    top: 250px;
    right: 0;
}
.box {
    border: 5px solid black;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    width: 75% ;
}
.custom-banner{
    width: 75%;
}

.banner-nav-img {
    width: 100px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-ul li a {
    font-size: 11px;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-schedule-button {
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}
.banner-cards img{
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

/*  */



/* work-force-section */
.work-force h2{
    font-family: 'Poppins', sans-serif;
}
.wave-graph {
    width: 90%;
    height: 380px;
}
.gif-img{
    width: 150px;
    height: 150px;
}
.feature-cards .fCard{
    border-radius: 5px !important;
    background-color: white;
    padding: 5px 2px;
    font-style: italic;
}
.fCard .col-6{
    display: flex;
    width: 50%;
}


/* industries */
.industries .col-md-6 {
    padding: 0px ;
}

.industries img {
    width: 100%;
    height: 300px;
}


/* Blog */
.blog-img {
    width: 100%;
    height: 200px;
}

.blog-text {
    font-weight: 600;
    
}
.blog-button{
    margin:  auto;
    background-color: rgb(246, 16, 16);
    width: 200px;
    height: 40px;
    border-radius: 30px;
    border: none;
    color: white;
}
.blog-button:hover{
    background-color:  #0087ca;
}

.blog-subText {}


/* testimonials */
.testimony-box {
    width: 82.5%;
    padding: 75px 30px;
    border-radius: 30px 0px 0px 0px;
    
}

.testimony-head {
    text-align: center;
}

.stars {
    font-size: 10px;
    text-align: end;
    
}

.photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid white;
    overflow: hidden;
    display: flex;
    float: right;
    margin-top: -70px;
    object-fit: cover;

}

.testimony-img {
    width: 130px;
    height: 130px;
}



/* footer */
.container-footer{
    width: 100% !important;
}
.footer-header h4 {
    font-weight: 700;
}

.footer p {
    font-weight: 600;
    padding: 1px 0px;
    margin: 3px 0px;
}

.all-rights {
    border-top: 2px solid gray;
    padding: 5px 0px;
}

.all-rights p span {
    font-weight: 700;
}
.res-sheduleButton{
    display: none;
}
.footer-add-icons .col-md-6{
    font-weight: 600;
}
.footer-add-icons a{
    text-decoration: none;
    color: black;
}
.socialMedia i{
    background-color: white;
    font-size: 25px;
    padding: 18px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.socialMedia i:hover{
    border: 1px solid #0087ca;
}

.hover-underline {
    display: table;
    position: relative;
    color: black !important;
  }
  
  .hover-underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  a{
    color: black;
    text-decoration: none !important;
  }
  .hover-underline:hover:after {
    transform: scaleX(1);
  }


        /* animations */
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side */
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
  }
  

  /* image ZOOM */
.geeks {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.5);
}


/* button Animation */

.btn-Outer{
    /* margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    background: rgb(212, 50, 50);
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: crimson;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* rsponsive */


@media only screen and (max-width:1400px){
    .header .row .col-md-4 {
        width: 20% !important;
    }
    .header .row .col-md-6 {
        width: 60% !important;
    }
    .header .row .col-md-2 {
        width: 20% !important;
    }
    .custom-banner .header button{
        font-size: 10px !important;
    }
    /* banner */
    .banner-outer .col-md-4{
        width: 20% !important;

    }
    .banner-outer .col-md-6{
        width: 60%;

    }
    .banner-outer .col-md-2{
        width: 20%;
    }
    .gif-img{
        width: 150px;
        height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: auto;
    }

    .feature-cards .fCard{
        border-radius: 5px !important;
        background-color: white;
        padding: 5px 2px;
        font-style: italic;
    }
    .fCard .col-6{
        overflow: hidden;
    }
    .fCard .col-6 h4{
        font-size: 18px;
        padding: 0px 5px;
    }


    .footer-add-icons .col-md-6{
        width: 100%;
        margin-top: 5px;
        font-weight: 600;
    }
    .footer-add-icons .col-md-6 i{
        padding: 0px 6px;
    }


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

     /* banner */
     .banner-outer .col-md-4{
        width: 15% !important;

    }
    .banner-outer .col-md-6{
        width: 63%;

    }
    .banner-outer .col-md-2{
        width: 22%;
    }






    .header .row .col-md-4 {
        width: 15% !important;
    
    }
    .header img{
        width: 150px !important;
    }
    .header .row .col-md-6 {
        width: 65% !important;
    }
    .header .row .col-md-2 {
        width: 20% !important;
    }
    .header .navbar-nav a{
        font-size: 14px;
    }
    .banner-schedule-button{
    
    }

    .custom-banner .header img{
        width: 80px !important;
    }
    .custom-banner .header button{
        font-size: 10px;
    }
    .banner-nav ul li a{
        font-size: 10px !important;
    }
    .pie-card {
        width: 40% !important;
        position: absolute;
        top: 250px;
        right:-30   ;
    }
    .content .row .sub-title p {
        font-size: 16px;
        font-weight: 750;
        width: 60% ;
        color: #acacac;

    }
    .click-here{
        font-size: 12px !important;
    }
   
    .gif-img{
        width: 150px;
        height: 150px;
    }

    .fCard .col-6 h4{
        font-size: 1px;
    }
    .testimony-box{
        width:80%;
        margin-top: 2px;
        padding: 30px 20px;
    }
    .photo {
        justify-content: center;
        margin-top: -28px;
        margin-right: 0%;
        /* float: none;
        margin-left: 0%; */
    }
    
    .testimony-img {
        width: 130px;
        height: 130px;
    }


    
}
@media only screen and (max-width:992px){
    .navbar-nav li:hover{
        background-color:#5ac3e3 !important;
    }
    .img-banner{
        display: inline;
    }
    .hide-banner{
        display: none;
    }
    .custom-banner{
        width: 90%;
    }
     /* banner */
     .banner-outer .col-md-4{
        width: 14% !important;

    }
    .banner-nav-img{
        width: 75px;
        height: 40px;
    }
    .banner-schedule-button {
       
        font-size: 9px;
        font-weight: 600;
    }
    .banner-outer .col-md-6{
        width: 64%;

    }
    .banner-outer .col-md-2{
        width: 22%;
    }
    .res-sheduleButton1{
        display: none !important;
    }
    .res-sheduleButton{
        display: inline-block;
        margin-top: 25px;
        margin-left: 25%;
        
    }
    .res-sheduleButton button{
        font-size: 12px !important;
    }
    .container{
        max-width: 98%;
    }
    .header .row .col-md-4{
        width: 100% !important;
        height: 30px;
    }
    .header .row .col-md-6{
        width: 100% !important;
        margin-top: 60px;

    }
    .header .row .col-md-6 .nav-row{
        width: 100%;
        margin-top: -75px !important;
    }
    .header .row .col-md-2{
        width: 100% !important;
        margin-top: 100px;

    }
    .header .navbar-nav{
       margin-top: 20px !important;
    }
    .header .navbar-nav li{
        background: #acacac;
        margin: 2px 0px !important;
        padding: 0px 5px;
    }
    .navbar .container-fluid{
        display: flex;
        justify-content: end;
    }
    .header .row .col-md-2 {
        margin-top: -90px !important;
        width: 100% !important;
    }
    .content .row .title p {
        width: 60%;
    }
    
    .client-left{
        width: 100%;
    }

    .client-right{
        width: 100%;
    }

    .gif-img{
        width: 180px;
        height: 150px;
    }
    .footer-logo-outer{
    text-align: center !important;

    }
    .footer-logo{
        width: 150px ;
        height: 40px ;

        
    }
   

    .feature-cards .fCard{
        /* border-radius: 5px !important;
        background-color: white;
        padding: 5px 2px;
        font-style: italic; */
    }
    .fCard .col-6{
        /* overflow: hidden; */
    }
    .fCard .col-6 h4{
        font-size: 25px;
        padding: 0px 5px;
    }



    .blogText-left{
        width: 100%;
    }
    .blogText-right{
        width: 100%;
    }
    .blog-month{
        float: left;
        width: 50%;
        text-align: end;
        padding: 8px 20px;
    }
    .blog-date{
        width: 50%;
        float: right;
        text-align: start;
    }

    .testimony-box{
        width:85%;
        margin-top: 2px;
        padding: 50px 20px;
    }
    .photo {
        justify-content: center;
        margin-top: -28px;
        /* float: none;
        margin-left: 0%; */
    }
    
    .testimony-img {
        width: 130px;
        height: 130px;
    }
    .container-footer{
        width: 95% !important;
    }
    .socialMedia{
        width: 100% !important;
    }
    .socialMedia i{
        background-color: white;
        font-size: 25px;
        padding: 10px;
        height: 46px;
        width: 46px;
        border-radius: 50%;
    }
    
   

}

@media only screen and (max-width:767px){

    /* .banner-ul .nav-link{
        margin-bottom: 0px !important;
        padding: 2px 3px !important;
        margin: 0px !important;
    }
    .banner-ul li a {
        font-size: 5px !important;
        font-weight: 300;
        
    }
    .banner-cards .col-md-3{
        width: 25%;
    }
    .banner-outer .col-md-4{
        width: 10% !important;

    }
    .banner-nav-img{
        width: 30px;
        height: 30px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-schedule-button {
       
        font-size: 5px;
        font-weight: 300;
    }
    .banner-outer .col-md-6{
        width: 75%;

    }
    .banner-outer .col-md-2{
        width: 15%;
    } */



    .title p{
        width: 80% !important;
        font-size: 25px !important;
    }
    .sub-title p{
        width: 80% !important;
    }
    .feature-cards img{
        width: 250px !important;
    }
    .feature-cards .col-md-6{
        display: flex;
    }
    .feature-cards .col-md-6 .d-flex{
        width: 48%;
        margin: 8px auto !important;
    }
    .gif-img{
        width: 180px;
        height: 130px;
    }
    .fCard .col-6 h4{
        font-size: 20px;
        padding: 0px 5px;
    }
    .blog-date{
        margin-top: 3px;
    }

    .blog-img{
        height: 250px;
    }
    .res-testimony-box{
        margin-top: 20px;
    }
    .testimony-box{
        width: 90%;
        height: 461px;
    }
    .photo{
        float: right;
        margin-right: 2%;
        margin-top: -50px;
    }
    .address-fHead{
        margin-top: 15px;      
    }
    .services-fHead{
        margin-top: 15px;
    }
    .socialMedia{
        width: 50% !important;
    }
    .footer .col-md-3{
        display: grid !important;
        text-align: center;
     }
     .footer .col-md-5{
         display: grid !important;
         text-align: center;
      }
      .footer .col-md-4{
         display: grid !important;
         text-align: center;
         margin-top: 20px !important;
      }
      .f-Head{
        margin: 30px 0px;
      }
      .socialMedia{
       width: 100% !important;
      }
      .footer-logo-outer{
        margin: 20px 0px !important;
      }
      

}

@media only screen and (max-width:576px){
    .res-sheduleButton{
        margin-left: 18%;
    }
    .res-sheduleButton button{
        font-size: 10px !important;
    }
    
    .title p{
        width: 80% !important;
        font-size: 25px !important;
        font-family: 'Poppins', sans-serif;
    }
    .feature-cards .col-md-6 .d-flex{
        width: 48%;
        margin: 6px auto !important;
    }
    .gif-img{
        width: 130px;
        height: 130px;
    }
    
    .fCard .col-6 h4{
        font-size: 16px;
        padding: 0px 3px;
    }
    .blog-date{
        margin-top: 6px;
    }
    .photo{
        float: right;
        margin-right: 10%;
        margin-top: -50px;
    }
    .socialMedia{
        width: 100% !important;
    }

}
@media only screen and (max-width:480px){
    .res-sheduleButton{
        margin-left: 1% !important;
    }
    .res-sheduleButton button{
        font-size: 6px !important;
    }
    .nav-img{
        width: 100px !important;
        height: 90px;
    }
    .header img {
        width: 115px !important;
        height: 80px !important;
    }
    h2{
        font-size: 24px;
    }
    h4{
        font-size: 18px;
    }
    .title p{
        width: 95% !important;
        font-size: 20px !important;
    }
    .sub-title p{
        width: 90% !important;
        font-size: 14px !important;
    }
    .blog-img{
        height: 200px;
    }
    .blog-date{
        margin-top: 6px;
    }
    /* .feature-cards img{
        width: 150px !important;
    } */
    .feature-cards .col-md-6 .d-flex{
        width: 48%;
        margin: 3px auto !important;
    }
    .gif-img{
        width: 90px;
        height: 90px;
    }
    .fCard .col-6 h4{
        font-size: 10px;
        padding: 0px 3px;
    }
    .geeks{
        height: auto;
    }
    .photo{
        margin-right: 6%;
        margin-top: -50px;
    }
    .work-force .text-center{
        margin-top: 8px !important;
    }
    .work-force h2{
        font-size: 21px;
    }
    .industries img{
        height: 180px;
    }
    

}
@media only screen and (max-width:360px){
    .res-sheduleButton{
        margin-left: -3%;
    }
    .res-sheduleButton button{
        font-size: 8px !important;
        padding: 4px !important;
    }
    .work-force h2{
        font-size: 18px;
    }
    .feature-cards .col-md-6 .d-flex img{
        width: 90% !important;
    }
   
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    justify-content: space-around !important;
}
}
.contact-box{
    background-color: white;
    height: 200px;
    text-align: center;
    padding: 15px 0px;
    box-shadow: 5px 5px 5px gray;
    font-size: 40px; 
    width: 100%;
    margin: 10% auto;
}
 .contact-box a {
    color:black;
    text-decoration: none;
}
.phone-ref{
    font-size: 16px;
    padding: 0px 5px;
}
.contact-section{
    background-image: url(./src/blue.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px){
    .contact-box{
        height: 230px;
    }
}
@media (max-width: 320px){
    .contact-box{
        width: 100%;
    }
}

/*** Spinner ***/
:root {
    --primary: #215455;
    --secondary: #23bbed;
    --light: #F0F6FF;
    --dark: #262B47;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    /* background: rgba(0, 0, 0, 0.85); */
}
.bg0black{
    background:linear-gradient(to bottom right, var(--primary), var(--secondary));
}


.bg0black {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}
.word{
color: white;
font-size: 40px;
text-align: center;
font-weight: bold;
}

/* Whatsapp Logo */

.whatsapp-logo {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: +999;
}
@media only screen and (max-width: 480px) {
    .whatsapp-logo {
        height: 45px;
        width: 45px;
        bottom: 20px;
        right: 20px;
    }
}

.hover-color:hover {
    color: #202020 !important;
}