@import url("https://fonts.cdnfonts.com/css/gt-walsheim-trial");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "GT Walsheim Trial", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #02121D;
  margin-top: 0;
  line-height: 1.3;
}

p {
  margin-bottom: 15px;
  color: #5A5A5A;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}
.section-title > h3 {
  font-size: 38px;
}
.section-title > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.about-banner {
  background: url(../images/about-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.premium-banner {
  background: url(../images/premium-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.copy-banner {
  background: url(../images/copy-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.proofreading-banner {
  background: url(../images/proofreading-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.quality-banner {
  background: url(../images/quality-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.substantive-banner {
  background: url(../images/substantive-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.publication-banner {
  background: url(../images/publication-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.journal-banner {
  background: url(../images/journal-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.presubmission-banner {
  background: url(../images/presubmission-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.formatting-banner {
  background: url(../images/formatting-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.journal-submission-banner {
  background: url(../images/journal-submission-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.resubmission-banner {
  background: url(../images/resubmission-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.plagiarism-banner {
  background: url(../images/plagiarism-banner.webp) no-repeat !important;
  background-size: cover !important;
}

.contact-banner {
  background: url(../images/contact-banner.webp) no-repeat !important;
  background-size: cover !important;
}

/* Navbar */
.navbar-nav li {
  padding: 10px 10px;
}
.navbar-nav li a {
  font-family: "GT Walsheim Trial", sans-serif;
  font-size: 1rem;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}
.navbar-nav li a:hover {
  color: #ffffff !important;
}
.navbar-nav li a.active {
  color: #ffffff !important;
}
.navbar-nav li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar-nav li a:hover::after, .navbar-nav li a.active::after {
  width: 100%;
  left: 0;
}

/* Sticky Header */
.header.sticky li a {
  color: white !important;
}

/* Navbar Toggler */
.navbar-toggler:focus {
  box-shadow: none;
}

/* Navbar Brand */
.navbar-brand img {
  width: 200px;
  transition: 0.6s;
}

/* Offcanvas */
.offcanvas {
  background-color: #415d43;
}
.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 .offcanvas-header img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #0d1f2d;
  border-radius: 0px;
  padding: 0;
}
.dropdown-menu li {
  padding: 6px 10px;
}
.dropdown-menu li:hover {
  background: white;
}
.dropdown-menu li:hover a {
  color: #415d43 !important;
}
.dropdown-menu li.active {
  background: white;
}
.dropdown-menu li.active a {
  color: #415d43 !important;
}
.dropdown-menu .dropdown-item {
  background: none !important;
}
.dropdown-menu .dropdown-item:hover {
  color: #415d43 !important;
}
.dropdown-menu .dropdown-item::after {
  background: none;
}

/* section */
section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* top bar */
.top-bar {
  padding: 15px 0 0;
  background: #111d13;
}
.top-bar .top-bar-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.top-bar .top-bar-body .top-bar-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 78.333%;
}
.top-bar-left .logo img{
    width:185px;
}
.top-bar .top-bar-body .top-bar-left .top-bar-contact {
  display: flex;
  align-items: center;
  width: 29.333%;
  gap: 15px;
}
.top-bar .top-bar-body .top-bar-left .top-bar-contact img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
.top-bar .top-bar-body .top-bar-left .top-bar-contact p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
.top-bar .top-bar-body .top-bar-left .top-bar-contact span {
  font-size: 12px;
  color: white;
}
.top-bar .top-bar-body .top-bar-right a {
  background: #233541;
  padding: 10px 14px;
  border-radius: 50px;
  transition: all ease 0.3s;
}
.top-bar .top-bar-body .top-bar-right a:hover {
  background-color: white;
}
.top-bar .top-bar-body .top-bar-right a:hover i {
  color: #0d1f2d;
}
.top-bar .top-bar-body .top-bar-right a i {
  color: white;
}

/* end */
/* Header */
.header {
  padding: 10px 0;
  background: #415d43;
  z-index: 999;
  transition: 0.6s;
}
.header .phone {
  color: white;
  text-decoration: none;
  margin-right: 25px;
  font-size: 16px;
}
.header.sticky {
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #415d43;
  top: 0;
}
.header.sticky #navbarNav {
  border-bottom: 0 !important;
}
.header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* Top Banner */
.top-banner {
  background: url("../images/top-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.top-banner .right-col h1 {
  font-size: 45px;
  font-weight: 500;
}
.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
}

.sec-two {
  padding: 30px 0;
  background: #415d43;
}
.sec-two .sec-two-left form {
  display: flex;
  align-items: center;
}
.sec-two .sec-two-left form input {
  background-color: #111d13;
  border-radius: 0;
  width: 28.333%;
  padding: 28px 16px;
  border-right: 1px solid white !important;
  border: none;
  color: white !important;
}
.sec-two .sec-two-left form input:focus {
  background: #e7e7e7;
  color: #415d43 !important;
}
.sec-two .sec-two-left form input:focus::placeholder {
  color: #415d43 !important;
}
.sec-two .sec-two-left form input::placeholder {
  color: white !important;
}
.sec-two .sec-two-left form button {
  background: #111d13;
  border: none;
  color: white;
  padding: 29px 16px;
  transition: all ease 0.3s;
}
.sec-two .sec-two-left form button:hover {
  background: #ECE6E1;
}
.sec-two .sec-two-left > h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.sec-two .sec-two-center {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.sec-two .sec-two-center span {
  color: white;
  font-size: 20px;
}
.sec-two .sec-two-right {
  text-align: center;
  display: flex;
  gap: 40px;
  position: relative;
}
.sec-two .sec-two-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 53.2%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1px;
    background: white;
}
.sec-two .sec-two-right a>img{
    width: 100%;
}

.sec-three {
  padding: 60px 0 30px;
  background: #E7E7E7;
}
.sec-three .sec-three-box {
  background: #F5F5F5;
  border: 1px solid #D3D5D6;
  padding: 10px;
  height:260px;
  overflow:scroll;
}
.sec-three .sec-three-box img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
  width: 70px;
}
.sec-three .sec-three-box span {
  font-size: 16px;
  margin: 20px 0 8px;
  display: block;
  color: #121C27;
  font-weight: 500;
}
.sec-three .sec-three-box p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;

}

.sec-four {
  padding: 30px 0 60px;
  background: #E7E7E7;
}
.sec-four .sec-four-left {
  display: flex;
  align-items: center;
  background: white;
}
.sec-four .sec-four-left .sec-four-left-info {
  padding: 30px;
}
.sec-four .sec-four-left .sec-four-left-info h2 {
  font-size: 35px;
}
.sec-four .sec-four-left .sec-four-left-info p {
  font-size: 16px;
  font-weight: 400;
}
.sec-four .sec-four-left .sec-four-left-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-four .sec-four-left .sec-four-left-info ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  display: flex;
  align-items: center;
}
.sec-four .sec-four-left .sec-four-left-info ul li i {
  color: #00BB48;
}
.sec-four .sec-four-right .sec-four-right-inner-one {
  background: #415d43;
  padding: 30px;
  height: 279px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.sec-four .sec-four-right .sec-four-right-inner-one span {
  font-size: 55px;
  font-weight: 600;
  color: white;
}
.sec-four .sec-four-right .sec-four-right-inner-one p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #BABABA;
}
.sec-four .sec-four-right .sec-four-right-inner-two {
  background: #ECE6E1;
  padding: 30px;
  height: 219px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.sec-four .sec-four-right .sec-four-right-inner-two > span {
  font-size: 55px;
  font-weight: 600;
  color: #415d43;
}
.sec-four .sec-four-right .sec-four-right-inner-two p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #494949;
}
.sec-four .sec-four-right .about-company {
  background: #415d43;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.sec-four .sec-four-right .about-company span {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.sec-four .sec-four-right .about-company i {
  font-size: 20px;
  color: white;
}

.sec-five {
  padding: 0px;
  overflow: hidden;
}
.sec-five .sec-five-left img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
.sec-five .sec-five-right {
  padding: 0px 130px 0 50px;
}
.sec-five .sec-five-right h3 {
  font-size: 40px;
}
.sec-five .sec-five-right p {
  font-size: 16px;
  font-weight: 400;
}
.sec-five .sec-five-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-five .sec-five-right ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
}
.sec-five .sec-five-right .btn-sec {
  margin-top: 25px;
}

.sec-six {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.sec-six .sec-six-inner {
  background: #FFFFFF;
  transition: all ease 0.3s;
  border: 1px solid #D3D5D6;
}
.sec-six .sec-six-inner .description {
  padding: 25px;
}
.sec-six .sec-six-inner .description h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1e3e62;
}
.sec-six .sec-six-inner .description p {
  font-size: 16px;
  font-weight: 400;
}
.sec-six .sec-six-inner .description a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  background-color: #415d43;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 70%;
  transition: all ease 0.3s;
  clip-path: polygon(0 0, 93% 0, 100% 40%, 100% 100%, 0 100%);
}
.sec-six .sec-six-inner .description a:hover {
  background: #415d43;
  color: white;
}
.sec-six .sec-six-inner:hover {
  transform: scale(1.1);
}

.tabs-sec {
  background: #ECE6E1;
}
.tabs-sec .tabs-sec {
  margin-bottom: 30px;
}
.tabs-sec .tabs-sec > h3 {
  font-size: 40px;
}
.tabs-sec .tabs-sec > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.tabs-sec .nav-tabs {
  border-bottom: 1px solid #AEAEAE;
  gap: 50px;
}
.tabs-sec .nav-tabs .nav-link {
  color: #415d43;
  font-size: 16px;
  border: none;
}
.tabs-sec .nav-tabs .nav-item.show .nav-link,
.tabs-sec .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #415d43;
}
.tabs-sec .tab-content {
  margin-top: 30px;
}
.tabs-sec .tab-content .tab-desc h3 {
  font-size: 35px;
}
.tabs-sec .tab-content .tab-desc > p {
  font-size: 16px;
  font-weight: 400;
}
.tabs-sec .tab-content .tab-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tabs-sec .tab-content .tab-desc ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
}
.tabs-sec .tab-content .desc-footer {
  background: #415d43;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 25px;
  border-radius: 16px;
  margin-top: 30px;
}
.tabs-sec .tab-content .desc-footer p {
  font-size: 18px;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
}

.sec-seven {
  padding-bottom: 30px;
}
.sec-seven .sec-seven-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.0823529412);
}
.sec-seven .sec-seven-inner img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
.sec-seven .sec-seven-inner span {
  font-size: 16px;
  font-weight: 400;
  color: #415d43;
}

.testimonials {
  padding: 25px 0;
}
.testimonials .testimonials-body {
  background: #F5F5F5;
  padding: 29px 30px;
}
.testimonials .testimonials-body > h3 {
  font-size: 35px;
  font-weight: 500;
}
.testimonials .testimonials-body > p {
  font-size: 16px;
  font-weight: 400;
}
.testimonials .testimonials-body hr {
  background: #bbbbbb;
  opacity: 1;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider p {
  font-size: 16px;
  font-weight: 400;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #415d43;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer .rating > i {
  color: #FFA63A;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer span {
  color: #5A5A5A;
  font-weight: 400;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer .slider-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 50px;
}
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .slick-left,
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .slick-right {
  cursor: pointer;
}
.testimonials .testimonial-image img {
  height: 320px;
  object-fit: cover;
}

.blog-sec {
  padding: 25px 0;
}
.blog-sec .blog-sec-inner {
  transition: all ease 0.3s;
  border: 1px solid #D3D5D6;
}
.blog-sec .blog-sec-inner .description {
  padding: 25px;
}
.blog-sec .blog-sec-inner .description h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1e3e62;
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D5D6;
}
.blog-sec .blog-sec-inner .description p {
  font-size: 16px;
  font-weight: 400;
}
.blog-sec .blog-sec-inner .description a {
  color: #415d43;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all ease 0.3s;
}
.blog-sec .blog-sec-inner .description a:hover {
  color: #D16666;
}
.blog-sec .blog-sec-inner:hover {
  transform: scale(1.1);
}

/* get quote */
.get-quote {
  padding: 30px 0;
}
.get-quote .get-quote-banner {
  background: url(../images/get-quote-banner.webp) no-repeat center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: end;
  justify-content: start;
}
.get-quote .get-quote-banner h3 {
  padding: 20px 30px;
  color: white;
  font-size: 35px;
  width: 60%;
  margin-bottom: 0;
}
.get-quote .get-quote-body {
  background: #415d43;
  padding: 0px 45px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get-quote .get-quote-body .get-quote-info {
  width: 60.333%;
}
.get-quote .get-quote-body .get-quote-info h4 {
  font-size: 20px;
  color: white;
}
.get-quote .get-quote-body .get-quote-info span {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.get-quote .get-quote-body .get-quote-info span > a {
  color: white;
  text-decoration: none;
}
.get-quote .get-quote-body .get-quote-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  column-count: 2;
}
.get-quote .get-quote-body .get-quote-info ul > li {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 10px;
}
.get-quote .get-quote-body .get-quote-form {
  width: 39.333%;
  background: #E7E7E7;
  padding: 40px 60px;
  margin-top: -100px;
}
.get-quote .get-quote-body .get-quote-form h5 {
  font-size: 28px;
  text-align: center;
}
.get-quote .get-quote-body .get-quote-form input,
.get-quote .get-quote-body .get-quote-form select {
  border: 1px solid #D3D5D6;
  background-color: white;
  border-radius: 0px;
  padding-left: 25px;
  color: #757575 !important;
}
.get-quote .get-quote-body .get-quote-form input::placeholder,
.get-quote .get-quote-body .get-quote-form select::placeholder {
  color: #757575 !important;
}

/* end */
/* Partner */
.client {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5;
}
.client img {
  margin: auto;
}

.about-sec {
  padding: 50px 0;
}
.about-sec .about-sec-left img {
  width: 100%;
}
.about-sec .about-sec-right h3 {
  font-size: 40px;
}
.about-sec .about-sec-right > p {
  font-size: 16px;
  font-weight: 500;
}
.about-sec .about-sec-right .about-right-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-sec .about-sec-right .about-right-footer .right-footer {
  width: 59.333%;
}
.about-sec .about-sec-right .about-right-footer .right-footer > p {
  font-size: 16px;
  font-weight: 400;
}
.about-sec .about-sec-right .about-right-footer .experience {
  background: #ECE6E1;
  padding: 60px 30px;
  text-align: center;
  width: 36.333%;
}
.about-sec .about-sec-right .about-right-footer .experience span {
  font-size: 40px;
  color: #02121D;
  font-weight: 500;
  display: block;
}
.about-sec .about-sec-right .about-right-footer .experience span:nth-child(2) {
  font-size: 18px;
  color: #02121D;
  font-weight: 500;
  display: block;
}
.about-sec .about-sec-right .about-right-footer .experience > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.sec-eight {
  padding: 50px 0;
  background: #F0EDEB;
}
.sec-eight .sec-eight-left img {
  width: 100%;
}
.sec-eight .sec-eight-right {
  background: #F5F3F2;
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}
.sec-eight .sec-eight-right h3 {
  font-size: 40px;
}
.sec-eight .sec-eight-right p {
  font-size: 16px;
  font-weight: 400;
}
.sec-eight .sec-eight-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  column-count: 2;
}
.sec-eight .sec-eight-right ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: 15px;
}
.sec-eight .sec-eight-column {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.sec-eight .sec-eight-column img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
.sec-eight .sec-eight-column h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sec-eight .sec-eight-column p {
  font-size: 16px;
  font-weight: 400;
}

.sec-nine {
  padding: 50px 0 30px;
}
.sec-nine .sec-nine-box {
  border: 1px solid #CFCFCF;
  padding: 30px;
}
.sec-nine .sec-nine-box img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
.sec-nine .sec-nine-box span {
  font-size: 20px;
  margin: 20px 0 8px;
  display: block;
  color: #121C27;
  font-weight: 500;
}
.sec-nine .sec-nine-box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.sec-ten {
  padding: 50px 0 25px;
}
.sec-ten .sec-ten-column {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 30px;
}
.sec-ten .sec-ten-column img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}
.sec-ten .sec-ten-column h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sec-ten .sec-ten-column p {
  font-size: 16px;
  font-weight: 400;
}

.sec-eleven {
  padding: 25px 0 25px;
}
.sec-eleven .bg-color {
  background-color: #E7E7E7;
}
.sec-eleven .sec-eleven-left img {
  width: 100%;
}
.sec-eleven .sec-eleven-right {
  padding: 30px 50px;
}
.sec-eleven .sec-eleven-right h3 {
  font-size: 35px;
}
.sec-eleven .sec-eleven-right p {
  font-size: 16px;
  font-weight: 400;
}

.banner-sec {
  padding: 90px 0;
  background: url(../images/banner-img.webp) no-repeat;
  background-size: cover;
}
.banner-sec h3 {
  font-size: 45px;
  color: white;
}
.banner-sec p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.faqs-sec {
  padding-bottom: 30px;
}
.faqs-sec .faqs-box .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  box-shadow: 2px 4px 20px rgba(143, 143, 143, 0.13);
}
.faqs-sec .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
.faqs-sec .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #415d43;
}
.faqs-sec .faqs-box .accordion-body {
  background: #ffffff;
  border-radius: 0px 0px 20px 20px;
  padding-top: 0;
}
.faqs-sec .faqs-box .accordion-body p {
  color: #6F6F6F;
}
.faqs-sec .faqs-box .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 20px 20px 0px 0px !important;
}
.faqs-sec .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}

/* contact us */
.contact-us {
  padding: 50px 0;
}
.contact-us .left-col h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}
.contact-us .left-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
.contact-us .left-col .contact-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact-us .left-col .contact-info .contact-inner {
  display: flex;
  align-items: start;
  width: 41.333%;
  gap: 15px;
}
.contact-us .left-col .contact-info .contact-inner span {
  font-size: 18px;
  font-weight: 500;
  color: #02121D;
}
.contact-us .left-col .contact-info .contact-inner p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 5px;
}
.contact-us .left-col .contact-info .contact-inner p > a {
  text-decoration: none;
  color: #5A5A5A;
}
.contact-us .left-col .contact-info .contact-inner p > a:hover {
  color: #D16666;
}
.contact-us .right-col {
  padding: 30px 40px;
  background: #E7E7E7;
}
.contact-us .right-col form label {
  color: #212121;
  font-weight: 400;
  margin-bottom: 5px;
}
.contact-us .right-col form input,
.contact-us .right-col form select,
.contact-us .right-col form textarea {
  background: #F5F5F5;
  border-color: #D3D5D6;
}
.contact-us .right-col form input:focus,
.contact-us .right-col form select:focus,
.contact-us .right-col form textarea:focus {
  border-color: #415d43 !important;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.terms-condition,
.privacy-policy {
  padding: 50px 0;
}
.terms-condition .terms-condition-inner h1,
.terms-condition .privacy-policy-inner h1,
.privacy-policy .terms-condition-inner h1,
.privacy-policy .privacy-policy-inner h1 {
  font-size: 40px;
}
.terms-condition .terms-condition-inner h2,
.terms-condition .privacy-policy-inner h2,
.privacy-policy .terms-condition-inner h2,
.privacy-policy .privacy-policy-inner h2 {
  font-size: 30px;
}
.terms-condition .terms-condition-inner h3,
.terms-condition .privacy-policy-inner h3,
.privacy-policy .terms-condition-inner h3,
.privacy-policy .privacy-policy-inner h3 {
  font-size: 30px;
}
.terms-condition .terms-condition-inner p,
.terms-condition .privacy-policy-inner p,
.privacy-policy .terms-condition-inner p,
.privacy-policy .privacy-policy-inner p,
.terms-condition .terms-condition-inner ul li,
.privacy-policy .privacy-policy-inner ul li{
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
}

/* 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: 0px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid rgba(30, 30, 30, 0.2588235294);
  color: #1e1e1e !important;
  background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  border-color: #415d43;
  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,
.btn-theme-outline,
.btn-theme-pink,
.btn-theme-light {
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 38%, 100% 100%, 0 100%);
  transition: all ease-in-out 0.3s;
}

.btn-theme {
  background: white;
  color: #02121D;
  transition: padding 0.5s ease-in-out;
}
.btn-theme:hover {
  padding: 12px 35px;
}

.btn-theme-outline {
  background: #415d43;
  color: #ffffff;
}
.btn-theme-outline:hover {
  background: #ffffff;
  color: #D16666;
  padding: 10px 40px;
}

.btn-theme-pink {
  background: #D16666;
  color: #ffffff;
}
.btn-theme-pink:hover {
  background: #415d43;
  color: #ffffff;
  padding: 10px 40px;
}

.btn-theme-light {
  background: #415d43;
  color: #ffffff;
}
.btn-theme-light:hover {
  background: #ECE6E1;
  color: #D16666;
  padding: 10px 40px;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */
/* footer */
.footer {
  padding-top: 50px;
  padding-bottom: 20px;
  /* background: url(../images/footer-bg.webp) no-repeat; */
  background-color: #111d13;
  background-size: cover;
}
.footer .social-media {
  display: flex;
  gap: 12px;
  justify-content: end;
}
.footer .social-media a {
  background: #233541;
  padding: 10px 16px;
  border-radius: 50px;
  transition: all ease 0.3s;
  text-decoration: none;
}
.footer .social-media a:hover {
  background-color: white;
}
.footer .social-media a:hover i {
  color: #0d1f2d;
}
.footer .social-media a i {
  color: white;
}
.footer .footer-right ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-right ul > li {
  color: white;
  font-size: 16px;
}
.footer .footer-right ul > li a {
  color: white;
  text-decoration: none;
}
.footer .footer-links {
  margin-top: 12px;
  margin-bottom: 12px;
}
.footer .footer-links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .footer-links ul > li {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-links ul > li a {
  color: white;
  text-decoration: none;
  transition: all ease 0.5s;
}
.footer .footer-links ul > li a:hover {
  color: #D16666;
}
.footer hr {
  background: white;
  opacity: 1;
}
.footer .footer-bootom p {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
}

/* end */
.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
/*scroll*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #415d43;
  border-color: #415d43;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
}
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0d1f2d;
}
.model-discount .animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.model-discount span label {
  color: #0d1f2d;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}
.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}
.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}
.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}
.model-input:focus {
  border-color: #0d1f2d !important;
}
.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}
.footer-left .logo img{width:200px;}
@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;
  }
}
/* end */
.thanks .btn-theme {
    display: none;
}
/*# sourceMappingURL=style.css.map */
.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: up 3s ease-in-out infinite;
}
.btn-sec a.btn.btn-theme-outline, .btn-theme-light {
    display: none;
}