@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0 !important;
  font-family: "Jost", 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: 40px;
  margin: 10px 0px;
  font-weight: 600;
}
.p-100{
  padding: 80px 0px;
}
.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 13px 26px;
  background-color: #013f77;
  color: #fff;
  position: relative;
  z-index: 33;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: capitalize;
}

.sec-btn span {
  position: relative;
  z-index: 32;
  color: #fff;
}

.sec-btn::after {
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  background-color: #62c6ed;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  transform: scale(0, 1);
  content: "";
}

.sec-btn:hover::after {
  width: 100%;
  transform: scale(1);
}
.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 #0000002b;
  background: #62c6ed;
}

.what a:last-child {
  font-size: 20px;
}
span,a,b,li,i,p{
  font-size: 18px;
}
.under {
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  font-size: 20px;
  background-color: #62c6ed;
  font-style: italic;
  border-radius: 30px;
  font-weight: 500;
  color: #013f77;
  text-transform: capitalize;
  z-index: 2;
}


h2 {
  font-size: 45px;
}
.quote-section {
  display: none;
}
/* ------Goble-Css-End------ */
/* -----header-section-start------- */
header {
  z-index: 7779;
  background-color: #fff;
  border-radius: 10px;
}

.menu .navbar-brand img {
  width: 180px;
}

.menu .navbar{
  padding: 0px;
}
.menu .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  color: #013f77;
  font-weight: 600;
  padding: 0px 20px;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #62c6ed;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .book-now .sec-btn {
  margin-top: 0px;
  margin-left: 30px;
  min-width: 150px;
  text-align: center;
}

/* ----Header-Section-End---- */

/* --------hero-section-start------- */

.hero-section {
  padding: 100px 0px;
  background-image: linear-gradient(to right, #eee,#eee,#eeeeee00),url(../images/hero.png);
  background-size: cover;
  background-position: center;
}

.hero-text h1 {
  font-size: 48px;
  margin: 15px 0px;
  line-height: 55px;
  font-weight: 600;
  color: #013f77;
}
.hero-section .hero-text h1 span{
  color: #62c6ed;
  font-size: 48px;
  font-weight: 600;
}

.hero-section .hero-text ul{
  padding: 0;
  list-style: none;
  margin: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-section .hero-text ul li{
  display: flex;
  border-right: 1px solid #62c6ed;
  padding: 10px;
  align-items: center;
}
.hero-section .hero-text ul li span{
  padding-left: 10px;
}
/* ------hero-section-end------- */

/* ---Network-Section-Start--- */

.network-section {
  text-align: center;
}
.net-box {
  padding: 25px;
  box-shadow: 0px 10px 20px 0px #0c152927;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.net-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #62c6ed;
}
.net-box a {
  font-weight: 600;
  font-size: 18px;
  color: #013f77;
}
.net-box .sec-btn {
  margin-top: 15px;
}
.net-box .ratting {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  text-align: center;
  background-color: #ffa60a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* ---Network-Section-End---- */

/* ---------feature-section-start---------- */

.feature-section {
  position: relative;
  z-index: 9;
  margin-top: -80px;
}
.fea-box {
  background-color: #fff;
  position: relative;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}
.fea-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f3801c84, #f3801c84), url(../images/fea.jpg);
  background-size: cover;
  content: "";
  z-index: 0;
  transform: scale(0, 1);
  transition: 0.4s;
  background-position: center;
}
.fea-box:hover::after {
  transform: scale(1);
}
.fea-box:hover h4,
.fea-box:hover p {
  color: #fff;
}
.fea-box .icon {
  margin: 20px auto;
  position: relative;
  z-index: 6;
}
.fea-box .icon img {
  width: 60px;
}
.fea-box p {
  position: relative;
  z-index: 5;
}
.fea-box h4 {
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.fea-item {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}
.fea-item img {
  width: 50px;
  filter: brightness(0.6);
}
/* ---------feature-section-end------------ */

/* -----about-section-Start----- */
.about-section {
  padding: 80px 0px;
}
.about-section .as-img img{
  border-radius: 15px;
}
.asitem {
  position: relative;
  overflow: hidden;
}

.asitem .asimage {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

.asitem .astext {
  align-items: center;
  position: absolute;
  top: 40%;
  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;
}

.asitem .astext h2 {
  font-size: 40px;
  color: #d72727;
  line-height: 35px;
  font-weight: 600;
}

.asitem .astext h2 span {
  font-size: 20px;
  font-weight: 400;
  color: #0c1529;
}

.asitem .asimg {
  width: 90%;
  margin: 30px 10px;
  height: 100%;
  border-radius: 10px;
}

.asitem img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* -----about-section-end----- */

/* ===Area-Section-Start=== */
.area-section .ar-head {
  margin-bottom: 40px;
}

.area-section .ar-head h2 {
  font-size: 45px;
}

.area-section .ar-head h2 span {
  color: #62c6ed;
}

.area-section .ar-box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  transition: .5s;
  border: 1px solid #d4d1d1;
  box-shadow: 0px 10px 10px 0px #161E5411;
  background-color: #fff;
}

.area-section .ar-box:hover {
  box-shadow: 0px 20px 20px 0px #a4a3a353;
  transform: translateY(-5px);
  border: 1px solid #62c6ed;
}

.area-section .ar-box h4 {
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
  font-size: 26px;
  color: #013f77;
}
.area-section .ar-box h4 span{
  font-weight: 500;
  line-height: 0px;
  font-size: 18px;
}
.area-section .ar-box h4::after {
  position: absolute;
  left: 0;
  height: 10px;
  top: 10px;
  width: 10px;
  background-color: #62c6ed;
  border-radius: 100%;
  content: "";
}

.area-section .ar-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.area-section .ar-box ul li {
  padding: 5px 8px;
  margin: 4px;
  color: #013f77;
  font-size: 14px;
  border: 1px solid #a4a3a3;
  border-radius: 5px;
}
.area-section .ar-box .as-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area-section .ar-box .sec-btn2 {
  padding: 13px 30px;
  background-color: #62c6ed;
  border-radius: 30px;
  transition: .5s;
  margin-top: 25px;
  text-align: center;
  font-weight: 500;
}

.area-section .ar-box .sec-btn{
  border-radius: 30px;
  margin-top: 25px;
}
.area-section .ar-box .sec-btn::after{
  border-radius: 30px;
}
.area-section .ar-box .sec-btn i{
  position: relative;
  color: #fff;
  font-size: 20px;
  z-index: 4;
}
.area-section .ar-box .sec-btn2:hover {
  background-color: #013f77;
  color: #fff;
}

/* ===Area-Section-End=== */

/* ===Booking-Popup-Start=== */

.booking-popup{
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: #000000d4;
}
.hide{
  display: flex;
}
.booking-popup .quote{
  width: 50%;
  margin: auto;
}
.booking-popup .quote h4{
  display: flex;
  align-items: center;
  color: #013f77;
  justify-content: space-between;
}
.booking-popup .quote h4 span{
  font-size: 25px;
  font-weight: 600;
}
.booking-popup .quote h4 i{
  font-size: 35px;
  cursor: pointer;
}
/* ====Booking-Popup-End==== */

/* -----process-section-start----- */
.process-section {
  padding: 80px 0px;
}

.pro-head {
  text-align: center;
}
.pro-box {
  padding: 30px 15px;
  text-align: center;
  height: 100%;
  border-radius: 5px;
  background-color: #eee;
}
.pro-box p {
  margin-bottom: 0px;
}
.pro-icon {
  margin: 0px auto;
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013f77;
  color: #fff;
  border-radius: 50%;
}


/* -----process-section-End----- */

/* -----service-section-start------ */

.ser-head {
  text-align: center;
}
.ser-head h2 {
  font-weight: 500;
  line-height: 45px;
}
.ser-box .ser-img {
  width: 100%;
  overflow: hidden;
    border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ser-box .ser-img img {
  width: 100%;
  transition: 0.5s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 220px;
  object-fit: cover;
}
.ser-box:hover .ser-img img {
  transform: scale(1.2) rotate(5deg);
}
.ser-box {
  background-color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0px 10px 20px 0px #04035137;
  border-radius: 15px;
  height: 100%;
}

.ser-box .text{
  padding: 20px;
}
/* -----Service-section-end------- */

/* -----testimonial-section-Start----- */
.testimonial-section {
  padding: 80px 0px;
}
.ts-head {
  position: relative;
  z-index: 6;
  text-align: center;
}

.tes-head h2 span {
  color: #62c6ed;
  font-size: inherit;
}
.tes-slide {
  background-color: #f4f6fd;
  padding: 40px;
  position: relative;
  margin: 10px;
  border-radius: 10px;
}

.tes-info {
  display: flex;
  align-items: center;
}

.ts-img img {
  width: 80px;
}

.tes-info .text {
  margin-left: 20px;
}

.tes-info .text h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.tes-slide .ratting {
  color: #e8aa42;
}
.tes-info span {
  color: #e8aa42;
  font-size: 15px;
}

.tes-slide p {
  margin-bottom: 0;
  margin-top: 24px;
}

.tes-slider .slick-prev,
.tes-slider .slick-next {
  display: none !important;
}
.tes-slider .slick-dots li button:before {
  font-size: 45px;
}
.tes-slider .slick-dots li.slick-active button:before {
  opacity: 0.85;
  color: #62c6ed;
}
.tes-slider .slick-dots {
  bottom: -40px;
}
.testimonial-section .sup-title {
  justify-content: center;
}
.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.tes-slider .slick-dots button {
  margin: 0px 5px;
  height: 40px;
  width: 15px;
  border-radius: 10px;
  background-color: #62c6ed;
  font-size: 0px;
  border: none;
}
.tes-slider .slick-dots .slick-active button {
  background-color: #013f77;
}
.quote {
  padding: 20px;
  margin-top: 50px;
  background-color: #62c6ed;
  border-radius: 10px;
}
.quote h3 {
  color: #fff;
}
.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  margin: 10px 0px;
  padding: 13px 20px;
  border-radius: 5px;
  outline: none;
  border: none;
}
.quote .f-group button {
  border: none;
  margin-top: 10px;
}


.quote .sec-btn:hover::after{
  background-color: #eee;
}
.quote .sec-btn:hover span{
  color: #013f77;
}
/* -----testimonial-section-End----- */
/* ---------feature-section-start---------- */

.feature-section {
  position: relative;
  padding: 60px 0px;
  z-index: 9;
}
.fea-box {
  background-color: #fff;
  position: relative;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  height: 100%;
}
.fea-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0e5d6fc1, #0e5d6fc1), url(../images/hero.png);
  background-size: cover;
  content: "";
  z-index: 0;
  transform: scale(0, 1);
  transition: 0.4s;
  background-position: center;
}
.fea-box:hover::after {
  transform: scale(1);
}
.fea-box:hover h4,
.fea-box:hover p {
  color: #fff;
}
.fea-box .icon {
  margin: 20px auto;
  position: relative;
  z-index: 6;
}
.fea-box .icon img {
  width: 60px;
}
.fea-box p {
  position: relative;
  z-index: 5;
}
.fea-box h4 {
  z-index: 6;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.fea-item {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  right: 20px;
}
.fea-item img {
  width: 50px;
  filter: brightness(0.6);
}
/* ---------feature-section-end------------ */

/* -----Brand-Section-Start----- */

.brand-section {
  padding-bottom: 50px;
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 1px solid #62c6ed;
  margin: 10px;
  height: 80px;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-color: #6c6b6b;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
  
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: 0.5s;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #013f77;
  color: #fff;
}

.footer-box .social li a:hover {
  background-color: #013f77;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #62c6ed;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: "";
}
.footer-link ul li a{
  color: #fff;
}
.footer-link ul li a:hover {
  color: #62c6ed;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.footer-link2 ul li p {
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #62c6ed;
}

.footer-link2 ul li i {
  color: #fff;
  margin-right: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background-color: #013f77;
  border-radius: 4px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
  color: #fff;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #013f77;
  margin-top: 40px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a{
  color: #62c6ed;
}

/* ------footer-section-end-------- */

/* ---banner-section-start---- */

.banner-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: linear-gradient(#013f77bb, #013f77bb), url(../images/ser4.png);
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-weight: 800;
}

.banner-title ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 5px;
  color: #62c6ed;
}
.banner-title ul li{
  margin: 0px 5px;
}
/* ----banner-section-end--- */

/* ---------Mission-section-start--------- */

.ms-box {
  padding:30px;
  text-align: center;
  background-color: #013f77;
  transition: .5s;
  border-radius: 10px;
}

.ms-box:hover {
  background-color: #62c6ed;
}

.ms-box img {
  filter: brightness(88);
}
.ms-box:hover img {
  filter: brightness(0);
}
.ms-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.ms-box img {
  width: 80px;
}

.ms-box {
  color: #eee;
  height: 100%;
}


.ms-box p {
  margin-bottom: 0px;
}

.ms-box h4 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

/* ---------Mission-section-end----------- */

/* -------branch-section-start------- */
.branches-section {
  padding: 80px 0px;
}
.branch-head {
  margin-bottom: 20px;
  text-align: center;
}

.branch-head h2 {
  font-size: 36px;
  font-weight: 600;
  background: -webkit-linear-gradient(#013f77, #013f77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.branch-box {
  border: 4px double #013f77;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
  transition: 0.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: #013f77;
}

.branch-box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #013f77;
  width: 100%;
  height: 0px;
  content: "";
  transition: 0.5s;
  z-index: -1;
}

.branch-box:hover::after {
  height: 100%;
}

.branch-box .icon {
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 50px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #013f77;
}

.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----- */

/* ---Contact-Section-Start--- */
.contact-section .contact-items {
  color: #fff;
  z-index: 2;
  position: relative;
}

.contact-section .contact-box {
  padding:20px;
  background-color: #013f77;
  border-radius: 10px;
  transition: .5s;
  display: flex;
  align-items: center;
}
.contact-section .contact-box .cs-img{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-box .cs-img img{
  width: 50px;
}
.contact-section .contact-box a{
  color: #fff;
}
.contact-section .contact-box a:hover{
  color: #62c6ed;
}

.contact-section .con-box:hover a {
  color: #fff;
}

.contact-section .contact-box .text {
  flex: 1;
}

.contact-section .contact-box .text h5 {
  font-weight: 600;
  font-size: 20px;
  color: #62c6ed;
}

.contact-section .contact-box .text address {
  margin-bottom: 0px;
  font-size: 14px;
}

.con-box .contact-img {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eee;
}

.con-box .contact-img img {
  width: 50px;
}

/* ---Contact-Section-End--- */

/* ===Map-Section=== */

.map-section .map{
  height: 400px;
}

/* ===Map-Section=== */

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  padding: 20px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  font-size: 18px;
  font-weight: 600;
  color: #013f77;
  line-height: 20px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #013f77;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,
.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #62c6ed;
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,
.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto 15px;
  position: relative;
  z-index: 9;
  transition: .5s;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav .ser-list:hover img,.slider-nav .ser-list.slick-current img {
  filter: brightness(1);
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.service-two .ser-para .text{
  padding: 20px;
  border: 1px solid #013f77;
  border-radius: 10px;
  margin-top: 20px;
}
.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

/* ---------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 #013f77;
  list-style: none;
}

.dsl-list ul li {
  margin: 1px 0px;
  border-bottom: 1px solid #013f77;
}

.dsl-list ul li:nth-child(1) {
  border-top: 1px solid #013f77;
}

.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: #013f77;
  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.png);
  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------------ */

@media screen and (max-width: 1024px) {
  p,
  a,
  span,
  li {
    font-size: 16px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 10px;
  }
  .hero-slide {
    padding: 70px 0px;
  }
  .hero-box h2 {
    font-size: 40px;
    margin: 0px;
    line-height: 50px;
    font-weight: 400;
  }
  .area-section .ar-box ul li {
    font-size: 13px;
}
  .fea-box p {
    margin: 0px;
  }
  .area-section .ar-box h4{
    font-size: 22px;
  }
  .area-section .ar-box .sec-btn2,.area-section .ar-box .sec-btn{
    padding: 10px 15px;
  }
  h2 {
    font-size: 40px;
  }
  .about-section,
  .process-section,
  .gallery-section,
  .branches-section,
  .contact-section,
  .details-section {
    padding: 50px 0px;
  }
  .footer-section {
    padding-top: 30px;
    margin-top: 30px;
  }
  .banner-section {
    padding: 60px 0px;
  }
  .branch-box h4 {
    font-size: 17px;
  }
  .contact-section .contact-box{
    margin-top: 20px;
  }
}

@media screen and (max-width: 992px) {
  header .top-bar::after,
  header .top-bar::before {
    background-color: #013f77;
  }
  .top-bar .col-lg-3,
  .menu .book-now {
    display: none;
  }
  .top-bar .top-left {
    position: relative;
    z-index: 332;
  }
  .navbar-light .navbar-toggler-icon{
    background-image: none;
  }
  .menu .navbar-toggler-icon {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    color: #013f77;
  }
  .menu .navbar-toggler {
    border: 4px double #013f77;
    padding: 0px 8px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .menu .navbar-expand-lg .navbar-nav {
    display: block;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 770px) {
  .tes-head {
    margin-top: 30px;
  }
  .quote-section {
    display: block;
    padding-top: 40px;
  }
  .testimonial-section .quote {
    display: none;
  }
  .asitem .mt-4 {
    margin-top: 0px !important;
  }
 .booking-popup .quote{
  width: 70%;
  margin: auto;
}
  .m-100 {
    margin-bottom: 40px;
  }
  .about-section,
  .process-section,
  .gallery-section,
  .branches-section,

  .details-section {
    padding: 40px 0px;
  }
    .contact-section{
      padding: 0;
    }
    .ms-box{
      margin-top: 20px;
      height: auto;
    }
  .testimonial-section .map {
    height: 350px;
    margin-top: 30px;
  }
  .dsr {
    padding-left: 0px;
  }
  .testimonial-section {
    padding: 40px 0px;
}
}

@media screen and (max-width: 580px) {
  .top-bar .top-right,
  .pro-head-img,
  .asitem .astext {
    display: none;
  }

  .under {
    font-size: 13px;
  }
  header .top-bar::after,
  header .top-bar::before {
    display: none;
  }
  .top-bar .top-left a {
    font-size: 18px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .hero-section{
    padding: 40px 0px;
    background: linear-gradient(to right, #eeeeeee4,#eeeeeee4),url(../images/hero.png);
    background-position: center;
  }
  .hero-section .hero-text ul{
    flex-wrap: wrap;
  }
  .hero-section .hero-text ul li{
    border: none;
  }
  .area-section .ar-head {
    margin-bottom: 20px;
}
.slider-nav .ser-list{
  min-width: 160px;
}
.service-two .ser-img img {
    height: auto;
}
.p-100{
  padding: 40px 0px;
}
  .hero-section .hero-text ul li img{
    width: 25px;
  }
  .hero-section .hero-text h1 span,  .hero-section .hero-text h1 {
    font-size: 30px;
    line-height: 40px;
}
.booking-popup .quote{
  width: 90%;
}
.booking-popup .quote h4 span {
    font-size: 18px;
}
.quote .f-group input, .quote .f-group textarea, .quote .f-group select {
    margin: 5px 0px;
    padding: 8px 20px;
}
.form-section .quote{
  margin:40px auto;
  width: 95%;
}
.area-section .ar-head h2{
  font-size: 30px;
}
  .under::before,
  .under::after {
    right: -20px;
    height: 2px;
    transform: skew(0deg);
    width: 25px;
  }
  .under::after {
    left: -16px;
  }
  .hero-box h2 {
    font-size: 27px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
  }
  .asitem .asimg,
  .asitem .asimage {
    display: none;
    width: 100%;
    margin: 0px;
  }
  .as-img {
    display: block !important;
  }
  .as-img img {
    width: 100%;
  }

  .pro-box {
    padding: 15px 15px;
    margin-top: 20px;
  }
.footer-section .footer-box{
  margin-top: 20px;
}
  .banner-title h2 {
    font-size: 36px;
    font-weight: 500;
  }
}
