html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Rubik', sans-serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 38px;
  margin: 10px 0px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Rajdhani', sans-serif;
}

h1,
h3,
h4,
h5 {
  font-family: 'Rajdhani', sans-serif;
}

.m-100 {
  margin-bottom: 80px;
}

.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: #08e255;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ffda2b;
}

.sec-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffda2b;
  color: #fff;
  transition: .5s;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: #eee;
  color: #4d148c;
  border-radius: 30px;
}
.terms-section h4{
    font-weight:600;
    font-size:22px;
}

.p-100 {
  padding: 80px 0px;
}

.under {
  color: #4d148c;
  padding: 8px 15px;
  font-weight: 500;
  background-color: #ffda2b;
  font-variant: small-caps;
}

.under i {
  padding-right: 10px;
  color: #ffda2b;
}

/* -------main-style-start-------- */

header {
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
  background-color: #ffda2b;
}

.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  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 a {
  background-color: #4d148c;
}

.top-left ul li a:hover {
  color: #4d148c;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
    display: flex;
    color: #fff;
    position: relative;
    z-index: 3;
    align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}


/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #4e148c15;
}

.menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  background-color: #4d148c;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  height: 100%;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 280px;
}

.dropdown-menu {
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-top: 4px solid #4d148c;
  box-shadow: 0px 10px 20px 0px #4e148c2d;
}

.dropdown-menu a {
  padding: 10px;
}
.dropdown-menu a:hover{
  background-color: #ffda2b;
  color: #fff;
}


.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}

.menu .navbar {
  padding: 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 500;
  color: #050505;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #ffda2b;
}

.menu .menu-btn a {
  padding: 13px 20px;
  border: 2px solid #eee;
  border-radius: 4px;
  color: #ffda2b;
  z-index: 3;
  position: relative;
  transition: .5s;
}

.menu .menu-btn a:hover {
  background-color: #eee;
}
.menu img{
    width:80px;
}
header .sticky{
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
}
/* ----header-section-end---- */

/* ---Hero-Section-Start--- */
.hero-section{
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  color: #fff;
}
.hero-section h2{
  font-size: 50px;
}
.hero-section h2 span{
  color: #ffda2b;
}
.hero-section p{
  font-size: 18px;
  line-height: 30px;
}
.hero-section::after{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/hero.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  z-index: -1;
  width: 50%;
  background-color: #4d148c;
  content: "";
}
.hero-section::before{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #ffda2b;
  content: "";
  z-index: -1;
}

/* ---Hero-Section-End---- */

/* ---feature-section-start--- */
.feature-section{
  margin-top: -60px;
}
.feature-section .fea-box{
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: .5s;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0  10px 20px 0px #4e148c1a;
}
.feature-section .fea-box:hover{
  background-image: linear-gradient(#4e148cc4,#4e148cc4), url(../images/ser4.webp);
  background-position: center;
  background-position: center;
  color: #fff;
}

.feature-section .fea-box h4{
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0px;
}
.fea-box .fea-icon{
  height: 80px;
  width: 90px;
  display: flex;
  border-radius: 5px;
  transition: .5s;
  align-items: center;
  background-color: #4d148c;
  justify-content: center;
}
.fea-box:hover .fea-icon{
  background-color: #ffda2b;
}
.fea-box .fea-icon img{
  width: 60px;
}
/* ---feature-section-end---- */

/* ---Service-Section-Start--- */

.service-section .ser-head{
  text-align: center;
}
.ser-box{
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 20px;
  transition: .5s;
}
.ser-box:hover{
  background-color: #4d148c;
  color: #fff;
}
.ser-box .ser-img{
  height: 100%;
}
.ser-box .ser-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ser-box .ser-text{
  padding: 20px 10px;
}
.ser-box .ser-text h4{
  font-weight: 700;
}
/* ---Service-Section-End--- */

/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
  background:url(../images/cunter.jpg);
}

.cont-box{
  display: flex;
  align-items: center;
}
.cont-box .icon{
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #ffda2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-box img{
  width: 50px;
}
.cont-box .text{
  margin-left: 20px;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  color: #ffda2b;
  position: relative;
  line-height: 30px;
}
.cont-box p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* ---Testimoial-Section-Start--- */

 .form-box {
  background-color: #ffda2b;
  padding:30px;
}

.form-box h2 {
  color: #4d148c;
  font-size: 30px;
  margin-top: 0;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 18px 20px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #171718;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
}
.form-box .f-group .sec-btn {
  background-color: #4d148c;
}
.form-box .f-group .sec-btn:hover{
  color: #ffda2b;
}
.form-box .f-group .sec-btn::after{
  background-color: #eee;
}

.form-box .sec-btn {
  margin-top: 5px;
}

.testimonial-section .tes-box{
  padding:20px;
  margin: 10px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  height: 420px;
  background-image: url(../images/tes.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}
.tes-box::after{
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  transition: .5s;
  transform: translate(-50%,0%);
  height: 170px;
  background-color: #ffda2b;
  clip-path: circle(49.8% at 50% 0);
  content: "";
  z-index: 0;
}
.tes-box:hover:after{
  background-color: #4d148c;
}
.testimonial-section .tes-box p{
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  margin: 10px 0px;
}
.tes-box .ratting i{
  color: #ffda2b;
  letter-spacing: 1px;
  font-size: 14px;
}

.tes-box .tes-img img{
  width: 120px;
  z-index: 6;
  position: relative;
  height: 120px;
  border-radius: 100%;
  margin: auto;
}
.tes-box .info .text{
  flex: 1;
  margin-left: 15px;
}
.tes-box .text h5{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #4d148c;
}
.tes-box .info .text span{
  color: #ffda2b;
  font-size: 15px;
}
.testimonial-section .map{
  height: 100%;
}
/* ---Testimoial-Section-End--- */

 /* ---Banner-Section-Start--- */

 .banner-section {
  background-image: linear-gradient(#05132c96, #ffdc2bbc);
  padding: 20px 0px;
}

.banner-title h2 {
  color: #fff;
  margin-bottom: 0;
}

.banner-section ul {
  display: flex;
  align-items: center;
  padding: 0;
}

.banner-section ul li {
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #ffda2b;
  list-style: none;
}

.banner-section ul li a {
  color: #4d148c;
}

.banner-section ul li:hover a {
  color: #ffda2b;
}
.banner-section .bs-img{
  text-align: center;
}
.banner-section .bs-img img{
  width: 300px;
}

/* ---Banner-Section-Start--- */

/* ===Network-Section-Start=== */

.network-section .network-list ul{
  padding: 0;
  list-style: none;
}
.network-section .network-list ul li{
  padding: 10px 20px;
  background-color: #4d148c;
  margin-top: 10px;
  transition: .6s;
  font-size: 17px;
  border-radius: 4px;
}
.network-section .network-list ul li:hover{
  background-color: #ffda2b;
}
.network-section .network-list ul li a{
  color: #fff;
}
.network-section .network-list ul li i{
  color: #08e255;
  margin-right: 10px;
}

/* ===Network-Section-End=== */

/* ---Branches-Section-Start--- */

.branches-section .net-head{
  text-align: center;
}
.branches-section .net-box{
  padding: 30px;
  border: 3px double #4d148c;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
  transition: .5s;
}
.branches-section .net-box:hover{
  box-shadow: 0px 20px 40px 0px #0006711e;
  border: 3px double #fff;
}
.branches-section .net-box h4{
  font-size: 23px;
  font-weight: 700;
}
.branches-section .net-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.branches-section .net-box ul li{
  margin-top: 20px;
}
.branches-section .net-box ul li i{
  color: #4d148c;
  margin-right: 10px;
  font-size: 20px;
}
.branches-section .net-box .sec-btn{
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
/* ----Branches-Section-End---- */

/* ---team-section-start--- */
.team-section .team-head{
  text-align: center;
  margin-bottom: 20px;
}
.team-section .team-box{
  margin: 10px;
  transition: .5s;
  padding: 15px;
  background-color: #eee;
}
.team-section .team-box:hover{
  background-color: #ffda2b;
  color: #fff;
}
.team-section .team-box img{
  width: 100%;
  height: 280px;
  border-radius: 5px;
  object-fit: cover;
}
.team-section .team-box .text{
  padding: 10px;
}
.team-section .team-box .text span{
  padding: 5px;
  background-color: #ffda2b;
  transition: .5s;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}
.team-section .team-box:hover .text span{
  background-color: #4d148c;
}
 .team-box h5{
  margin-bottom: 8px;
  transition: .5s;
  color: #4d148c;
  font-size: 22px;
  font-weight: 600;
 }
 .team-box:hover h5{
  color: #fff;
 }
 /* ----Team-Section-Start--- */

 /* ---contact-section-start--- */

.contact-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #eee;
  position: relative;
  height: 100%;
  transition: .5s;
}
.contact-section .contact-box:hover{
  color: #fff;
}
.contact-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #ffda2b;
  content: "";
}
.contact-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #ffda2b;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box:hover .icon{
  background-color: #4d148c;
}
.contact-box .icon img{
  width: 45px;
  transition: .5s;
}
.contact-box .icon img{
  filter: brightness(88);
}
.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 700;
  transition: .5s;
  color: #ffda2b;
}
.contact-box:hover .text h4{
  color: #4d148c;
}

.contact-box:hover .text a{
  color: #fff;
}

.contact-box .text address{
  margin-bottom: 0;
}

/* ---contact-section-end--- */

/* -----Gallery-Page-start----- */

.gallery-section {
  overflow: hidden;
}

.gallery-section .gs-head h2 {
  margin: 0;
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 20px;
}

.gallery-box a {
  position: relative;
  border-radius: 15px;
}

.gallery-box a img {
  width: 100%;
  border-radius: 15px;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(.95);
  border-radius: 0px;
}

/* ------gallery-Page-end------- */

/* ---------Details-Section-Start---------- */

.dsl .dsl-list {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 15px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #4d148c;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  border-radius: 5px;
  background-color: #eee;
  margin: 10px 0px;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 5px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  justify-content: space-between;
}
.dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 0px;
  height: 100%;
  background-color: #4d148c;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 40px;
  width: 50px;
  background-color: #4d148c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #ffda2b;
}
.dsl-list ul li a:hover i{
  background-color: #ffda2b;
  color: #fff;
}

.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #ffda2b;
  color: #fff;
}

.dsr h4{
  margin: 15px 0px;
  font-weight: 800;
  font-size: 30px;
}
.dsr .dsr-img {
  margin-bottom: 30px;
}

.dsr .dsr-img img {
  max-height: 500px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  object-fit: cover;
}
.dsr ul{
  list-style: none;
  padding: 0;
}
.dsr ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.dsr ul li i{
  height: 30px;
  width: 30px;
  background-color: #4d148c;
  color: #ffda2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.dsr ul li span{
  flex: 1;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)),url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a {
  color: #fff;
}
.details-section .dsl .form-box{
  background-color: #ffda2b;
  padding: 20px;
}
.details-section .dsl .form-box input,.details-section .dsl .form-box textarea{
  padding: 15px 20px;
  margin: 7px 0px;
}
.ser-inque {
  padding: 20px;
  border: 1px solid #eee;
}
.ser-inque h4{
  font-weight: 700;
}
.ser-inque .contact-box{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ser-inque .contact-box:hover a{
  color: #4d148c;
}
.ser-inque .contact-box h4{
  margin-bottom: 0;
}
.ser-inque .contact-box .icon{
  height: 60px;
  width: 60px;
  background-color: #4d148c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-inque .contact-box .icon img{
  width: 40px;
}
/* ---------Details-Section-end------------ */
.policy-section h4{
  font-weight: 700;
}
/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  background-color: #4d148c;
  color:#fff;
}
.footer-section .f-box{
  margin-top: -80px;
  box-shadow: 0px 10px 20px #4e148c25;
}
.footer-logo {
  padding:25px 20px;
  text-align: center;
  background-color: #eee;
}
.footer-box .footer-text p{
  line-height: 27px;
}
.footer-box {
  position: relative;
  z-index: 4;
}
.footer-box .f-title{
  padding: 20px;
  background-color: #ffda2b;
}

.footer-box .f-title h4{
  font-weight: 700;
  font-size: 24px;
}
.footer-box .f-title h5{
  color: #4d148c;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 10px;
}
.footer-box .f-title a{
  color: #fff;
}
.footer-logo img {
  width: 90px;
}

.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: #ffda2b;
}

.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #ffda2b;
}

.footer-box .footer-title h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffda2b;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ffda2b;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}
.footer-box ul li a{
    color:#fff;
    transition: .5s;
}
.footer-box ul li a:hover{
  color: #ffda2b;
}
.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #ffda2b;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #ffda2b;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #ffda2b;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #4d148c;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}
.footer-section .f-map{
  height: 100%;
}
.footer-section .f-map iframe{
  border-radius: 7px;
}
/* ------footer-section-end-------- */


@media screen and (max-width:1024px) {
.menu::after {
    width: 240px;
}
.hero-section {
  padding: 80px 0px;
}
.top-right {
    margin-right: -120px;
}
.hero-item h2 {
  font-size: 40px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 8px;
  font-size
}
.hero-section p {
  font-size: 16px;
}
.as-content .as-text p{
  font-size: 15px;
  margin-bottom: 0;
}
.feature-section {
  margin-top: -40px;
}
h2{
  font-size: 30px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
.feature-section .fea-box h4 {
  font-size: 22px;
  margin: 10px 0px;
}
.fea-box .sec-btn{
  padding: 8px 14px;
}
.fea-box .fea-icon {
  height: 70px;
  width: 70px;
}
.fea-box .fea-icon img{
  width: 45px;
}
.ser-box{
  padding: 0;
}
.ser-box .ser-text {
  padding: 10px 0px;
}
.cont-box p {
  font-size: 15px;
  font-weight: 500;
}
.cont-box .icon {
  height: 60px;
  width: 60px;
}
.cont-box .icon img{
  width: 40px;
}
.testimonial-section .tes-box p {
  font-size: 15px;
}
.tes-box .tes-img img {
  width: 80px;
  height: 80px;
}
.banner-section .bs-img img {
  width: 230px;
}
.contact-section .contact-box{
  display: block;
  text-align: center;
}
.contact-box .icon{
  margin: 0px auto 10px auto;
}
.ser-inque .contact-box .icon{
  margin-right: 10px;
  margin-bottom: 0;
}
.dsr .dsr-img img {
  max-height: 400px;
}
}

@media screen and (max-width:992px) {
  .top-left{
    display: none;
  }
  .menu img {
    width: 80px;
}
.top-right {
    margin-right: 0px;
}
.menu .navbar-toggler{
  position: relative;
  z-index: 33;
  border: 4px double #ffda2b;
  border-radius: 3px;
  color: #fff;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .menu-btn{
  margin: 20px 0px;
}
.menu .menu-btn a{
  border-color: #4b1388;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.menu .navbar-nav {
  display: block;
  margin-left: 0px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 10px 0px;
}
.hero-section {
  padding: 50px 0px;
}
.hero-section .hero-img{
  position:absolute;
  top: 30%;
  right: 40px;
}
.hero-section .hero-img img{
  width: 300px;
  opacity: .7;
}
.hero-section .hero-item{
  position: relative;
  z-index: 8;
}
.feature-section {
  margin-top: 40px;
}
.feature-section .fea-box,.cont-box,.footer-section .footer-box{
  margin-top: 20px;
}
.feature-section .fea-box h4 {
  font-size: 24px;
}
.p-100{
  padding: 50px 0px;
}
.m-100,.testimonial-section .form-box{
  margin-bottom: 50px;
}
.testimonial-section{
  text-align: center;
}
.testimonial-section .tes-box {
  height: 360px;
}
.testimonial-section .map{
  height: 300px;
}

}

@media screen and (max-width:580px) {
  .menu::after {
    width: 160px;
}
.hero-section {
  padding: 40px 0px;
}
.hero-section::before {
  width: 0%;
}
.hero-section::after{
  width: 100%;
}
.hero-item h2,h2 {
  font-size: 28px;
}
.as-img{
  margin-top: 20px;
}
.ser-box {
  padding: 20px;
}
.cont-box p {
  font-size: 14px;
}
.cont-box .text {
  margin-left: 10px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.top-right a {
    font-size: 18px;
}
.testimonial-section .tes-box p {
  font-size: 16px;
}
.banner-section .bs-img img {
  width: 140px;
}
.form-box .f-group input, .form-box .f-group select, .form-box .f-group textarea {
  padding: 15px 20px;
  margin-bottom: 15px;
}
.testimonial-section .form-box{
  padding: 30px 20px;
}
.footer-section{
  padding-top: 10px;
}
.banner-section ul li{
  font-size: 14px;
}
.banner-title h2{
  font-size: 25px;
}
.dsr p{
  text-align: justify;
}
.dsr h4{
  font-size: 25px;
}
.top-right{
    flex-wrap:wrap;
        justify-content: center;
}
}


 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  padding-top:20px;
  margin-top:0px;
}
.thank img{
    width:60%;
}
.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;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/