@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;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0px;
}

.p-100 {
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  color: #1786ab;
  font-variant: small-caps;
  font-weight: 600;
  position: relative;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.under img{
  padding-right: 5px;
  width: 24px;
}
.sec-btn {
  display: inline-block;
  padding: 13px 25px;
  background-color: #1786ab;
  color: #fff;
  transition: .5s;
  font-size: 19px;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  position: relative;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transition: .5s;
  height: 100%;
  border-radius: 5px;
  background-color: #391e6b;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 3;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.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: rgb(2, 199, 28);
}

.what a:last-child {
  font-size: 20px;
  background-color: #1786ab;
}
@keyframes rorate {
  0%{
    transform: translate(-4px);
  }

  100%{
    transform: translate(60px);
  }
}
/* -----Globle-Style----- */

/* -------main-style-start-------- */

header {
  background-color: #eee;
  position: relative;
  z-index: 999;
}

.top-bar {
  position: relative;
  padding-top: 10px;
  margin-bottom: -35px;
}

header .sticky .navbar{
  transform: translateY(0);
}
.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;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  align-items: center;
}

.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #1786ab;
}

.top-bar .top-menu {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.top-bar .top-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  width: 82%;
  background-color: #000;
  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;
}

.top-bar .social ul li {
  margin: 0px 4px;
}

.top-bar .social ul li a {
  height: 40px;
  width: 40px;
  background-color: #1786ab;
  color: #fff;
  border-radius: 5px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .social ul li a:hover {
  color: #391e6b;
}
header .navbar-brand {
    background-color: #fff;
    margin-left: -13px;
    padding: 13px;
    padding-right: 30px;
    border-radius: 48px 0px 0px 48px;
}
header .navbar-brand img {
  width: 160px;
  border-radius: 5px;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}
.menu .sec-btn{
  margin-top: 0;
}
.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 8px 0px;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 50px;
  background-color: #391e6b;
  transform: translateY(45px);
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #1786ab;
}

.menu .dropdown-menu {
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #391e6b;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #391e6b;
  color: #fff;
}

.menu .get-quote .sec-btn {
  margin-top: 0;
  margin-right: 30px;
}
.menu .book{
  margin-right: 20px;
}
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 #1786ab1c;
  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: 200px;
  border-radius: 5px;
}

header .sticky .navbar-brand {
  transform: translateY(0px);
}


/* ----header-section-end---- */

/* ---Hero-Section-Start--- */

.hero-section{
  padding: 130px 0px 100px;
  background-color: #eee;
  position:relative;
}
.hero-section .hero-img img{
  border-radius: 10px;
}
.hero-section p{
  font-size: 18px;
}
.hero-section h5{
    color:#1786ab;
}
.hero-section .top-city{
    position:absolute;
    top:50px;
    left:20%;
}
.hero-section .top-city ul{
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.hero-section .top-city ul li{
    margin:5px;
}
/* ---Hero-Section-End--- */

/* ---Choose-Section--- */
.choose-section{
  padding-top: 80px;
}
.choose-section .ch-head{
  text-align: center;
  margin-bottom: 20px;
}
.choose-section .ch-head h2{
  font-weight: 700;
  font-size: 40px;
}
.choose-section .ch-head .under{
  justify-content: center;
}
.choose-section .ch-box {
  margin-bottom: 30px;
}
.choose-section .ch-box .ch-icon{
  height: 100px;
  width: 100px;
  border-radius: 5px;
  background-color: #1786ab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.choose-section .ch-box h4{
  font-size: 22px;
  font-weight: 600;
}
/* ---Choose-Section--- */

/* ---about-section-start--- */
.about-section{
  padding: 50px 0px;
  background-color: #eee;
}
.about-section .as-img img{
  border-radius: 10px;
}
.as-box{
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}
.about-section .as-box h4{
  font-size: 22px;
  font-weight: 600;
}
/* ---about-section-end--- */



/* ====Service-Section==== */

.service-section .ser-head{
  text-align: center;
  margin-bottom: 20px;
}
.service-section .ser-head h2{
  font-weight: 700;
  font-size: 35px;
}
.service-section .ser-box{
  padding: 20px;
  height: 100%;
  background-color: #eee;
  border-radius: 10px;
}
.service-section .ser-box .ser-img img{
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.service-section .ser-box .ser-img{
  height: 100%;
}
.service-section .ser-box h4{
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
}

/* ====Service-Section==== */

/* ----testimonial-section-start---- */
.testimonial-section .tes-box {
  padding: 20px;
  border-radius: 5px;
  border: 3px double #391e6b;
}
.testimonial-section .tes-box img{
  width: 70px;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tes-box .tes-info .text{
  flex: 1;
  margin-left: 20px;
}
.tes-box .tes-info .text h5{
  color: #391e6b;
  margin-bottom: 0;
}
.tes-box .tes-info .ratting{
  color: #f08b07;
  letter-spacing: 2px;
}
.testimonial-section .tes-box p{
  margin-bottom: 0;
  margin-top: 10px;
}


/* ----testimonial-section-end--- */

/*===Network-Section===*/

.network-section .net-head{
  text-align:center;
}
.network-section .net-head h2{
  margin-top:0px;
}
.network-section .net-box a{
  padding:10px 20px;
  border-radius:5px;
  background-color:#391e6b;
  text-align:center;
  width:100%;
  text-transform: uppercase;
  color:#fff;
  font-size: 17px;
  margin-top:10px;
  display:inline-block;
}

/* ---Counter-Section-Start--- */

.counter-section {
  position: relative;
  background-color: #391e6b;
  padding: 50px 0px;
  background-image: url(../images/counter.png);
}

.cont-box {
  display: flex;
  align-items: center;
}

.cont-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #1786ab;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-box img {
  width: 50px;
}

.cont-box .text {
  margin-left: 20px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  color: #1786ab;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2::after {
  content: "+";
  font-size: 45px;
}


/* ---Counter-Section-End--- */

/* ---Products-Section--- */

.product-section{
  background-color: #eee;
}
.product-section .pro-head{
  text-align: center;
}
.product-section .pro-box{
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.product-section .pro-box h6{
  font-weight: 700;
  margin-top: 15px;
}
.product-section .pro-box img{
  height: 170px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.product-section2 .pro-box img{
  height: 220px;
}
/* ---Products-Section--- */

/* ---Faq-Section--- */

.faq-section .faq .accordion-item {
  padding:15px 20px;
  background-color: #eee;
  border-radius: 10px;
  border: none;
  outline: none;
  margin: 8px 0px;
}

.faq-section .faq .accordion-item h2 {
  margin-top: 0;
}
.faq-section .faq .accordion-item h2 .accordion-button{
  background-color: #eee;
}
.faq-section .faq .accordion-item .accordion-button {
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}

.faq-section .faq .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faq-section .faq .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #1786ab;
  content: "\e4c2";
  font-family: "FontAwesome";
}

.faq-section .faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\e4c2";
  color: #fff;
  background-color: #1786ab;
}

.faq-section .faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-section .faq .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}

.form-box{
  padding: 30px;
  background-color: #eee;
  border-radius: 10px;
  margin-left: 30px;
}
.form-box .f-group input, .form-box .f-group textarea, .form-box .f-group select{
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #1786ab;
  width: 100%;
  margin-top: 20px;
}
.form-box .f-group  button{
  border: none;
  outline: none;
  margin-top: 20px;
}
.form-box .f-group .sec-btn{
  padding: 10px 20px;
  text-align: right;
}
.form-box .f-group{
  text-align: right;
}
.faq-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #1786ab;
  color: #fff;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
  height: 100%;
  transition: .5s;
}
.faq-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-radius: 5px;
  width: 100%;
  transition: .5s;
  background-color: #391e6b;
  content: "";
}
.faq-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #391e6b;
  border-radius: 5px;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box:hover .icon{
  background-color: #1786ab;
}
.contact-box .icon img{
  width: 45px;
  filter: brightness(88);
  transition: .5s;
}

.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 700;
  transition: .5s;
  color: #391e6b;
}
.contact-box:hover .text h4{
  color: #1786ab;
}
.contact-box .text a{
  color: #fff;
}
.contact-box .text address{
  margin-bottom: 0;
}
/* ---Faq-Section--- */

/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-section .brand-box img {
  margin: auto;
  height: 80px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/* ----cta-section-start----- */

.cta-section .cta {
  padding: 50px 40px;
  position: relative;
  z-index: 3;
  background-size: cover;
  padding-bottom: 0;
  background-color: #1786ab;
  color: #fff;
}

.cta-section .cta .cta-img {
  margin-top: -85px;
}

.cta-section .cta h2 {
  font-size: 35px;
  line-height: 50px;
}
.cta-section .cta a{
  color: #fff;
}
.cta .book {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.cta .book a {
  font-weight: 600;
  font-size: 18px;
}
.cta-section .cta .under{
  color: #391e6b;
}
.cta .book i {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #391e6b;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-right: 50px;
}

.cta .book i::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #391e6b;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

/* ----cta-section-end----- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-color: #eee;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  background-size: contain;
  z-index: 1;
  height: 100%;
  background-position: center;
  background-color: #391e6b;
  content: "";
}

.footer-logo {
  margin-bottom: 10px;
}
.footer-box .footer-text p{
  color: #000;
}
.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: #1786ab;
  border-radius: 4px;
}


.footer-box .social li a:hover {
  color: #1786ab;
  background-color: #391e6b;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #1786ab;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #1786ab;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #1786ab;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 5px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #1786ab;
}

.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: #1786ab;
  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: #1786ab;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #391e6b;
  font-weight: 600;
}

/* ------footer-section-end-------- */

/* ---Banner-Section--- */

.banner-section{
  padding-top: 130px;
  padding-bottom: 100px;
  background-image: linear-gradient(#000000bb,#000000d5),url(../images/hero2.jpg);
  color: #fff;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.banner-section .banner-title h1{
  font-weight: 700;
}
.banner-section .banner-title ul{
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.banner-section .banner-title ul li{
  margin: 5px;
  font-size: 18px;
}
.banner-section .banner-title ul li a{
  color: #1786ab;
  font-weight: 500;
}
/* ---Banner-Section--- */

.map-section .map{
  height: 400px;
}
/* ---welcome-section-start---- */

.ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-position: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/welcome.jpg);
}

/* ---welcome-section-end---- */

/* ---contact-section-start--- */

.contact-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #1786ab;
  color: #fff;
  margin-top: 20px;
  position: relative;
  height: 100%;
  transition: .5s;
}
.contact-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #391e6b;
  content: "";
}
.contact-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #391e6b;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box:hover .icon{
  background-color: #1786ab;
}
.contact-box .icon img{
  width: 45px;
  filter: brightness(88);
  transition: .5s;
}

.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 700;
  transition: .5s;
  color: #391e6b;
}
.contact-box:hover .text h4{
  color: #1786ab;
}
.contact-box .text a{
  color: #fff;
}
.contact-box .text address{
  margin-bottom: 0;
}

/* ---contact-section-end--- */

/* ---Map-Section--- */

.map-section .map{
  height: 400px;
}


/* ---Map-Section--- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 2px solid #fff;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/*---thank-Section-Start----*/

.thank img{
    width:60%;
}
.thank{
    text-align:center;
    height: 100vh;
    width: 100%;
    margin-top:40px;
}
.thank ul{
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
}
.thank ul li a{
    height:40px;
    width:40px;
    background:#8514fb;
    color:#fff;
    display:flex;
    align-items:center;
    margin:5px;
    border-radius:5px;
    justify-content:center;
}
/*---thank-Section-end----*/

@media screen and (max-width:1024px) {

.about-section::after {
  height: 325px;
  bottom: 0px;
}
.hero-section .hero-slide{
  padding: 120px 0px 80px;
}
.hero-section .hero-item h1 {
  font-size: 40px;
}
.hero-section .hero-item p {
  font-size: 16px;
}
.work-section .w-box .work-img {
  width: 230px;
  height: 230px;
}
.cta-section .cta .cta-img {
  margin-top: 0px;
}
.footer-section::after{
  width: 65%;
}
.hero-slide .hero-text h2 {
  font-size: 35px;
}

.ser-box .ser-text{
  margin: 10px 0px;
}
h2{
  font-size: 28px;
}
.cont-box{
  display: block;
  text-align: center;
}
.cont-box .text {
  margin-left: 0px;
}
.cont-box .icon{
  margin: auto;
  margin-bottom: 10px;
}
.counter-section .count-box2{
  margin-bottom: 30px;
}
.tes-box p {
  font-size: 16px;
}
.footer-logo {
  margin-bottom: 0px;
}
.footer-logo img{
  width: 160px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
.testimonial-section .tes-head{
  margin-top: 20px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link{
  padding: 10px 12px;
  font-size: 16px;
}
.hero-section p{
  font-size: 16px;
}
.network-section .net-box a{
  text-transform: capitalize;
  font-size: 15px;
}
p{
  font-size: 14px;
}
.sec-btn{
  padding: 10px 20px;
}
}


@media screen and (max-width:778px) {
  header .book,header::after,.top-left,.new-menu .navbar-logo-img img,.about-section .as-item .as-img2 img,.about-section::after,.cta-section .cta .cta-img{
    display: none;
  }
  .hero-section {
    padding: 110px 0px 80px;
    background-color: #eee;
}
.hero-content{
  margin-bottom: 30px;
}
  .service-section .ser-box img{
    width: 100%;
    object-fit: cover;
  }
  .testimonial-section .tes-head {
    margin-top: 40px;
}
.navbar-light .navbar-toggler {
  background: #1786ab;
}
.form-box .f-group{
  text-align: left;
}

.menu .navbar-toggler-icon {
  height: 38px;
  width: 38px;
  border-radius: 23px;
}
.contact-section .form-box{
  margin-bottom: 30px;
}
  .as-item .as-img2, .as-item .as-img3,.top-bar .social ul{
    display: none;
  }
  .choose-section .row .col-lg-4:nth-child(2){
    display: none;
  }
  .counter-section #counter::after{
    width: 100%;
    height: 110px;
    border-radius: 5px 5px 0px 0px;
  }
  
 
  .cont-box,.form-box{
    margin-top: 20px;
    margin-left: 0;
  }
  
  .menu .navbar-brand{
    display: block;
  }
  .menu .navbar-brand img{
    width: 140px;
  }
  .cta-section .cta h2 {
    font-size: 30px;
    line-height: 40px;
}
.footer-section::after{
  width: 0;
}
.footer-box ul li a,.footer-link2 ul li span{
  color: #391e6b;
}
.footer-box{
  margin-top: 20px;
}
  .menu .navbar{
    padding: 0;
  }
  .hero-section .hero-slider{
    padding: 30px;
  }
  .menu .navbar-toggler-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #1786ab;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .menu .navbar-nav{
    margin-left: 0;
    display: block;
  }
  .about-section .as-item .as-img1 img{
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .about-section .as-content{
    padding-left: 0;
    margin-top: 30px;
  }
  .service-section .ser-box p {
    font-size: 15px;
}
.service-section .ser-head p{
  margin-bottom: 0;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover, .menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #1786ab;
}
.p-100{
  padding: 50px 0px;
}
.choose-section{
  padding-top: 50px;
}
.m-100{
  margin-bottom: 50px;
}
.menu .navbar .sec-btn{
  margin: 25px 0px;
}
.brand-section.m-100{
  margin-bottom: 80px;
}
.map-section .map {
  height: 300px;
}
.map-section{
  margin-bottom: 50px;
}
.service-section .ser-head{
  margin-bottom: 0;
}
}

@media screen and (max-width:580px) {
  .top-right .phone {
    margin-right: 10px;
}
.choose-section .ch-box .ch-text {
  padding:20px;
}
.banner-section {
  padding-top: 90px;
  padding-bottom: 60px;
}
.choose-section .row .col-lg-4:nth-child(2){
  display: block;
}
.brand-section .brand-box img {
  margin: auto;
  height: 60px;
}
.choose-section::after {
  height: 120px;
  width: 120px;
}
.hero-section .hero-item h1 {
  font-size: 30px;
}
.choose-section .ch-box .ch-text p{
  margin-bottom: 0;
}
.top-right .phone a, .top-right .email a {
  margin-left: 5px;
}
.choose-section .ch-head h2,.service-section .ser-head h3 {
  font-size: 26px;
}

.service-section .ser-box .ser-img img,.product-section .pro-box img{
  height: auto;
}
.service-section .ser-head h2 {
  font-weight: 600;
  font-size: 28px;
}
.network-section .net-box a{
  text-align: left;
}
.choose-section .ch-box{
  padding: 20px;
  background-color: #eee;
}
.brand-section h3 {
  font-size: 30px;
}
.hero-section{
    padding-top:120px;
}
.hero-section .top-city{
    left:4%;
}
.hero-section .top-city ul li{
    margin:0px 2px;
    text-align:center;
    font-size:14px;
}

.hero-section h5{
    font-size:22px;
}

.hero-section .hero-slide {
  padding: 100px 0px 50px;
  background-position: right;
}
.counter-section .cont-box{
  margin-top: 15px;
}
.hero-slide .hero-text h2 {
  font-size: 30px;
  line-height: 38px;
}
.counter-section #counter::after {
  height: 120px;
}
.work-section .w-box .work-img {
  width: 250px;
  margin: auto;
  height: 250px;
}
.cta-section .cta h2 {
  font-size: 22px;
  line-height: 30px;
}
.hero-section .hero-slider{
  padding: 20px;
}
h2 {
  font-size: 23px;
}
.hero-slider .hero-images .hero-img2 {
  margin-left: 10px;
  margin-top: 70px;
}
.hero-slider .hero-images img {
  height: 320px;
  border-width: 4px;
}
.about-section .as-box {
  display: block;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.contact-box{
  margin: 10px 0px;
}
.top-right .phone a, .top-right .email a{
  font-size: 15px;
}
.menu::after {
  width: 63%;
}
.service-section .ser-head{
  margin-top: 40px;
}
.testimonial-section .tes-box{
  margin-left: 0;
}


}

@media screen and (max-width:400px) {
  .hero-section .hero-item h1 {
    font-size: 27px;
}
.hero-section .hero-item p {
  font-size: 14px;
}
.top-right .phone a, .top-right .email a {
  font-size: 13px;
}
.menu .navbar-brand img {
  width: 120px;
}
}