html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

.slick-prev,.slick-next{
  display: none !important;
}
.sup-title .line {
  background-color: #00b9f7;
  margin: 10px;
  height: 4px;
  border-radius: 10px;
  width: 30px;
}
.sup-title .line:last-child{
  background-color: #ff7d0b;
}
.sup-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.sec-btn{
  display: inline-block;
  background-color:#00b9f7 ;
  border: 1px solid #00b9f7;
  border-radius: 30px;
  padding: 10px 20px;
  margin-top: 20px;
  color: #fff;
}
.sec-btn:hover{
  background-color: transparent;
  color: #00b9f7;
}

.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 #00000052;
  background: #2cde85;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ff7d0b;
}


.top-bar{
  background-color: #f7a200;
  padding: 10px 0px;
}

.top-left-bar{
  display: flex;
  color: #fff;
  align-items: center;
}
.top-bar .top-left-bar .phone{
  margin-left: 10px;
}
.top-bar .top-left-bar .email{
  margin-right: 10px;
}
.top-left-bar  a{
  color: #fff;
  padding-left: 10px;
}
.top-bar .top-right-bar ul{
  display: flex;
  align-items:center ;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}
.top-right-bar ul li a{
  background-color: #fff;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display:flex;
  align-items:center ;
  justify-content: center;
  margin: 0px 6px;
}
.top-right-bar ul li a:hover{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.menu{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.115);
}
.menu .navbar-brand img{
  width: 200px;
}
.menu .get .sec-btn{
  margin: 0
}
.menu .navbar-nav{
  justify-content: flex-end;
  width: 100%;
  padding-right: 50px;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: #000;
  padding: 0px 20px;
  position: relative;
}
.menu .navbar-light .navbar-nav .nav-link:hover{
  color: #00b9f7;
}
.menu .navbar-light .navbar-nav .nav-link.active{
  color: #00b9f7;
}
.collapse .get{
  display: none;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown .dropdown-menu{
  width: 250px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px;
}
.dropdown-menu .dropdown-item:hover{
  background-color: #00b9f7;
  color: #fff;
}

/* -------hero-section-start------ */
.hero-slide{
  width: 100%;
  padding: 150px 0px 110px;
  background: linear-gradient(to bottom right,#15161693,#2121207e),url(../images/hero2.jpg);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slide .quote-form{
  margin: 0px 10px;
}
.hero-slide .quote-form .sup-title span{
  color: #00b9f7;
}

.hero-slide {
  color: #fff;
}
.hero-slide h2{
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0px;
}
.hero-slide p{
  font-size: 22px;
}

/* -------hero-section-end-------- */


/* ---------feature-section-start--------- */
.feature-section{
  margin-top: -60px;
  z-index: 99;
  position: relative;
  background-color: #00b9f7;
}
.fea-box{
  padding: 20px;
  text-align: center;
}
.fea-box .icon{
  text-align: center;
  margin-bottom: 20px;
}
.fea-box img{
  width: 80px;
}

.fea-box{
  color: #fff;
}
.fea-box1{
  background-color: #f7a200;
}

/* ---------feature-section-end----------- */


/* --------about-section-start------- */

.about-section{
  padding: 80px 0px;
}
.about-section .as-item{
  position: relative;
}
.about-section .as-item::after {
  height: 218px;
  width: 300px;
  position: absolute;
  top: 185px;
  left: 50%;
  content: '';
  transform: translate(-50%,-60%);
  border: 6px solid #f7a200;
}
.about-section .as-item .as-img2{
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 100%;
  text-align: right;
  height: 100%;
}
.about-section .as-item img{
  width: 60%;
}

.as-content h2{
  font-size: 33px;
  font-weight: 600;
}
.as-content ul{
  padding: 0;
  margin: 20px 0px;
  list-style: none;
}

.as-content ul li{
  display:flex;
  align-items: center;
  color:#777 ;
}
.as-content ul li i{
  padding-right: 10px;
  color: #54ca9e;
}
/* --------about-section-end--------- */
.brand-slider .brand-logo{
  background-color: #f7a200;
  padding: 20px 10px;
  margin: 15px;
}
.brand-slider .brand-logo img {
  width: 150px;
  margin: auto;
  transition: .5s;
  max-height: 60px;
  object-fit: cover;
}
.brand-slider .brand-logo:hover img{
  filter: grayscale(100%);
  opacity: .7;
}
/* ---------service-section-start---------- */
.service-section{
  padding: 70px 0px;
}
.ss-head{
  text-align: center;
}
.ss-head h2{
  font-size: 40px;
  font-weight: 700;
}
.ss-box{
  border: 2px solid #f7a200;
  height: 100%;
  transition: .5s;
}
.ss-box:hover{
  background-color: #f7a200;
  color: #fff;
}
.ss-box .sec-btn{
  margin-top: 0;
  padding: 10px 20px;
}
.ss-box:hover .sec-btn{
  background-color: #fff;
  color: #000;
}
.ss-box .sec-btn:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 20px;
}
.ss-item h4{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.ss-box .ss-img{
  height: 100%;
  overflow: hidden;
}
.ss-box .ss-img img{
  object-fit: cover;
  width: 100%;
  height: 240px;
  transition: .5s;
}
.ss-box:hover .ss-img img{
  transform: scale(1.1);
}
/* ---------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(#00b9f7ba,#f7a100ba),url(../images/hero2.jpg);
  content: '';
  height: 620px;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.cs-main{
  margin-bottom: 80px;
  background:linear-gradient(#00b9f7ba,#f7a100ba),url(../images/hero2.jpg);
 padding-bottom: 80px;
}
.cs-main::after{
content: none;
}
.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2{
  font-size: 40px;
  font-weight: 700;
  color: #00b9f7;
  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---------- */




/* ----------choose-section-start--------- */

.ch-box{
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.ch-box .icon{
  height: 80px;
  width: 80px;
  transition: .6s;
  box-shadow: 0px 10px 20px 0px #54ca9f57;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #54ca9e;
  margin-right: 20px;
}
.ch-box .text{
  flex: 1;
}
.ch-content h2{
  font-size: 40px;
  font-weight: 600;
}

.ch-box:hover .icon{
  transform: rotateY(360deg);
}

/* ----------choose-section-End--------- */

/* --------testimonial-section-start--------- */

.testimonial-section{
  padding: 100px 0px;
}
.ts-head{
  position: relative;
  z-index: 6;
  text-align: center;
}
.ts-head h2{
  font-size: 40px;
  font-weight: 600;
}

.ts-box {
  background-color: #f7a200;
  color: #fff;
  padding: 20px;
  min-height: 280px;
  text-align: center;
  margin: 100px 15px 0px ;
}
.ts-box .ts-img{
  height: 120px;
  width: 120px;
  border-radius: 100%;
  border: 4px solid #00b9f7;
  margin:-80px auto 20px auto;
}
.ts-box img{
  width: 100%;
  border-radius: 100%;
}

.ts-box p{
  margin-top: 20px;
}
.ts-box h5{
  font-size: 23px;
  cursor: pointer;
  font-weight: 600;
  transition: .5s;
}
.ts-box h5:hover{
  color: #00b9f7;
}
.tes-slider .slick-prev,.tes-slider .slick-next{
  display: none !important;
}
.tes-slider .slick-dots li button:before {
  font-size: 45px;
}
.tes-slider .slick-dots li.slick-active button:before {
  opacity: .85;
  color: #00b9f7;
}
.tes-slider .slick-dots{
  bottom: -40px;
}
.testimonial-section .sup-title{
  justify-content: center;
}

/* -------testimonial-section-end-------- */

/* -------footer-section-start------ */

.footer-section{
  color: #fff;
  padding-top: 80px;
  background: #f7a200;
  margin-top: 30px;
  background-size: cover;
  background-position: center;
}

.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}
.f-box .f-logo{
  margin-bottom: 30px;
}
.f-box .social li {
  margin: 5px;
}
.f-box .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}
.f-box .social li a:hover{
  background-color: transparent;
  color: #fff;
}
.f-box img{
  width: 200px;
}
.f-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-title h4{
  margin-bottom: 20px;
}
.f-box ul li{
  margin: 10px 0px;
  list-style: none;
}
.f-box > ul li a{
  display: flex;
  align-items: center;
  color: #fff;
} 
.f-box > ul li a:hover{
  color: #00b9f7;
}
.f-box > ul li a i{
  padding-right: 10px;
}
.f-turck{
  padding-top: 70px;
  padding-bottom: 10px;
  position: relative;
  overflow-x: hidden;
}
.f-turck hr{
  margin: 0;
  height: 3px;
}
.f-turck img{
  width: 100px;
}
.f-turck .f-img{
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
}

.f-turck .f-img1{
  animation: sup 10s linear  infinite;
}

.f-turck .f-img2{
  animation: move 12s linear  infinite;
  transform: rotateY(180deg);
}
.copy-right{
  background-color: #f7a200;
}
.copy-right p{
  margin-bottom: 0;
  padding: 10px 0px;
  text-align: center;
}
@keyframes sup{
  0%{transform: translate(-100%);}
  100%{transform: translate(100%);}
}
@keyframes move{
  0%{transform: translate(100%) rotateY(-180deg);}
  100%{transform: translate(-100%) rotateY(-180deg);}
}

/* -------about-page-style------- */

.banner-section{
  background: linear-gradient(rgba(0, 0, 0, 0.542),rgba(0, 0, 0, 0.542)),url(../images/slider5.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
.banner-section .title h2{
  font-size: 45px;
  text-align: center;
  color: #fff;
}
.banner-section ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section ul li a{
  color: #fff;
  padding: 0px 3px;
}
.branch-section{
  position: relative;
  padding: 60px 0px;
}
.branch-section .branch-head h2{
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.branch-box {
  background-color: #f7a200;
  padding: 20px;
  transition: .5s;
  margin-top: 20px;
  border-radius: 10px;
}
.branch-box:hover{
  background-color: #00b9f7;
  color: #f7a200;
}
.branch-box h4{
  font-size: 20px;
  margin-right: 10px;
}
.branch-box h4 a{
  color: #fff;
}
/* ------gallery-section------- */

.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gallery-box{
  position: relative;
  margin-top: 30px;
}
.gallery-box a{
  position: relative;
  border-radius: 10px;
}
.gallery-box a::after{
  height: 0px;
  width: 0;
  background-color: #f7a200;
  border-radius: 10px;
  opacity: .8;
  position: absolute;
  top: -155px;
  left: 50%;
  transform: translate(-50%,0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  transition: .5s;
  color: #00b9f7;
  content: '';
  font-family: "FontAwesome";
}
.gallery-box:hover a::after{
  height: 330px;
  width: 100%;
  content: '\f002';
  font-family: "FontAwesome";
}
.gallery-box a img{
  border-radius: 10px;
  width: 100%;
}

/* -------contact-Page-style-------- */

/* -------Contact-section-start------- */

.contact-section{
  padding-bottom: 100px;
}
.main-box{
  border-radius: 10px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.188);
  padding: 20px;
}
.cs-box{
  background-color: #fff;
  border-radius: 30px 0px 30px 0px;
  padding: 20px;
  transition: .5s;
  margin-top: 20px;
  min-height: 230px;
  text-align: center;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.05), -10px -10px 10px 0px rgba(0, 0, 0, 0.05);
}
.cs-box:hover{
  border-radius: 0px 30px 0px 30px;
  background-color: #f7a200;
  color: #fff;
}
.cs-box .icon{
  height: 80px;
  width: 80px;
  background-color: #00b9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .5s;
  margin: auto;
  margin-bottom: 20px;
  font-size: 25px;
}
.cs-box:hover .icon{
  border-radius: 100%;
}
.cs-box:hover a{
  color: #fff;
}
.map{
 border-radius: 10px;
  height: 100%;
}
.map iframe{
  border-radius: 10px;
}
/* -------Contact-section-end--------- */

/* ---------Service-details-page-------- */

.details-section{
  padding-top: 100px;
  padding-bottom: 40px;
}
.details-section .dsl{
  padding-right: 30px;
}
.dsl .dsl-img1,.dsl .dsl-img2{
  overflow:hidden ;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.dsl .dsl-img1 img,.dsl .dsl-img2 img{
  border-radius: 10px;
  transition: .5s;
  width: 100%;
}
.dsl .dsl-img1:hover img,.dsl .dsl-img2:hover img{
  transform: scale(1.1);
}
.dsl .dsl-img2 img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.dsl .quote{
  margin-top: 50px;
}
.dsl .quote h2{
  color: #000;
}
.dsr .oth-box{
  display: flex;
  margin: 20px 0px;
  align-items: center;
}
.dsr .oth-box img{
  width: 120px;
  height: 100px;
  object-fit: cover;
  transition: .5s;
  border-radius: 10px;
}
.dsr .oth-box h4 a{
  font-size: 20px;
  color: #000;
}
.dsr .oth-box h4 a:hover{
  color: #f7a200;
}
.dsr .oth-box .oth-title{
  margin-left: 20px;
  flex: 1;
}
.dsr .oth-box .oth-img{
  overflow: hidden;
  border-radius: 10px;
}
.dsr .oth-box:hover img{
  transform: scale(1.07);
}
.dsr-box {
  margin: 50px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.717), rgba(0, 0, 0, 0.714)), url(../images/cmt-single001.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dsr-box img {
  width: 70px;
}
.dsr-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dsr-box a {
  color: #fff;
}
 .dsr ul {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  list-style: none;
}
 .dsr ul .active {
  background-color: #f7a200;
}
 .dsr ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  content: '';
  transition: .5s;
  height: 100%;
  background-color: #f7a200;
  border-radius: 5px;
}
.dsr ul .active a {
  color: #fff;
}
.dsr ul li a {
  display: flex;
  position: relative;
  font-size: 18px;
  z-index: 8;
  align-items: center;
  justify-content: space-between;
}
 .dsr ul li:hover {
  color: #fff;
}
 .dsr ul li {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #e3f8ff;
  position: relative;
  cursor: pointer;
  z-index: 6;
  margin: 10px 0px;
}
.dsr ul li:hover::after {
  width: 100%;
}
.dsr ul li:hover a {
  color: #fff;
}
.brand-slider .slick-prev,.brand-slider .slick-next{
  display: none !important;
}
.slick-slide img{
  margin: auto;
}
.details-section .quote-form{
  margin: 20px 0px;
}

/* -------RESPONSIVE-------- */

@media screen and (max-width:1024px) {
  .hero-slide h2 {
    font-size: 40px;
}

.hero-slide{
  padding: 100px 0px;
}
.as-content h2,.ch-content h2,.ts-head h2{
  font-size: 28px;
}
}

@media screen and (max-width:992px) {
  .get{
    display: none;
  }
  .navbar-collapse .get{
    display: block ;
  }
}

@media screen and (max-width:768px) {
  .hero-img,.as-img2,.quote-section .quote-img,.hero-content,.ch-img{
    display: none;
  }
  .about-section .as-item{
    margin-bottom: 20px;
  }
  .about-section .as-item img{
    width: 100%;
  }
  .about-section,.service-section,.banner-section,.gallery-section{
    padding: 40px 0px;
  }
  .fea-box{
    background-color: #f7a200;
    margin-top: 20px;
  }
  .feature-section{
    background-color: transparent;
  }
  .ss-item{
    padding: 20px;
  }
  .details-section .dsl {
    padding-right: 0px;
}
  .quote-form {
    margin-left: 0px;
}
}

@media screen and (max-width:580px) {
  .top-left-bar{
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .top-bar .top-right-bar ul{
    justify-content: center;
  }
  .counter-section{
    position: static;
    padding-top: 0;
  }
  .hero-slide h2 {
    font-size: 29px;
}
.banner-section .title h2 {
  font-size: 30px;
  font-weight: 600;
}
.brand-slider .brand-logo{
  background-color: transparent;
  padding: 0;
}
  .cont-box{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.244);
  }
  .top-left-bar a{
    padding: 0;
  }
  .counter-section::after{
    content: none;
  }
  .as-content{
    text-align: center;
  }
  .as-content .sup-title {
    justify-content: center;
  }
  .as-content p{
    text-align: justify;
  }
  .about-section .as-item::after{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .f-turck img{
    width: 60px;
  }
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#f1f5f9;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:0px;
}
/*===Error-SEction====*/

/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:70%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#158af4;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.error-section .error-img {
    width: 100%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
  .error-section .error {
    margin-top: -40px;
}
}

/*---thank-Section-end----*/