@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Oleo Script', cursive;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
.what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
.what a {
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #0000002b;
    background: #0ea978;
}

.what a:last-child {
    font-size: 20px;
}

h2{
  font-size: 40px;
  margin: 10px 0px;
}
p{
  font-size: 18px;
  font-weight: 100;
}
.m-100{
  margin-bottom: 80px;
}
.sec-btn{
  display: inline-block;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
.sec-btn::after{
  height: 100%;
  width: 100%;
  background-color: #9140e5;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(1,0);
  transition: .5s;
}
.sec-btn:hover:after{
  transform: scale(1);
}
.sec-btn span{
  position: relative;
  z-index: 33;
}
.sec-btn:hover{
  background-color: transparent;
  color: #fff;
}
.under{
  color: #9140e5;
  text-transform: uppercase;
  word-spacing: 1px;
}

/* -------header-section-start-------- */
header .top-bar{
  background-color: #9140e5;
  position: relative;
}
header .top-bar::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0e3e4;
  content: '';
  width: 30%;
  height: 100%;
}
header .top-bar .logo{
  position: relative;
  z-index: 44;
  padding: 20px 0px 50px;
}
.top-bar .logo img{
  width: 150px;
}
.top-bar .top-box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -28px;
}
.top-bar .top-box ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-bar .top-box ul li a{
  padding: 0px 4px;
  color: #000;
  font-size: 35px;
}
.top-bar .top-box > i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #000;
}
.top-bar .top-box a{
  color: #fff;
  font-size: 16px;
}

.menu .navbar{
  background-color: #fff;
  margin-top: -35px;
  position: relative;
  padding: 15px 0px;
  z-index: 55;
}
.menu .book{
  padding:10px 30px;
  background-color: #000;
}
.menu .book a{
  color: #fff;
}
.menu .navbar-nav .nav-link{
  padding: 0px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #161616;
}
.menu .navbar-nav .nav-link.active,.menu .navbar-nav .nav-link:hover{
  color: #000;
}
.menu .navbar-nav .dropdown .dropdown-menu{
  width: 250px;
}
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}

.menu .navbar-brand{
  display: none;
}

header .new{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.196);
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  width: 100%;
}

.new .navbar-brand{
  display: block;
}
.new .navbar{
  margin-top: 0px;
  background-color: transparent;
}
/* ------header-section-end------ */
.hero-section{
  margin-top: -40px;
  z-index: 1;
}
.hero-slide{
  padding: 200px 0px 140px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-image:linear-gradient(rgba(0, 0, 0, 0.356),rgba(0, 0, 0, 0.379)),url(../images/hero1.jpg);
}
.hero-slide2{
  background-image:linear-gradient(rgba(0, 0, 0, 0.356),rgba(0, 0, 0, 0.379)),url(../images/hero2.jpg);
}
.hero-content h2{
  font-size: 55px;
  text-transform: capitalize;
}
.slick-next,.slick-prev{
  display: none !important;
}
.hero-section ul{
  display: flex;
  margin-top: -30px;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: center;
  list-style: none;
}
.hero-section ul li button{
  font-size: 0px;
  height: 7px;
  width: 30px;
  background-color: #9140e5;
  border-radius: 10px;
  margin: 6px;
  border: none;
}
.hero-section ul .slick-active button{
  background-color: #000;
  height: 10px;
  width: 10px;
  border-radius: 0px;
}
/* -----hero-section-end------ */

/* -----process-section-start----- */
.process-section{
  padding: 80px 0px;
}
.pro-head{
  text-align: center;
}
.pro-head-img{
  margin-top: 30px;
}
.pro-box{
  text-align: center;
}
.pro-icon{
  margin-bottom: 20px;
}
.pro-head-img img{
  width: 75%;
}
.pro-icon img{
  width: 130px;
}
/* -----process-section-End----- */

/* ----about-section-start---- */

.about-section .as-item img{
  border-radius: 140px 0px 140px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-section .as-item{
  height: 100%;
}
/* ----about-section-end---- */

/* -------service-section-start---------- */

.service-section{
  padding: 80px 0px;
  margin: 100px 0px ;
  background: linear-gradient(#0000004f,#0000003f),url(../images/hero2.jfif);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.service-section2{
  background-image: none;
  margin: 0;
}
.service-section2 .ser-head h2{
  color: #000;
}
.service-section2 .ser-box{
  background-color: #eee;
}
.ser-head{
  text-align: center;
  margin-bottom: 20px;
}
.ser-head .under{
  color: #000;
  font-weight: 400;
}
.ser-head h2{
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0px;
}

.ser-box{
  background-color: #fff;
  padding:50px 20px;
  text-align: center;
  transition: .5s;
  height: 100%;
  z-index: 8;
  overflow: hidden;
  position: relative;
}
.ser-box::after{
  content: '';
  top: 10px;
  left: 10px;
  transition: 1s;
  transform: scale(1,0);
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-left:2px solid #9140e5 ;
  border-right:2px solid #9140e5 ;
}
.ser-box::before{
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  border-top:2px solid #9140e5 ;
  border-bottom:2px solid #9140e5 ;
  transition: 1s;
  transform: scale(0,1);
}
.ser-box:hover:before,.ser-box:hover:after{
  transform: scale(1);
}
.ser-box p{
  position: relative;
  z-index: 3;
}
.ser-box .ser-item{
  position: absolute;
  top: 22%;
  right: 32%;
  transform: translate(-50%,-50%) rotate(45deg);
  height: 80px;
  z-index: 2;
  width: 80px;
  background-color: #000;
  border-radius: 10px;
  outline: 1px solid #000;
  outline-offset: 5px;
}
.ser-box:hover .ser-item{
  background-color: #9140e5;
  outline: 1px solid #9140e5;
}
.ser-box .icon{
  position: relative;
  z-index: 6;
  margin-bottom: 45px;
}
.ser-box .icon img{
  width: 80px;
  margin: auto;
}
.ser-box h4{
  margin: 15px 0px;
  z-index: 6;
  font-weight: 600;
  position: relative;
}

/* -------service-section-end--=---------- */

/* ------choose-section-start------- */

.ch-head{
  text-align: center;
  margin-bottom: 30px;
}
.ch-head .under{
  justify-content: center;
}
.ch-item{
  border: 1px solid #ffa60a;
  padding: 20px;
}
.ch-item .ch-img{
  overflow: hidden;
  margin-bottom: 20px;
}
.ch-img img{
  transition: 1s;
  width: 100%;
}
.ch-item:hover .ch-img img{
  transform: scale(1.2);
}
.ch-box{
  position: relative;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  border: 1px solid #ffa60a;
  transition: 1s;
}

.ch-box:hover{
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.131);
}
.ch-box::after{
  content: '';
  top: 5px;
  left: 5px;
  transition: 1s;
  transform: scale(1,0);
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-left:1px solid #000 ;
  border-right:1px solid #000 ;
}
.ch-box::before{
  content: '';
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-top:1px solid #000 ;
  border-bottom:1px solid #000 ;
  transition: 1s;
  transform: scale(0,1);
}
.ch-box:hover:before,.ch-box:hover:after{
  transform: scale(1);
}
.ch-box .icon{
  height: 100px;
  width: 100px;
  border: 1px solid #ffa60a;
  border-radius: 100%;
  display: flex;
  font-size: 40px;
  transition: 1s;
  position: relative;
  z-index: 66;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin:-73px auto 15px;
}
.ch-box:hover .icon{
  background-color: #000;
}
.ch-box .icon img{
  transition: .5s;
  width: 50px;
}

/* ------choose-section-end------- */

/* ----cta-section-start------ */
.cta-section{
  overflow: hidden;
  margin: 80px 0px;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  background: linear-gradient(#000,#ef7e1ba5),url(../images/cta-bg.jpg);
  background-position: center;
  background-size: cover;
}
.cta-section .call {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}

.cta-section .call a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background: #9140e5 ;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}

.cta-section .call a::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 #fff;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}
.cta-item{
  position: relative;
  text-align: left;
  margin-top: -100px;
}
.cta-item::after{
  position: absolute;
  bottom: 0;
  height: 65%;
  left: -100px;
  width: 50%;
  transform: skew(45deg);
  background-color: #9140e5;
  content: '';
}
.cta-item::before{
  position: absolute;
  bottom: 0;
  height: 55%;
  right: 0px;
  width: 100%;
  background-color: #000;
  content: '';
}
.cta-item .cta-img{
  position: relative;
  z-index: 44;
}
.cta-item .cta-text{
  position: relative;
  z-index: 32;
  margin-bottom: 40px;
}
.cta-img{
  text-align: right;
}
.cta-item .cta-text h4{
  font-size: 30px;
}

/* -----cta-section-end----- */

/* -----------counter-section-start--------- */

.counter-section{
  position: relative;
}

.cont-box{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 44;
  box-shadow: 0px 10px 20px 0px #ef7e1b25;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2{
  font-size: 35px;
  color: #000;
  font-weight: 700;
  margin: 10px 0px;
}
.cont-box img{
  width: 50px;
}
.cont-box p{
  margin-bottom: 0;
}
/* -----------counter-section-end----------- */

/* -------testimonial-section-start------- */
.testimonial-section{
  padding: 60px 0px;
  margin-top: 80px;
  background-image:linear-gradient(#ef7e1b78,#000),url(../images/hero1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.tes-head{
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.tes-slider .tes-box {
  text-align: center;
  position: relative;
}
.tes-box {
  padding: 25px;
  margin:0px 20px;
  color: #fff;
  transition: .5s;
}
.tes-slider .tes-box::before {
  height: 10px;
  width: 10px;
  background-color: #9140e5;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  transition: .5s;
  left: 0;
  content: '';
}
.tes-img {
  position: relative;
}
.tes-img img {
  width: 100px;
  border-radius: 10px 10px 0px 10px;
  height: 100px;
  position: relative;
  margin: auto;
  z-index: 99;
  object-fit: cover;
}
.tes-slider .tes-img::after {
  position: absolute;
  top: -5px;
  left: 48%;
  content: '';
  width: 110px;
  transform: translate(-45%, -5px);
  height: 110px;
  border-radius: 10px 10px 0px 10px;
  background-color: #000;
}
.tes-head .under{
  color: #000;
}
.tes-box .text {
  position: relative;
  z-index: 9;
}
.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.tes-slider .slick-dots button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: none;
  border-radius: 100%;
  margin: 10px 4px;
}
.tes-slider .slick-dots .slick-active button {
  background-color: #9140e5;
  height: 8px;
  border-radius: 10px;
  width: 40px;
}

.tes-slider .tes-box:hover::after, .tes-slider .tes-box:hover::before {
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.tes-slider .tes-box:hover .tes-img::after {
  background-color: #000;
  z-index: 9;
}
.tes-slider .tes-box::after {
  height: 10px;
  transition: .5s;
  width: 10px;
  background-color: #9140e5;
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  content: '';
}
.tes-box:hover{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.212);
}
.quote{
  padding: 20px;
  background-color: #9140e5;
  text-align: center;
}
.quote .f-group input,.quote .f-group textarea,.quote .f-group select{
  width: 100%;
  margin: 15px 0px;
  padding: 13px 20px;
  outline: none;
  border: none;
}
.quote .f-group button{
  border: none;
  display:block;
  text-align:center;
}

.quote .f-group .sec-btn::after{
    background-color:#edc111;
}
/* ------testimonial-section-start------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-color: #eee;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #9140e5;
  color: #fff;
}


.footer-box .social li a:hover {
  background-color: #000;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #9140e5;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #000;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #9140e5;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #9140e5;
}

.footer-link2 ul li i {
  color: #9140e5;
  height: 45px;
  margin-right: 10px;
  border-radius: 3px;
  width: 45px;
  background-color: #fff;
  display: flex;
  transition: .5s;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.footer-link2 ul li i:hover{
  background-color: #000;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #9140e5;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */


/* -------branches-section-start------- */

.branches-section{
  padding-top: 80px;
}
.branches-head{
  text-align: center;
}
.branches-head .under{
  justify-content: center;
}
.branches-section .bs-box{
  padding: 20px;
  background-color: #f0e6dd;
  border-radius: 10px;
}
.bs-box h4{
  font-size: 25px;
  margin-top: 20px;
}
.bs-box{
  transition: .5s;
  height: 100%;
}
.bs-box:hover{
  color: #fff;
  background-color: #000;
}
.bs-box:hover a{
  color: #fff;
}

/* -----Banner-section-start------ */

.banner-section{
  padding: 150px 0px 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.489),rgba(0, 0, 0, 0.47)),url(../images/banner.jpg);
  background-position: top;
  background-size: cover;
  color: #fff;
  margin-top: -50px;
  text-align: center;
}
.banner-section .banner-title h2{
  font-size: 60px;
  margin: 10px 0px;
}
.banner-title ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.banner-title ul li a{
  padding: 5px;
  font-size: 18px;
  color: #fff;
}

/* -----contact-page------ */

.map{
  height: 100%;
}

/* ----contact-section-start----- */

.contact-section {
  padding: 80px 0px;
  margin: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.655)), url(../images/Contact-ua.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}

.cs-box {
  padding: 20px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: .6s;
  height: 0%;
  background-color: #9140e5;
  content: '';
  z-index: 0;
}

.cs-box h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.cs-box:hover::after {
  height: 100%;
}

.cs-box .cs-img {
  margin-bottom: 20px;
  z-index: 7;
  position: relative;
}

.cs-box a,
.cs-box address {
  color: #fff;
  position: relative;
  z-index: 7;
}

/* ----contact-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(.9);
}

/* ------gallery-Page-end------- */


/* -----Service-Page-start---- */

.details-section{
  padding-top: 80px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
  padding: 20px;
}
.details-section .quote h2{
  margin-top: 0px;
}
.details-section .dsr h2{
  margin-top: 20px;
}
.dsl-list ul {
  list-style: none;
  padding: 10px;
  position: relative;
  z-index: 5;
  border: 2px solid #000;
}
.dsl-list ul li {
  margin: 10px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
  padding: 13px 20px;
  background-color: #faefe5;
}
.dsl-list ul li a span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #000;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #000;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)), url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
}
.dls-box a{
  color: #fff;
}
.dls-box .sec-btn {
  margin-top: 20px;
}
/* -----servies-page-end------- */

/* -----Responsive-Style------ */

@media screen and (max-width:1024px) {
  .hero-content h2 {
    font-size: 44px;
}
.hero-slide {
  padding: 100px 0px 70px;
}
.details-section{
  padding-top: 50px;
}
.process-section,.gallery-section,.contact-section{
  padding: 50px 0px;
}
.banner-section{
  padding: 120px 0px 80px;
}
.banner-section .banner-title h2{
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
.service-section,.cta-section{
  margin: 50px 0px;
}
.ser-box .ser-item {
  top: 18%;
  right: 22%;
}
}

@media screen and (max-width:992px) {
  header .top-bar .logo, header .top-bar::after{
    display: none;
  }

  .top-bar .top-box,.menu .navbar {
    margin-top: 0px;
    padding: 10px 0px;
}
.menu{
  background-color: #fff;
}
.menu {
  background-color: #fff;
  z-index: 999;
  position: relative;
}
.menu .navbar-brand {
  display: block;
}
.menu .navbar-brand img{
  width: 250px;
}
.banner-section .banner-title h2 {
  font-size: 50px;
}
}

@media screen and (max-width:768px) {
  .pro-box h4{
    font-size: 20px;
  }
  .m-100{
    margin-bottom: 30px;
  }
  .pro-box {
    padding: 0px 10px;
}
.pro-box p{
  font-size: 16px;
}


.as-content,.testimonial,.footer-box,.map{
  margin-top: 30px;
}
.map iframe{
  height: 300px !important;
}
.ser-box .ser-item,.cta-item{
  display: none;
}
.cta-section{
  padding: 40px 0px;
}
.cont-box{
  background-color: #eee;
  box-shadow: none;
}
.about-section .as-item img{
  border-radius: 10px;
}
.ser-box .icon{
  margin-bottom: 15px;
}
}

@media screen and (max-width:580px) {
  .top-bar .top-box a:nth-child(3),.pro-head-img{
    display: none;
  }
  .hero-content h2,.banner-section .banner-title h2 {
    font-size: 35px;
}
.top-bar .top-box a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.hero-content p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
.service-section{
  padding: 50px 0px;
}
.pro-box{
  margin-top: 20px;
  padding: 20px;
}
.top-bar .top-box > i {
  height: auto;
  width: auto;
  border: none;
}
.menu .navbar-brand img {
  width: 180px;
}
}

@media screen and (max-width:400px) {
  .hero-content h2,.ser-head h2 {
    font-size: 30px;
}
}



/*---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: 55%;
}

.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----*/