html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

.what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}

.what a {
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #050a3069;
    background: #1dbf73;
}

.what a:last-child {
    font-size: 20px;
}

.sec-btn{
  background-color: rgb(248, 76, 13);
  padding: 13px 25px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgb(247, 73, 9);
  display: inline-block;
  margin-top: 20px;
}
.sec-btn:hover{
  background-color: transparent;
  color: rgb(247, 73, 9);
}
.under{
  position: relative;
  background: -webkit-linear-gradient(rgb(255, 89, 0),rgb(101, 28, 236));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 800;
}
.under::after{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  content: '';
  background: linear-gradient(rgb(255, 89, 0),rgb(101, 28, 236));
  height: 25px;
  border-radius: 10px;
  width: 5px;
}
.menu{
  position: relative;
  z-index: 999;
}
.menu::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: rgba(42, 40, 40, 0.947);
    content: '';
}
.menu::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgb(255 89 0),rgb(255 89 0));
    content: '';
}

.book-now{
  background-color: orangered;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.book-now a{
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
}
.top-bar{
  padding-top: 10px;
  z-index: 99;
  position: relative;
}
.top-bar .email{
  position: relative;
  padding:0px 20px;
}
.top-bar .email::after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  content: '';
}
.top-right{
  display: flex;
  align-items: center;
}
.top-right a,.top-right i{
  color: #fff;
}
.top-right .phone{
  margin-right: 15px;
}
.top-left ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}
.top-left ul li{
  margin: 0px 5px;
}
.top-left ul li a{
  height: 40px;
  width: 40px;
  display:flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.top-left ul li:nth-child(1) a{
  background-color: rgba(40, 111, 253, 0.987);
}
.top-left ul li:nth-child(2) a{
  background-color: rgba(210, 40, 253, 0.987);
}
.top-left ul li:nth-child(3) a{
  background-color: rgba(253, 104, 40, 0.987);
}
.top-left ul li:nth-child(4) a{
  background-color: rgba(40, 186, 253, 0.987);
}
.top-left ul li a:hover{
  color: #000;
  background-color: #fff;
  border-radius: 100%;
}

.menu .navbar-brand img{
  width: 160px;
}
.menu .navbar-nav{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 140px;
  z-index: 99;
  padding: 15px 0px;
}

.menu .navbar {
  padding-bottom: 11px;
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 99;
  overflow-x: clip;
}
.menu .navbar::after{
  background-color: rgba(0, 0, 0, 0.724);
  position: absolute;
  top: 0;
  left: 260px;
  transform: skew(-30deg,0deg);
  width: 100%;
  height: 100%;
  content: '';
}
.menu .navbar::before{
  position: absolute;
  top: 0;
  left: 258px;
  background: linear-gradient(orange,red);
  height: 100%;
  width: 3px;
  transform: skew(-30deg,0deg);
  content: '';
  z-index: 9;
}

.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 0px 20px;
  color: #fff;
}
.menu .dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  width: 250px;
  border-radius: 0px;
  padding: 0px;
  border: 2px solid rgb(255, 89, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: rgb(255, 89, 0);
}
.menu .sticky{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: rgb(255, 89, 0);
}
/* --------hero-section-start-------- */

.hero-slide{
  background-size: cover;
  background-position: center;
  padding: 160px 0px;
}
.hero-slide h2{
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 20px 0px;
}
.hero-slide span{
  text-transform: uppercase;
  color: orangered;
  letter-spacing: 2px;
  font-size: 18px;
}
.hero-slide p{
  color: #fff;
  font-size: 18px;
}

.hero-section .slick-prev,.hero-section .slick-next{
  display: none !important;
}
/* --------hero-section-end---------- */

/* ---------feature-section-start---------- */

.feature-section{
  margin-top: -100px;
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
}
.fea-box{
  background-color: #fff;
  position: relative;
  padding:20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}
.fea-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(243, 102, 15, 0.646),rgba(243, 102, 15, 0.652)),url(../images/hero1.jpg);
  background-size: cover;
  content: '';
  z-index: 0;
  transform: scale(0,1);
  transition: .4s;
  background-position: center;
}
.fea-box:hover::after{
  transform: scale(1);
}
.fea-box:hover h4,.fea-box:hover p{
  color: #fff;
}
.fea-box .icon{
  margin:20px auto;
  position: relative;
  z-index: 6;
}
.fea-box .icon img{
  width: 60px;
}
.fea-box p{
  position: relative;
  z-index: 5;
}
.fea-box h4{
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.fea-item{
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}
.fea-item img{
  width: 50px;
  filter: brightness(.6);
}
/* ---------feature-section-end------------ */

/* --------about-section-start------- */
.as-item {
  position: relative;
}
.as-item .as-overlay{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgb(248, 76, 13);
  border-radius: 100%;
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.as-item .as-overlay img{
  width: 40px;
}
.as-item .as-overlay h3{
  font-size: 35px;
  margin: 10px 0px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.as-item .as-overlay p{
  color: #fff;
}
.as-img1{
  height: 100%;
}
.as-img1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.as-img2 img{
  width: 100%;
}
.as-img2:first-child{
  margin-bottom: 20px;
}
.as-content{
  padding-left: 30px;
}
.as-content > span{
  text-transform: uppercase;
  color: rgb(247, 73, 9);
  font-size: 18px;
  letter-spacing: 2px;
}
.as-content h2{
  font-size: 35px;
  font-weight: 600;
  margin: 20px 0px;
}
.as-content ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.as-content ul li{
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.as-content ul li i{
  color: rgb(247, 73, 9);
  padding-right: 10px;
}

/* ---------about-section-end-------- */

/* -------service-section-start---------- */

.service-section{
  padding: 80px 0px;
  margin: 100px 0px ;
  background: linear-gradient(rgba(44, 8, 225, 0.814),rgba(45, 9, 224, 0.814)),url(../images/ser-bg.jpg);
  background-size: cover;
  background-position: center;
}
.ser-head{
  text-align: center;
  margin-bottom: 20px;
}
.ser-head h2{
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0px;
}
.ser-box{
  background-color: #fff;
  padding:50px 20px;
  text-align: center;
  transition: .5s;
  z-index: 8;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.ser-box .ser-layer{
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ser-box:hover .ser-layer{
  opacity: 1;
}
.ser-box:hover h4,.ser-box:hover p{
  color: #fff;
}
.ser-box p{
  position: relative;
  z-index: 3;
}
.ser-box .ser-item{
  position: absolute;
  top: 43%;
  right: -40px;
  transform: translate(0,-50%);
  height: 80px;
  z-index: 2;
  width: 80px;
  background-color: rgb(255, 89, 0);
  border-radius: 10px;
  transform: rotate(45deg);
  outline: 1px solid rgb(255, 89, 0);
  outline-offset: 5px;
}
.ser-box:hover .ser-item{
  background-color: rgb(167, 186, 249);
  outline: 1px solid rgb(167, 186, 249);
}
.ser-box .icon{
  position: relative;
  z-index: 6;
}
.ser-box .icon img{
  width: 80px;
}
.ser-box h4{
  margin: 15px 0px;
  z-index: 6;
  font-weight: 600;
  position: relative;
}
.ser-box .sec-btn{
  position: relative;
  z-index: 5;
}
.ser-box:hover .sec-btn{
  background-color: rgb(167, 186, 249);
  color: rgb(255, 89, 0);
}
/* -------service-section-end--=---------- */


/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
  padding-top:80px ;
}
.counter-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background:linear-gradient(rgba(44, 8, 225, 0.814),rgba(45, 9, 224, 0.814)),url(../images/counter-bg.jpg);
  content: '';
  height: 620px;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin: 10px 0px;
}
/* -----------counter-section-end----------- */

/* -------quote-section-start-------- */

.quote-section{
  padding: 80px 0px;
}
.quote-form{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.122);
  margin-left: -40px;
}
.quote-form h2{
  font-weight: 600;
  margin: 10px 0px;
}

.quote-section .quote-img{
  height: 100%;
}
.quote-section .quote-img img{
  height: 100%;
  object-fit: cover;
}
.quote-form .f-group input,.quote-form .f-group textarea{
  width: 100%;
  padding: 13px 20px;
  margin: 10px 0px;
  border-radius: 10px;
  border: none;
  outline: none;
  border: 2px solid rgb(229, 246, 250);
}
/* -------quote-section-end---------- */



/* --------testimonial-section-start--------- */

.testimonial-section {
  padding: 100px 0px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(44, 8, 225, 0.814),rgba(45, 9, 224, 0.814)),url(../images/tes-bg2.jpeg);
}
.ts-head {
  position: relative;
  z-index: 6;
  color: #fff;
}
.ts-head h2 {
  font-size: 40px;
  font-weight: 600;
}
.ts-head p {
  color: #fff;
}
.ts-box {
  background-color: #fff;
  border-radius: 10px;
  min-height:315px;
  padding: 20px;
  margin: 100px 15px 0px;
}
.ts-box .ts-img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  border: 4px solid #fff;
  margin: -80px auto 20px auto;
}
.ts-box img {
  width: 100%;
  border-radius: 100%;
}
.ts-box h5 {
  font-size: 23px;
  font-weight: 600;
}
.ts-box span {
  color: rgb(255, 89, 0);
}
.ts-box p {
  margin-top: 20px;
}

/* --------testimonial-section-end-------- */

/* ------footer-section-start--------- */
.footer-section {
  padding-top: 80px;
  background-color: #f5e3da;
  padding-bottom: 30px;
}
.f-box .footer-logo {
  margin-bottom: 20px;
}
.f-box .footer-logo img{
    width:180px;
}
.f-box .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.f-box .social ul li {
  margin: 0px 5px;
}
.f-box .social ul li a {
  height: 40px;
  width: 40px;
  background-color: rgb(255, 89, 0);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 89, 0);
  color: #fff;
}
.f-box .social ul li a:hover{
  background-color: transparent;
  color: rgb(255, 89, 0);
}
.f-box .f-title h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(255, 89, 0);
}
.f-box .links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-box .links li {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.f-box .links li a {
  position: relative;
  display: flex;
  align-items: center;
}
.f-box .links li a span{
  flex: 1;
}
.f-box .links li a i{
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: rgb(255, 89, 0);
  border-radius: 100%;
  color: #fff;
  transition: .5s;
  margin-right: 10px;
  justify-content: center;
}
.f-box .links li a i:hover{
  border: 1px solid rgb(255, 89, 0);
  color: rgb(255, 89, 0);
  background-color: transparent;
}
.f-box .link-menu li a::after {
  background-color: #dfcf0c;
  height: 4px;
  width: 0px;
  position: absolute;
  transition: .5s;
  top: 50%;
  left: 0;
  content: '';
}
.f-box .link-menu li a:hover:after{
  width: 20px;
}
.f-box .link-menu li a:hover {
  padding-left: 30px;
}

/* -------work-section-start-------- */
.work-section{
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}
.work-section::after{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 140px;
  left: 0;
  background-image: url(../images/work-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  content: '';
}
.work-head{
  text-align: center;
  margin-bottom: 20px;
}
.work-section .work-box img{
  width: 40px;
  transition: .3s;
}
.work-section .work-box:hover img{
  animation: new .7s linear alternate;
}

.work-box{
  margin-top: 20px;
}
.work-box p{
  margin: 0px;
}
.work-box h4{
  margin-top: 20px;
  font-size: 20px;
}
.work-box .icon{
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.139);
}

@keyframes new{
  0%{transform: scale(.4);}
  100%{transform: scale(1);}
}
/* -------work-section-end-------- */

/* -------project-section-start------- */
 
.project-section{
  text-align: center;
  padding-bottom: 100px;
}
.pro-head{
  margin-bottom: 20px;
}
.pro-head h2{
  font-size: 40px;
  margin-top: 16px;
  font-weight: 600;
}
.project-section #tabs-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0px;
  list-style: none;
}
.project-section ul li{
  margin: 0px 4px;
}
.project-section ul li a{
  padding: 8px 15px;
  color: #fff;
  border: 2px solid rgb(255, 89, 0);
  background: rgb(255, 89, 0);
  border-radius: 15px 0px 15px 0px;
}
.project-section ul li a:hover{
  color: rgb(255, 89, 0);
  border-radius: 30px;
  background-color: transparent;
}
.project-section .team-box{
  margin-top: 20px;
  position: relative;
}
.project-section .team-box img{
  border-radius: 10px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project-section ul li .mixitup-control-active{
  color: rgb(255, 89, 0);
  border-radius: 30px;
  background-color: transparent;
}
.project-section .team-layer{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 89, 0, 0.733);
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 10px;
  z-index: 88;
  transition: .5s;
}
.project-section .team-layer a{
  color: #fff;
}
.project-section .team-box:hover .team-layer{
  transform: scale(1);
}

/* -------project-section-end--------- */

/* --------About-Page-Style--------- */

/* ------banner-section-start--------- */
.banner-section{
  padding: 150px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.524),rgba(0, 0, 0, 0.524)),url(../images/banner.jpg);
  background-size: cover;
  background-position: bottom;
}
.banner-title h2{
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.banner-list ul{
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.banner-list ul li a{
  padding: 0px 10px;
  color: #fff;
  text-transform: uppercase;
}

/* --------banner-section-end---------- */

/* --------history-section-start--------- */

.history-section{
  padding: 100px 0px;
}
.history-section .his-item ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgb(255, 89, 0);
  list-style: none;
}
.his-content h2{
  margin: 15px 0px;
}
.his-content .his-item ul li{
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  transition: .5s;
  padding: 10px 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.242);
  color: rgb(255, 89, 0);
}
.his-content .his-item ul li:hover{
  background-color: rgb(255, 89, 0);
  color: #fff;
}
.his-content .his-box2,.his-content .his-box3{
  display: none;
}
.his-item .new{
  background-color: rgb(255, 89, 0) !important;
  color: #fff !important;
}
.his-image img{
  width: 100%;
}
/* ----------history-section-end-------- */

/* -------About-Page-Style-End------- */

/* -------Contact-Page-Style-Start------- */

/* ---------contact-section-start---------- */
.contact-section{
  padding-bottom: 100px;
}
.contact-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.233);
  height:100%;
}
.contact-box .icon {
  height: 80px;
  width: 80px;
  margin: auto;
  transition: .5s;
  border-radius: 100%;
  background-color: rgb(255, 89, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(255, 89, 0, 0.335);
  margin-bottom: 20px;
}
.contact-box .icon img {
  width: 50px;
}
.contact-box:hover .icon {
  transform: rotateY(360deg);
}

.map-section .map{
  height: 500px;
}

/* ---------Contact-Page-Style-End---------- */
/* -------Services-Page-Style-Start--------- */


/* ---------Details-Section-Start---------- */

.details-section{
  padding: 100px 0px;
}
.dsl .dsl-list{
  margin-bottom: 30px;
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  border-left: 1px solid rgb(255, 89, 0);
  list-style: none;
}
.dsl-list ul li {
  margin: 10px 0px;
  border-bottom: 1px solid rgb(255, 89, 0);
}
.dsl-list ul li:nth-child(1){
  border-top: 1px solid rgb(255, 89, 0);
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  background-color: rgb(255, 89, 0);
  color: #fff;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: rgb(255, 89, 0);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a {
  color: #fff;
}
.dls-box .sec-btn {
  background-color: #fff;
  color: rgb(255, 89, 0);
  border: 2px solid #fff;
}
.dls-box .sec-btn:hover {
  background-color: transparent;
  color: #fff;
}
.dsr{
  padding-left: 30px;
}
.dsr .dsr-img{
  margin: 30px 0px;
}
.dsr .dsr-img img{
  max-height: 370px;
  object-fit: cover;
  width: 100%;
}
.dsr .dsr-img2{
  margin: 20px 0px;
}
.dsr .dsr-img2 img{
  height: 230px;
  width: 100%;
}
.dsl .quote-form{
  margin: 20px 0px;
}
/* ---------Details-Section-end------------ */

/* -------Services-Page-Style-Start--------- */

.slick-prev,.slick-next{
display: none !important;
}

/* --------Responsive--------- */

@media screen and (max-width:1200px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 10px;
}
}

@media screen and (max-width:1024px) {
  .menu .navbar-nav {
    margin-left: 100px;
}
  .hero-slide h2 {
    font-size: 45px;
  }
  .hero-slide {
    padding: 90px 0px;
  }
  .as-content h2 {
    font-size: 30px;
    margin: 10px 0px;
  }
  .project-section #tabs-nav {
      flex-wrap: wrap;
  }
  .work-section::after {
    width: 97%;
    background-size: contain;
}
.banner-section {
  padding: 90px 0px;
}
.project-section ul li a{
  padding: 5px 10px;
}

}

@media screen and (max-width:992px) {
  .project-section ul li {
    margin: 15px 4px;
  }
  .menu .navbar::after,.menu .navbar::before,.book-now{
    display: none;
  }
  .navbar-toggler{
    border-color: rgb(255, 89, 0);
    color: #fff;
  }
  .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.menu .navbar{
  margin-top: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.menu .navbar-nav {
  margin-left: 0px;
  align-items: flex-start;
}
.menu .navbar-nav .nav-item{
  margin: 5px 0px;
}
}

@media screen and (max-width:780px) {
  .as-content,.his-content,.dsr{
    padding-left: 0px;
    padding-top: 30px;
  }
  .menu::before{
      z-index:44;
  }
  .work-section::after{
    content: none;
  }
  .ser-head h2,.ts-head h2,.blog-head h2,.as-content h2,.pro-head h2{
    font-size: 25px;
}
.quote-section .quote-img,.top-bar{
  display: none;
}
.quote-form{
  margin-left: 0px;
}
.f-box{
  margin-top: 20px;
}
.history-section,.details-section{
  padding: 50px 0px;
}
.banner-title h2 {
  font-size: 30px;
}

.project-section #tabs-nav{
  margin-top: 0;
}

}

@media screen and (max-width:580px) {
  .as-img2,.as-item .as-overlay,.top-bar .email::after{
    display: none;
  }
  .dsr .dsr-img2 img {
    height: auto;
}
.menu .navbar {
  margin-top: 0px;
}
.hero-slide h2 {
  font-size: 25px;
}
.counter-section::after{
  height: 100%;
}
.counter-section {
  padding: 30px 0px;
}
.work-section{
  padding-bottom: 40px;
}
.feature-section,.service-section{
  margin: 40px 0px;
}
.his-content .his-item ul{
  padding: 0;
  padding-bottom: 15px;
}
.his-content .his-item ul li {
  padding: 10px 12px;
}
}


