html, body{
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0px;
  top: 50px;
  left:0;
  background-color: white;
}

/*================btn start==============*/
  .btn a{
    display: block;
     border-radius: 10px;
     text-decoration: none;
     padding: 10px;
     width: 100%;
     font-weight: 600;
     transition: 1.5s;
  }
  .services-box .box1{
        padding: 8px;
        text-align: center;
  }
  .services-box .box1 a{
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 0px white;
    text-decoration: none;
    background-color: #ffb300 !important; 
    font-weight:500; 
    transition: 1.5s;
  }


  /*================top-sliderbar start==============*/
  .top-sliderbar{
    background-color: #0066cc;
    padding: 15px 0px;
  }
  .top-sliderbar .slider-box marquee{
 color: white;
 font-size: 18px;
 font-weight: 600;
  }
  .top-sliderbar .slider-box a{
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  .top-sliderbar .slider-box a i{
    font-size:18px;
    color: white;
  }
/*==================btn end==============*/

a{
  text-decoration: none;
  color: black;
  font-size: 17px;
  background-color: white;
  padding: 10px;
}
a:hover{
  color: red;
}
ul  {
  list-style-type: none;
}
.navbar{
  background-color: #ffb300 !important;
  padding-top: 20px 10px;
  height: 96px;
  border-bottom: 3px solid black;
  position: relative;
}
.navbar  .navbar-brand a{
  padding: 10px 0px;
  display: block;
  text-decoration: none;
}
.navbar .navbar-brand{
  font-size: 
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    background-color: white;
border-radius: 10px;
padding: 0px 10px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0;
  margin-right: 0px;
  font-size: 34px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .dropdown .dropdown-menu{
 height: 210px;
 z-index: 1500;
 overflow-y: scroll;
}
.navbar .dropdown .dropdown-menu::-webkit-scrollbar{
  width: 6px;
}
.navbar .dropdown .dropdown-menu::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6px);
background-color: white;
}
.navbar .dropdown .dropdown-menu::-webkit-scrollbar-thumb{
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6px);
background-color: #ffb300;
}
.navbar-toggler {
  background-color: #ffcb00;
  border:none;
  padding: 10px 6px;
  outline: none; 
}
.navbar-toggler span {
  position: relative;
}
.navbar-toggler span::before{
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  top: 12px;
  left: 4px;
  background: white;
  transform: rotate(-51deg);
}
.navbar-toggler span:hover::before{
  width: 30px;
  height: 3px;
  top: 12px;
  left: 6px;
  background: transparent;
  transform: rotate(-51deg);
}
.navbar-toggler span::after{
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  bottom: 13px;
  right: 3px;
  background: white;
  transform: rotate(-137deg);
}
.navbar-toggler span:hover::after{
  width: 30px;
  height: 3px;
  bottom: 13px;
  right: 1px;
  background: transparent;
  transform: rotate(-137deg);
}
.form-inline {
  margin-left: 15px;
}
.form-inline a{
  border-radius: 10px;
  text-decoration: none;
  color: black;
  font-weight: 600;
  text-align: center;
}

.form-inline a {
 width: 152px;
    height: 44px;
  background-color: red;
  animation-name: popup;
  animation-duration: 10s;
animation: popup 5s 2;
  animation-iteration-count: 2;
  animation-direction: normal;
animation-direction: alternate;
animation-iteration-count: infinite;
box-shadow:8px 5px 3px #313131;
}

@keyframes popup {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}

/*=================slider-section start==================*/
.slider-section {
  padding: 170px 0px;
  display: block;
}
.slider-section .slider-box{
  width: 100%;
}
.slider-section .slider-box h4{
  font-size: 35px;
  font-weight: 600;
  color: black;
}
.slider-section .slider-box h2{
  font-size: 55px;
  font-weight: 700;
  color: black;
}
.slider-section12 {
  padding: 150px 0px;
  background-size: cover; 
  background-repeat: no-repeat;
}
.slider-section12 .slider-box1{
  width: 100%;
}
.slider-section12 .slider-box1 h4{
  font-size: 30px;
  font-weight: 60;
  color: black;
}
.slider-section12 .slider-box1 h1{
  font-size: 50px;
  font-weight: 700;
  color: black;
}

/*===============about-section start===============================*/

.about-section{
  padding: 50px 0px;
  background-color: #ffb300;
  margin: 50px 0px;
}
.about-section h3{
  font-size: 20px;
  font-weight: 600;
  color:white;
}
.about-section h2{
 font-size: 45px;
 font-weight: 600;
 color: black;
}
.about-section p{
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.about-section .about-img-box img{
  width: 100%;
}

/*===============================about section end======================*/
/*=========================service-working-process start================*/
   .service-working-process{
    padding: 30px 0px;
    background-color:  black !important;
    margin: 20px 0px;
   }
    .service-working-process .process-box{
      width: 100%;
      text-align: center;
    }
     .service-working-process .process-box h3{
       color: #ffcb00;
       font-weight: 600;
     }
    
/*=========================service-working-process end===================*/
/*====================services section start==========================*/

 .services-section{
  padding: 50px 0px;
 }
  .services-section h2{
   font-size: 40px;
 font-weight: 600;
 color: black;
 text-align: center;
 padding: 20px;
 }
 .services-section .services-box{
padding: 10px 0px;
margin: 10px 0px;
border-radius: 10px;
border:2px solid #ffb300;
 }
 .services-section .services-box h4 a{
  padding: 0px 8px;
  font-size: 25px;
  font-weight: 600;
  color: #ffb300;
  text-decoration: none;
 }
 .services-section .services-box p{
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 500;
 }
 .services-section .services-box  img{
  width: 100%;
  padding: 7px;
  border-radius: 15px;
 }

/*====================services section end==========================*/

/*========================location-section start====================*/
 .location-section{
  padding: 30px 0px;
 }
 .location-section h2{
    padding: 20px 0px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
 }
 .location-section .location-box{
  width: 100%;
 }
 .location-section .location-box ul{
  list-style: none;
 }
 .location-section .location-box ul li{
  margin: 8px 0px;
 }
 .location-section .location-box ul li a{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: black;
  padding:8px 0px;
  border-radius: 10px;
  background-color: #ffb300;
  text-decoration: none;
  position: relative;
  transition: 1.5s;
   }
  .location-section .location-box ul li a:hover{
   transition: 1.5s;
   background-color: lightgrey;
  }
 /*======================location-section end========================*/

 /*===================services-menu-section start====================*/
  .services-menu-section{
    padding: 50px 0px;
  }
  .services-menu-section .services-menu-box{
    padding: 20px 0px;
  }
  .services-menu-box h2{
    padding: 20px 0px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  .services-menu-box  p{
    color: black;
    font-size: 18px;
    font-weight: 500;
    /*text-align: center;*/ 
  }
  .services-menu-box img{
    width: 100%;
    padding: 20px 0px;
  }

/*========================footer-section start========================*/
.footer-section{
  padding-top: 50px ;
   background-color: black;
}
.footer-section .footer-box{
  width: 100%;
  padding: 20px 0px;
 
}
.footer-section .footer-box img{
  width: 100%;
  position: relative;
  left: -33px;
}
.footer-section .footer-box p{
  color: white;
  font-size: 18px;
}
.footer-section .footer-box a{
  border-radius: 10px;
  text-decoration: none;
  transition: 1.5s;
  font-weight: 500;
  background-color: transparent;
}
.footer-section .footer-box h4{
  color: white;
}
.footer-section .footer-box h5{
  padding: 5px 0px;
  color: #ffb300;
  font-size: 17px;
  font-weight: 500;
}
.footer-section .footer-box ul{
  list-style: none;
  padding: 0 !important;
}
.footer-section .footer-box ul li{
  margin: 8px 0px;
  padding: 5px 0px;
}
.footer-section .footer-box ul li a{
  color: white !important;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 30px 0px;
}
.row {
  margin: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 0px !important;
  text-align: center;
  background-color:#f5f5f5;
  color: black;
}
.fa {
  font-size:50px;
}

/*==================contact-section=======================*/
.contact-section {
  padding: 50px 0px;
  background-color: #f5f5f5;;
}
.contact-section .contact-box{
  width: 100%;
  padding: 20px 0px;
}
.contact-section .contact-box form{
  display: block;
}
.contact-section .contact-box form input{
  width: 100%;
  padding: 10px 10px;
  margin: 5px 0px;
  border-radius: 5px;
}
.contact-section .contact-box form textarea{
 width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  height: 120px;
  border-radius: 5px;
}
  .contact-section .contact-box form button{
 width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  font-size: 20px;
  font-weight: 600;
  background-color: white;
  transition: 2.0s;
  border: 1px solid black;
}
 .contact-section .contact-box form button:hover{
  background-color:#ffb300 ;
  transition: 2.0s;
 }
.contact-section1 {
  padding: 103px 0px;
  background-color: #ffb300;
 margin-bottom: 50px;
}
.contact-section1 .contact-box1 {
  padding: 15px 10px;
  background-color: white;
  text-align: center;
  height: 190px;
  border-radius: 15px;
  margin: 8px 0px;

}
.contact-section1 .contact-box1 h4{
  border-bottom: 1px solid black;
  font-size: 20px;
}
.contact-section1 .contact-box1 a{
 background-color: transparent;
 font-size: 18px;
 font-weight: 500;
 color: black;
 text-decoration: none;
}
.contact-section1 .contact-box1 a i{
 font-size: 18px;
 color: black;
}
/*==================call-counter-box start=====================*/
.call-counter-box{
  position: fixed;
  z-index: 1500;
  bottom: 20px;
  left: -30px;
}
.call-counter-box ul li{
  margin: 7px 0px;
}
.call-counter-box a{
  background-color: transparent;
}
.call-counter-box img{
  width: 45%;
}

/*====================client-section  start==========================*/
.client-section{
  padding: 50px 0px;
}
.client-section h2{
    padding: 20px 0px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
  .client-section .client-box{
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  }
  .client-section .client-box img{
    margin:7px 0px;
    width: 100%;
  }
  /*========================client-section  end=======================*/

  /*==============branch-section  start=========================*/
  .branch-section{
    padding: 40px 0px;
    background-color: #0066cc;
    margin-bottom: 40px;
  }
  .branch-section h2{
    padding-bottom: 20px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }

  .branch-section .branch-box{
    width: 100%;
    padding: 20px 10p;
    background-color: white;
    border-radius: 15px;
    margin-right: 10px 0px;
  }
  .branch-section .branch-box h4{
    color: #0066cc;
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  /*==========================branch  section end=============*/
 /*================================gallery swiper start=============*/ 
}
.gallery-section{
  padding: 30px 0px;
  background-color: #ffb300;
  margin: 30px 0px;
}
.gallery-section h2{
    font-size: 40px;
 font-weight: 600;
 color: black;
 text-align: center;
 padding: 20px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height:auto !important;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;

}    
  .swiper {
        width: 100%;
        border-radius: 15px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
        /*height: 100%;*/
       /* object-fit: cover;*/
      }
}
/*================================gallery swiper end=============*/  
/*================btn animation start==============*/

  .btn a{
    display: block;
     border-radius: 10px;
     text-decoration: none;
     padding: 10px;
     width: 100%;
     font-weight: 600;
     transition: 1.5s;
  }
    .box {
      border-radius: 20px;
      width: 60px;
      height: 20px;
      background: #f0f0f0;
      box-shadow:  0 0 0 #cccccc,
                   0 0 0 #ffffff,
                    10px 10px 10px #cccccc inset,
                    -10px -10px 10px #ffffff inset;
      animation: anime 3s cubic-bezier(0.16, 1, 0.3, 1) 1s infinite alternate;
      /* animation-fill-mode: forwards; */
    }

    @keyframes anime {
      0% {
        width: 30px;
        height: 20px;
        background: #f0f0f0;
        box-shadow:  0 0 0 #cccccc,
                     0 0 0 #ffffff,
                      10px 10px 10px #cccccc inset,
                      -10px -10px 10px #ffffff inset;
      }
      25% {
        width: 20px;
        height: 20px;
        background: #f8f8f8;
        box-shadow:30px 20px 10px blue;  
      }
      50% {
        width: 40px;
        height: 20px;
        background: blue;
        box-shadow:30px 20px 10px red;   
      }
      100% {
        width: 300px;
        height: 20px;
        background: blue;
        box-shadow:40px 30px 20px black;   
      }
 /*================================btn animation end=============*/ 
		
	