@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Oswald', sans-serif;
}

body a,
body button {
  color: #fe6403;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2{
  font-size: 35px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin: 10px 0px;
}

.p-100{
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100{
  margin-bottom: 80px;
}
.under {
  background-color: #fe6403;
  padding: 7px 20px;
  color: #fff;
  border-left: 8px solid #18163b;
  display: inline-block;
  font-variant: small-caps;
}
.sec-btn{
  display: inline-block;
  padding: 13px 20px;
  background-color: #18163b;
  color: #fff;
  transition: .5s;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
}
.sec-btn:hover{
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #0012532c;
}
.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1,0);
  transition: .5s;
  height: 100%;
  background-color: #fe6403;
  content: "";
}
.sec-btn:hover:after{
  transform: scale(1);
}
.sec-btn span{
  position: relative;
  z-index: 3;
}
.slick-next,.slick-prev{
  display: none !important;
}
p,span,b,div,i,li{
  font-family: "Nunito", sans-serif;
}
.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 rgba(0, 0, 0, 0.082);
    background: #08e255;
}

.what a:last-child {
    font-size: 20px;
    background-color:#fe6403;
}

/* -----Globle-Style----- */

/* -----header-section-start----- */
header {
  position: absolute;
  z-index: 9999;
  left: 0;
  padding: 10px 0px;
  width: 100%;
}

.top-bar {
  position: relative;
}

.top-left ul li {
  margin: 0px 5px;
}


.top-left ul li a:hover {
  color: #fe6403;
  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: #18163b;
}
.top-bar .top-menu{
  background-color: #fff;
  padding: 8px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}
.top-bar .top-menu::after{
  position: absolute;
  top: 0;
  right: 0;
  border-radius:10px 10px 0px 0px;
  width: 100%;
  background-color: #fe6403;
  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: #18163b;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-brand img{
  width: 100px;
}
header .navbar-brand{
  margin: 0;
  padding: 0;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 8px 0px;
  margin-left: 130px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 0px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 700;
  color: #18163b;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fe6403;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #fe6403;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #fe6403;
  color: #fff;
}
.menu .get-quote .sec-btn{
  margin-top: 0;
  margin-right: 30px;
}

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 #18163b1c;
  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: 225px;
}
header .sticky .navbar-brand{
  transform: translateY(0px);
}

/* -----header-section-end------- */


/* --------hero-section-start------- */
.hero-slider{
  overflow: hidden;
}
.hero-slide{
  padding-top: 220px;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
.hero-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image:linear-gradient(#000000a9,#000000a9),url(../images/hero5.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.hero-item2{
  background-image:linear-gradient(#000000a9,#000000a9),url(../images/hero.webp);
}
.hero-slide .shape1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.hero-slide .shape2{
  position: absolute;
  top: -50px;
  right: -100px;
  height: 100%;
}

.hero-text h2{
  font-size:55px;
  color: #fff;
  line-height: 70px;
  font-weight: 600;
  margin-top: 20px;
}

.hero-slide .hero-text {
  position: relative;
  z-index: 99;
}
.hero-text p{
  color: #fff;
}

.hero-slider .slick-current .hero-item {
  animation: slide 3s linear alternate ;
}
@keyframes slide{
  0%{transform: scale(1);}
  100%{transform: scale(1.1);}
}
/* ------hero-section-end------- */

/* ----Quote-Section-Start---- */

.quote-section {
  position: relative;
 }
 .qs-item{
  position: relative;
  height: 100%;
  padding:30px 20px;
  margin-right: -24px;
  background-image: linear-gradient(#fe640354,#fe640354),url(../images/hero1.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
 }
 .qs-item h4{
  font-size: 28px;
  margin-bottom: 0px;
 }
.quote-box{
    background:#18163b;
    padding:10px;
    border-bottom:1px solid #eee;
}
.quote-box p{
    margin-bottom:8px;
}
.qs-item{
    padding:0;
}
.quote-box h4{
    font-size:20px;
    font-weight:700;
}
  .form-box{
    padding:35px 20px;
    background-image: linear-gradient(#fe6403,#fe6403),url(../images/shape.png);
    box-shadow: 0px 10px 20px 0px #ff003319;
  }
 .quote-section .form-box h2{
  color: #18163b;
  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: none;
  margin-top: 20px;
  outline: none;
  background-color: #fff;
 }
 .form-box .f-group input::placeholder,.form-box .f-group textarea::placeholder{
  color: #000;
 }
 .form-box .f-group select{
  padding: 18px 20px;
 }
 .form-box .f-group .sec-btn{
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px;
  border: none;
 }
 
/* ----Quote-Section-End---- */

/* ===About-Section==== */

.about-section{
  position: relative;
}

.about-section .as-item{
  position: relative;
}
.about-section .as-item .as-img1 img{
  height: 380px;
  width: 380px;
  border-radius: 100%;
  z-index: 0;
  object-fit: cover;
}
.about-section .as-item .as-img2 img{
  height: 420px;
  width: 420px;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: 200px;
  border: 10px solid #fff;
  left: 120px;
  object-fit: cover;
}
.about-section .as-item .as-shape{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-section .as-item .as-count{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fe6403;
  color: #fff;
  border-radius: 0px 0px 80px 80px;
  padding: 20px 10px;
}
.about-section .as-item .as-count h2{
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 50px;
}
.about-section .as-item .as-count p{
  font-size: 22px;
  font-weight: 500;
  transform: rotate(90deg);
}
.about-section .as-content{
  padding-left: 20px;
}
.about-section .as-box{
  margin-bottom: 20px;
  border-top: 2px solid #fe6403;
  padding-top: 15px;
  background-color: #fff;
}
.about-section .as-box1{
  background-color: #fe6403;
  padding: 20px;
  color: #fff;
}
.about-section .as-box h5{
  font-weight: 600;
}
.about-section .as-box p{
  margin-bottom: 0;
}
.about-section .as-box .as-icon{
  margin-bottom: 10px;
}
.about-section .as-content ul {
  padding: 0;
  list-style: none;
}
.about-section .as-content ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.about-section .as-content ul li i {
  padding-right: 10px;
  font-size: 25px;
  color: #fe6403;
}

.mission-section .ms-box{
  padding: 20px;
  background-color: #fe6403;
  color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}
.mission-section .vs-box{
  background-color: #18163b;
}
.mission-section .ms-box h4{
  font-weight: 700;
  margin: 15px 0px;
}
.mission-section .ms-box img{
  filter: brightness(88);
}
.mission-section .ms-box p{
  margin-bottom: 0;
}
/* ===About-Section==== */

/* ----Service-Section-Start--- */

.service-section .ser-head {
  text-align: center;
}

.service-section .ser-box {
  padding: 20px;
  text-align: center;
  border: 1px solid #fe6403;
  transition: .5s;
}

.ser-box:hover {
  background-color: #fe6403;
  color: #fff;
}

.ser-box .ser-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ser-box .ser-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}

.ser-box .sec-btn::after {
  background-color: #eee;
}

.ser-box .sec-btn:hover span {
  color: #fe6403;
}

/* ----Service-Section-End--- */

/* ====Service-Section==== */

.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: #eee;
  border-radius: 10px;
}
.service-tow .ser-box img{
  width: 100%;
}
.service-tow .ser-box:hover{
  color: #414040;
}
.service-tow .ser-box h4{
  font-weight: 700;
}
.service-tow .ser-box p{
  margin-bottom: 7px;
}
.service-tow .ser-box img{
  border-radius: 10px;
}
/* ====Service-Section==== */

/* ---Testimoial-Section-Start--- */

.testimonial-section .ts-head {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-section .tes-box {
  padding: 20px;
  margin: 10px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  height: 440px;
  background-image: url(../images/tes.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}

.tes-box::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  transition: .5s;
  transform: translate(-50%, 0%);
  height: 170px;
  background-color: #18163b;
  clip-path: circle(49.8% at 50% 0);
  content: "";
  z-index: 0;
}

.tes-box:hover:after {
  background-color: #fe6403;
}

.testimonial-section .tes-box p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  margin: 10px 0px;
}

.tes-box .ratting i {
  color: #18163b;
  letter-spacing: 1px;
  font-size: 14px;
}

.tes-box .tes-img img {
  width: 120px;
  z-index: 6;
  position: relative;
  height: 120px;
  border-radius: 100%;
  margin: auto;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .text h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fe6403;
}

.tes-box .info .text span {
  color: #18163b;
  font-size: 15px;
}

.testimonial-section .map {
  height: 100%;
}

/* ---Testimoial-Section-End--- */
/* -----Brand-Section-Start----- */

.brand-section {
  padding: 50px 0px;
  text-align: center;
}

.brand-section .brand-box {
  padding: 20px;
  border: 1px solid #f11515;
  margin: 10px;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */


/* ---contact-Section-Start--- */

.contact-section .contact {
  position: relative;
  background-color: #fe6403;
  border-radius: 10px;
  margin-bottom: -40px;
  padding: 20px;
  background-image: url(../images/counter.png);
}

.contact-box {
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
}

.contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box i {
  font-size: 34px;
  color: #18163b;
}

.contact-box .text {
  flex: 1;
  margin-left: 15px;
}
.contact-box .text a,
.contact-box .text address {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.contact-box .text a:hover {
  color: #18163b;
}
.contact-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  color: #18163b;
  position: relative;
  line-height: 30px;
}

.contact-box p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  color: #18163b;
}

.contact-box h2::after {
  content: "+";
  font-size: 45px;
}

/* ---contact-Section-End--- */

/*===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====*/

/* ------footer-section-start------- */

.footer-section {
  padding-top: 60px;
  background-color: #eee;
}

.footer-logo {
  margin-bottom: 10px;
}
.footer-box .footer-text p{
  line-height: 27px;
}
.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  width: 110px;
}

.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: #18163b;
}


.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #18163b;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #18163b;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #18163b;
  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: 13px 0px;
}
.footer-box ul li a{
    transition: .5s;
    color: #414040;
    font-weight: 500;
}
.footer-box ul li a:hover{
  color: #fe6403;
}
.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #18163b;
}

.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: #18163b;
  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: #18163b;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #fe6403;
  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: 200px 0px 40px;
  background-color: #eee;
}

.banner-section .banner-title h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.banner-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.banner-section ul li a {
  color: #fe6403;
}

/* ---Banner-Section-End--- */
.map-section{
  height: 400px;
}

/* -----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------- */

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 14px;
    font-size: 16px;
  }
  .menu .navbar-nav{
    margin-left: 50px;
  }
  header .navbar-brand img {
    width: 120px;
}
.hero-slide{
  padding: 230px 0px 60px;
}
h2{
  font-size: 28px;
}
.about-section .as-item .as-img1 img {
  height: 320px;
  width: 325px;
}
.about-section .as-item .as-img2 img {
  height: 420px;
  width: 420px;
  left: 60px;
}
.choose-section .ch-box h4{
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0px;
}
.testimonial-section .tes-box p{
  font-size: 15px;
}
.ser-box .ser-img img {
  width: 240px;
  height: 240px;
}
.hero-text h2 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 10px;
}
}

@media screen and (max-width:992px) {

  .p-100{
    padding: 50px 0px;
  }
  .top-bar .top-menu::after {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.top-menu .social,.quote-img,.as-img1,.about-section .as-shape,.choose-item{
  display: none;
}
.qs-item{
    margin-right:0;
}
.ch-content{
  text-align: center;
}
.about-section .as-item .as-img2 img{
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.error-section .error-img {
    width: 100%;
}
.about-section .as-item .as-count{
  z-index: 22;
}
header .navbar-brand {
  transform: translateY(0px);
}
.menu .navbar{
  padding: 10px 0px;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border: 2px solid #fe6403;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.menu .navbar-nav {
  margin-left: 0px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px;
}
.menu .get-quote{
  text-align: center;
  margin: 20px 0px;
}
.menu .get-quote .sec-btn{
  margin: 0;
}
header .navbar-brand img {
  width: 80px;
}
.hero-slide{
  padding: 160px 0px 50px;
}
.m-100 {
    margin-bottom: 40px;
}
  .service-tow .ser-box .ser-img img{
      width:100%;
  }
  .map-section {
    height: 300px;
}
}

@media screen and (max-width:580px) {
  .top-right .phone:last-child,.top-bar .top-menu{
    display: none;
  }

  .banner-section ul li{
      font-size:15px;
  }
    .error-section .error {
    margin-top: -40px;
}
  .banner-section {
    padding: 130px 0px 30px;
    background-color: #eee;
}
  .p-100 {
    padding: 30px 0px;
}
  .m-100 {
    margin-bottom: 30px;
}
  .hero-slide{
  padding: 110px 0px 50px;
}
  .hero-text h2 {
    font-size: 25px;
    line-height: 37px;
}
h2{
  font-size: 23px;
}
.ser-box .ser-img img {
  width: 300px;
  height: 300px;
}
.testimonial-section .tes-box p {
  font-size: 16px;
}
.testimonial-section .tes-box {
  height: 410px;
}
.contact-box,.footer-box{
  margin-top: 20px;
}
.hero-text p{
  font-size: 15px;
}
.about-section .as-item .as-count h2{
  font-size: 30px;
}
.about-section .as-item .as-count p {
  font-size: 14px;
}
.footer-box ul li a {
    font-size: 15px;
}
}

 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ef2445;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
.thank img{
    width:70%;
}
}

/*---thank-Section-end----*/
