@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Kanit", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}
.p-100{
  padding: 90px 0px;
}

* {
  padding: 0;
  margin: 0;
}
.m-100{
  margin-bottom: 70px;
}

.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 #050a3069;
  background: #1dbf73;
}
.what a:last-child {
  font-size: 20px;
}

.sec-btn{
  display: inline-block;
  padding: 13px 25px;
  background-color: #e30012;
  color: #fff;
  transition: .5s;
  margin-top: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}
.sec-btn:hover{
  background-color: #000080;
  color: #e30012;
}
.under {
  color: #000080;
  text-transform: uppercase;
  border-radius: 28px 28px 0px 28px;
  font-weight: 500;
}

h2{
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
}
/* -----header-section-start----- */
header {
  position: relative;
  z-index: 9999;
  padding: 10px 0px;
  box-shadow: 0px 10px 20px 0px #00000010;
  background-color: #fff;
}

.top-bar {
  position: relative;
}

.top-left ul li {
  margin: 0px 5px;
}


.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  align-items: center;
  margin-left: 50px;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.top-right .phone a{
  color: #fff;
}
.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #000080;
}
.top-bar .top-menu{
  padding: 8px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}
.top-bar .top-menu::after{
  position: absolute;
  top: 0;
  right: 0;
  border-radius:30px;
  width: 82%;
  background-color: #e30012;
  content: "";
  height: 100%;
}
.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;
  margin-right: 40px;
}
.top-bar .social ul li{
  margin: 0px 4px;
}
.top-bar .social ul li a{
  height: 40px;
  width: 40px;
  background-color: #000080;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-brand img{
  width: 185px;
}
header .navbar-brand{
  margin: 0;
  padding: 0;
  margin-top:-10px;
  transform: translateY(-20px);
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding:  0px;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
}

.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: #414040;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #000080;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #000080;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #000080;
  color: #fff;
}
.menu .get-quote .sec-btn{
  margin-top: 0;
}

header .sticky .navbar-nav{
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}
header .sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0000801c;
  top: 0;
  left: 0;
  width: 100%;
}
header .sticky .logo-img,.menu .dropdown:hover .dropdown-menu,.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}
header .sticky .logo-img img{
  width: 180px;
}
header .sticky .navbar-brand{
  transform: translateY(0px);
}
/* -----header-section-end------- */


/* ----Hero-Section-Start---- */
.hero-section{
  position: relative;
  background-color: #e30012;
  overflow: hidden;
}
.hero-section .hero-box::after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 93.6%;
  background-color: #eee;
  content: "";
}
.hero-section .hero-box{
  position: relative;
  z-index: 99;
}
.hero-section .hero-img{
  margin-left: -20px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  clip-path: polygon(0 0, 100% 0%, 92% 94%, 0% 100%);
}
.hero-section .hero-img img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
.hero-section .hero-img2{
  margin-top: -30px;
  position: relative;
  z-index: 5;
  margin-right: -20px;
  clip-path: polygon(10% 5%, 100% 0%, 100% 100%, 0 95.5%);
}
.hero-img2 img{
  height: 580px;
  width: 100%;
  object-fit: cover;
} 

.hero-section .hero-content{
  text-align: center;
  display: flex;
  position: relative;
  z-index: 4;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.hero-section .hero-content h2{
  font-size: 32px;
}

/* /* ----Hero-Section-End---- */

/* ---Form-section---- */
.form-section{
  position: relative;
}
.form-section::after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(#fdfcfce0,#f7f4f4e0),url(../images/1.webp);
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 0px 10px;
  content: "";
  height: 90%;
  width: 38%;
}
.form-section .cont-box {
  display: flex;
  position: relative;
  padding: 20px;
  z-index: 2;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 3px double #000080;
  background-color: #fff;
  outline-offset: 3px;
}
.cont-box .icon {
  height: 70px;
  width: 90px;
  border-radius: 5px;
  background-color: #e30012;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-box img {
  width: 50px;
  filter: brightness(44);
}
.cont-box .text {
  margin-left: 10px;
}
.cont-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  color: #ff3f39;
  line-height: 30px;
}
.cont-box p {
  font-weight: 600;
  margin-bottom: 0;
  color: #000080;
}
.cont-box h2::after {
  content: "+";
  font-size: 40px;
}
/* ---Form-section---- */


/* ----About-Section-Start---- */

.about-section .as-item .as-img img{
  width: 100%;
  display: inline-block;
  object-fit: cover;
  max-height: 330px;
}
.about-section .as-item .as-img{
  height: 100%;
}
.about-section .as-item .text h4{
  font-size: 25px;
  list-style: 35px;
  font-weight: 500;
}
.about-section .as-item .text h4 span{
  color: #e30012;
  font-size: 25px;
}
.as-img.mt-4 img{
  max-height: 250px !important;
}
.as-item2 .as-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.as-item2 ul {
  display: flex;
  list-style: none;
  padding: 0px;
  z-index: 9;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

.as-item2 ul li {
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #c9100d1a;
  font-size: 18px;
  margin-bottom: -35px;
  cursor: pointer;
  text-transform: uppercase;
  color: #e30012;
}

.as-item2 .new {
  background-color: #e30012;
  color: #fff;
}

.as-box {
  background-color: #f7f4ef;
  padding: 20px;
  padding-top: 40px;
}

.as-box2,
.as-box3 {
  display: none;
}

.as-item .text{
  background-color: #000080;
  height: 180px;
  background-color: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
/* ----About-Section-End---- */

/* ----service-section-start----- */

.ser-head {
  text-align: center;
}
.ser-head h2{
  margin-bottom: 0;
}
.ser-box {
  border-radius: 0px 0px 7px 7px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 20px 0px #0000801a;
  height: 100%;
}

.ser-box .ser-img img {
  width: 100%;
  height: 260px;
  border-radius: 7px 7px 0px 0px;
  transition: .5s;
  object-fit: cover;
}


.ser-box:hover .ser-img {
  overflow: hidden;
}
.ser-box .ser-img {
  border-radius: 7px 7px 0px 0px;
}
.ser-box:hover .ser-img img {
  transform: scale(1.15);
}

.ser-box .ser-item {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 0px 0px 7px 7px;
  z-index: 2;
}

.ser-item h4 {
  font-size: 25px;
  font-weight: 600;
}

.ser-box .ser-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: -43px;
  text-align: center;
  padding: 10px 20px;
  background-color: #eee;
  border-radius: 5px;
}

.ser-box p {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

/* ----service-section-start---- */

/* ====Service-Section==== */

.service-tow {
  background-image: url(../images/hero2.webp);
  background-size: cover;
  position: relative;
  padding: 60px 0px;
  background-attachment: fixed;
}

.service-tow::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ecf0f4;
  opacity: 0.92;
}
.service-tow .ser-head{
  position: relative;
  z-index: 4;
  margin-top: 20px;
  text-align: center;
}
.service-tow .ser-head h2{
  margin: 0;
}
.service-tow .ser-head .under{
  justify-content: center;
  margin-bottom: 0;
}
.service-tow .ser-box{
  position: relative;
  padding: 20px;
  margin-top: 30px;
  z-index: 23;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
.service-tow .ser-box h4{
  font-weight: 600;
}
.service-tow .ser-box p{
  margin-bottom: 7px;
}
.service-tow .ser-box img{
  border-radius: 10px;
}
/* ====Service-Section==== */

/* <!-- ===Work-Section-Start=== --> */

.work-section{
  text-align: center;
  overflow: hidden;
}

.work-section .work-box {
  padding:35px 25px;
  background-color: #fff;
  border-radius: 8px;
  border-top: 1px solid #eee;
  margin: 15px 30px;
  box-shadow: 0px 10px 20px 0px #00008018;
}
.work-section .work-box.work-box2{
  margin-top: 60px;
  position: relative;
}
.work-section .work-box.work-box2::after{
  height: 100%;
  width: 70px;
  background-image: url(../images/pro-shape1.png);
  position: absolute;
  top: -60px;
  left: -75px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.work-section .work-box.work-box2::before{
  height: 100%;
  width: 70px;
  background-image: url(../images/pro-shape2.png);
  position: absolute;
  top: -60px;
  right: -75px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.work-section .col-md-6:last-child .work-box.work-box2::before{
  display: none;
}
.work-section .work-box h4{
  margin-top: 10px;
  font-size: 18px;
  color: #e30012;
}
.work-section .work-box img{
  height: 150px;
  width: 150px;
  display: inline-block;
  object-fit: cover;
  border-radius: 100%;
}
/* <!-- ===Work-Section-Start=== --> */

/* ===Review-Section-Start=== */
.review-section{
  position: relative;
}
.review-section .review-head{
  text-align: center;
}
.review-section .review-box{
  padding:30px 25px;
  position: relative;
  border-radius: 10px;
  margin: 15px;
  min-height: 350px;
  border-top: none;
  background-color: #fdfdfd;
  box-shadow: 0px 5px 10px 0px #41404011;
}
.review-section .review-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-position:top;
  background-repeat: no-repeat;
  z-index: 2;
  background-color: #fff;
  background-size: 100% 100%;
  content: "";
  background-image: url(../images/tes-shape.webp);
}
.review-section .review-box::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ebedef;
  border-radius: 0px 0px 10px 10px;
  content: "";
}
.review-box .user-info{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.review-box .user-info img{
  width: 80px;
}
.review-box .user-info .text{
  margin-left: 20px;
}
.review-box .user-info .text h5{
  font-weight: 600;
  color: #e30012;
  font-size: 20px;
  margin-bottom: 0;
}
.review-box q{
  line-height: 28px;
}
.review-box .ratting{
  margin-top: 10px;
  text-align: right;
  color: #eba31d;
  letter-spacing: 2px;
}
.brand-content{
  position: relative;
  z-index: 3;
}
.brand-content marquee {
  height: 300px;
  text-align: center;
}
.brand-content .brand-box{
  border-radius: 10px;
}
.brand-content .brand-box .fs-img{
    background-color:#fff;
    padding:10px ;
    border-radius: 10px;
}
.brand-content h4{
  color: #fff;
  text-align: center;
  padding: 20px;
  display: inline-block;
  background-color: #000080;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
}
.brand-content .brand-box  img{
  border-radius: 10px;
  width: 250px;
}
.review-section .form-box{
  margin-right: 50px;
}
/* ===Review-Section-End=== */

.quote {
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
}

.quote h2 {
  margin-bottom: 0;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  border-radius: 5px;
  margin: 8px 0px;
  padding: 16px 20px;
  background-color: transparent;
  outline: none;
  background-color: #fff;
  border: none;
}
.quote .f-group select{
  padding: 16px 20px;
}
.quote .sec-btn{
  border: none;
}
/* ------testimonial-section-start------- */

/* ---Choose-Section--- */

.choose-section {
  position: relative;
  background-color: #e30012;
  text-align: center;
  color: #eee;
}

.choose-section .ch-box{
  border-left: 1px solid #000080;
  padding:40px 10px;
  transition: .5s;
}
.choose-section .ch-box:hover{
  background-color: #eee;
  color: #414040;
}
.choose-section .ch-box1{
  border: none;
}
.ch-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #000080;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.ch-box img {
  width: 50px;
}

.ch-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
  color: #000080;
}

.ch-box h2::after {
  content: "+";
  font-size: 45px;
}

/* ---Choose-Section--- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image: url(../images/shape1.png);
  background-color: #eee;
}

.footer-logo {
  margin-bottom: 10px;
}

.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: #000080;
}

.footer-box .social li a:hover {
  color: #000080;
  background-color: #fff;
  border-radius: 10px;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000080;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #e30012;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #000080;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 8px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #000080;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  height: 35px;
  font-size: 15px;
  width: 35px;
  border-radius: 5px;
  background-color: #000080;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #000080;
  margin-top: 40px;
  color: #fff;
}
.footer-section hr{
  margin-bottom: 0px;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section{
  padding: 100px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.651),rgba(0, 0, 0, 0.655)),url(../images/banner.jpg);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.banner-title h2{
  font-size: 60px;
}
.banner-section .banner-list ul{
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-list ul li{
  margin: 0px 5px;
}
.banner-list ul li a{
  color: #fff;
  margin-top: 0px;
}
/* ---Banner-Section-End--- */

/* ---mission-section--- */
.mission-section{
  margin-top: 50px;
}
.mission-section .ms-box{
  padding: 25px;
  text-align: center;
  background: #000080;
  color: #fff;
  height: 100%;
  border-radius: 6px;
}
.mission-section .ms-box2{
  background-color: #e30012;
}
.mission-section .ms-box .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin:15px auto;
  border-radius: 6px;
  background-color: #eee;
}
/* ---mission-section--- */

/* ===Service-Details--- */
.ser-right .ser-right-img img{
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.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/ser1.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a {
  color: #fff;
}
.ser-right ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.ser-right ul li{
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 3px;
  margin: 10px 0;
  background-color: #000080;
  color: #fff;
}
.ser-right .ser-box ul li{
    background-color:#fff;
    color:#000;
    padding:0px;
}
.ser-right .ser-box ul li span{
    flex:1;
}
.ser-right ul li i{
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #e30012;
  display: flex;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
}
/* ===Service-Details--- */

/* ----Team-Section-Start--- */

.team-box{
  margin: 0px 10px;
}
.team-box .text{
  padding: 10px 20px;
  text-align: center;
  background-color: #eee;
  color: #e30012;
}
.team-box .text h4{
  margin-bottom: 0px;
}
.team-box .text span{
  color: #000080;
}
/* ----Team-Section-End----- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.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(.95);
}
/* ------gallery-Page-end------- */

/* -------branch-section-start------- */

.branch-section{
  padding: 80px 0px;
}
.branch-head {
  text-align: center;
}

.branch-box {
  border: 3px groove #e30012;
  position: relative;
  transition: .5s;
  padding: 20px;
}
.branch-box:hover{
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px #16003b27;
}
.branch-box b{
  font-weight: 800;
}
.branch-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #000080;
  background-image: url(../images/shape1.png);
  z-index: -1;
  content: "";
  transition: .7s;
}
.branch-box::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #e30012;
  content: "";
  transition: .7s;
  z-index: -1;
}
.branch-box:hover:before,.branch-box:hover:after{
  width: 100%;
}
.branch-box h4{
  font-size: 22px;
  font-weight: 600;
}
.branch-box:hover,.branch-box:hover a{
  color: #fff;
}
.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 60px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #000080;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */
.map-section .map{
  height: 400px;
}
/* ---Contact-Section-Start---- */

.contact-section .cont-box {
  padding:20px;
  background-color: #000080;
  transition: .5s;
  margin-top: 0px;
  border-radius: 8px;
  height: 100%;
}
.contact-section .cont-box h4{
  margin-top: 10px;
  margin-bottom: 0px;
}
.contact-section .cont-box:hover{
  background-color: #e30012;
}
.cont-box .icon img {
  width: 60px;
}
.contact-section .cont-box .icon{
  background-color: #eee;
}
.cont-box .text {
  color: #fff;
}

.cont-box address {
  margin-bottom: 0px;
}

.cont-box .text a {
  color: #fff;
}

/* ---Contact-Section-Start---- */


@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    padding: 0px 15px;
  }
  h2 {
    font-size: 35px;
}
.ser-right .ser-right-img img {
  height: 300px;
}

  .hero-slide .hero-box h2 {
    font-size: 44px;
}
.hero-box p{
  font-size: 17px;
}
.top-right .phone a {
  font-size: 15px;
}
.work-section .work-box img {
  height: 120px;
  width: 120px;
}
.hero-section .hero-slide{
  padding: 70px 0px;
  clip-path: none;
}
span, a, i, li, b, p {
  font-size: 18px;
}
.process-section,.branch-section,.gallery-section,.details-section{
  padding: 40px 0px 60px;
}
.counter-section{
  margin: 60px 0px;
}
.ser-box .ser-item h4 {
  font-size: 20px;
}
.ser-box .ser-item{
  text-align: justify;
  height: 100%;
}
.ser-head h2{
  margin-bottom: 0px;
}
.m-100{
  margin-bottom: 50px;
}
.testimonial-section{
  margin-top: 50px;
}
.branch-box h4 {
  font-size: 19px;
  font-weight: 700;
}

}

@media screen and (max-width:992px) {
  .menu .navbar-light .navbar-toggler-icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
  }
  header .navbar-brand {
    margin-top: 0px;
    transform: translateY(0px);
}
  .menu .navbar-light .navbar-toggler-icon i{
    font-size: 25px;
  }
  .menu .navbar-light .navbar-toggler{
    border: none;
    background-color: #000080;
    padding:5px 10px;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .dls-box {
    background-position: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)),url(../images/banner.jpg);
}
  .book-now .sec-btn{
    margin-bottom: 10px;
  }
  .menu .navbar-nav{
    display: inline-block;
    margin-left: 0;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    padding: 3px 0px;
  }
  .menu .navbar-toggler{
    border: 3px double #e30012;
  }
  .menu .navbar-toggler-icon{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-slide .hero-box h2 {
    font-size: 50px;
}
.top-bar .social ul,.hero-section .hero-img,.hero-section .hero-img2{
  display: none;
}
.top-bar .top-menu::after{
  width: 100%;
}
header .navbar-brand img {
  width: 130px;
}
.menu .navbar{
  margin-top: 10px;
}
.hero-section .hero-box{
  padding: 60px 0px;
  color: #fff;
  background-image:linear-gradient(#000000b2,#000000b2),url(../images/hero4.jpg);
  background-size: cover;
  background-position: center;
}
.hero-box::after,.form-section::after,.work-section .work-box.work-box2::after,.work-section .work-box.work-box2::before{
  display: none;
}
#counter{
  margin-top: 50px;
}
.p-100{
  padding: 50px 0px;
}

.about-section .as-item .as-img img{
  border-radius: 10px;
}
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide{
    text-align: center !important;
  }
  .process-section .ps-box{
    margin-top: 15px;
  }
  .service-tow{
    padding: 30px 0px;
  }
  .service-tow .ser-box{
    margin-top: 15px;
  }
  .ps-head h2{
    margin-bottom: 0px;
  }
  .service-tow .ser-box h4{
    margin-top: 20px;
  }
  .banner-section{
    padding: 60px 0px;
  }
  .banner-title h2 {
    font-size: 45px;
}
.f-footer .footer-link2 ul{
  padding: 0px;
}

.m-100{
  margin-bottom: 30px;
}
.dsl {
  margin-top: 15px;
}
.process-section,.testimonial-section,.counter-section,.branch-section,.gallery-section,.details-section{
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .about-section .as-item .as-img img,.as-item .text{
    display: none;
  }
  .as-img.mt-4 img{
    display: block !important;
    max-height: 450px !important;
  }
  .as-content,.testimonial{
    margin-top: 30px;
  }
  .counter-section{
    margin: 0px 0px;
  }

  .footer-section{
    padding-top: 16px;
  }
  .footer-box{
    margin-top: 15px;
  }
  .contact-section .map {
    height: 300px;
    margin-top: 30px;
}
.footer-box ul li {
  margin: 5px 0px;
}
.mission-section .ms-box{
  height: auto;
  margin-bottom: 20px;
}
.m-100{
  margin-bottom: 50px;
}
.map-section .map {
  height: 300px;
}
.contact-section  .row.align-items-center{
  flex-direction: column-reverse;
}
}

@media screen and (max-width:580px) {
  .top-right-bar{
    display: none;
  }
  .hero-slide .hero-box h2 {
    font-size: 30px;
}
h2,.tes-head h2 span{
  font-size: 28px;
}
.footer-section hr{
  display: none;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.top-bar .top-right .phone{
  margin-right: 10px;
}
.sec-btn {
  padding: 10px 25px;
}
.top-bar .top-right i{
  padding-right: 5px;
}
header{
  padding-top: 0;
}
.top-right{
  margin-left: 10px;
}
.top-bar{
  background-color: #e30012;
}
.top-bar .top-right a{
  font-size: 16px;
}
.hero-section .hero-slide{
  padding: 50px 0px;
}
.menu .navbar{
  border-radius: 30px 30px 0px 0px;
}
.menu .navbar-brand img{
  width: 130px;
}
.quote h2 {
  font-size: 30px;
}
.as-text p{
  margin-top: 10px;
  margin-bottom: 0;
}
.banner-section {
  padding: 50px 0px;
}
.quote .f-group input{
  margin: 5px 0px;
}
.quote .f-group button{
  margin-top: 5px;
  border: none;
}
.banner-title h2 {
  font-size: 35px;
}
.work-section .work-box.work-box2 {
  margin-top: 20px;
}
}

@media screen and (max-width:400px) {
  .top-right .phone .icon {
    margin-right: 5px;
    font-size: 18px;
}
.top-bar .top-right a{
  font-size: 15px;
}

}


/*---thank-Section-Start----*/

.thank {
  text-align: center;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.thank p {
  margin-bottom: 0;
}

.thank .icon img {
  width: 75%;
}

.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;
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#f1f5f9;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:0px;
}
/*===Error-SEction====*/


@media screen and (max-width:1024px) {
  .thank {
    margin-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
  .error-section .error-img {
    width: 100%;
}

  .thank .icon img {
    width: 60%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
    .error-section .error {
    margin-top: -40px;
}
}

/*---thank-Section-end----*/