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 {
  display: block;
  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:#179bd7;
}

.sec-btn {
  display: inline-block;
  padding: 13px 25px;
  background-color: #179bd7;
  color: #fff;
  position: relative;
  transition: .5s;
  text-transform: capitalize;
  font-size: 18px;
}
.sec-btn::after{
  height: 100%;
  position: absolute;
  width: 0px;
  right: 0;
  transition: .5s;
  bottom: 0;
  border-radius: 4px;
  content: "";
  background-color: #000671;
}
.sec-btn:hover:after{
  width: 100%;
  left: 0;
}
.sec-btn:hover span{
  color: #fff;
  position: relative;
  z-index: 3;
}
.p-100 {
  padding: 80px 0px;
}

.under {
  color: #000671;
  padding: 0px 10px;
  border-left: 5px solid #179bd7;
  font-size: 20px;
  font-weight: 600;
  font-variant: small-caps;
}
.terms-section h4{
    font-weight:600;
    font-size:22px;
}

.foot-list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 999;
    background-color: #000770;
}
.foot-list ul {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0px;
    list-style: none;
}
.foot-list ul li a {
    display: flex;
    align-items: center;
    text-align: center;
    background: #000770;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
}
@media screen and (max-width: 580px) {
    .foot-list {
        display: block;
    }
        .foot-list ul li {
        flex: 1;
    }
    .what{
        display:none;
    }
}

/* ---Popup-Section---- */

.popup-section{
  height: 100%;
  width: 100%;
  background-color: #00067146;
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.popup-section .phone-popup{
  padding:40px 30px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.phone-popup .phone-input{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000671;
  width: 80%;
  margin: 20px auto;
}
.phone-popup .phone-input input{
  padding: 10px 20px;
  border: none;
  border-left: 1px solid #000671;
  outline: none;
  width: 100%;
  flex: 1;
}
.phone-popup .phone-input .icon{
  width: 80px;
  padding:0px 6px;
}
.phone-popup .sec-btn{
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}
.phone-popup .phone-foot{
  margin-top: 70px;
  background-color: #eee;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.phone-popup .phone-foot img{
  border-radius: 10px 0px 0px 10px;
  width: 200px;
}
.phone-popup .phone-foot ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
.phone-popup .phone-foot ul li{
  display: flex;
  align-items: center;
  margin: 2px 0px;
}
.phone-popup .phone-foot ul li i{
  height: 20px;
  width: 20px;
  background-color: #000671;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}
.popup-section .phone_pop_close{
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 30px;
  color: #179bd7;
  cursor: pointer;
}
.popup-section .otp{
  width: 80%;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* ---Popup-Section---- */

/* -------main-style-start-------- */

header {
  position: relative;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
}

.top-bar {
  padding: 4px 0px;
  position: relative;
  background-color: #179bd7;
}

.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: #179bd7;
}

.top-left ul li a:hover {
  color: #179bd7;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  color: #fff;
  position: relative;
  z-index: 3;
  justify-content: space-around;
  align-items: center;
}

.top-right .phone {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.top-right .phone .icon {
  height: 35px;
  width: 35px;
  background-color: #000671;
  border-radius: 5px;
  margin-right: 10px;
  transition: .5s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-right .phone .icon:hover{
  background-color: #fff;
  color: #000671;
}
.top-right a {
  color: #fff;
}
.top-bar .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 33;
  margin: 0;
}

.top-bar .social ul li {
  margin: 0px 4px;
}

.top-bar .social ul li a {
  height: 40px;
  width: 40px;
  background-color: #000671;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .social ul li a:hover {
  color: #000671;
  background-color:#eee;
}
header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  clip-path: polygon(0 0, 92% 0, 100% 101%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#000671;
  height: 100%;
  background-size: cover;
}



header .book img {
  width: 230px;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
  background-color: #eee;
}



.menu img {
  width: 250px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar {
  padding: 10px 0px;
}
.menu .get-quote .sec-btn::after{
    background-color:#eee;
}
.get-quote .sec-btn:hover span{
    color:#179bd7;
}
.menu .navbar-brand{
    margin-right:0;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 600;
  color: #000;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #179bd7;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 43%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #000671;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0);
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}

.menu .container-fluid {
  padding: 0px;
}

.menu .navbar-nav .dropdown .dropdown-menu {
  width: 250px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up .4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #179bd7;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #179bd7;
  color: #fff;
}
header .menu .logo-img{
  display: none;
}
header .sticky .navbar-nav{
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}
header .sticky {
  display: block;
  z-index: 99999;
  background-color: #000770;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0006710e;
  top: 0;
  transition: 1s;
  left: 0;
  width: 100%;
}
header .sticky .logo-img{
  display: block;
}
header .sticky .logo-img img{
  width: 180px;
}
header .sticky .navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;
}

/* ----header-section-end---- */

/* ---Hero-Section-Start--- */

/*.hero-section{*/
/*  background-image: linear-gradient(#f1f2f8f7,#f1f2f8f7),url(../images/hero.jpg);*/
/*  background-image: linear-gradient(#f1f2f8f7,#f1f2f8f7),url(../images/hero.jpg);*/
/*}*/

.hero-section{
    padding:20px 0px 80px;
    background-color:#eee;
}
.hero-section .quote-form{
    padding:20px;
    background-color:#fff;
    border-radius:10px;
}
/* ---Hero-Section-End--- */

/* ---quote-section-start--- */

.quote-section{
  margin-top: -100px;
}
.quote-section .quote-form{
  padding: 30px;
  background-color: #000671;
  color: #fff;
  border-radius: 10px;
}
.quote-section .quote-form h4{
  font-weight: 600;
  text-align: center;
}
.quote-section .quote-form ul{
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0px;
  list-style: none;
}
.quote-section .quote-form ul li{
  padding: 10px 20px;
  cursor: pointer;
  color: #6b6969;
  border-radius: 5px;
}

.quote-form ul li.active{
  color: #fff;
  background-color: #000671;
}
 .quote-form input,.quote-form select,.quote-form textarea{
  padding: 10px 20px;
  border: 1px solid #000671;
  border-radius: 4px;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
}

.quote-form select{
  padding: 12px 10px;
}
.quote-form label{
  font-size: 15px;
  color:#000;
}
.quote-form .sec-btn{
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
}
.quote-form .between-from,.quote-form .w-form{
  display: none;
}
.quote-form .sec-btn::after{
  background-color: #fff;
}
.quote-form .sec-btn:hover span{
  color: #000671;
}
/* ---quote-section-end--- */

/* ---relocate-section-start--- */

.relocate-section .relocate{
  padding:30px 40px;
  border-radius: 20px;
  background-color: #000671;
  text-align: center;
  color: #fff;
}
.relocate-section .relocate > h4{
  font-weight: 600;
  margin-bottom: 15px;
}
.relocate-section .relocate .rel-img{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 15px;
  background-color: #eee;
  display: flex;
  align-items:center ;
  cursor: pointer;
  justify-content: center;
}
.relocate .rel-box{
  position: relative;
  margin-top: 10px;
}
.relocate-section .relocate .rel-box span{
  padding: 5px;
  background-color: #7d83f5;
  position: absolute;
  top: -15px;
  left: 30%;
  font-size: 12px;
  border-radius: 4px;
}
/* ---relocate-section-end--- */


/* ----city-section-start----- */
.cit-head h2{
    font-size:40px;
}
.cit-head h2 span{
    color:#179bd7;
}
.city-box{
    margin:0px 5px 20px;
}
.city-box a{
  padding: 30px;
  border-radius: 10px;
  background-color: #eee;
  border:1px solid #179bd7;
  margin: 10px 0px;
  display: block;
}
.city-box a:hover {
    box-shadow: 0px 10px 20px 0px #1c156d26;
    background-color:#fff;
    border:none;
}
.city-box .city-img img{
  width: 70px;
  margin: auto;
}
.city-box h4{
  font-weight: 500;
  color: #192163;
  text-align:center;
  margin-bottom: 0px;
  font-size:20px;
  margin-top: 15px;
}
.city-slider{
    position:relative;
}
.city-section .slick-arrow {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size:0px;
    padding: 10px;
    height: 40px;
    width: 60px;
    background-color: #179bd7;
    color: #fff;
    display: flex;
    border: navajowhite;
    align-items: center;
    justify-content: center;
}
.city-section .slick-prev  {
  right: 80px;
}
.city-section .slick-arrow::after {
    content: "";
    background-image: url(../images/left.png);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    background-size: 25px;
    background-position: center;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.city-section .slick-next::after{
    background-image: url(../images/right.png);
}
/* ----city-section-start----- */

/* ---About-Section-Start--- */
.about-section{
  overflow: hidden;
}
.about-section .as-img {
  margin-right: -120px;
}
.about-section .quote-form{
  padding: 30px;
  margin-left: 30px;
  background-color: #000671;
}
.about-section .quote-form h4{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.as-content h2 {
    font-size:30px;
}
/* ---About-Section-End--- */

/* ----items-section-start---- */

.items-section{
  position: relative;
  padding-bottom: 80px;
}
.items-section .top-list{
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.items-section .top-list::after{
  position: absolute;
  top: 14px;
  left: 0px;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.items-section .top-list2::after{
  background: conic-gradient(  #fff 180deg,#000671 180deg);
}
.items-section .top-list3::after{
  background: conic-gradient(  #000671 180deg,#000671 180deg);
}
.items-section .top-list ul{
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  list-style: none;
  color: #fff;
}
.items-section .top-list ul li{
  background-color: #179bd7;
  position: relative;
  z-index: 3;
  padding: 0px 14px;
  position: relative;
}
.items-section .top-list ul li.active{
  color: #000671;
}
.items-section .top-list ul li.active::before{
  content: "\f058";
  font-family: FontAwesome;
  color: #000671;
  font-size: 18px;
  margin-right: 7px;
}
.items-section::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #179bd7;
  width: 100%;
  height: 420px;
  content: "";
  z-index: -1;
}
.items-section::before{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.items-content {
  position: sticky;
  top: 60px;
  z-index: 3;
  overflow: auto;
}
.items-content::-webkit-scrollbar{
  appearance: none;
  width: 0;
}
.ser-comp ul li .fa-check{
  color: #11b54a;
}
.items-content .user-address{
  padding:20px 30px;
  border-radius: 10px;
  margin-bottom: 100px;
  background-color: #fff;
}
.items-content .user-address h4{
  font-weight: 600;
  font-size: 18px;
}
.items-content .user-address .location{
  padding: 20px;
  border: 1px solid #6b6969;
  margin-top: 20px;
  border-radius: 10px;
}
.items-content .user-address ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.items-content .user-address ul li b{
  color: #11b54a;
}
.items-content .user-address .location .pickup{
  margin: 15px 0px;
  display: flex;
  align-items: center;
}
.items-content .user-address .location i{
  font-size: 20px;
  padding-right: 10px;
}
.items-content .user-address .location span{
  text-overflow:ellipsis;
  overflow: hidden;
  width: 90%;
  display: block;
  white-space: nowrap;
}
.items-content .top-items-content h3{
  font-weight: 600;
  font-size: 28px;
}
.items-content .top-items-content img{
  border-radius: 10px;
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.items-content .how_work{
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}
.items-content .how_work h3{
  font-weight: 600;
  font-size: 25px;
}
.items-content .how_work .w-box{
  display: flex;
  align-items: center;
  padding:10px;
  transition: .5s;
  background-color: #eee;
  border-radius: 10px;
  position: relative;
  margin: 15px 0px;
}
.items-content .how_work .w-box p{
  font-size: 14px;
  margin-bottom: 0;
}
.items-content .how_work .w-box:hover{
  color: #fff;
}
.items-content .how_work .w-box::after{
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  background-color: #179bd7;
  height: 100%;
  width: 0px;
  content: "";
  border-radius: 10px;
}
.items-content .how_work .w-box:hover:after{
  width: 100%;
}
.items-content .how_work .w-box .icon{
  height: 70px;
  width: 70px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.items-content .how_work .w-box .icon img{
  width: 50px;
} 
.items-content .how_work .w-box .text{
  margin-left: 10px;
  flex: 1;
  position: relative;
  z-index: 3;
}
.items-content .how_work .w-box .text h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.items-section .items_list{
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.items-section .items_list.sticky{
  position: sticky;
  top: 120px;
}
.items-section .items_list > ul{
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  display: flex;
  align-items: center;
}
.items_list > ul li{
  padding:6px 8px;
  border-radius: 18px;
  border: 1px solid #414040;
  margin: 5px;
  cursor: pointer;
  animation: go 2s  linear alternate;
  font-size: 12px;
}

.items_list > ul li.active{
  background-color: #d0d1ed;
  border: 1px solid #000671;
  color: #000671;
}
.items_list .add-items{
  height: 330px;
  display: none;
  overflow: auto;
}
.items_list .add-items.active{
  display: block !important;
}
.items_list .add-items::-webkit-scrollbar{
  width: 0;
}
.items_list .add-items .accordion-item{
  border: 1px solid #6b6969;
  padding: 14px ;
  margin: 10px 0px;
  border-radius: 5px;
}
.items_list .add-items .accordion-item h2{
  margin-top: 0px;
}
.items_list .add-items .accordion-button{
  border: none;
  border-radius: 5px;
  padding: 0px;
}
.items_list .add-items .accordion-button:focus{
  box-shadow: none;
  color: #414040;
  background-color: transparent;
}
.items_list .add-items .accordion-body{
  padding:10px 0px;
}
.items_list .add-items .accordion-body ul{
  padding: 0;
  list-style: none;
  margin: 0px;
}
.items_list .add-items .accordion-body ul li{
  margin: 3px 0px;
  border-bottom: 1px solid #6b6969;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items_list .add-items .accordion-body ul li b{
  padding:4px 10px;
  background-color: #a8bdda;
  border: 1px solid #000671;
  border-radius: 5px;
  font-size: 14px;
}
.items_list .add-items .accordion-button:not(.collapsed){
  background-color: transparent;
  color: #414040;
  box-shadow: none;
}
.items_list .items-list-foot ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-top: 30px;
}
.items_list .items-list-foot ul .sec-btn{
  padding: 10px 20px;
  border-radius: 5px;
}
.items-content .service-comp {
  padding: 20px;
  background-color:#fff;
  border-radius: 10px;
  margin-top: 20px;
}
.items-content .service-comp  ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.items-content .service-comp  ul li{
  display: flex;
  font-size: 14px;
}
.items-content .service-comp  .ser-comp-head ul li span{
  flex: 1;
  padding: 8px;
  font-size: 15px;
  font-weight: 600;
  border-left: 1px solid #6b6969;
  text-align: center;
}
.items-content .service-comp  .ser-comp-head ul li span:first-child{
  flex: 2;
  text-align: left;
  align-items: center;
}
.items-content .service-comp ul li span{
  flex: 2;
}
.items-content .service-comp ul li i{
  flex: 1;
  border-left: 1px solid #6b6969;
  padding: 4px 8px;
  text-align: center;
}
.items-content .service-comp .ser-comp > ul li{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 7px 0px;
  margin: 8px 0px;
}
.items-content .service-comp .ser-comp > ul li span{
  padding: 4px 10px;
}
.ser-comp ul li .fa-xmark{
  color: #179bd7;
}
.items-section .summary{
  padding:40px 30px;
}
.items-section .summary h4{
  font-weight: 600;
  margin-bottom: 13px;
}
.items-section .summary .f-group input,.items-section .summary .f-group textarea{
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #000671;
  margin-bottom: 30px;
}
.items-section .summary .f-group input[type="checkbox"]{
  width: 20px;
}
.items-section .summary .f-group .sec-btn{
  padding: 10px 20px;
  border: none;
}

/* ----items-section-end------ */

/* ---Service-Section-Start--- */

.service-section .ser-head{
  text-align: center;
}
.ser-box{
  color: #fff;
  height: 100%;
  background-color: #000671;
  transition: .6s;
}
.ser-box:hover{
    background-color:#179bd7;
}
.ser-box h4{
  font-weight: 600;
  font-size: 22px;
}
.ser-box .text{
    padding:20px;
}
.ser-box:hover .sec-btn{
    background-color:#000671;
}
.ser-box .ser-img img{
    height:240px;
    width:100%;
    object-fit:cover;
}
/* ---Service-Section-End--- */


/* -----------counter-section-start--------- */

.counter-section {
    position: relative;
    padding: 60px 0px;
    background-image: linear-gradient(#000000b3,#000000b3),url(../images/ser2.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cont-box{
  text-align: center;
  margin-top: 20px;
  color: #fff;
  border-radius: 10px;
}
.cont-box p{
  font-size: 20px;
  margin-bottom: 0px;
  color:#179bd7;
}
.cont-box h2{
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
  position: relative;
  line-height: 30px;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* -----------counter-section-end----------- */

/* ===Choose-Section-Start=== */

.choose-section{
  position: relative;
  margin-bottom: 40px;
  overflow-x: hidden;
  background-image: linear-gradient(#fffffffa,#ffffffda,#fff),url(../images/banner.webp);
  background-size: cover;
}

.ch-head .sup-title{
  justify-content: center;
}
.ch-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.ch-box{
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
}
.ch-box p{
  margin-bottom: 0;
  font-size: 16px;
}
.ch-box h4{
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  color: #0d5ef4;
}
.ch-box .ch-icon{
  margin-right: 20px;
}
.ch-box:hover .ch-icon img{
  animation: het 1s linear;
}

.ch-box img{
  max-width: 100%;
}
.ch-box:hover{
  box-shadow: 0px 20px 20px 0px #0d5ef425;
}
.ch-box:hover h4{
  color: #0d5ef4;
}
.ch-img{
  position: relative;
  text-align: center;
  animation: updown 2s linear alternate infinite;
}
.ch-img img{
  width: 100%;
}
.ch-box-one .ch-box:nth-child(2){
  margin-left: -40px;
  margin-right: 40px;
}
.ch-box-two .ch-box:nth-child(2){
  margin-left: 40px;
  margin-right: -40px;
}

.ch-box .text{
  flex: 1;
}
@keyframes updown{
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}
@keyframes het{
  10%,30% {
    transform: translateX(3px) rotate(2deg);
}
20%,40%{
    transform: translateX(-3px) rotate(-2deg);
}
50%,70%{
    transform: translateX(2px) rotate(1deg);
}
60%,80%{
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    transform: translateX(1px) rotate(0);
}
100% {
    transform: translateX(-1px) rotate(0);
}
}

/* ---Choose-Section-End=== */

/* ----Map-Section-Start--- */
.map-section{
  background-image:linear-gradient(to right,#ffffff37,#fff),url(../images/map.webp);
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 20px;
  background-size: cover;
}
.map-section .network-list ul{
  padding: 0;
  list-style: none;
}
.map-section .network-list ul li{
  padding: 10px 20px;
  background-color: #000671;
  margin-top: 10px;
  transition: .6s;
  border-radius: 4px;
}
.map-section .network-list ul li:hover{
  background-color: #179bd7;
}
.map-section .network-list ul li a{
  color: #fff;
}
.map-section .network-list ul li i{
  color: #08e255;
  margin-right: 10px;
}
.map-section .map{
  width: 100%;
  position: relative;
}
.map img{
  width: 100%;
}
.map .ml span{
  opacity: 0;
  transition: .5s;
  background-color: #000671;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.map .ml:hover span{
  opacity: 1;
}
.map .ml i{
  animation: zoom 2s linear alternate infinite;
}
@keyframes zoom {
  0%{transform: scale(.6);}
  100%{transform: scale(1.3);}
}
.map .ml{
  cursor: pointer;
  position: absolute;
  color: #000671;
}
.map .jaipur1{
  top: 35%;
  left: 20%;
}
.map .jaipur2{
  top: 66%;
  left: 20%;
}
.map .jaipur3{
  top: 58%;
  left: 28%;
}
.map .jaipur4{
  top: 78%;
  left: 26%;
}
.map .jaipur5 {
  top: 88%;
  left: 35%;
}
.map .jaipur6 {
  top: 38%;
  left: 49%;
}
.map .jaipur7 {
  top: 29%;
  left: 28%;
}
.map .jaipur8 {
  top: 34%;
  left: 34%;
}
.map .jaipur9 {
  top: 30%;
  left: 39%;
}
.map .jaipur10 {
  top: 40%;
  left: 60%;
}
.map .jaipur11 {
  top: 47%;
  left: 58%;
}
.map .jaipur12 {
  top: 49%;
  left: 66%;
}
.map .jaipur13 {
  top: 75%;
  left: 36%;
}
.map .jaipur14 {
  top: 67%;
  left: 48%;
}
.map .jaipur15 {
  top: 41%;
  left: 44%;
}

/* ---Map-Section-End---- */

/* ---Testimonial-section-start--- */
.testimonial-section .tes-head{
  text-align: center;
}
.testimonial-section .tes-box{
  position: relative;
  margin: 40px 15px 0px;
}
.testimonial-section .tes-box > .text{
  padding: 60px 30px;
  z-index: 2;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #00067117;
}
.testimonial-section .tes-box  .quote{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: absolute;
  top: -30px;
  transition: .5s;
  right: 30px;
  background-color: #179bd7;
  width: 90px;
  z-index: 3;
  font-size: 50px;
  color: #fff;
}
.testimonial-section .tes-box:hover .quote{
  background-color: #000671;
}
.testimonial-section .tes-box::after {
  height: 50px;
  width: 50px;
  background-color: #047ab0;
  content: "";
  z-index: 0;
  transition: .5s;
  position: absolute;
  transform: rotate(52deg);
  top: -20px;
  right: 10px;
}
.testimonial-section .tes-box:hover:after{
  background-color: #030747;
}
.testimonial-section .tes-box > .text .ratting{ 
  color: rgb(222, 127, 18);
  margin: 10px 0px;
}
.testimonial-section .tes-box .text p{
  margin-bottom: 0px;
  line-height: 28px;
}
.testimonial-section .tes-box .info{
  padding: 5px;
  transform: translateY(-40px);
  display: flex;
  transition: .5s;
  align-items: center;
  border-radius: 40px;
  background-color: #000671;
  width: 80%;
  color: #fff;
  position: relative;
  z-index: 4;
  margin: auto;
}
.testimonial-section .tes-box:hover .info{
  background-color: #179bd7;
}
.testimonial-section .tes-box .info img{
  width: 60px;
  border-radius: 100%;
}
.testimonial-section .tes-box .info .text{
  padding-left: 20px;
}
.testimonial-section .tes-box .info h5{
  margin-bottom: 0;
  color: #179bd7;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-section .tes-box:hover .info h5{
  color: #000671;
}

/* ---Testimonial-Section-End--- */

/* ---Work-Section-Start--- */
.work-section{
  position: relative;
}
.work-section::after{
  position: absolute;
  bottom: 40%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px dashed #000671;
  content: "";
  width: 70%;
}
.work-section .work-head{
  text-align: center;
}
.work-section .w-box{
  text-align: center;
  margin-top: 20px;
}
.work-section .w-box h4{
  font-size: 18px;
  font-weight: 600;
  color: #000671;
}
.work-section .w-box .w-img{
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  border-radius: 100%;
  margin: 10px auto;
  border: 3px double #000671;
}
.work-section .w-box .w-img img{
  width: 100px;
}

/* ----Work-Section-End--- */

/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 3px double #000671;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/*branches-section*/
.branches-section .br-head{
    text-align:center;
}
.branches-section .br-head h3{
    font-weight:600;
}
.branches-section ul{
    padding:0;
    list-style:none;
    margin:0;
}
.branches-section ul li{
    padding:10px 20px;

    background-color:#000770;
    border-radius:4px;
    margin-top:10px;
    cursor: pointer;
}
.branches-section ul li a{
        color:#fff;
}
/* ---Footer-Section-Start--- */

/* ---Footer-Section-Start--- */

.footer-section{
  font-weight: 500;
  padding-top: 30px;
  background-color: #eee;
}
.f-box,.footer-section .map{
  margin-top: 20px;
}
.f-box h4{
  margin-bottom: 20px;
  color: #000671;
  position: relative;
  font-weight: 600;
}
.f-box p{
  margin: 15px 0px;
}
.f-box h4::after{
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #179bd7;
  content: "";
}
.f-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.f-box ul li{
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 6px 0px;
}

.f-box ul li a{
  font-weight: 500;
  color: #161616;
}
.f-box ul li a:hover{
  color: #179bd7;
}
.f-box ul li span{
  flex: 1;
}
.f-box img{
  width: 200px;
}
.f-box .social-link{
  display: flex;
  align-items:center;
}
.f-box .social-link li a, .f-box ul li> i{
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #000671;
  border-radius: 1px;
}
.f-box .social-link li a:hover, .f-box ul li> i:hover{
  background-color: #000671;
  color: #fff;
  border-radius: 5px;
}
.f-box .con-box{
    padding:20px;
    background-color:#fff;
    border-radius:10px;
}
.f-box .con-box h4{
    font-size:16px;
}
.footer-section .map{
  height: 100%;
  box-shadow: 0px 10px 20px 0px #1dbf7316;
}
.footer-section .map iframe{
  height: 100%;
  border-radius: 10px;
}
.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #000671;
  margin-top: 20px;
  position: relative;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a {
  color: #179bd7;
  font-weight: 600;
}
/* ---Footer-Section-End--- */
/* ---Footer-Section-End--- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 140px 0px;
  color: #fff;
  position: relative;
  background-image: linear-gradient(#000000b1, #000000b1), url(../images/banner.webp);
  background-size: cover;
  background-position: center;
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 100px;
  background-color: #000671;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding: 13px 20px;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  font-weight: 600;
}

.banner-title ul li a:hover,.breadcurmbs ul a {
  color: #a51a07;
}
.breadcrumbs{
    background-color:#00086f33;
    padding:10px;
}
.breadcrumbs ul{
    display:flex;
    align-items:center;
    padding:0;
    margin:0;
    list-style:none;
}
.breadcrumbs ul li{
    font-weight:600;
    font-size:18px;
     color:#000671;
}
.breadcrumbs ul a{
    padding-right:6px;
   color: #a51a07;
}
/* ---Banner-Section-End--- */


/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 2px solid #000671;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

.location-section{
  height: 450px;
}

/* ---Contact-Section-Start--- */

.contact-section .contact{
  box-shadow: 0px 20px 40px 0px #00067121;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}
.contact-section .quote-form{
  padding: 30px;
  margin-left: 30px;
  background-color: #000671;
}
.contact-section .quote-form h4{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.contact-section .con-box{
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  background-color:#eee;
  text-align:center;
}
.contact-section .con-box h4{
    margin-top:20px;
    margin-bottom:0px;
}

.contact-section .con-box .text address{
  margin-bottom: 0px;
}
.contact-section .con-box .text h4{
  font-weight: 600;
  font-size: 22px;
}

/* ---Contact-Section-End--- */

/* ---Network-Section-Start--- */

.network-section .net-head{
  text-align: center;
}
.network-section .net-box{
  padding: 30px;
  border: 3px double #000671;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
  transition: .5s;
}
.network-section .net-box:hover{
  box-shadow: 0px 20px 40px 0px #0006711e;
  border: 3px double #fff;
}
.network-section .net-box h4{
  font-size: 20px;
  font-weight: 600;
}
.network-section .net-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.network-section .net-box ul li{
  margin-top: 20px;
}
.network-section .net-box ul li i{
  color: #000671;
  margin-right: 10px;
  font-size: 20px;
}
.network-section .net-box .sec-btn{
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}
/* ----Network-Section-End---- */

/* ---Service-Details-Start--- */

.service-details .quote-form{
  padding: 30px 20px;
  background-color: #000671;
}
.service-details .quote-form h4{
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.service-details .sd-img{
  margin: 20px 0px;
}
.service-details .sd-img img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.service-details .sd-content p{
  margin-bottom: 5px;
}
.service-details .sd-content h4{
  font-size: 22px;
  font-weight: 600;
}
.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;
  font-weight: 700;
  font-size: 22px;
}
.dls-box a {
  color: #fff;
}
.service-city .ser-box{
    background-color:#eee;
    border-radius:5px;
    color:#000;
}
.service-city .ser-box h4{
    font-size:20px;
}
.service-city .ser-box p{
    margin-bottom:0px;
    font-size:17px;
}

/* ---Service-Details-End--- */

/*---CTA-Section-Start---*/

.cta-section .cta{
    padding:30px;
    border-radius:10px;
    background:#eee;
    margin:0px 40px;
    padding-right:200px;
}
.cta-section .cta h2{
    font-size:30px;
    margin-top:0;
    color: #179bd7;
}
.cta-section .cta p{
    margin:0px;
    font-size:18px;
}
.cta-section .cta .cta-call{
    display:flex;
    align-items:center;
    margin-top:20px;
}
.cta-section .cta .cta-call a i{
    height:50px;
    width:50px;
    border-radius:100%;
    background-color:#000671;
    display:flex;
    align-items:center;
    margin-right:20px;
    font-size:20px;
    color:#fff;
    animation-name:show;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    justify-content:center;
}

.cta-section .cta .cta-call a{
    font-size:20px;
    font-weight:600;
}

@keyframes show{
   0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #009ed8;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

/*---CTA-Section-End---*/

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    font-size: 15px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 0px;
}
.as-content p{
  margin-bottom: 5px;
}
.sec-btn{
  padding: 10px 20px;
  font-size: 16px;
}
h2{
  font-size: 30px;
}
.ser-box .ser-img::after {
  height: 245px;
}
.ser-box .ser-img::before {
  height: 254px;
}

.ch-box h4 {
  font-size: 16px;
}
.ch-box img {
  width: 50px;
}
.ch-box .ch-icon {
  margin-right: 10px;
}
.ch-box p {
  font-size: 14px;
}
.map-section .network-list ul li {
  padding: 10px;
  font-size: 14px;
}
.testimonial-section .tes-box > .text,.contact-section .contact {
  padding: 45px 20px;
}
.banner-section{
  padding: 100px 0px;
}
.contact-section .quote-form{
  margin-left: 0;
}
}

@media screen and (max-width:992px) {
  header .book,header .sticky .logo-img,.top-bar .social ul{
    display: none;
  }
  .menu .navbar-brand {
    display: block;
    padding: 0;
}
.menu img {
  width: 200px;
} 
.menu .navbar {
  padding: 8px 0px;
}
.as-content h2 {
    font-size: 25px;
}
.work-section{
  position: static;
}
.menu .navbar-toggler{
  border: 1px solid #179bd7;
}
.menu .navbar-toggler-icon{
  display: flex;
  color:#179bd7;
  align-items: center;
  justify-content: center;
}
.menu .navbar-nav{
  margin-left: 0;
  display: block;
}
.get-quote{
  margin: 20px 0px;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
}

@media screen and (max-width:768px) {
 .p-100,.counter-section{
  padding: 40px 0px;
 }
 .m-100 {
  margin-bottom: 40px;
}
.about-section .as-img {
  margin-right: 0px;
}
.cta-section .cta{
    padding-right:20px;
}
.ch-head{
  margin-bottom: 10px;
}
.f-box {
    margin-top: 20px;
    height: auto;
}
.map-section,.choose-section{
  background-attachment: fixed;
  margin-bottom: 0;
}
.banner-section {
  padding: 40px 0px 80px;
}
.about-section .quote-form{
  margin-left: 0;
  margin-top: 30px;
}
.items-content .user-address{
    padding:20px;
}
.items-content .user-address .location {
    padding: 0px;
    border: none;
    margin-top: 20px;
    border-radius: 0px;
}
.items-content .how_work .w-box{
    flex-direction:column
}
.items-content .how_work .w-box .icon{
    margin-bottom:10px;
}
.items-content .service-comp ul li{
    align-items:center;
}
.items-content .service-comp .ser-comp-head ul li span{
    font-size:12px;
    border:none;
}
}

@media screen and (max-width:580px) {
  .top-right .phone:nth-child(2),.top-right .phone .text b,.top-right .phone .text br,.work-section .w-box h4 br{
    display: none;
  }
  .hero-section .hero-img{
      padding:30px 0px;
  }
  .top-right .phone .icon {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-right: 5px;
    font-size: 14px;
}
.cta-section .cta h2 {
    font-size: 22px;
}
.cta-section .cta{
    margin:10px 5px;
}
.banner-section .banner-title ul{
    right:0;
}
.as-content h2 {
    font-size: 20px;
}
.work-section .w-box h4{
  font-size: 20px;
}
.testimonial-section{
    padding-bottom:0;
}
.quote-section .quote-form{
  padding:20px;
}
.quote-section .quote-form ul li {
  padding: 10px;
  font-size: 14px;
}
.contact-section .quote-form h4{
    font-size:20px;
    margin-bottom:10px;
}
.relocate .rel-box{
  margin-top: 30px;
}
.items-section .top-list ul li{
    font-size:14px;
}
h2 {
  font-size: 22px;
}
.cit-head h2,.brand-section h3,.cont-box h2{
    margin-bottom:10px;
    font-size:25px;
}
.ser-box .ser-img::after {
  height: 300px;
}
.contact-section .quote-form{
    padding:20px;
}
.cont-box p{
    font-size:16px;
}
.cont-box h2{
    margin-bottom:0px;
}
.cont-box h2::after{
    font-size:28px;
}
.ser-box .ser-img::before {
  height: 309px;
}

.items-content .user-address{
    margin:30px 0px;
}
.under{
  font-size: 14px;
}
.choose-section{
  padding-top: 40px;
}
.map-section .network-list ul li {
  padding: 13px;
  font-size: 18px;
}
.contact-section .contact{
  padding: 0;
  box-shadow: none;
}
.footer-section .copy-right{
    flex-direction:column;
}
.footer-section .copy-right p{
    padding:5px 0px;
}
.footer-section .copy-right p:first-child{
    border-bottom:1px solid #eee;
}
}

/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  align-items:center;
  display:flex;
  justify-content:center;
  flex-direction:column;
}
.thank .icon img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#179bd7;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  font-size:20px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:50px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank .icon img{
    width:60%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/

.quote-section{
    display:none;
}