@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", 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,h1 {
  font-size: 45px;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.m-100 {
  margin-bottom: 70px;
}

.sec-btn {
  display: inline-block;
  background-color: #ed1b24;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
}

.sec-btn::after {
  height: 0px;
  width: 0px;
  background-color: #123b8b;
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 3px;
  transition: .4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-btn:hover::after {
  width: 100%;
  height: 100%;
}

.sec-btn span {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.sec-btn:hover {
  color: #fff;
}
.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: #2bc40d;
}

.what a:last-child {
  font-size: 20px;
  background-color: #dc2831;
}
.under {
  font-size: 20px;
  color: #ed1b24;
}

/* -----Globle-Style----- */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-box {
  background: #fff;
  padding: 30px;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  animation: popupFade 0.5s ease-in-out;
}

.popup-box h3 {
  margin-bottom: 15px;
  font-weight:700;
  font-size:22px;
}

.popup-box p {
  font-size: 18px;
  margin-bottom: 20px;
  color:#ed1b24;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #fbb114;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

@keyframes popupFade {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* -----header-section-start----- */
.welcome{
    padding:10px 20px;
    text-align:center;
    color:#fff;
    background-color:#ed1b24;
}
.top-bar {
  padding-top: 7px;
}


.top-bar .top-logo img{
width: 200px;
}
.top-bar .top-box {
  display: flex;
  align-items: center;
  padding-top: 8px;
  justify-content: space-evenly;
}

.top-bar .top-box a {
  padding-left: 10px;
  color: #123b8b;
}

.top-bar .top-box a i {
  padding-right: 5px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}

.top-right-bar ul li a {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #123b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.top-right-bar ul li a:hover {
  background-color: transparent;
  border: 1px solid #123b8b;
}

.menu {
  background-color: #123b8b;
  position: relative;
  overflow-x: clip;
  z-index: 9999;
  margin-top: -5px;
}
.menu .dropdown:hover .dropdown-menu{
  display: block;
}
.menu .dropdown-menu{
  width: 250px;
}
.menu::after {
  position: absolute;
  top: -25px;
  right: -15px;
  content: '';
  height: 35px;
  width: 74%;
  background-color: #123b8b;
  transform: skewX(-30deg);
}

.menu .navbar-brand img {
  display: none;
}

.menu .navbar {
  padding-top: 0px;
  padding-bottom: 10px;
}

.menu .book .sec-btn {
  margin-top: -10px;
  position: relative;
  z-index: 99;
}

.menu .book .sec-btn:hover span {
  color: #123b8b;
}

.menu .book .sec-btn:hover:after {
  background-color: #fff;
}

.menu .navbar-collapse {
  align-items: flex-start;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 500;
  padding: 0px 15px;
  border-right: 2px solid #ed1b24;
}

.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .nav-link.active {
  color: #ed1b24;
}

.menu .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  border: none;
}

.menu .navbar-nav {
  margin-left: 300px !important;
}
.sticky{
  position: fixed;
  top: 0px;
  background-color: #eee;
  left: 0px;
  width: 100%;
}
.sticky .navbar{
  padding-top: 10px;
  padding-bottom: 0;
}
.menu.sticky::after{
  background-color: #eee;
}
.sticky .navbar-brand img{
  display: block;
  width: 200px;
}
.sticky .navbar-light .navbar-nav .nav-link{
  color: #123b8b;
}
.sticky .navbar .navbar-brand{
  padding-bottom: 0;
  padding-top: 0;
}
/* -----header-section-end------- */

/* -----hero-section-start------ */

.hero-slide {
  padding: 140px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.568), rgba(0, 0, 0, 0.596)), url(../images/hero.png);
  background-position: center;
  background-size: cover !important;
  color: #fff;
}

.hero-box {
  text-align: center;
}

.hero-box h2,.hero-box h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-new{
    display:none;
}
/* -----hero-section-end------ */

/* -----brand-section-start------ */

.brand-section {
  padding: 60px 0px;
}

.brand-box {
  margin: 0px 10px;
  border: 1px dashed #123b8b;
}

.brand-head {
  text-align: center;
}

.brand-box img {
  margin: auto;
  height: 100px;
}

/* -----brand-section-end------ */
.booking-section{
    display:none;
}
/* -----about-section-start------ */

.about-section {
  position: relative;
  padding-bottom: 80px;
}
.about-section .as-content h2{
  font-weight: 700;
  font-size: 40px;
}
.as-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.as-content ul li {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}

.as-content ul li i {
  padding-right: 10px;
  color: #008390;
  font-size: 20px;
}

.as-item {
  position: relative;
  overflow: hidden;
}

.as-item .as-image {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

.as-item .as-text {
  align-items: center;
  position: absolute;
  top: 32%;
  text-align: center;
  left: 30%;
  height: 149px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.176);
  border-radius: 10px;
}

.as-item .as-text h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 30px;
  color: #123b8b;
}

.as-item .as-text h2 span {
  font-size: 16px;
  font-weight: 400;
  color: #ed1b24;
}

.as-item .as-img {
  width: 90%;
  margin: 30px 10px;
  border-radius: 10px;
}

.as-item img {
  border-radius: 10px;
}

.as-item .as-img2 img {
  height: 165px;
}

/* ----about-section-End------*/

/* ===Mission-SEction-Start=== */

.mission-section .ms-box{
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
}
.mission-section .ms-box .text h4{
  font-weight: 700;
  color: #123b8b;
  margin-top: 10px;
}
/* ===Mission-SEction-End=== */

/* ---------service-section-start---------- */

.ss-head {
  text-align: center;
}

.ss-head h2 {
  font-size: 40px;
  font-weight: 700;
}

.ss-box {
  border: 2px solid #ed1b24;
  height: 100%;
  transition: .5s;
}

.ss-box:hover {
  background-color: #ed1b24;
  color: #123b8b;
}

.ss-box .sec-btn {
  margin-top: 0;
  padding: 10px 20px;
}

.ss-box:hover .sec-btn {
  background-color: #fff;
}

.ss-box:hover .sec-btn span {
  color: #123b8b;
}

.ss-box .sec-btn:hover span {
  color: #fff;
}

.ss-item h4 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.ss-box .ss-img {
  height: 100%;
  overflow: hidden;
}

.ss-box .ss-img img {
  object-fit: cover;
  width: 100%;
  height: 270px;
  transition: .5s;
}

.ss-box:hover .ss-img img {
  transform: scale(1.1);
}

/* ---------service-section-end------------ */


/* ===Other-Section-Start===  */

.other-section{
  background-color: #eee;
  padding: 100px 0px;
}
.other-section .os-box{
  border: 1px solid #123b8b;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.other-section .os-box h2{
  font-size: 30px;
}
.other-section .os-box h5{
  font-weight: 700;
  color: #123b8b;
}
.other-section .os-box .os-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.other-section .os-box:nth-child(even) .os-img{
  justify-content: flex-start;
}
.other-section .os-box .os-img img{
  height: 400px;
  border-radius: 100%;
  object-fit: cover;
  width: 400px;
}
.other-section ul.os-slide1{
    margin-top:20px;
    padding-left:0;
}
.other-section ul .ser-list {
    padding:10px 20px;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    margin:0px 10px;
    background-color:#123b8b;
}
.other-section ul .ser-list br{
    display:none;
}
.other-section ul .ser-list.slick-current{
    background-color:#ed1b24;
}
/* ===Other-Section-End===  */

/* -----process-section-start----- */
.process-section {
  padding: 80px 0px;
}

.pro-head {
  text-align: center;
}

.pro-head-img {
  margin-top: 30px;
}

.pro-box {
  padding: 30px 20px;
  border: 2px solid #ed1b24;
  text-align: center;
  height: 100%;
}

.pro-icon {
  margin-bottom: 20px;
}

/* -----process-section-End----- */

/* ------Testimonial-Section-Start------ */
.tes-head {
  text-align: center;
}

.tes-slide {
  padding: 20px;
  background-color: #fff;
  margin: 10px 10px 50px;
  transition: .5s;
  box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.162);
  border-radius: 10px;
}

.tes-slide:hover {
  background-color: #123b8b;
}

.tes-box {
  position: relative;
  transition: .5s;
}

.tes-box:hover {
  color: #fff;
}

.tes-box::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -4;
  border-radius: 10px;
  height: 100%;
  transition: .5s;
  width: 100%;
  content: '';
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.161);
}

.tes-box:hover:after {
  background-color: #ed1b24;
}

.tes-slide .tes-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.tes-slide .tes-item .text {
  margin-left: 20px;
}

.tes-slide .tes-item .text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.tes-slide .tes-box i {
  color: #ef7f1a;
  font-size: 14px;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.tes-slider .slick-dots li button {
  border: none;
  background-color: #123b8b;
  height: 4px;
  border-radius: 5px;
  margin: 0px 3px;
  font-size: 0px;
  width: 15px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #ed1b24;
}

.tes-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #ed1b24;
}

/* ------Testimonial-Section-End------ */

/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  padding: 60px 0px;
  background: linear-gradient(#123a8bc5, #123a8bc5), url(../images/counter.webp);
  background-size: cover;
  background-position: center;
}

.cont-box {
  padding: 20px;
  border: 4px double #ed1b24;
  text-align: center;
  margin-top: 20px;
}

.cont-box p {
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.cont-box h2::after{
  content: "+";
  font-size: 40px;
}
/* -----------counter-section-end----------- */

/* -----quote-section-start------ */
.quote-section {
  padding: 80px 0px;
}

.ch-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ch-box h5 {
  font-weight: 600;
}

.ch-box .icon {
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #ed1b24;
  display: flex;
  align-items: center;
  transition: .5s;
  justify-content: center;
  width: 70px;
}

.ch-img img {
  width: 100%;
}

.ch-content h4 {
  margin-bottom: 0;
}

.ch-box:hover .icon {
  background-color: #ed1b24;
}

.ch-box .icon img {
  width: 40px;
}

.ch-box:hover .icon img {
  filter: brightness(240);
}

.ch-box .text {
  flex: 1;
}

.ch-box p {
  margin: 0;
}

.ch-box h4 {
  font-size: 20px;
  color: #ed1b24;
  font-weight: 600;
}

.choose-box h2 {
  margin-bottom: 40px;
  font-weight: 500;
}

.quote-form {
  border-radius: 15px;
  text-align: center;
  background-color: #ed1b24;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.quote-form h3 {
  color: #fff;
  background-color: #123b8b;
  padding: 20px;
  font-weight: 600;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px 0px;
  border: none;
  background-color: #fff;
  outline: none;
}

.quote-form .f-group .sec-btn {
  background-color: #fff;
  border: none;
}

.quote-form .f-group .sec-btn span {
  color: #123b8b;
}

.quote-form .f-group .sec-btn:hover span {
  color: #fff;
}

.quote-form .quote-box {
  padding: 20px;
}

/* -----quote-section-End------ */

/* -------footer-section-start------ */

.footer-section {
  padding-top: 40px;
  background-color: #eee;
}

.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}

.f-box .f-logo {
  margin-bottom: 10px;
}

.f-box .social li {
  margin: 5px;
}

.f-box .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #ed1b24;
  border-radius: 3px;
  color: #fff;
  background-color: #123b8b;
}

.f-box .social li a:hover {
  background-color: transparent;
  color: #ed1b24;
}

.f-box img {
  width: 200px;
}

.f-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.f-title h4 {
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 25px;
}
.f-title h4::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 60px;
  background-color:#ed1b24 ;
  content: '';
}
.f-box ul li {
  margin: 4px 0px;
  font-weight: 500;
  list-style: none;
}
.footer-section .col-lg-4 .f-box ul li{
  margin: 10px 0px;
}
.f-box>ul li a {
  display: flex;
  align-items: center;
}

.f-box>ul li a:hover {
  color: #ed1b24;
}

.f-box>ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background-color: #ed1b24;
  border-radius: 3px;
}

.f-box>ul li a span {
  flex: 1;
}

.f-turck {
  padding-top: 80px;
  padding-bottom: 10px;
  position: relative;
  overflow-x: hidden;
}
.f-box>ul li a:hover i{
  color: #fff;
}
.f-turck hr {
  margin: 0;
  background-color: #123b8b;
  height: 3px;
  opacity: 1;
}

.f-turck img {
  width: 80px;
}

.f-turck .f-img3 img {
  width: 120px;
}

.f-turck .f-img {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
}

.f-turck .f-img1 {
  animation: sup 10s linear infinite;
}

.f-turck .f-img2 {
  animation: move 12s linear infinite;
  transform: rotateY(180deg);
}

.f-turck .f-img3 {
  animation: move 22s linear infinite;
  transform: rotateY(180deg);
}

.copy-right p {
  margin-bottom: 0;
  padding: 10px 0px;
  padding-top: 0;
  text-align: center;
}

.copy-right a {
  color: #ed1b24;
}

@keyframes sup {
  0% {
    transform: translate(-100%);
  }

  100% {
    transform: translate(100%);
  }
}

@keyframes move {
  0% {
    transform: translate(100%) rotateY(-180deg);
  }

  100% {
    transform: translate(-100%) rotateY(-180deg);
  }
}

@keyframes round {
  0% {
    transform: translate(100%) rotateY(-180deg);
  }

  100% {
    transform: translate(-100%) rotateY(-180deg);
  }
}

/* -----footer-section-end------- */

/* ----banner-section-start----- */

.banner-section {
  padding: 110px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.678), rgba(0, 0, 0, 0.687)), url(../images/counter.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.banner-title h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0px;
}

.banner-title ul {
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  color: #ed1b24;
  padding: 4px;
}

/* ----banner-section-end----- */


/* -------branch-section-start------- */
.branch-head {
  margin-bottom: 20px;
  text-align: center;
}

.branch-head h2 {
  font-size: 36px;
  font-weight: 600;
  background: -webkit-linear-gradient(#123b8b, #ef7f1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.branch-box {
  border: 4px double #123b8b;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
  transition: .5s;
  position: relative;
}

.branch-box .down {
  display: block;
}

.branch-box .up {
  display: none;
}

.branch-box h4 {
  font-size: 22px;
}

.branch-box:hover .down {
  display: none;
}

.branch-box:hover .up {
  display: block;
}

.branch-box:hover {
  color: #fff;
}

.branch-box:hover a {
  color: #fff;
}

.branch-box b {
  color: #ed1b24;
}

.branch-box::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #123b8b;
  height: 100%;
  width: 0px;
  content: '';
  transition: .5s;
  z-index: -1;
}

.branch-box:hover::after {
  width: 100%;
}

.branch-box .icon {
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 50px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #f7d708;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ------gallery-section------- */

.gallery-section {
  padding: 80px 0px;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a img {
  border-radius: 10px;
  width: 100%;
  height: 328px;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

.map{
  height: 400px;
  width: 100%;
}

/* -----Contact-Section-start---- */
.contact-section{
  padding: 80px 0px;
}
.contact-box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.246);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-box::after {
  height: 100%;
  width: 100%;
  background-color: #123b8b;
  border-radius: 10px;
  position: absolute;
  transition: .5s;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0);
}
.contact-box:hover:after {
  transform: scale(1);
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #123b8b;
}
.contact-box .text {
  flex: 1;
  margin-left: 20px;
}
.contact-box:hover a, .contact-box:hover h4 {
  color: #fff;
}
.contact-box a, .contact-box h4 {
  position: relative;
  z-index: 4;
}
.contact-box:hover address {
  color: #fff;
}
.contact-box address {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.contact-box p{
  margin: 0px;
}
.contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #123b8b;
  margin: 0px auto 20px;
  box-shadow: 0px 5px 10px 0px #0959002e;
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #123b8b;
}

/* -----Contact-Section-End------ */

/* ---------Details-Section-Start---------- */

.details-section {
  padding: 80px 0px;
}

.dsl .dsl-list {
  margin-bottom: 30px;
}

.dsl-list ul {
  padding: 0;
  margin: 0;
  border-left: 1px solid #123b8b;
  list-style: none;
}

.dsl-list ul li {
  margin: 1px 0px;
  border-bottom: 1px solid #123b8b;
}

.dsl-list ul li:nth-child(1) {
  border-top: 1px solid #123b8b;
}

.dsl-list ul li a {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  justify-content: space-between;
}
.dsl{
  margin-top: 40px;
}
.dsl-list ul li a:hover,
.dsl-list ul li .active {
  background-color: #123b8b;
  color: #fff;
}

.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;
}

.dls-box .sec-btn {
  margin-top: 20px;
}

.dsr {
  padding-left: 30px;
}

.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}

/* ---------Details-Section-end------------ */

/*--Network-Section-Start===*/
.network-section{
    margin-bottom:60px;
}
.network-section .route-list {
  list-style: none;
  padding: 0;
}

.network-section .route-list li {
  margin-bottom: 15px;
}

.network-section .route-list i {
  color: #123b8b;   /* Apna theme color dal sakte ho */
  margin-right: 8px;
}

/* ------Responsive-Style----- */
@media screen and (max-width:1200px) {
  .menu .navbar-nav {
    margin-left: 200px !important;
}
.hero-box h2 {
  font-size: 42px;
}
.hero-slide{
  padding: 80px 0px;
}
}
@media screen and (max-width:1024px) {
  .menu .navbar-nav {
    margin-left: 220px !important;
}
.about-section{
  padding-bottom: 40px;
}
.brand-section,.process-section,.quote-section,.counter-section,.contact-section,.gallery-section,.details-section{
  padding: 40px 0px;
}
.sticky .navbar-brand img {
    width: 150px;
}
.map {
  height: 340px;
}
h2 {
  font-size: 30px;
}
.about-section .as-content h2 {
    font-weight: 800;
    font-size: 28px;
}
.ss-item h4 {
    font-size: 18px;
    font-weight: 800;
}
.ss-item p{
  font-size: 15px;
}
.as-item  img {
  height: 135px !important;
}
.as-box p{
  margin: 0px;
}
.pro-head-img img{
  width: 75%;
}
.banner-section {
  padding: 70px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.dsr {
  padding-left: 0px;
}
.other-section .os-box .os-img img{
  border-radius: 20px;
}
}
@media screen and (max-width:992px) {
  .top-bar .top-logo,.menu::after{
    display: none;
  }
  .top-bar{
    padding: 10px 0px;
  }
.menu{
  background-color: #eee;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: #123b8b;
  padding: 10px 0px;
}
  .menu .navbar-brand img {
    display: block;
    position: relative;
    z-index: 99;
    width: 170px;
}
.menu .navbar{
  padding-top: 0px;
  padding-bottom: 0;
}
.hero-box h2, .hero-box h1 {
    font-size: 35px;
}
.menu .navbar-nav{
  margin-left: 0px !important;
}
.menu .book {
  margin: 25px 0px;
}
.menu .navbar-light .navbar-nav .nav-link{
  border: none;
}
.menu .navbar-light .navbar-toggler {
  color: #ed1b24;
  border-color: #ed1b24;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.mission-section .ms-box{
  margin-top: 30px;
}
}
@media screen and (max-width:768px) {
  .ss-box .ss-img img {
    height: 200px;
}
.ss-item{
  padding: 15px;
  text-align: justify;
}
.hero-box h2 {
  font-size: 35px;
}
.hero-slide{
  padding: 100px 0px;
}
.quote-form{
  margin-top: 30px;
}
.hero-box .sec-btn{
  margin-top: 0px;
}
.pro-box h4{
  font-size: 20px;
}
.pro-box{
  padding: 15px;
}
.pro-box p{
  margin-bottom: 0px;
}
.other-section .os-box .os-img img{
  width: 100%;
  height: auto;
}
.other-section .os-box h2{
  margin: 20px 0px;
}
}

@media screen and (max-width:580px) {
  .top-bar .top-box {
    justify-content: space-between;
    padding-top: 0;
}
.top-right-bar{
  display: none;
}
.banner-title h2 {
  font-size: 30px;
}
.hero-section{
    display:none;
}
.hero-new{
    display:block;
}
.banner-section {
  padding: 50px 0px;
}
.branch-head h2{
  margin-bottom: 0px;
  font-size: 25px;
}
.under{
  font-size: 17px;
  font-weight: 600;
}
h1{
  font-size: 25px;
  font-weight: 800;
}
.hero-box h2 {
  font-size: 28px;
}
.as-img,.as-item .as-text,.pro-head-img{
  display: none;
}
.as-img.as-img2{
  display: block;
  width: 100%;
  margin: 10px 0px;
}
.as-item .as-img2 img {
  width: 100%;
  height: auto !important;
}
.f-turck .f-img3 img {
  width: 100px;
}
.f-turck img {
  width: 60px;
}
.pro-box{
  height: auto;
  margin-top: 20px;
}
.other-section .os-box{
  padding: 20px;
}
.other-section .os-box h2 {
    font-size: 20px;
}
.f-box{
  margin-top: 20px;
}
.top-bar .top-box a i {
    display: none;
}
.top-bar .top-box a {
    padding-left: 0px;
    font-size: 14px;
}
.top-bar .top-box .top-item:nth-child(2) a{
    padding-left:10px;
}
.hero-box h2, .hero-box h1 {
    font-size: 22px;
    line-height: 30px;
}
.sticky .navbar .navbar-brand {
    padding-top: 8px;
}
.quote-section h2{
  font-size: 25px;
  font-weight: 700;
}
.booking-section2{
    display:none;
}
.booking-section{
    display:block;
}
.welcome {
    padding: 10px;
    font-size: 15px;
}
.other-section ul .ser-list br{
    display:block;
}
}


 /*---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----*/