@import "../components/slick.css";
@import "../components/slick-theme.css";
@import "../components/slick.css";
@import "../components/slick-theme.css";
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1180px;
  margin: auto;
}

/*Font Size's*/
:root {
  --light-sky: #f2f3fe;
  --white: #ffff;
  --blue: #ff740c;
  --gray-border: #e0e0e0;
  --gray: #9d9e9d;
  --black: #000;
  --black-sads: #292323;
}

/*Fonts family Roboto*/
/*Fonts family Rupee */
/*Fonts family Lato */
.header-background {
  background: var(--light-sky);
  padding: 25px 0;
}
.header-background .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.header-background .header .menu{
position: relative;
}
.header-background .header .menu .click{
position: absolute;
right:50px;
bottom:0;
}
.header-background .header .menu .click a img{
width:80px;
}


.header-background .header .logo {
  width: 200px;
}
.header-background .header .logo a img {
  width: 100%;
}
.header-background .header .menu  {
 
   display: flex;
          align-items: center;
          justify-content: space-between;
}
.header-background .header .menu a img {
  width: 100px;
}
.header-background .header .menu-text a{
  color: var(--white);
  background: var(--blue);
  padding: 10px 20px;
  border-radius: 5px;
   font-size: 35px;
}

.all-clients {
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.all-clients .whatsapp-icon {
  position: fixed;
  z-index: 9999;
  right: 30px;
  top: 85%;
}
.all-clients .whatsapp-icon img {
  width: 60px;
}
.all-clients h2 {
  font-size: 35px;
  color: var(--blue);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.all-clients ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.all-clients ul li {
  overflow: hidden;
}
.all-clients ul li:hover .image .our-overlay {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.all-clients ul li .image {
  width: 300px;
  height: 300px;
  margin: auto;
  display: block;
  border-radius: 400px;
  overflow: hidden;
  position: relative;
}
.all-clients ul li .image a img {
  width: 100%;
  height: 100%;
  border-radius: 200px;
  display: block;
  margin: auto;
  overflow: hidden;
  -webkit-transition: 0.5 all ease;
  transition: 0.5 all ease;
}
.all-clients ul li .image .our-overlay {
  background: rgba(255, 116, 12, 0.5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.all-clients ul li h3 {
  padding-top: 20px;
  font-size: 25px;
  color: var(--blue);
}
.all-clients ul li p {
  font-size: 16px;
  padding-top: 5px;
}

.slider-top {
  border-bottom: 1px solid var(--gray-border);
  margin: 30px 0;
}
.slider-top h3 {
  font-size: 20px;
  font-weight: 500;
}
.slider-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-top ul li {
  position: relative;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.slider-top ul li::after {
  height: 14px;
  width: 1px;
  rotate: 20deg;
  background: var(--gray);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slider-top ul li:first-child {
  padding-left: 0;
}
.slider-top ul li:first-child::after {
  display: none;
}
.slider-top ul li a {
  color: var(--gray);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-box .left-panel {
  width: 68%;
}
.main-box .left-panel .slider-img {
  width: 100%;
}
.main-box .left-panel .slider-img img {
  width: 100%;
  height: 550px !important;
  display: block;
  border-radius: 10px;
}
.main-box .left-panel .slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--light-sky);
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
}
.main-box .left-panel .slider-bottom .kirn-path h1 {
  color: var(--blue);
  font-size: 25px;
}
.main-box .left-panel .slider-bottom .kirn-path p {
  color: var(--gray);
  padding: 10px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-box .left-panel .slider-bottom .kirn-path p .location {
  font-size: 20px;
}
.main-box .left-panel .slider-bottom .kirn-path span {
  font-size: 13px;
}
.main-box .left-panel .slider-bottom .kirn-path h2 {
  color: var(--blue);
  font-size: 25px;
  padding-top: 10px;
}
.main-box .left-panel .slider-bottom .book-office {
  color: var(--white);
  background: var(--blue);
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 5px;
}
.main-box .left-panel .slider-bottom .book-office h4 {
  font-weight: 500;
  font-size: 20px;
}
.main-box .left-panel .benefits-all p {
  padding: 20px 0 10px;
  font-size: 16px;
}
.main-box .left-panel .benefits-all .benefits-text .benefits h2 {
  font-size: 25px;
}
.main-box .left-panel .benefits-all .benefits-text .benefits ul li {
  padding: 5px 0;
  margin-left: 20px;
  line-height: 30px;
  font-size: 15px;
  list-style-type: disc;
}
.main-box .left-panel .benefits-all .benefits-text .benefits ul li span {
  font-size: 17px;
  font-weight: 500;
}
.main-box .left-panel .benefits-all .benefits-text .services {
  margin-top: 15px;
}
.main-box .left-panel .benefits-all .benefits-text .services h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
.main-box .left-panel .benefits-all .benefits-text .services ul li {
  margin-left: 20px;
  line-height: 30px;
  font-size: 15px;
  position: relative;
}
.main-box .left-panel .benefits-all .benefits-text .services ul li::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -20px;
  position: absolute;
  content: "";
  background: var(--gray-border);
  height: 12px;
  width: 12px;
  border-radius: 15px;
}
.main-box .right-panel {
  width: 30%;
}
.main-box .right-panel .call-expert {
  background: var(--blue);
  border-radius: 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
.main-box .right-panel .call-expert img {
  width: 60px;
  margin-right: 10px;
}
.main-box .right-panel .call-expert h3 {
  margin-top: 10px;
}
.main-box .right-panel .call-expert h3 a {
  color: var(--white);
  font-size: 25px;
}
.main-box .right-panel .form {
  margin-top: 30px;
  padding: 10px !important;
  background: var(--light-sky);
}
.main-box .right-panel .form h2 {
  font-size: 35px;
  text-align: center;
  color: var(--blue);
}
.main-box .right-panel .form p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.main-box .right-panel .form ul li {
  padding-bottom: 20px;
}
.main-box .right-panel .form ul li:nth-child(5) select {
  padding: 12px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--gray-border);
  width: 100%;
  font-size: 16px;
}
.main-box .right-panel .form ul li:nth-child(6) textarea {
  padding: 12px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--gray-border);
  width: 100%;
  font-size: 16px;
  resize: none;
}
.main-box .right-panel .form ul li:nth-child(6) textarea::-webkit-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.main-box .right-panel .form ul li:nth-child(6) textarea::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.main-box .right-panel .form ul li:nth-child(6) textarea:-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.main-box .right-panel .form ul li:nth-child(6) textarea::-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.main-box .right-panel .form ul li:nth-child(6) textarea::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.main-box .right-panel .form ul li:nth-child(7) a {
  padding: 12px 30px;
  border-radius: 5px;
  background: var(--blue);
  color: var(--white);
  width: 100%;
  font-size: 15px;
  font-weight: 400;
}
.main-box .right-panel .form ul li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  margin-top: 10px;
}
.main-box .right-panel .form ul li:last-child input {
  width: 40%;
  padding: 20px;
  height: 20px;
}
.main-box .right-panel .form ul li input {
  padding: 12px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--gray-border);
  width: 100%;
  font-size: 16px;
}

.suggestions {
  margin-top: 100px;
  text-align: center;
}
.suggestions h2 {
  font-size: 35px;
  color: var(--blue);
  padding-bottom: 10px;
}
.suggestions > p {
  font-size: 30px;
  position: relative;
}
.suggestions > p::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -10px;
  background: var(--blue);
  height: 1px;
  width: 250px;
}
.suggestions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.suggestions ul li {
  width: calc(33% - 10px);
  margin-top: 40px;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  background: var(--light-sky);
  -webkit-transition: 0.5S all ease;
  transition: 0.5S all ease;
}
.suggestions ul li:hover {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
}
.suggestions ul li .suggestions-img {
  overflow: hidden;
}
.suggestions ul li .suggestions-img img {
  overflow: hidden;
  width: 100%;
  display: block;
  height: 250px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.suggestions ul li .suggestions-img img:hover {
  scale: 1.2;
}
.suggestions ul li h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.suggestions ul li .suggestion-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suggestions ul li .suggestion-location span {
  font-size: 20px;
  color: var(--gray);
}
.suggestions ul li p {
  padding: 10px 0 15px;
  color: var(--gray);
  font-size: 15px;
  font-weight: 400;
}
.suggestions ul li .starting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.suggestions ul li .starting .starting-left {
  font-size: 25px;
  color: var(--blue);
  font-weight: 600;
}
.suggestions ul li .starting .starting-left h5 {
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
}
.suggestions ul li .starting a .starting-right {
  background: var(--blue);
  color: var(--white);
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 400;
}

.footer-background {
  margin-top: 100px;
  padding: 100px 0;
  background: var(--black-sads);
  color: var(--white);
}
.footer-background .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-background .footer-text .first-panel {
  width: 20%;
}
.footer-background .footer-text .first-panel .footer-logo {
  width: 100%;
  background: var(--white);
  padding: 10px;
}
.footer-background .footer-text .first-panel .footer-logo a img {
  width: 100%;
  height: 50px;
}
.footer-background .footer-text .first-panel p {
  padding: 10px 0 80px;
}
.footer-background .footer-text .first-panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-background .footer-text .first-panel ul li a {
  color: var(--white);
}
.footer-background .footer-text .first-panel ul li a .footer-social-icon {
  font-size: 20px;
}
.footer-background .footer-text .second-panel {
  width: 25%;
}
.footer-background .footer-text .second-panel .footer-select select {
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: 2px solid var(--gray-border);
  width: 100%;
  font-size: 16px;
  background: none;
  color: var(--white);
}
.footer-background .footer-text .second-panel .footer-select select option {
  color: var(--black);
}
.footer-background .footer-text .second-panel ul {
  margin-top: 30px;
}
.footer-background .footer-text .second-panel ul li {
  padding-bottom: 15px;
}
.footer-background .footer-text .second-panel ul li a {
  color: var(--white);
  font-size: 15px;
}
.footer-background .footer-text .third-panel {
  width: 12%;
  margin-top: 85px;
}
.footer-background .footer-text .third-panel ul li {
  padding-bottom: 15px;
}
.footer-background .footer-text .third-panel ul li a {
  color: var(--white);
  font-size: 15px;
}
.footer-background .footer-text .fourth-panel {
  width: 28%;
  margin-top: 85px;
}
.footer-background .footer-text .fourth-panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.footer-background .footer-text .fourth-panel ul li .footer-icon {
  padding-right: 20px;
}
.footer-background .footer-text .fourth-panel ul li .footer-icon i {
  font-size: 25px;
}
.footer-background .footer-text .fourth-panel ul li .footer-icon-text {
  line-height: 25px;
}

@media screen and (max-width: 676px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .all-clients {
    margin-top: 50px;
  }
  .all-clients .whatsapp-icon {
    right: 15px;
    top: 65%;
  }
  .all-clients .whatsapp-icon img {
    width: 50px;
  }
  .all-clients h2 {
    font-size: 30px;
  }
  .all-clients ul li .image {
    width: 200px;
    height: 200px;
  }
  .all-clients ul li h3 {
    font-size: 17px;
  }
  .all-clients ul li p {
    font-size: 12px;
  }
  .slider-top {
    border-bottom: none;
    text-align: center;
  }
  .slider-top ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-box .left-panel {
    width: 100%;
  }
  .main-box .left-panel .slider-img img {
    height: 550px;
  }
  .main-box .left-panel .slider-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .main-box .left-panel .slider-bottom .book-office {
    margin-top: 20px;
  }
  .main-box .right-panel {
    margin-top: 50px;
    width: 100%;
  }
  .main-box .right-panel .form h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .main-box .right-panel .form ul li:last-child input {
    width: 10%;
    margin-right: 20px;
  }
  .suggestions ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .suggestions ul li {
    width: 100%;
  }
  .footer-background {
    margin-top: 50px;
    padding: 50px 10px;
  }
  .footer-background .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-background .footer-text .first-panel {
    width: 100%;
  }
  .footer-background .footer-text .first-panel ul {
    width: 80%;
  }
  .footer-background .footer-text .first-panel p {
    padding-bottom: 20px;
  }
  .footer-background .footer-text .first-panel .footer-logo {
    width: 50%;
  }
  .footer-background .footer-text .first-panel .footer-logo a img {
    height: 100%;
  }
  .footer-background .footer-text .second-panel {
    width: 100%;
    margin-top: 50px;
  }
  .footer-background .footer-text .third-panel {
    width: 100%;
    margin-top: 20px;
  }
  .footer-background .footer-text .fourth-panel {
    width: 100%;
    margin-top: 50px;
  }
}


.pan-india .pan-india-text .pan-text{
     font-size: 35px;
     text-align:center;
     color:#ff740c;
     margin-top:100px;
} 
.pan-india .pan-india-text ul{
  display: flex;
  align-items: center;
 justify-content: space-between;
 flex-wrap:wrap;
          
} 
.pan-india .pan-india-text ul li{
width:calc(25% - 20px);
text-align:center;
           margin-top:50px; 
} 
.pan-india .pan-india-text ul li h3{
font-size:25px;
  color: var(--blue);
  display:block;

  margin-top:10px;
  text-align:center;
  
          
} 
.pan-india .pan-india-text ul li img{
width:200px;
border-radius:50%;
margin:auto;
          
} 
.our-mission{
    text-align:center;
    font-size:30px;
    color:var(--blue);
    margin-top:100px;
    font-weight:600;
}
.our-mission p{
    font-size:20px;
    color:#000;
    width:80%;
    margin:auto;
    padding-top:20px;
      font-weight:400;
}

@media (max-width: 480px) {
   .pan-india .pan-india-text ul{

 width:100%;
} 
.pan-india .pan-india-text ul li{
 width:45%;
} 
.pan-india .pan-india-text ul li img{
 width:150px;
} 




.header-background .header .logo {
  width: 130px;
  margin-right:20px;
}

.header-background .header .menu a img {
  width: 50px;
}
.header-background .header .menu .menu-text a{

  padding: 5px 10px;
  border-radius:2px;
   font-size: 20px;
}


.our-mission p{
    font-size:18px;
    width:100%;
    padding-top: 10px;
}
.header-background .header .menu .click{

right:15px;
}
.header-background .header .menu .click a img{
width:50px;
}
.header-background .header {
    flex-direction:column;
}

}
