html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Gemunu Libre', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

.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 #000;
    background: #2cad0c;
}

.what a:last-child {
    font-size: 20px;
}
* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
}

.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5c2fa2;
  color: #fff;
  transition: .5s;
  border: 1px solid #5c2fa2;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}
.sec-btn::after{
  position: absolute;
  bottom:0;
  background-color: #353535;
  height: 0px;
  width: 0px;
  transition: .5s;
  content: "";
  right: 0;
}
.sec-btn:hover::after{
  height: 100%;
  width: 100%;
}
.sec-btn:hover {
  background-color: transparent;
  color: #5c2fa2;
}
.sec-btn span{
  position: relative;
  z-index: 32;
}
.under {
  position: relative;
  color: #5c2fa2;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.under::after{
  position: absolute;
  bottom: 0px;
  border-radius: 7px;
  left: 0px;
  height: 3px;
  width: 100%;
  z-index: 0;
  content: "";
  background-color:#000000b3 ;
}
.under b{
  position: relative;
  z-index: 99;
}

/* -------Globle-css-end------- */

/* ------header-section-start------- */

.top-bar{
  padding: 10px 0px;
  background-color: #e8f0ef;
}

.top-left-bar{
  display: flex;
  align-items: center;
}

.top-bar .top-left-bar .email{
  margin-right: 10px;
}
.top-left-bar  a{
  padding-left: 10px;
}
.top-bar .top-left-bar .phone{
  display: none;
}
.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: #353535;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display:flex;
  align-items:center ;
  justify-content: center;
  margin: 0px 6px;
}
.top-right-bar ul li a:hover{
  background-color: transparent;
  border: 1px solid #353535;
  color: #353535;
}

.logo-bar{
  padding: 5px 0px;
  position: relative;
  color: #fff;
  background-color: #5c2fa2;
}
.logo-bar::after {
  position: absolute;
  top: 0px;
  left: -7%;
  height: 100%;
  width: 34%;
  content: "";
  background-color: #e8f0ef;
  transform: skew(-38deg);
}
.logo-bar .logo img {
  width: 200px;
  position: relative;
  z-index: 434;
}
.logo-bar .phone,.logo-bar .address{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar a{
  color: #fff;
}
.logo-bar .address .text,.logo-bar .phone .text{
  flex: 1;
}
.logo-bar .address address{
  margin-bottom: 0;
}
.logo-bar .phone .icon,.logo-bar .address .icon{
  height: 50px;
  width: 50px;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #353535;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu{
  background-color: #353535;
  padding: 10px 0px;
}
.menu .navbar{
  padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: white;
  letter-spacing: 1px;
  padding: 0px;
  transition: .5s;
  position: relative;
}
.menu .navbar-nav .nav-link::before{
  border-bottom: 4px solid #5c2fa2;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}
.menu .sec-btn{
  margin-top: 0px;
}
.menu .navbar-nav .nav-link:hover:before{
  width: 100%;
}
.menu .nav-item{
  margin: 0px 17px;
}
.menu .navbar-nav .active{
  border-bottom: #5c2fa2 4px solid;
}

.menu.sticky {
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 20px 0px #16161632;
  z-index: 999;
  padding: 4px 0px;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}
.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .nav-link.active{
  color: #5c2fa2;
}
.sticky .navbar-expand-lg .navbar-nav{
  padding-left: 100px;
}
.menu .navbar-light .navbar-brand{
  display: none;
}
.sticky .navbar-light .navbar-brand{
  display: block;
}
.menu .navbar-light .navbar-brand img{
  width: 200px;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #353535;

}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  padding: 0;
  width: 240px;
}
.sticky .navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar-light .navbar-nav .active {
  color: #5c2fa2 !important;
}
/* -------header-section-end------ */

/* ----Hero-Section-Start---- */
.hero-section {
  background-image:linear-gradient(to right, #eee, #eeeeee3b, #eeeeee00), url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
}
.hero-box{
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #01a0e229;
  background-color: #fff;
}
.hero-text h2{
  font-size: 57px;
}
.hero-text h2 span{
  color: #353535;
}
/* -----hero-section-End---- */

/* ----about-Section-start---- */
.about-section h2{
  line-height: 48px;
  font-size: 40px;
}
.about-section .as-item  img{
  width: 100%;
  border-radius: 20px;
}
.about-section .as-item .as-img{
  height: 100%;
}
.about-section .as-item .text h4{
  font-size: 25px;
  list-style: 35px;
  font-weight: 500;
}
.about-section .as-item .text h4 span{
  color: #353535;
}
.as-content p{
  margin-bottom: 5px;
}
/* ----About-Section-End---- */

/* ---cta-section-start--- */

.cta-section{
  margin: 60px 20px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.cta-section .cta-img img{
  border-radius: 20px;
}

/* ---cta-section-end--- */

/* ===Process-Section-Start=== */

.process-section{
  padding: 0px 40px;
}
.process-section .ps-box{
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #5c2fa2;
  height: 100%;
  transition: .5s;
}
.process-section .ps-box:hover{
  border-top: 5px solid #5c2fa2;
}
.ps-box .ps-icon{
  display: flex;
  justify-content: space-between;
}
.ps-box .ps-icon img{
  width: 50px;
  height: 50px;
}
.ps-box .ps-icon b{
  font-size: 40px;
  transition: .5s;
  color: #eee;
}
.ps-box:hover .ps-icon b{
  color: #5c2fa2;
}
.ps-box h5{
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
/* ====Process-Section-End==== */

/* -------Service-section-start------- */

.service-section {
  background-color: #eee;
  padding: 60px 0px;
}
.ser-head{
  text-align: center;
}
.ser-head h2{
  font-size: 50px;
  font-weight: 700;
}

.ser-head h2 span{
  font-size: 55px;
  color: #5c2fa2;
}
.ser-head p{
  font-size: 18px;
}
.ser-box{
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
  border: 1px solid #5c2fa2;
  background-color: #fff;
  overflow: hidden;
}
.ser-box .layer{
  position: absolute;
  bottom: -100%;
  right: -100%;
  transition: .5s;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background-color: rgba(233, 224, 224, 0.162);
}
.ser-box:hover .layer{
  bottom: -100px;
  right: -100px;
}
.ser-box:hover{
  color: #fff;
  background: linear-gradient(#5c2fa2,#5c2fa2);
}
.ser-box .sec-btn{
  background-color: #353535;
}
.ser-box .layer::after{
  background-color: rgba(240, 227, 227, 0.227);
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75%;
  transform: translate(-50%,-50%);
  width: 75%;
}
.ser-box .layer::before{
  background-color: #353535;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45%;
  transform: translate(-50%,-50%);
  width: 45%;
}
.ser-box h4{
  margin-top: 10px;
  font-size: 22px;
}
.ser-box img{
  width: 90px;
  background-color: #fff;
  border-radius: 4px;
}
/* -------Service-section-end--------- */


/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
  margin: 70px 0px;
}

.cont-box{
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  background-color: #5c2fa2;
  border-radius: 10px;
}
.cont-box p{
  font-size: 20px;
  margin-bottom: 0px;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #353535;
  position: relative;
  line-height: 30px;
}
.cont-box h2::after{
  content: " +";
  font-size: 40px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* ---Testimonial-Section-Start---- */
.testimonial-section .tes-head h2{
  font-size: 40px;
  line-height: 50px;
}
.tes-box {
  padding: 20px;
  background-color: #fff;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px #517cc028;
}

.tes-box .tes-img img {
  width: 60px;
  display: block;
  height: 60px;
  object-fit: cover;
}

.tes-box .tes-title {
  flex: 1;
}

.tes-box .tes-title p {
  font-style: italic;
  margin-top: 10px;
  font-size: 17px;
}


.tes-box .tes-title h5 {
  color: #353535;
  font-size: 19px;
  font-weight: 600;
}

.tes-box .tes-title h5 span {
  color: #5c2fa2;
  font-size: 14px;
  font-weight: normal;
}

.tes-box .testimonial-title>span {
  padding: 20px;
  background-color: #5c2fa2;
}

.tes-box .testimonial-title i {
  font-size: 80px;
}

.tes-cart {
  display: flex;
  border: 4px double #353535;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.tes-cart img {
  width: 50px;
}

.tes-cart h5 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.tes-cart .tes-text {
  margin-left: 20px;
}

.tes-box .shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 120px;
  width: 120px;
}

.testimonial-section h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
}

.testimonial-section h2 span {
  color: #353535;
}
.testimonial-section .head p{
  font-size: 18px;
}
/* ----Testimonial-Section-End---- */


/* -----Brand-Section-Start----- */

.brand-section{
  text-align: center;
}
.brand-section .brand-box{
  padding: 20px;
  border: 1px solid #5c2fa2;
  margin: 10px;
  border-radius: 10px;
}
.brand-section .brand-box img{
  margin: auto;
  width: 200px;
}
.brand-section h3{
  font-size: 35px;
  font-weight: 700;
  color: #5c2fa2;
}

/* ---Brand-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#eeeeeee2,#eeeeeee2),url(../images/hero.avif);
  background-size: cover;
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #353535;
}

.footer-box .social li a:hover {
  color: #353535;
  background-color: #5c2fa2;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #353535;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #5c2fa2;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #353535;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}


.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.footer-link2 ul li a:hover {
  color: #353535;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #353535;
  border-radius: 5px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #5c2fa2;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}
.footer-section .copy-right p a{
    padding-left:10px;
    font-weight:700;
}

/* ------footer-section-end-------- */

/* -----Banner-Section-Start---- */

.banner-section{
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.564),rgba(0, 0, 0, 0.541)),url(../images/banner.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.banner-section .banner-img img{
  width: 100%;
}
.banner-title h2{
  font-size: 60px;
  font-weight: 700;
}
.banner-title ul{
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li a{
  padding: 4px;
  color: #fff;
}

/* -----Banner-Section-End---- */

/* ---mission-section-start--- */

.mission-section .mission{
  padding: 50px;
  background-image: url(../images/mission.png);
  border-radius: 20px;
}
.mission .ms-list ul{
  padding: 0px;
  list-style: none;
  margin: 0;
}
.mission .ms-list ul li {
  padding: 10px 30px;
  background-color: #fff;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  margin: 10px 0px;
  transition: .5s;
  align-items: center;
}
.mission .ms-list ul li:hover,.mission .ms-list li.new-tab{
  background-color: #353535;
  box-shadow: 0px 5px 10px 0px #5c2fa22c;
  color: #fff;
}
.mission .ms-list ul li img{
  width: 50px;
}
.mission .ms-list ul li span{
  font-size: 25px;
  display: inline-block;
  margin-left: 25px;
  font-weight: 600;
}
.mission .ms-item{
  padding-left: 20px;
}
.mission .ms-item p{
  font-size: 20px;
}
.mission .ms-item .ms-box{
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.mission .ms-item .ms-box h4{
  font-weight: 600;
}
.mission .ms-box2,.mission .ms-box3,.mission .ms-box4{
  display: none;
}
/* ---mission-section-end--- */

/* ----form-section-start--- */
.form-section{
  margin-top: -50px;
  z-index: 366;
  position: relative;
}
.form-box{
  padding: 80px 60px;
  box-shadow: 0px 10px 20px 0px #16003b25;
  border-radius: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}
.form-section .form-img{
  margin-bottom: 20px;
}
.form-section .form-img img{
  border-radius: 10px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.form-section .form{
  padding:50px 30px;
  border: 1px solid #353535;
  border-radius: 10px;
}
.form-section .form h2{
  margin-bottom: 30px;
}
.form-section .form-text p{
  font-size: 20px;
  font-weight: 500;
}
.form-section .form input{
  width: 100%;
  border: none;
  border-bottom: 2px solid #eee;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  outline: none;
  padding: 10px 0px;
}
.form-section .form .sec-btn{
  margin-top: 30px;
  padding: 10px 40px;
  border: none;
}

/* ----form-section-end--- */


/* ---price-section-start--- */

.price-section{
  padding: 80px 0px;
}
.price-section .price-left{
  margin-bottom: 40px;
}
.price-section .price-box{
  padding-top: 25px;
  text-align: center;
  border: 1px solid #9a9797;
  border-radius: 10px;
  margin:0px 10px;
} 
.price-section .price-box  h4{
  font-size: 30px;
  margin: 20px 0px;
  font-weight: 700;
}
.price-box .price-img2{
  padding: 20px 0px;
}
.price-section .price-box img{
  width: 200px;
  margin: auto;
  max-height: 150px;
  object-fit: cover;
}
.price-section .price-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.price-section .price-box ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.price-section .price-box ul li span{
  font-size: 14px;
}
.price-section .price-box ul li:nth-child(even){
  background-color: #eee;
}
.price-section .slick-arrow{
  position: absolute;
  top: -80px;
  right: 100px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 0;
  background-color: #353535;
  color: #fff;
  justify-content: center;
  height: 40px;
  width: 60px;
}
.price-section .slick-next{
  right: 20px;
}
.price-section .slick-next::after{
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 30px;
}
.price-section .slick-prev::after{
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 30px;
}
/* ---price-section-end---- */


/* -----work-section-start----- */

.work-section{
  padding: 80px 0px;
  position: relative;
  overflow-x: hidden;
}
.work-section .work-head{
  text-align: center;
  margin-bottom: 34px;
}
.work-box{
  padding: 30px;
  box-shadow: 0px 10px 20px 0px #19206328;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.work-box::after{
  position: absolute;
  top: 50%;
  left: -60px;
  height: 12px;
  background-color: transparent;
  width: 70px;
  content: "";
  background-color: #353535;
}
.work-section .m1::after{
  top: 50%;
  right: -60px;
  height: 12px;
  left: auto;
}
.work-box::before{
  position: absolute;
  top: 47%;
  left: 0px;
  height: 25px;
  background-color: transparent;
  width: 25px;
  background-color: #353535;
  border-radius: 100%;
  border: 4px double #5c2fa2;
  content: "";
}
.work-box p{
  font-size: 20px;
}
.work-section .m1::before{
  top: 47%;
  left: auto;
  right: 0;
}
.work-box img{
  width: 100px;
}
.work-box h4{
  font-size: 22px;
  font-weight: 600;
  color: #353535;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.work-box h4 span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 50px;
  background-color: #353535;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}
.work-section .work-shape {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 55%;
    justify-content: center;
    height: 454px;
    width: 15px;
    background-color: #353535;
    transform: translate(-50%,-50%);
}
/* -----work-section-end----- */

/* ---pro-section-start--- */
.pro-section{
  padding: 60px 0px;
  background-image:linear-gradient(#0000009a,#0000009a),url(../images/pro-banner.jpg);
  background-size: cover;
  color: #fff;
}
.pro-section p{
  font-size: 20px;
  font-weight: 500;
}


/* ---price-section-start--- */

.price-section{
  padding: 80px 0px;
}
.price-section .price-left{
  margin-bottom: 40px;
}
.price-section .price-box{
  padding-top: 25px;
  text-align: center;
  border: 1px solid #9a9797;
  border-radius: 10px;
  margin:0px 10px;
} 
.price-section .price-box  h4{
  font-size: 30px;
  margin: 20px 0px;
  font-weight: 700;
}
.price-box .price-img2{
  padding: 20px 0px;
}
.price-section .price-box img{
  width: 200px;
  margin: auto;
  max-height: 150px;
  object-fit: cover;
}
.price-section .price-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.price-section .price-box ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.price-section .price-box ul li span{
  font-size: 14px;
}
.price-section .price-box ul li:nth-child(even){
  background-color: #eee;
}
.price-section .slick-arrow{
  position: absolute;
  top: -80px;
  right: 100px;
  display: flex;
  align-items: center;
  border: none;
  font-size: 0;
  background-color: #353535;
  color: #fff;
  justify-content: center;
  height: 40px;
  width: 60px;
}
.price-section .slick-next{
  right: 20px;
}
.price-section .slick-next::after{
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 30px;
}
.price-section .slick-prev::after{
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 30px;
}
/* ---price-section-end---- */

/* ---faq-section-start--- */

.faq-section h2{
  text-align: center;
  margin-bottom: 30px;
}

.faq{
  padding-left: 30px;
}
.faq h2 span{
  font-size: 45px;
  font-weight: 700;
  color: #353535;
}
.faq .accordion-body{
  color: #161616;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #5c2fa2;
}
.faq .accordion-item h2 button{
  font-size: 28px;
  padding:20px;
  font-weight: 700;
}
.faq .accordion-button:not(.collapsed){
  color: #fff;
  background-color: #5c2fa2;
  box-shadow:none;
}
.faq .accordion-button::after{
  background-image: url(../images/plus.png);
  opacity: 1;
  background-size: auto;
}
.faq .accordion-button:not(.collapsed)::after{
  background-image: url(../images/remove.png);
}
.faq .accordion-item{
  border: none;
  box-shadow: 0px 4px 8px 0px #5c2fa22c;
  margin-top: 25px;
  border: 1px solid #8d8b8b;
}

.faq .accordion-item h2{
  margin: 0px;
}
/* ---faq-section-end--- */

/* ---location-section-start--- */

.location-section{
  padding: 80px 0px;
}
.location-section .ls-head{
  text-align: center;
  margin-bottom: 20px;
}
.location-section .ls-box{
  margin-top: 10px;
}
.location-section .ls-box a{
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  color: #fff;
  background-color: #5c2fa2;
  border-radius:5px;
}
/* ---location-section-end--- */

/* -------branch-section-start------- */
.branch-section{
  background-image: url(../images/network.webp);
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 80px;
}

.branch-head h2{
  text-align: center;
  margin: 0;
}
.branch-box {
  border: 2px solid #353535;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  background-color: #eee;
  transition: .5s;
  padding: 20px;
}
.branch-box p,.branch-box a,.branch-box img,.branch-box h4,.branch-box span,.branch-box b{
  position: relative;
  z-index: 3;
}
.branch-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #5c2fa2;
  z-index: 1;
  content: "";
  transition: .7s;
}
.branch-box::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #353535;
  content: "";
  transition: .7s;
}
.branch-box:hover:before,.branch-box:hover:after{
  width: 100%;
}
.branch-box:hover,.branch-box:hover a{
  color: #fff;
}
.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #353535;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ----Contact-Section-Start---- */

.contact-section{
  padding: 80px 0px;
}
.contact-box{
  border: 1px solid #b0b4b4;
  padding:30px 20px;
  display: flex;
  margin: 15px 0px; 
  transition: .5s;
  align-items: center;
}
.contact-box:hover{
  background-color: #5c2fa2;
  color: #fff;
}
.contact-box:hover a{
  color: #fff;
}
.cont-img {
  margin-right: 20px;
}
.contact-box .text{
  flex: 1;
}
.cont-img img{
  width: 50px;
}
.contact-section .map{
  height: 100%;
  width: 100%;
}
/* ----Contact-Section-End------ */


/* ----quote-section-start--- */
.quote-section{
  padding: 80px 0px;
}
.quote-section .quote{
  padding: 50px 30px;
  background: linear-gradient(#5c2fa2,#5c2fa2);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-section .quote::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #353535;
  width: 30%;
  height: 100%;
  content: "";
}
.quote-section .quote::before {
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0,100% 0%,100% 100%,15% 100%);
  width: 30%;
  height: 65px;
  background: #fff;
  content: "";
}
.quote-section .quote .quote-item h5{
  margin: 0;
}
.quote-section .quote-item a{
  color: #5c2fa2;
  font-size: 18px;
}
.quote-form .f-group input,.quote-form .f-group select,.quote-form .f-group textarea{
  padding: 15px 20px;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #eee;
  outline: none;
}
.quote-section .quote-item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 30%;
  height: 65px;
  justify-content: center;
  background: linear-gradient(#000000d8, #000000d8), url(../images/shape.svg);
  content: "";
}
.quote-form .sec-btn{
  width: 100%;
  padding: 14px 20px;
  margin: 10px 0px;
  border-radius: 0;
  background-color: #353535;
}
.quote-img {
  position: relative;
  z-index: 3;
  margin-bottom: -50px;
}

/* ----quote-section-end--- */


/* ------other-section-start------ */

.other-section{
  padding: 80px 0px;
}
.other-section img{
  width: 100%;
}
/* ------other-section-End------ */

/* ---why-section-start--- */
.why-section{
  background-image: linear-gradient(#ffffffca,#ffffffd6),url(../images/why-banner.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
.why-section .why-box .accordion-body p{
  margin-bottom: 0;
}
.why-box .accordion-item{
  border: 1px solid #5c2fa2;
  margin: 8px 0px;
  background-color: #eee;
}
.why-box .accordion-item h2{
  margin: 0;
}
.why-box .accordion-item .accordion-button{
  padding: 10px 20px; 
   font-weight: 600;
  font-size: 22px;
  background-color: transparent;
}
.why-box .accordion-flush .accordion-item:first-child,.why-box .accordion-flush .accordion-item:last-child{
  border-top: 1px solid #5c2fa2;
  border-bottom: 1px solid #5c2fa2;
}
.why-box .accordion-button:not(.collapsed){
  color: #fff;
  background-color: #5c2fa2;
}
.why-box .accordion-button:not(.collapsed)::after{
  filter: brightness(44);
}
.why-box .accordion-button:focus{
  box-shadow: none;
}
.why-box .accordion-item p{
  margin: 0;
}
/* ---why-section-start--- */

/* ===Gallery-Section=== */

.gallery-section {
  padding: 80px 0px;
  position: relative;
  z-index: 9;
}

.gallery-section .gs-head h2 {
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  border-radius: 10px;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.09);
}

/* ===Gallery-Section=== */

/*===Popup-Section===*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.6s ease-in-out;
}
.popup-box .f-group{
  margin: 15px 0px;
  text-align: left;
}
.popup-box .f-group input{
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #5c2fa2;
  outline: none;
}
.popup-box .f-group .sec-btn{
  margin-top: 20px;
}
.popup-box h2 {
  margin-bottom: 15px;
  color: #ff6600;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #5c2fa2;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #5c2fa2;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 27px;
  cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/*===Popup-Section====*/

/* -----Responsive-Style----- */

@media screen and (max-width:1024px) {
  .hero-section #js-main-slider {
    padding-bottom: 45% !important;
  }
  .hero-section .pogoSlider-slide {
    height: 100vh;
    padding: 50px 0px;
  }
  .hero-section .hero-box h2 {
    font-size: 50px;
}
h2 {
  font-size: 35px;
}
.about-section,.process-section,.choose-section,.gallery-section,.details-section{
  padding: 50px 0px;
}
.service-section {
  padding: 60px 0px;
  margin-top: 50px;
}
.banner-section {
  padding: 80px 0px;
}
.m-100 {
  margin-bottom: 25px;
}
.ps-box h5 {
    font-size: 22px;
}
}

@media screen and (max-width:992px) {
  .menu{
    background-color: #eee;
  }
  .logo,.logo-bar::after{
    display: none;
  }
  .menu .navbar-light .navbar-brand{
    display: block;
  }
  .menu {
    padding: 0px;
}
.menu .navbar-light .navbar-brand img {
  width: 170px;
}
.menu .nav-item{
  margin: 4px 0px;
}
.menu .navbar-light .navbar-nav .nav-link{
  display: inline-block;
  color: #000;
  padding: 6px 0px;
}
.menu .sec-btn{
  margin-bottom: 30px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-light .navbar-toggler {
  border-color: #5c2fa2;
  border-width: 2px;
}
.quote-section .quote-form{
  position: relative;
  z-index: 4;
}
}

@media screen and (max-width:770px) {
  .hero-section #js-main-slider {
    padding-bottom: 53% !important;
}
.hero-section{
    background-image:linear-gradient(to right, #eee, #eeeeee8c, #eeeeeedb), url(../images/hero.jpg);
}
.about-section .as-item .as-img img,.about-section .as-item .text{
  display: none;
}
.about-section .as-item .as-img.mt-4 img{
  display: block;
}
.dsl-list ul{
  margin-top: 20px;
}
.quote-section .quote-form{
    margin-top:30px;
}
.as-content{
  margin-top: 30px;
}
.about-section, .process-section, .choose-section,.brand-section,.contact-section,.quote-section,.details-section{
  padding: 40px 0px;
}
.process-section .ps-box{
  margin-top: 20px;
}
.gallery-section{
  padding-top: 30px;
  padding-bottom: 0px !important;
}
.contact-section .map {
  height: 300px;
}
.footer-section {
  padding-top: 20px;
}
.footer-box{
  margin-top: 20px;
}
}
@media screen and (max-width:580px) {
  .logo-bar .address .text b, .logo-bar .phone .text b,.logo-bar br{
    display: none;
  }
  .logo-bar .phone .icon, .logo-bar .address .icon {
    height: auto;
    width: auto;
    border-radius: 3px;
    margin-right: 8px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
}
.hero-section{
  padding: 90px 0px 55px;
  height: auto;
  background-image:linear-gradient(#eeeeeee0, #f5ececd4), url(../images/hero.jpg);
  background-position:right;
}
.quote-section .quote-item {
    width: 100%;
    background:#353535;
    clip-path: none;
}
.quote-section .quote-item a{
    color:#fff;
}
.hero-text h2 {
    font-size: 42px;
}
.about-section h2 {
    font-size: 35px;
}
.cta-section {
    margin:0px;
}
.branch-head h2 {
  font-size: 30px;
  margin: 0px;
}
.sticky .navbar-expand-lg .navbar-nav {
    padding-left: 10px;
}
.hero-section .pogoSlider-slide {
  padding: 25px 0px;
}
.hero-section #js-main-slider {
  padding-bottom: 90% !important;
}
.hero-box .sec-btn{
  margin-top: 0px;
}
h2,.ser-head h2{
  font-size: 28px;
}
.service-section {
  padding: 40px 0px;
  margin-top: 30px;
}
.ps-head h2 {
  font-size: 30px;
  margin: 0px 0px;
}
.popup-box{
    width:300px;
}
.choose-section .choose {
  padding: 15px;
}
.banner-title h2 {
  font-size: 35px;
  margin: 0px 0px;
}
.banner-section {
  padding: 50px 0px;
}
.form-box{
  padding: 30px 20px;
}
.form-section{
  margin-top: -30px;
}
.form-section .form{
  padding: 20px;
  margin-bottom: 20px;
}
.form-section .form h2 {
    margin-bottom: 0px;
}
.form-section .form-img img{
  max-height: 100%;
}
.quote-section .quote::after{
    width:0px;
}
.quote-img{
    display:none;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  font-size:14px;
}
.logo-bar a {
    color: #fff;
    font-size: 14px;
}
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ffb400;
  color:#fff;
  font-size:20px;
  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;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/