@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Sen", 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;
}

.m-100 {
  margin-bottom: 80px;
}

/*---thank-Section-Start----*/


.thank{
    text-align:center;
    height: 100vh;
    width: 100%;
    margin-top:100px;
}
.thank ul{
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
}
.thank ul li a {
    height: 50px;
    width: 50px;
    background: #ffc400;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 5px;
    border-radius: 100%;
    justify-content: center;
    font-size: 23px;
}
/*---thank-Section-end----*/
.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: #51ff4e;
}

.what a:last-child {
  font-size: 20px;
  background-color: #f5a911;
}
/* ---foot-list--- */

.foot-list{
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 999;
  background-color: #19286a;
}
.foot-list ul{
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0px;
  list-style: none;
}


.foot-list ul li:last-child a{
  border: none;
}
.foot-list ul li a{
  display: flex;
  align-items: center;
  text-align: center;
  background: #19286a;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px;
}
.foot-list ul li a span{
  display: inline-block;
  margin-top: -3px;
}

/* ---foot-list--- */
.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #010519;
  border: 1px solid #010519;
  background-color: #fff;
  font-weight: 600;
  margin-top: 20px;
  transition: .7s;
  position: relative;
  font-size: 18px;
}

.sec-btn::after {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -8px;
  background-color: #ffc400;
  right: -8px;
  transition: 0.4s;
  z-index: -1;
  content: "";
}


.sec-btn:hover {
  background-color: #ffc400;
  border-color: #ffc400;
}

.sec-btn:hover::after {
  right: 0;
  bottom: 0;
}


.p-100 {
  padding: 100px 0px;
}

.under {
  color: #ffc400;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-variant: small-caps;
}

.under img {
  padding-right: 10px;
}

/* -------main-style-start-------- */

/* ---Header-Section-Start--- */

header {
  width: 100%;
  z-index: 7779;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .top-bar {
  padding: 10px 0px;
  background-color: #f5a911;
}
.top-bar .top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.top-bar .top-left ul li a {
  height: 40px;
  width: 40px;
  background-color: #29292a;
  transition: .5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
}

.top-bar .top-left ul li a:hover {
  background-color: #fff;
  color: #29292a;
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.top-bar .top-right .phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right .phone a {
  color: #fff;
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: #19286a;
}

.top-bar .top-right i {
  color: #19286a;
  font-size: 22px;
  padding-right: 10px;
}

.top-bar .top-right-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right-bar .email {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right-bar .email a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: #19286a;
  font-size: 18px;
  padding-right: 10px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-right-bar ul li a {
  background-color: #19286a;
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.top-right-bar ul li a:hover {
  background-color: #fff;
  color: #19286a;
}
.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.menu .navbar {
  margin-top: 15px;
  z-index: 299;
  position: relative;
  border-radius: 5px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0px 20px;
  border-right: 2px solid #29292a;
}

.menu .navbar-light .navbar-nav li:last-child .nav-link {
  border-right: none;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #ffc400;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.book-now .sec-btn {
  margin-top: 0;
}

header .menu .container-fluid,
header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .navbar .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ----Header-Section-End---- */

/* ---hero-section-start--- */

.hero-section {
  padding-top: 150px;
  padding-bottom: 140px;
  background-color: #19286a;
  position: relative;
  border-bottom-left-radius: 340px;
  border-bottom-right-radius: 300px;
  color: #fff;
}

.hero-section::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .05;
  overflow: hidden;
  background-image: url(../images/hero-bg.png);
  content: "";
}

.hero-section h2,
.hero-section h1 {
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 700;
  margin: 20px 0px;
}

.hero-slide .hero-text p {
  line-height: 33px;
  font-size: 18px;
}

.hero-section .hero-text {
  position: relative;
  z-index: 3;
}


.hero-section .hero-img {
  background-image: url(../images/hero-img2.png);
  background-size: 500px;
  margin-left: -100px;
  background-repeat: no-repeat;
}

.hero-slide .hero-text .under {
  color: #29292a;
  font-size: 20px;
  font-weight: 600;
}

/* ---hero-section-end--- */

/* ----Quote-Section-Start---- */

.quote-section {
  position: relative;
  margin-top: -150px;
  z-index: 7;
}

.qs-item h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.form-box {
  padding: 25px 40px;
  background-color: #eee;
}

.quote-section .form-box h2 {
  color: #ffc400;
  margin: 0;
  line-height: 40px;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #19286a6b;
  margin-top: 15px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #000;
}

.quote-section .form-box .sec-btn {
  background-color: #fff;
}

.quote-section .form-box .sec-btn:hover {
  background-color: #ffc400;
}

.form-box .f-group {
  z-index: 2;
  position: relative;
}

.form-box .f-group select {
  padding: 18px 20px;
}



/* ----Quote-Section-End---- */

/* ===Mission-Section-Start=== */

.about-section .as-box {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  border: 1px solid #19286a;
  align-items: center;
  height: 100%;
}

.about-section .as-box .as-icon {
  height: 80px;
  width: 80px;
  background-color: #eee;
  border-radius: 100%;
  display: flex;
  box-shadow: 0px 10px 10px 0px #f5c80012;
  align-items: center;
  justify-content: center;
}

.about-section .as-box .as-icon img {
  width: 40px;
}

.about-section .as-box .text {
  flex: 1;
}
.about-section .as-box .text h2{
  font-size: 50px;
  font-weight: 700;
}
.about-section .as-box .text .sub-title{
  color: #f5c900;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid #19286a;
}
.about-section .as-box .text h4 {
  font-weight: 600;
}

.about-section .as-box .text p {
  margin-bottom: 10px;
  font-size: 16px;
}

.about-section .as-item {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#000000ad, #000000ad), url(../images/about.png);
  height: 430px;
  border-radius: 20px;
  background-position: center;
}
.about-section .as-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .as-img {
  overflow: hidden;
  border-radius: 20px;
  background-image:linear-gradient(#f5c900,#19286a);
}

.about-section .as-img img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  transition: .4s;
  border-radius: 20px;
}

.about-section .as-text {
  margin-top: 40px;
  background-color: #f5c900;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin-left: -250px;
  z-index: 2;
}

.about-section .as-text h2 {
  font-size: 90px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000;
  color: transparent;
}

.about-section .as-text p {
  margin-bottom: 0;
}


.about-section .as-text h3 {
  font-weight: 700;
  font-size: 35px;
}


/* ===About-Section-End=== */

/* ===Network-Section-Start=== */

.network-section{
  background-color: #19286a;
}
.network-section .network .ns-box{
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
}
.network-section .network .ns-box h5{
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #f5a911;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.network-section .network .ns-box .ns-item{
  padding:10px 20px;
  display: flex;
  align-items: center;
}
.network-section .network .ns-box .ns-item h6{
  font-weight: 700;
  font-size: 20px;
  color: #19286a;
}
.network-section .network .ns-box .ns-item .text{
  flex: 1;
  margin-left: 20px;
}
.network-section .network .ns-box:hover .ns-item .text span{
  color: #f5a911;
}
/* ===Network-Section-End=== */

/* ===Mission-Section-Start=== */

.mission-section .ms-box{
  padding: 20px;
  background-color: #19286a;
  border-radius: 5px;
  color: #fff;
}
.mission-section .col-md-6:last-child .ms-box{
  background-color: #f5c900;
}
.mission-section .ms-box .ms-img{
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-section .ms-box .ms-img img{
  width: 50px;
}
/* ====Mission-Section-End==== */


/* ---Service-Section-Start=== */

.service-section .ser-head {
  text-align: center;
}

.service-section .ser-head .under{
  justify-content: center;
}

.service-section .ss-box {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  padding: 20px 0px;
  align-items: center;
  border-bottom: 1px solid #19286a;
}
.service-section .col-md-12:last-child .ss-box{
  border: none;
}
.service-section .ss-box .ss-head{
  flex: 1;
}
.service-section .ss-box .ss-head h4{
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  color: #19286a;
}
.service-section .ss-box .ss-text{
  width: 50%;
  padding: 0px 50px;
}
.service-section .ss-box .ss-text p{
  font-size: 18px;
}
.service-section .ss-box .ss-img img{
  width: 300px;
  border-radius: 100%;
  height: 300px;
  object-fit: cover;
}
/* ===Service-Section-End=== */

/* ---testimonial-section-start--- */

.testimonial-section {
  position: relative;
  background-color: #f5f5f6;
  transition: .5s;
}

.testimonial-section .tes-head h2{
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.testimonial-section .tes-head .under{
  justify-content: center;
}
.testimonial-section .tes-box {
  padding:40px 30px;
  margin: 10px 20px;
  height: 440px;
  transition: .5s;
  text-align: center;
  border: 1px solid #4d2fc56f;
  background-color: #fff;
}
.testimonial-section .tes-box:hover{
  background-color: #19286a;
  color: #fff;
}
.testimonial-section .tes-box:hover span{
  color: #f5c900;
}
.testimonial-section .tes-box .tes-img img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #f5c900;
}
.testimonial-section .tes-box q {
  margin: 18px 0px;
  font-style: italic;
  font-size: 17px;
  display: inline-block;
}
.testimonial-section .tes-box span{
  color: #19286a;
  font-size: 18px;
  font-weight: 600;
}
.testimonial-section .tes-box h5{
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
}
.tes-box .ratting i {
  color: #f5c900;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}

/* ---testimonial-section-end--- */

/* ===Process-Section-Start=== */

.process-section .pro-box {
  padding: 40px 60px;
  margin-top: -50px;
  background-image: url(../images/process-bg.png);
  background-color: #f5c900;
  position: relative;
  border-radius: 10px;
  z-index: 3;
}

.process-section .pro-box .ps-box {
  position: relative;
  padding-left: 100px;

}

.process-section .pro-box .ps-box h3 {
  font-weight: 700;
  font-size: 30px;
}

.process-section .pro-box .ps-box .ps-item {
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0px;
  transform: rotate(-90deg);
  top: 30%;
  padding: 10px;
  height: 40px;
  background-color: #19286a;
}

.process-section .pro-box .ps-box .ps-item h4 {
  margin: 0;
  padding-left: 5px;
}

.process-section .pro-box .ps-box .ps-item span {
  padding: 5px;
  background-color: #eeee;
  border-radius: 20px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c900;
}

/* ===Process-Section-End=== */

/* ===Choose-Section-Start=== */
.choose-section .cs-img {
  height: 100%;
}

.choose-section .cs-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.choose-section .cs-right h2 {
  padding: 10px 50px;
  background-color: #f5c900;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-left: -80px;
  font-size: 90px;
  animation: move 2s alternate infinite;
  font-weight: 900;
  letter-spacing: 10px;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-transform: uppercase;
}

@keyframes move {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.choose-section .cs-right .cs-box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #19286a;
  margin-top: 20px;
}

.choose-section .cs-right .cs-box h4 {
  font-weight: 600;
  color: #19286a;
}

.choose-section .cs-right .cs-box p {
  margin-bottom: 0;
  font-size: 16px;
}

/* ====Choose-Section-End==== */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 140px;
  background-color: #19286a;
  color: #fff;
}

.footer-logo {
  display: inline-block;
    padding: 5px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.footer-box .footer-text p {
  color: #fff;
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.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: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #f5c900;
}


.footer-box .social li a:hover {
  border-radius: 6px;
  color: #fff;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f5c900;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #eee;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 7px 0px;
}
.footer-box ul li a{
  color: #fff;
}
.footer-box ul li a:hover{
  color: #f5c900;
}
.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #f5c900;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #f5c900;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #f5c900;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #19286a;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 220px 0px 120px;
  color: #fff;
  position: relative;
  background-image: url(../images/banner.png);
  background-size: cover;
}
.banner-section .banner-title h2{
  position: relative;
  z-index: 3;
}
.banner-section::after {
  --background-overlay: '';
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #4C2FC5 0%, #4C2FC500 105%);
}

.banner-section .banner-title ul {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 4;
  right: 100px;
  background-color: #ffc400;
  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 {
  color: #29292a;
}

/* ---Banner-Section-End--- */

/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.05);
}

/* ------gallery-Page-end------- */

/* ---Contact-Section-Start--- */
.contact-section .contact-items {
  padding: 10px;
  background-color: #f5c900;
  margin-bottom: -80px;
  z-index: 2;
  position: relative;
}

.contact-section .contact-box {
  padding:20px;
  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:hover{
  color: #19286a;
}

.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: #19286a;
}

.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--- */

/* ===Details-Section-Start=== */

.details-section {
  padding: 80px 0px;
}

.dsl .dsl-list {
  margin-bottom: 30px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #f5a911;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #19286a;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 4px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 13px 15px;
  justify-content: space-between;
}
.dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 0px;
  height: 100%;
  background-color: #f5a911;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 40px;
  width: 50px;
  background-color: #f5a911;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #19286a;
}
.dsl-list ul li a:hover i{
  background-color: #19286a;
  color: #fff;
}
.dsl{
  margin-top: 40px;
}
.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #19286a;
  color: #fff;
}

.details-section .dsr{
  margin-right: 50px;
}
.dsr h3{
  margin: 15px 0px;
  font-weight: 600;
}
.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 380px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.dsr ul{
  list-style: none;
  padding: 0;
}
.dsr ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.dsr ul li i{
  height: 30px;
  width: 30px;
  background-color: #f5a911;
  color: #19286a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.dsr ul li span{
  flex: 1;
}
.details-section .dsr h2{
  font-size: 45px;
  font-weight: 700;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.804), rgba(0, 0, 0, 0.81)), url(../images/about.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
  font-size: 25px;
}
.dls-box h4 a{
  font-size: 26px;
  font-weight: 600;
}
.dls-box a {
  color: #fff;
}
.dls-box a.sec-btn{
  color: #19286a;
}

/* ===Details-Section-Start=== */

/* ---Map-Section-Start--- */

.map-section .map {
  height: 400px;
}

/* ---Map-Section-End--- */

/* ===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: #ffc400;
  line-height: 20px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffc400;
  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: #29292a;
  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 #f5a911;
  border-radius: 10px;
  margin-top: 20px;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0px 10px;
  }
.hero-section .hero-img {
    background-size: 360px;
    margin-left: -160px;
}
.about-section .as-box .text h2,.choose-section .cs-right h2 {
    font-size: 40px;
}
  .about-section .as-images .as-img img {
    height: 210px;
  }
.about-section .as-text h2{
  font-size: 60px;
}
.service-section .ss-box .ss-text p {
    font-size: 15px;
}
.service-section .ss-box .ss-img img {
    width: 200px;
    height: 200px;
}
.process-section .pro-box .ps-box .ps-item {
    left: -35px;
}
  header::before {
    width: 69%;
  }
  .process-section .pro-box{
    margin-top: 60px;
  }
  .process-section .pro-box .ps-box {
    padding-left: 48px;
}
.contact-section .contact-box {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.contact-section .contact-box .cs-img{
  margin-bottom: 20px;
}

  h2,.service-section .ss-box .ss-head h4{
    font-size: 30px;
  }
.process-section .pro-box .ps-box h3 {
    font-size: 22px;
}
  .p-100 {
    padding: 60px 0px;
  }
.thank{
    margin-top:80px;
}
  .m-100 {
    margin-bottom: 60px;
  }

  .contact-section .con-box {
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }

  .contact-section .con-box .text {
    margin-left: 0;
    margin-top: 10px;
  }

  .contact-section .contact {
    padding: 20px;
  }
  .banner-section{
    background-position: right;
  }
  .about-section.p-100 .as-text{
    margin-top: 250px !important;
  }

}

@media screen and (max-width:992px) {

  .top-right-bar,
  header::before,
  header::after,
  .cta-section .cta .cta-img,
  .top-bar .top-right-bar,.about-section .as-img {
    display: none;
  }

  .menu {
    padding: 8px 0px;
    background-color: #19286a;
  }
.about-section .as-text {
    margin-left: 0;
}
  .footer-box {
    margin-top: 30px;
  }
.service-section .ss-box .ss-text {
    padding: 0px 30px;
}
  .menu .navbar-brand img {
    width: 170px;
  }

  .choose-section {
    color: #fff;
  }

  .choose-section .counter {
    padding-left: 0px;
  }

  .choose-section::after {
    width: 100%;
  }

  .testimonial-section .tes-box {
    background-color: #eee;
  }

  .testimonial-section .testimonial {
    margin-left: 0px;
  }

  .testimonial-section::after {
    content: none;
  }

  .testimonial-section .tes-head {
    margin-left: 0px;
  }

  .menu .navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc400;
  }

  .navbar-light .navbar-toggler {
    border: 3px double #29292a;
  }

  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
    border: none;
  }

  .menu .navbar-nav {
    display: block;
  }
.menu .navbar {
    margin-top: 0px;
    padding: 0px;
}
  .menu .book-now {
    margin: 20px 0px;
  }
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide {
    background-position: center;
  }
.testimonial-section .tes-box q {
    font-size: 15px;
}
  .about-section .as-images .as-img img {
    height: 327px;
  }
.hero-section .hero-img {
    background-size: 100%;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: -30px;
}
.testimonial-section .tes-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
}
.testimonial-section .tes-box{
  margin: 20px 10px;
}
.quote-section .map iframe{
  height: 300px;
}
  .thank{
    margin:50px 0px;
    height:auto;
}
.details-section .dsr h2 {
    font-size: 40px;
}
.details-section .dsr {
    margin-right: 0px;
}
.choose-section .cs-right h2{
  margin-left: 0;
  font-size: 80px;
}
.choose-section .cs-right .cs-box p{
  color: #000;
}
.footer-section {
    padding-top: 100px;
}
.about-section.p-100 .as-text{
    margin-top: 50px !important;
  }
.testimonial-section .tes-box .tes-img img{
  width: 90px;
  height: 90px;
}
  .p-100,
  .testimonial-section {
    padding: 40px 0px;
  }

  .choose-section {
    padding: 40px 0px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .form-box {
    margin-top: 30px;
  }

  .tes-head,
  .tes-head .under {
    text-align: center;
    justify-content: center;
  }

  .banner-section {
    padding: 180px 0px 90px;
  }

  .map-section .map {
    height: 300px;
  }
}

@media screen and (max-width:580px) {
  .hero-section .hero-slide {
    padding: 200px 0px 90px;
  }

  .hero-section .hero-slide h2,
  h2 {
    font-size: 25px;
  }
.thank{
    margin:20px 0px;
}
  .ser-box {
    margin-top: 0;
  }
.quote-section {
    margin-top: 50px;
}
  .about-section .as-images .as-img img {
    height: 170px;
  }
  .hero-section .under{
    justify-content: center;
  }
  .about-section .as-item{
    height: auto;
  }
  .details-section .dsr h2 {
    font-size: 25px;
    text-align: center;
}
.hero-section {
  text-align: center;
    padding-bottom: 28px;
    padding-top: 130px;
    overflow: hidden;
}
.hero-section h2, .hero-section h1 {
    font-size: 30px;
    font-weight: 500;
}
.testimonial-section .tes-head h2{
  font-size: 30px;
}
  .about-section .as-content {
    margin-top: 40px;
  }

  .testimonial-section .testimonial {
    margin-left: 0px;
  }
.about-section .as-box .text h2{
    font-size: 25px;
}
 
  header .menu .container-fluid,
  header .top-bar .container-fluid {
    padding: 0px 20px;
  }

  .service-two .ser-img {
    margin: 20px 0px;
  }

  .choose ul li i {
    color: #f5a911;
  }

  .service-two .ser-para {
    padding: 0px 10px;
  }

  .service-two .ser-img img {
    height: 250px;
  }

  .testimonial-section::after {
    width: 100%;
  }

  .menu .navbar {
    margin-top: 0px;
    padding: 0px 5px;
  }
.mission-section .col-md-6:last-child .ms-box{
  margin-top: 30px;
}
  .hero-section .hero-slide h2,
  .hero-section .hero-slide h1 {
    font-size: 30px;
  }

  .top-bar .top-right .phone a {
    font-size: 14px;
  }
 .top-bar .top-right .phone:first-child a{
  font-size: 18px;
 }
  .top-bar .top-right .phone:last-child{
      display:none;
  }
  .slider-nav .ser-list {
    min-width: 160px;
    font-size: 16px;
  }

  .contact-section .con-box {
    padding: 20px 10px;
  }

  .form-box {
    padding: 30px;
  }

  .form-box h2 {
    font-size: 25px;
  }

  .footer-link2 ul li a,
  .contact-section .con-box .text a {
    font-size: 15px;
  }
.about-section .as-text h2 {
    font-size: 50px;
}
.service-section .ss-box {
    border: 1px solid #19286a;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}
.service-section .ss-box .ss-img{
  margin-top: 30px;
}
.service-section .col-md-12:nth-child(even) .ss-box{
  flex-direction: column-reverse;
}
.service-section .col-md-12:last-child .ss-box {
    border: 1px solid #19286a;
}

.service-section .ss-box .ss-text {
    width: auto;
    padding: 0px;
}
  .menu .navbar-brand img {
    width: 220px;
  }
  .menu{
      padding:0px;
  }
  .process-section .pro-box .ps-box {
    padding-left: 50px;
    margin: 15px 0px;
}
.process-section .pro-box{
  padding:40px 20px;
}
.choose-section .cs-right h2{
  font-size: 55px;
  padding: 10px;
  margin-top: 30px;
}
.footer-box ul li a {
    color: #fff;
    font-size: 14px;
}
.details-section {
    padding-bottom: 0px;
    padding-top: 40px;
}
.contact-section .contact-box{
  padding: 10px 0px;
}
.contact-section .contact-box a{
  font-size: 15px;
}
.dls-box{
  padding: 40px 10px;
}
.dls-box a{
  font-size: 14px;
}
.top-bar .top-right i{
  font-size: 16px;
  margin-right: 6px;
  height: 35px;
  width: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 2px;
  background-color: #fff;
}
.top-bar .top-right .phone{
  margin: 4px 0px;
}
header .top-bar{
  padding: 3px 0px;
}
.top-bar .top-right{
  flex-wrap: wrap;
}
.foot-list{
  display: block;
}
.foot-list ul li{
    flex:1;
}
.banner-title ul li a{
    font-size:16px;
}
.foot-list ul li i{
    font-size:18px;
    padding-bottom:5px;
}
.foot-list ul li:nth-child(2) a{
    background-color:#51ff4e;
}
.foot-list ul li .fa-whatsapp{
    font-size:22px;
}
.footer-section {
    padding-bottom: 60px;
}
.what{
    display:none;
}
}
