@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #666666;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  color: #212121;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Bricolage Grotesque", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #666666;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}
.navbar-nav li a:hover {
  color: #ffffff !important;
}
.navbar-nav .nav-link.active {
  color: #ffffff !important;
}
.header.sticky li a {
  color: white !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #a7e628;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}
.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}
.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #000001;
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}
.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}
.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}
.offcanvas .btn-close svg {
  fill: white;
}
.offcanvas-header > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #a7e628;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}
.dropdown-menu li.active {
    background: #212121;
}
.dropdown-menu li.active a {
    color: white !important;
}
/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header .navbar-brand {
    margin: 0;
}
/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #212121;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  padding-top: 190px;
}
.top-banner .left-col {
  position: relative;
}
.top-banner .left-col::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 35px;
  background: url(../images/img-2.png);
  background-size: 70%;
  background-repeat: no-repeat;
  height: 15%;
  width: 110px;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
section.top-banner ul li {
    color: #fff;
}
.top-banner .left-col::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -45px;
  background: url(../images/img-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 105px;
  width: 86px;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}
.top-banner .left-col h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
.top-banner .left-col span {
  font-size: 28px;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.top-banner .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 12px;
}
.top-banner .right-col {
  border: 1px solid #ffffff63;
  padding: 30px 40px;
  background: #ffffff2b;
  border-radius: 15px;
}
.top-banner .right-col h2 {
  text-align: center;
  color: white;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.top-banner .right-col p {
  color: white;
  text-align: center;
  font-weight: 400;
}
.top-banner .right-col p span {
  color: #a7e628;
}
.top-banner .right-col form label {
  color: white;
  font-weight: 400;
  margin-bottom: 5px;
}
.top-banner .right-col form input,
.top-banner .right-col form select {
  background: white;
}
.top-banner .right-col form input:focus,
.top-banner .right-col form select:focus {
  background: white !important;
}
/* End */

/* about-us */
.about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-us .left > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.about-us .left > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.about-us .left > h4 {
  font-size: 20px;
  font-weight: 700;
}
.about-us .left > h3 > span {
  color: #a7e628;
}
.about-us .left > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.about-us .left .list p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.about-us .left .list p i {
  color: #a7e628;
  font-size: 20px;
}
.about-us .left .about-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.about-us .left .about-inner .list p i {
  color: #4632da;
  font-size: 20px;
}
.about-us .left .about-inner .list p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.about-us .right {
  position: relative;
}
.about-us .right .right-inner {
  background: #4632da;
  padding: 20px 30px;
  border-radius: 15px;
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 15px;
}
.about-us .right .right-inner > span {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
.about-us .right .right-inner > p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}
/* end */

/* services */
.our-services {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f5f5f5;
}
.our-services .left > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.our-services .left > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.our-services .right > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.our-services .service-box {
  border: 1px solid #66666640;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 22px;
  margin: 15px 10px 0 0;
}
.our-services .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.our-services .service-box p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
}
.our-services .service-box hr {
  background-color: #d6d6d6;
  opacity: 1;
}
.our-services .slick-dots li.slick-active button:before {
  opacity: 0.75 !important;
  color: #4632da !important;
}
.our-services .slick-dots li button:before {
  content: "-" !important;
  font-size: 80px !important;
}
/* end */

/* why choose us */
.why-choose-us {
  padding-top: 50px;
  padding-bottom: 50px;
}
.why-choose-us .center-heading {
  text-align: center;
}
.why-choose-us .center-heading > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.why-choose-us .center-heading > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.why-choose-us .center-heading > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.why-choose-us .box-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-choose-us .box-body .box-inner {
  border: 1px solid #c1bbf2;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: calc(49.333% - 0px);
  transition: all ease 0.3s;
}
.why-choose-us .box-body .box-inner:hover {
  transform: scale(1.1);
}
.why-choose-us .box-body .box-inner h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.why-choose-us .box-body .box-inner p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.bg-green {
  background: #a7e628;
}
.bg-blue {
  background: #4632da;
}
.why-choose-us .box-body .box-inner:nth-child(3) {
  margin-top: 20px;
}
.why-choose-us .box-body .box-inner:nth-child(4) {
  margin-top: 20px;
}
/* end */
/* process */
.process-banner-sec {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(../images/process-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.process-banner-sec .center-heading {
  text-align: center;
}
.process-banner-sec .center-heading > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: white;
}
.process-sec {
  margin-top: -115px;
}
.process-sec .process-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process-sec .process-body .process-inner {
  border: 1px solid #c1bbf2;
  padding: 20px;
  border-radius: 22px;
  background: white;
  width: calc(33.333% - 8px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0px 5px 5px 0px #c1bbf2;
}
.process-sec .process-body .process-inner:hover h4,
.process-sec .process-body .process-inner:hover p {
  color: white;
}
.process-sec .process-body .process-inner:hover {
  background: #4632da;
}
.process-sec .process-body .process-inner > span {
  position: absolute;
  top: -20px;
  right: 35px;
  background: #a7e628;
  padding: 6px 15px;
  border-radius: 20px;
  color: #212121;
  font-weight: 500;
}
.process-sec .process-body .process-inner img {
  margin-right: 18px;
}
.process-sec .process-body .process-inner h4 {
  font-size: 20px;
  font-weight: 700;
}
.process-sec .process-body .process-inner p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
/* end */

/* testimonials */
.testimonials-sec {
  padding-top: 10px;
  padding-bottom: 50px;
}
.testimonials-sec .left > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.testimonials-sec .left > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.testimonials-sec .right > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials-sec .testi-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-sec .testi-body .testi-box {
  border: 1px solid #afa6ef;
  background: #f4f3fd;
  padding: 20px;
  width: calc(33.333% - 8px);
  border-radius: 20px;
  margin-top: 20px;
}
.testimonials-sec .testi-body .testi-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.testimonials-sec .testi-body .testi-box p > i {
  color: #e79800;
}
.testimonials-sec .testi-body .testi-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
/* end */
/* faqs */
.faqs {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f7f7fb;
}
.faqs .center-heading {
  text-align: center;
}
.faqs .center-heading > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.faqs .center-heading > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.faqs .center-heading > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.faqs .faqs-box .accordion-button:not(.collapsed) {
  color: #212121;
  background-color: #ffffff;
  box-shadow: none;
}
.faqs .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.faqs .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px !important;
}
.faqs .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
.faqs .faqs-box .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
}
.faqs .faqs-box .accordion-button::after {
  background-image: url("../images/plus.png");
  transform: scale(1.5) !important;
}
.faqs .faqs-box .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
/* end */
/* expert */
.expert-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #4632da;
}
.expert-sec .left > span {
  border: 1px solid #a7e628;
  background: #a7e62810;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #a7e628;
}
.expert-sec .left > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
  color: white;
}
.expert-sec .right > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: #e6e6e6;
}
.expert-sec .expert-box {
  text-align: center;
  margin-top: 20px;
}
.expert-sec .expert-box > h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  color: white;
}
.expert-sec .expert-box > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: #a7e628;
}
/* end */
/* blog */
.blog-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-sec .center-heading {
  text-align: center;
}
.blog-sec .center-heading > span {
  border: 1px solid #4632da;
  background: #4632da10;
  padding: 10px;
  font-size: 14px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #4632da;
}
.blog-sec .center-heading > h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 12px;
}
.blog-sec .center-heading > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.blog-sec .blog-box {
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 22px;
  margin-top: 20px;
}
.blog-sec .blog-box > span {
  border: 1px solid #4632da;
  background: #4632da;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 35px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  margin-top: 15px;
}
.blog-sec .blog-box > h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #212121;
}
.blog-sec .blog-box > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog-sec .blog-box .user {
  color: #171717;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog-sec .blog-box a {
  color: #4632da;
  font-size: 15px;
  font-weight: 500;
}
/* end */
/* get quote */
.get-quote {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f7f7fb;
}
.get-quote .left-col h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
.get-quote .left-col h4{
  font-size: 20px;
  font-weight: 600;
}
.get-quote .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
.get-quote .left-col .contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
.get-quote .left-col .contact-info .contact-inner {
  display: flex;
  align-items: center;
}
.get-quote .left-col .contact-info .contact-inner > img {
  margin-right: 5px;
}
.get-quote .left-col .contact-info .contact-inner span {
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
}
.get-quote .left-col .contact-info .contact-inner p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 5px;
}
.get-quote .left-col .contact-info .contact-inner p > a{
    text-decoration:none;
  color: #212121;
}
.get-quote .left-col .contact-info .contact-inner p > a:hover{
  color: #4632da;
}
.get-quote .right-col {
  border: 1px solid #ffffff;
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 15px;
}
.get-quote .right-col form label {
  color: #212121;
  font-weight: 400;
  margin-bottom: 5px;
}
.get-quote .right-col form input,
.get-quote .right-col form select,
.get-quote .right-col form textarea {
  background: #fafff1;
}
.get-quote .right-col form input:focus,
.get-quote .right-col form select:focus {
  background: white !important;
}
/* end */
/* top section */
.top-section {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 160px;
}
.top-section .center-heading {
  text-align: center;
}
.top-section .center-heading h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
.top-section .center-heading p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 12px;
}
/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #a7e628;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid #a7e628;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #a7e628;
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn-theme-black {
  border: 2px solid #212121;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #212121;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-black:hover {
  border: 2px solid #212121;
  background: transparent;
  color: #212121;
}
.btn-theme-outline {
  border: 2px solid #a7e628;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #a7e628;
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-theme-outline:hover {
  border: 2px solid #212121;
  background: transparent;
  color: #212121;
}
.btn-whatsapp {
  border: 2px solid #2ab318;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #2ab318;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 15px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.btn-whatsapp:hover {
  border: 2px solid #2ab318;
  background: transparent;
  color: #2ab318;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #4632da;
}
.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}

.footer-links > h6 {
  color: #a7e628;
  font-size: 24px;
  margin-bottom: 0;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li:hover {
  color: #a7e628;
}
.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.footer-links > ul > li > a:hover {
  color: #a7e628;
  padding-left: 10px;
}
.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: #a7e628;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}
.social > p > a:hover {
  color: #ffffff;
  background: #a7e628;
}

.footer-bootom-links > p {
  margin: 0;
  margin-right: 15px;
  color: #191a2c;
  font-size: 1rem;
  font-weight: 500;
}
.footer-bottom {
  background: #a7e628;
  padding: 12px 0;
  text-align: center;
}
.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}
.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.footer input {
  color: #ffffff !important;
  background: transparent;
}
.footer input::placeholder {
  color: white !important;
}
.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}
.footer-links > ul > li img {
  margin-top: 5px;
  margin-right: 8px;
}
.footer-links > ul > li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer-links > ul > li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.dft a{
    color:#fff;
    text-decoration:none;
}
/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}
@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background: #a7e628;
  border-color: #a7e628;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212121;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #a7e628;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: black;
  padding: 10px 15px;
  color: black !important;
  border: 2px solid;
}

.model-input:focus {
  /*border-color: #000000 !important;*/
}

.model-input::placeholder {
  color: #000000 !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
  background-color: black;
  padding: 10px;
  border-radius: 50px;
}

/* end */

.thank-you {
    background: black;
    padding-top: 190px;
}
.thank-you h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}
.thank-you p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 12px;
}
.price-credit {
    text-align: center;
}
.thanyou-banner p {
    font-size: 22px;
    text-align: center;
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
}
.thanyou-banner p > a{
    color: #a7e628;
    text-decoration:none;
}
.thanyou-banner p > a:hover{
    color: #ffffff;
}
.thanyou-banner i {
    font-size: 90px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #ffffff;
}
.thanyou-banner h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 50px;
}
/** Terms Page **/

.terms{
    padding-top:160px; 
    padding-bottom:60px; 
    background-color:#4632da;
    color:#fff;
}
.terms .title {
    color: #fff;
}
.terms .text-theme {
    color: #a7e628;
}
.terms p{
    color:#fff;
    font-weight:400;
}
.last-links {
    color:#000;
}
.last-links a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.last-links a:hover{
    color:#fff;
}
.trust-rating {
    position: fixed;
    background: #fff;
    padding: 5px;
    width: 85px;
    top: 50%;
    border-radius: 10px;
    z-index: 9;
}
.trust-rating img {
    width: 100%;
}
.trust-rating span {
    font-size: 12px;
    font-weight: 700;
    color: #EEB228;
}
.side-whatsapp {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    text-decoration: none;
    animation: updown .3s ease infinite alternate;
}

/*blog*/
.about-banner {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #339989;
    }
    
    .blog-section {
        text-align: center;
    }
    
    .blog-section h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2;
        color: white;
    }
    
    .blog-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blog-sec .center-heading > span {
          border: 1px solid #339989;
          background: #339989;
          padding: 10px;
          font-size: 14px;
          border-radius: 35px;
          font-weight: 600;
          display: inline-block;
          color: #339989;
        }
        .blog-sec .center-heading > h3 {
          font-size: 38px;
          font-weight: 600;
          line-height: 1.2;
          margin-top: 12px;
        }
        .blog-sec .center-heading > p {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          margin-bottom: 30px;
        }
        .blog-sec .blog-box {
          margin-top: 20px;
          margin-bottom: 20px;
          /*height: 430px;*/
        }
        .blog-sec .blog-box > span {
          border: 1px solid #a7e628;
          background: #a7e628;
          padding: 5px 10px;
          font-size: 13px;
          border-radius: 35px;
          font-weight: 600;
          display: inline-block;
          color: #ffffff;
          margin-top: 15px;
        }
        .blog-sec .blog-box > h4 > a {
          font-size: 26px;
          font-weight: 600;
          line-height: 1.2;
          margin-bottom: 22px;
          margin-top: 18px;
          color: #212121;
          padding-bottom: 18px;
          border-bottom: 1px solid #00000024;
          text-decoration: none;
          display: inline-block;
          height: 70px;
        }
        .blog-sec .blog-box > h4 > a:hover {
          color: #4632da;
        }
        .blog-sec .blog-box > p {
          font-size: 15px;
          font-weight: 400;
          line-height: 1.5;
          margin-bottom: 20px;
        }
        .blog-sec .blog-box .user {
          color: #171717;
          font-size: 1rem;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: 0;
        }
        .blog-sec .blog-box a {
          color: #4632da;
          font-size: 15px;
          font-weight: 600;
          text-decoration: none;
        }
        /* end */
        
        /* blog detail */
        .blog-detail {
          /*padding-top: 180px;*/
          padding-bottom: 50px;
          position: relative;
        }
        
        .blog-detail .blog-inner h1 {
          font-size: 28px;
          font-weight: 600;
        }
        
        .blog-detail .blog-inner h1>span {
          color: #4632da;
          font-size: 28px;
        }
        
        .blog-detail .blog-inner .category {
          border: 1px solid #339989;
          padding: 8px;
          border-radius: 4px;
          color: #339989;
          font-weight: 500;
          display: inline-block;
        }
        
        .blog-detail .blog-inner span {
          font-size: 15px;
          font-weight: 500;
          color: #292f36;
        }
        
        .blog-content a {
            text-decoration: none;
            color: #fe4a1d;
            font-weight: 400;
        }
        
        .blog-detail .blog-inner>p {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: #292f36;
        }
        .blog-detail .blog-inner>p i {
            margin: 0;
            line-height: 0.2;
            font-size: 14px;
            padding: 0 20px;
        }
        .blog-body header {
            background: #292f36;
        }
        .blog-box > img {
            border-radius: 15px;
        }
        .blog-inner > img {
            border-radius: 20px;
        }
        .blog-content li {
            font-size: 15px;
            /*color: #000;*/
        }
        .blog-content strong {
            font-weight: 600;
            font-size: 17px;
        }
        
        .table-blog {
            margin-top: 30px;
        }
        .table-blog th {
            border: 2px solid #000;
            padding: 11px 47px;
        }
        .table-blog td {
            border: 1px solid #000;
            padding: 11px 47px;
        }
        .table.assignment-table {
    border: 2px solid #00000063;
}

table.assignment-table thead {
    border: 1px solid #00000063;
}

table.assignment-table tr {
    border: 1px solid #00000063;
}
/*end*/