html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Sansita', sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
p,span,a{
  font-size: 18px;
  font-weight: 200;
}
.m-100 {
  margin-bottom: 100px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}
.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 #000;
    background: #0ea999;
}

.what a:last-child {
    font-size: 20px;
}
.sec-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #ffb700;
  color: #fff;
  transition: .5s;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.sec-btn span{
  position: relative;
  z-index: 34;
}
.sec-btn::after {
  height: 100%;
  width: 100%;
  background-color: #5d1d88;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0,1);
  transition: .5s;
}
.sec-btn:hover {
  background-color: transparent;
  color: #fff;
}
.sec-btn:hover:after {
  transform: scale(1);
}


.under {
  font-style: italic;
  font-size: 20px;
  color: #5d1d88;
  word-spacing: 2px;
  font-weight: 600;
  text-transform: capitalize;
}

/* ------Globle-Style-End------- */

header{
  position: sticky;
  width:100%;
  top:0;
  background-color: #fff;
  left:0;
  z-index:999;
}
header .navbar-brand img{
  width: 200px;
}
header .navbar-nav{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .navbar-light .navbar-nav .nav-link{
  padding:0px 20px;
  color: #000;
}
header .navbar-light .navbar-nav .nav-link:hover,header .navbar-light .navbar-nav .active .nav-link{
  color: #ffb700;
}
header .contact{
  background-color: #ffb700;
  padding:20px;
  margin-left: 20px;
}
header .contact a{
  color: #fff;
}
header .navbar,header .navbar-brand{
  padding: 0px;
}

/* ------header-section-end----- */

/* ----hero-section-start---- */

.hero-slide{
  padding: 120px 0px 60px;
  height: 600px;
  background-image: linear-gradient(to left,#5d1d888c,#ffb70069),url(../images/hero1.jpg);
  background-position: center;
  position: relative;
  background-size: cover;
  color: #fff;
}
.hero-slide h2{
  font-size: 55px;
  font-weight: 500;
  margin: 15px 0px;
  font-style: italic;
}
.hero-slide .hero-shape{
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-slide .hero-img{
  position: relative;
  text-align: center;
  z-index: 55;
}
/* ----hero-section-end---- */

/* ----about-section-start----- */

.about-section{
  padding: 80px 0px;
}

/* ----about-section-end----- */

/* -------counter-section-start-------- */

.counter-section {
  padding-top: 80px;
  background-image: linear-gradient(to right,#5d1d8873, #ffb7006b), url(../images/hero2-2.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding-bottom: 300px;
}

.count-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.count-shape2 {
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
}

.count-box .icon {
  color: #fff;
}
.count-box{
  padding: 20px;
  text-align: center;
  background-color: #ffb700;
}
.count-box .icon img {
  filter: invert(1);
}
.count-box p{
  margin: 0;
}
.count-box h2::after{
  content: "+";
  font-size: 50px;
}
/* -------counter-section-End---------- */

/* ------service-section-start------- */
.service-section{
  margin-top: -250px;
  position: relative;
}

.ser-box{
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.197);
  text-align: center;
  background-color: #fff;
  height: 100%;
}
.ser-box p{
  font-size: 18px;
}
.ser-box .ser-img{
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.ser-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.ser-box .ser-img img{
  border-radius: 10px;
  transition: .5s;
  width: 100%;
}
.ser-box:hover .ser-img img{
  transform: scale(1.2);
}
/* ------service-section-End------- */


/* ------step-section-start-------- */

.step-section{
  padding: 80px 0px;
}
.step-head{
  text-align: center;
  margin-bottom: 20px;
}
.step-head .under{
  justify-content: center;
  margin-bottom: 10px;
}
.step-box{
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.step-box h4{
  margin-top: 16px;
}
.step-shape{
  position: absolute;
  top: -25px;
  right: -60px;
}
.step-shape img{
  width: 120px;
}

/* -------step-section-end------ */

.quote-form {
  border-radius: 15px;
  text-align: center;
  background-color: #ffb700;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.quote-form h3 {
  color: #fff;
  background-color: #5d1d88;
  padding: 20px;
  font-weight: 600;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px 0px;
  border: none;
  background-color: #fff;
  outline: none;
}
.quote-form .f-group .sec-btn{
  background-color: #fff;
  color: #ffb700;
  border: none;
}
.quote-form .quote-box {
  padding: 20px;
}
.quote-form .f-group .sec-btn:hover{
  color: #fff;
}
.testimonial-section{
  padding: 60px 0px;
  margin: 80px 0px;
  background: linear-gradient(to left,#5d1d8896,#ffb70054),url(../images/tes-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.tes-head h2{
  margin-right: 50px;
  font-size: 40px;
  font-weight: 700;
}
.tes-head h2 span{
  color: #5d1d88;
  font-size: 40px;
}
.tes-slider p{
  font-size: 20px;
  line-height: 32px;
}
.tes-slider{
  margin-right: 50px;
  margin-top: 40px;
}
.tes-slider .review{
  margin-bottom: 10px;
}
.tes-slider .review i{
  color: #ffb700;
}
.tes-box{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.tes-box .tes-img{
  margin-right: 30px;
  border: 1px solid #5d1d88;
  padding: 5px;
  border-radius: 100%;
}
.tes-box .tes-img img{
  border-radius: 100%;
  width: 60px;
}
.tes-box h4{
  font-size: 20px;
  color: #5d1d88;
}
.tes-box p{
  margin-bottom: 0;
  font-size: 15px;
}
.tes-slider .slick-dots{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.tes-slider .slick-dots li button{
  font-size: 0px;
  height: 25px;
  width: 5px;
  margin: 5px;
  border-radius: 10px;
  border: none;
  background-color: #5d1d88;
}
.tes-slider .slick-dots .slick-active button{
  background-color: #ffb700;
  width: 25px;
  height: 5px;
}

/* ----testimonial-section----- */

/* ------barnd-section-start------- */
.brand-section {
  padding-bottom: 70px;
}

.brand-slider .brand-img img {
  width: 150px;
  margin: auto;
  max-height: 60px;
  object-fit: cover;
}

/* ------brand-section-end------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
 background-image: linear-gradient(#ffb70040, #5d1d88cc), url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.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;
  color: #fff;
  font-size: 18px;
  align-items: center;
  border-radius: 4px;
  background-color: #ffb700;
  justify-content: center;
}


.footer-box .social li a:hover {
  color: #ffb700;
  background-color: #fff;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5d1d88;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ffb700;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #ffb700;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 2px 0px;
}

.footer-box ul li a {
  color: #fff;
}
.footer-box ul li a b{
    color:#ffb700;
    font-weight:600;
    font-style: italic;
}
.footer-link2 ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.footer-link2 ul li span{
    font-size:16px;
}
.footer-link2 ul li a:hover {
  color: #ffb700;
}

.footer-link2 ul li i {
  height: 40px;
  width: 40px;
  transition: .5s;
  border-radius: 4px;
  background-color: #ffb700;
  color: #fff;
  font-size: 20px;
  display: flex;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.footer-link2 ul li:hover i{
  background-color: #fff;
  color: #ffb700;
}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #ffb700;
  margin-top: 40px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ------about-section-start----- */

.banner-section{
  padding: 100px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.642),rgba(0, 0, 0, 0.605)),url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.banner-section .banner-title h1{
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}
.banner-section .banner-title ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.banner-section .banner-title ul li a{
  padding: 5px;
  color: #fff;
}
/* ------about-Page-Style-end------- */

/* -------Contact-Page-Style------- */

.contact-section{
  margin-top: -80px;
}
.contact-box{
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.147);
  background-color: #ffb700;
  height: 100%;
  position: relative;
}
.contact-box::after{
  width: 100%;
  background-color: #5d1d88;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0,1);
  transition: .5s;
  height: 100%;
}
.cont-item{
  position: relative;
  z-index: 4;
}
.contact-box .cont-item,.contact-box .cont-item a{
  color: #fff;
}
.cont-item address{
  margin: 0;
}
.contact-box:hover::after{
  transform: scale(1);
}
.contact-box .icon{
  margin-bottom: 10px;
}
.contact-box img{
  width: 80px;
}
/* -------Contact-Page-Style-end------ */
.map-section .map{
  height: 400px;
}
/* ---------Gallery-Page-Style---------- */
.gallery-section {
  padding-top: 70px;
}

.gallery-box {
  margin-top: 30px;
  border-radius: 10px;
}

.gallery-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

div#lightboxed--bttn_next {
  background-image: url(../images/next.png) !important;
}

div#lightboxed--bttn_prev {
  background-image: url(../images/left-chevron.png) !important;
}

div#lightboxed--bttn_close {
  background-image: url(../images/close.png);
  background-size: auto;
  background-position: center;
}

div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border {
  background-color: #5d1d88;
}

div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border {
  background-color: #ffb700;
}

/* -------Gallery-Page-End--------- */
.network-section{
    margin-bottom:50px;
}
.network-section ul{
    padding:0;
    list-style:none;
    margin:0;
}
.network-section ul li{
    padding:10px;
    background-color:#ffb700;
    margin:10px 0px;
    border-radius:5px;
}
.network-section ul li a{
    color:#fff;
}
/* -----Responsive-Style----- */

@media screen and (max-width:1200px) {
  header .navbar-light .navbar-nav .nav-link {
    padding: 0px 14px;
}
}

@media screen and (max-width:1024px) {
  .hero-slide h2{
    font-size: 38px;
  }
  .hero-slide {
    padding: 80px 0px 60px;
    height: 520px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
.about-section,.step-section,.testimonial-section{
  padding: 40px 0px;
}
.step-shape img {
  width: 100px;
}
.tes-slider {
  margin-right: 15px;
  margin-top: 15px;
}
.testimonial-section{
  margin: 40px 0px
}
.brand-section {
  padding-bottom: 40px;
}
.footer-section .copy-right{
  margin-top: 40px;
}
.m-100{
  margin-bottom: 40px;
}
.banner-section{
  padding: 70px 0px;
}
.gallery-section {
  padding-top: 25px;
}
}

@media screen and (max-width:992px) {
  header .contact {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
}
@media screen and (max-width:768px) {
  .hero-slide .hero-img,.step-shape{
    display: none;
  }
  .banner-section .banner-title h1{
    font-size: 35px;
  }
  .hero-slide {
    padding: 50px 0px 50px;
    height: 383px;
    text-align: center;
}
.hero-slide .hero-shape {
  opacity: 0.4;
}
.as-img img{
  width: 100%;
}
.footer-section{
  padding-top: 15px;
}
.count-box,.footer-box{
  margin-top: 20px;
}
.counter-section{
  padding: 50px 0px;
}
.service-section{
  margin-top:40px ;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #5d1d88;
  border-width: 2px;
  outline: none;
}
.footer-section .copy-right{
  margin-top: 20px;
}
.hero-slide h2 {
  font-size: 28px;
}
}

@media screen and (max-width:580px) {
  .hero-slide {
    height: auto;
}
.tes-head h2,.tes-head h2 span{
  font-size: 30px;
}
.banner-section {
  padding: 50px 0px;
}
h2 {
  font-size: 25px;
}
.count-box{
  padding: 10px;
}
}

/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:100px;
}
.thank .icon img{
    width:70%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#ffb700;
  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----*/