html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Roboto', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.m-100 {
  margin-bottom: 70px;
}

.sec-btn {
  display: inline-block;
  background-color: #0cd67b;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
  margin-top: 20px;
  color: #fff;
}
h4{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.sec-btn::after {
  height: 0px;
  width: 0px;
  background-color: #1e2d6a;
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 3px;
  transition: .4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-btn:hover::after {
  width: 100%;
  height: 100%;
}

.sec-btn span {
  color: #fff;
  position: relative;
  font-variant: small-caps;
  z-index: 9;
}

.p-100 {
  padding: 80px 0px;
}

.sec-btn:hover {
  color: #fff;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
}

.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: #0cd67b;
}

.what a:last-child {
  font-size: 20px;
  background-color: #1e2d6a;
}

.under {
  background-color: #1e2d6a;
  padding: 7px 20px;
  color: #fff;
  border-left: 8px solid #0cd67b;
  margin-bottom: 10px;
  display: inline-block;
  font-variant: small-caps;
}

/* -----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: #1e2d6a;
  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: #0cd67b;
}
.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:0px 10px 0px 10px;
  width: 82%;
  background-color: #1e2d6a;
  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: #0cd67b;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-brand img{
  width: 190px;
}
header .navbar-brand{
  margin: 0;
  padding: 0;
  transform: translateY(-28px);
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}

.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: #0cd67b;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #1e2d6a;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #1e2d6a;
  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 #0cd67b1c;
  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-slide {
  padding: 240px 0px 80px;
  background-image: linear-gradient(#00000097, #00000097), url(../images/hero1.jpg);
  color: #fff;
  position: relative;
  background-size: cover;
}

.hero-slide2 {
  background-image: linear-gradient(#00000097, #00000097), url(../images/hero2.jpg);
}

.hero-slide h2 {
  font-size: 45px;
  z-index: 4;
  position: relative;
}

.hero-slide .hero-item {
  padding:60px 40px ;
  position: relative;
}
.hero-slide .hero-item::after{
  height: 100%;
  width: 100%;
  background-color: #1e2d6a86;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
  border: 10px solid #fff;
  content: "";
}
.hero-slide .hero-item p{
  position: relative;
  z-index: 5;
  line-height: 27px;
  margin-bottom: 0;
}
.hero-item .sec-btn,.hero-item .under {
  position: relative;
  z-index: 6;
}

/* ----Hero-Section-End--- */

/* ===About-Section-Start==== */

.about-section{
  position: relative;
}
.as-shape{
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
.as-shape img{
  width: 70%;
  opacity: .6;
}
.as-item ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #eee;
  list-style: none;
  margin: 0;
}
.as-item ul li{
  padding: 15px 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}
.as-item ul li:hover,.as-item ul li.tab{
  background-color: #0cd67b;
  color: #fff;
}
.as-item .as-box{
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #1e2d6a;
  color: #fff;
}
.as-item .as-box p{
  margin-bottom: 0;
  flex: 1;
  margin-left: 20px;
}
.as-item .as-box img{
  width: 70px;
}                      

/* ===About-Section-End=== */



/* ----choose-section-start---- */

.ch-box {
  padding: 25px;
  text-align: center;
  background-color: #0cd67b;
  transition: .5s;
  color: #fff;
  height: 100%;
}

.ch-box:hover {
  background-color: #1e2d6a;
}

.ch-box:hover img {
  filter: brightness(208);
}

.ch-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.ch-box img {
  width: 60px;
}

.ch-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.ch-box1 {
  background-color: #eee;
  color: #000;
}

.ch-box1:hover {
  color: #fff;
}

.ch-box p {
  margin-bottom: 6px;
}

.ch-box h5 {
  font-weight: 600;
  font-variant: small-caps;
}

/* ----choose-section-end---- */

/* ----quote-section-start--- */

.quote-section .quote {
  padding: 0px 40px;
  background: linear-gradient(#1e2d6a, #1e2d6a);
  color: #fff;
  position: relative;
}

.quote-section .quote::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0cd67b;
  width: 24%;
  height: 100%;
  content: "";
}

.quote-section .quote::before {
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 30%;
  height: 65px;
  background: #fff;
  content: "";
}

.quote-section .quote-item h5 {
  margin: 0;
}

.quote-section .quote-item a {
  font-weight: 600;
  color: #1e2d6a;
  font-size: 18px;
}

.quote-form .f-group input,
.quote-form .f-group select,
.quote-form .f-group textarea {
  padding: 15px 20px;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #eee;
  outline: none;
}
.quote-form .f-group select{
  padding: 17px 20px;
}
.quote-form .sec-btn {
  margin: 10px 0px;
  border: none;
}

.quote-img {
  position: relative;
  z-index: 3;
  padding: 10px 0px;
}

.quote-section .quote-item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  width: 30%;
  height: 65px;
  justify-content: center;
  background: #0cd67b;
  content: "";
}

/* ----quote-section-end--- */

/* ---service-section-start--- */
.service-section .ser-head{
  text-align: center;
}
.ser-box{
  padding:40px 20px;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #fff;
  height: 100%;
  box-shadow: 0px 10px 20px 0px #0cd67b27;
}

.ser-box::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background-size: cover;
  transition: .8s;
  content: "";
}
.ser-box1::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser1.jpg);
}
.ser-box2::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser2.jpg);
}
.ser-box3::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser3.jpg);
}
.ser-box4::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser5.jpg);
}
.ser-box5::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser6.webp);
}
.ser-box6::before{
  background-image:linear-gradient(#1e2d6a76,#1e2d6a76),url(../images/ser4.jpg);
}
.ser-box:hover:before{
  transform: rotate(0deg);
}
.ser-box::after{
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 80%;
  background-color: #1e2d6a;
  height: 10px;
  content: "";
  transform: translate(-50%,0);
  
  z-index: -1;
  transition: .5s;
}
.ser-box:hover:after{
  width: 100%;
  background-color: #0cd67b;
}
.ser-box .ser-item{
  position: relative;
  z-index: 3;
}
.ser-box h4{
  font-weight: 700;
}
.ser-box p{
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
}
.ser-box h3 {
  color: transparent;
  -webkit-text-stroke: 1px #0cd67b;
  text-shadow: none;
  font-size:56px;
  font-family: sans-serif;
  font-weight: 900;
}

/* ----service-section-start---- */

/* ===counter-section-start=== */

.counter-section{
  position: relative;
  background:linear-gradient(#00020aa2,#00030b73),url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
}

.cont-box{
  background-color: #fff;
  padding:30px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
.cont-box img{
  width: 60px;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #1e2d6a;
  position: relative;
  line-height: 30px;
}
.cont-box p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cont-box h2::after{
  content: "+";
  font-size: 45px;
}
.count-box2 h2::after{
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}
/* ====counter-section-end==== */

/* --------testimonial-section-start--------- */

.tes-head{
  position: relative;
  z-index: 6;
  text-align: center;
}
.tes-head h2{
  font-size: 40px;
  font-weight: 600;
}
.tes-head h2 span{
  color: #0cd67b;
}
.tes-slide {
  background-color: #f4f6fd;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}

.tes-box {
  padding: 20px;
  margin: 30px 10px 0px;
  position: relative;
  background-color: #0cd67b;
  color: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 10px 0px #0061df1d;
}


.tes-box:hover{
  background-color: #1e2d6a;
}
.tes-box .tes-info{
  display: flex;
  align-items: center;
  background-color: #1e2d6a;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  transition: .5s;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tes-box:hover .tes-info{
  background-color: #0cd67b;
}
.tes-box .tes-info .tes-img img{
  width: 70px;
  border-radius: 100%;
  object-fit: cover;
  width: 70px;
}

.tes-box .tes-info .text{
  margin-left: 20px;
}
.tes-box .tes-info .text h5{
  margin-bottom: 0px;
}
.tes-box .ratting i{
  color: #d6780c;
}

/* -------testimonial-section-end-------- */

/* ---Footer-Section-Start--- */

.footer-section{
  padding-top: 30px;
  background-color: #eee;
}
.f-box,.footer-section .map{
  margin-top: 20px;
}
.f-box h4{
  margin-bottom: 20px;
  color: #0cd67b;
  position: relative;
  font-weight: 600;
}
.f-box p{
  margin: 15px 0px;
  font-size: 17px;
}
.f-box h4::after{
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #1e2d6a;
  content: "";
}
.f-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.f-box ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.f-box ul li a span{
  font-weight: 500;
}
.f-box ul li a:hover{
  color: #0cd67b;
}
.f-box ul li span{
  flex: 1;
}
.f-box img{
  width: 230px;
}
.f-box .social-link{
  display: flex;
  align-items:center;
}
.f-box .social-link li a, .f-box ul li> i{
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #0cd67b;
  border-radius: 1px;
}
.f-box .social-link li a:hover, .f-box ul li> i:hover{
  background-color: #0cd67b;
  color: #fff;
  border-radius: 5px;
}
.footer-section .map{
  height: 100%;
  box-shadow: 0px 10px 20px 0px #0cd67b16;
}
.footer-section .map iframe{
  height: 100%;
  border-radius: 10px;
}
.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #0cd67b;
  margin-top: 30px;
  position: relative;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}
.footer-section .copy-right p a {
  color: #1e2d6a;
  font-weight: 600;
}
/* ---Footer-Section-End--- */

/* ---Banner-Section-Start--- */

.banner-section{
  background-image:linear-gradient(#00000082,#00000082),url(../images/banner.jpg);
  background-size: cover;
}
.banner-title{
  text-align: center;
  padding-top: 230px;
  padding-bottom: 70px;
  color: #fff;
}
.banner-section ul{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 20px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 0;
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  width: 300px;
}
.banner-section ul li{
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
}
.banner-section ul li a{
  color: #0cd67b;
}
.banner-section ul li:hover a{
  color: #1e2d6a;
}
/* ---Banner-Section-End--- */

/* ===Team-Section-Start=== */

.team-section .team-head{
  text-align: center;
}
.team-box{
  position: relative;
  padding: 20px 30px;
  transition: .5s;
  margin: 10px;
}
.team-box:hover{
  color: #fff;
}
.team-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .5s;
  height: 60%;
  z-index: -1;
  background-color: #eee;
  content: "";
}
.team-box .team-img img{
  width: 100%;
}
.team-box:hover:after{
  background-color: #0cd67b;
}
.team-box .team-shape img{
  width: 100%;
}
.team-box h4{
  color: #1e2d6a;
}
/* ===Team-Section-End=== */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 5px 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----- */

/* ===Contact-Box=== */
.contact-box{
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  display: flex;
  color: #000;
  background-color: #fff;
  align-items: center;
  box-shadow: 0px 10px 20px 0px #0006711b;
}
.contact-box .text{
  flex: 1;
  margin-left: 20px;
}
.contact-box .text address{
  margin-bottom: 0px;
  font-size: 14px;
}
.contact-box .text h4{
  font-weight: 600;
  font-size: 20px;
}
.contact-box  img{
  width: 50px;
}

/* ===Contact-box=== */

/* ===Map-Section=== */

.map-section .map{
  height: 450px;
}

/* ===Map-Section=== */

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  margin: 8px;
  text-align: center;
  font-weight: 500;
  padding: 25px 10px;
  background-color: #eee;
  position: relative;
  text-transform: capitalize;
  transition: .5s;
  min-width: 190px;
  line-height: 24px;
  cursor: pointer;
}

.slider-nav .ser-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0cd67b;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover::after,.slider-nav .ser-list.slick-current::after {
  height: 100%;
}

.slider-nav .ser-list::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translate(-50%, -50%);
  height: 3px;
  background-color: #1e2d6a;
  z-index: 3;
  transition: .4s;
  content: "";
}

.slider-nav .ser-list:hover:before,.slider-nav .ser-list.slick-current::before {
  width: 100%;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  transition: .5s;
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}


.slider-nav .ser-list:hover span,.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  height:400px;
  object-fit:cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

/* ===Service-Two-Start=== */

/*===Error-SEction====*/
.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    text-align:center;
}
.error-section img{
    width:60%;
}
@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
  }
  .top-right .phone{
    margin-right: 15px;
  }
  .top-bar .top-menu::after{
    width: 80%;
  }
  header .navbar-brand img {
    width: 160px;
}
.hero-slide {
  padding: 200px 0px 60px;
}
.hero-slide h2 {
  font-size: 32px;
}
.hero-slide .hero-item {
  padding: 40px 30px;
}
h2,.tes-head h2 {
  font-size: 30px;
}
.as-content p{
  margin-bottom: 5px;
}
.ch-box h4 {
  font-size: 18px;
  margin-top: 10px;
}
.ch-box{
  padding: 20px 15px;
}
.quote-form {
  padding: 30px 0px;
}
.quote-img{
  margin-right: -30px;
}
.ser-box{
  padding: 15px 10px;
}
.ser-box p {
  font-size: 16px;
  line-height: 24px;
}
.p-100{
  padding: 60px 0px;
}
.tes-box .tes-info .text h5{
  font-size: 16px;
}
.tes-box .tes-info .tes-img img{
  width: 50px;
}
.tes-box .tes-info .text {
  margin-left: 10px;
}
.m-100{
  margin-bottom: 60px;
}
.as-item ul li{
  padding: 13px 20px;
}
.ser-content{
  margin-top: 20px;
}
.contact-box{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.contact-box .text{
  margin-left: 0;
}
.contact-box .text h4{
  margin-bottom: 0;
}
}

@media screen and (max-width:992px) {
  .top-bar .top-menu::after {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.top-menu .social,.quote-img{
  display: none;
}
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 #0cd67b;
}
.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;
}
.quote-form{
  position: relative;
  z-index: 3;
}
.quote-section .quote::after {
  background-color: #1e2d6a;
  width: 38%;
}
.quote-section .quote-item{
  width: 35%;
}
.tes-box{
  padding: 18px;
}
.p-100{
  padding: 50px 0px;
}
.m-100{
  margin-bottom: 50px;
}
.banner-title {
  padding-top: 210px;
  padding-bottom: 60px;
}
.contact-box{
  margin-top: 25px;
}
.map-section .map {
  height: 350px;
}
}


@media screen and (max-width:580px) {
  .top-right {
    margin-left: 20px;
}
.hero-slide{
  background-position: center;
}
.hero-slide h2 {
  font-size: 23px;
}
h2, .tes-head h2{
  font-size: 25px;
}
.as-shape img {
  width: 100%;
}
.quote-section .quote-item {
  width: 62%;
}
.quote-section .quote{
  padding:20px;
  padding-top: 40px;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.ch-box h4{
  font-size: 20px;
}
.ser-box {
  padding: 30px 20px;
}
.f-box ul li span{
  font-size: 14px;
}
.hero-slide {
  padding: 180px 0px 50px;
}
.banner-title {
  padding-top: 170px;
  padding-bottom: 40px;
}
.as-item ul li{
  font-size: 16px;
}
.slider-nav .ser-list{
  min-width: auto;
}
.top-right{
    flex-wrap:wrap;
}
.top-bar .top-menu{
    padding:0px;
}
}



/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#0B1F65;
  color:#fff;
  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-Section-end----*/