@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&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=Raleway:ital,wght@0,100..900;1,100..900&display=swap');>
@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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url(../fonts/stylesheet.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

main {
  /* overflow: hidden; */
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* theme start */
/* theme end */

/* header start */
.main-header {}

.main-header .navbar {
  padding: 20px 0;
}

.main-header .navbar .logo img{
    width: 84%;
}

.main-header .container::before {
  content: "";
  background-color: #DADADA;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -15px;
}

.main-header .navbar .navbar-nav {
  gap: 40px;
  margin-right: 40px;
}

.main-header .navbar .nav-item .nav-link {
  font-family: 'Poppins';
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0px;
  color: #929191;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.main-header .navbar .nav-item .nav-link:hover,
.main-header .navbar .nav-item .nav-link.active {
  color: #418808;
}

.main-header .navbar .nav-item .nav-link::before {
  content: "";
  background: #4276B2;
  bottom: -19px;
  left: 0;
  right: 100%;
  height: 3px;
  position: absolute;
  transition: all 0.7s ease;
}

.main-header .navbar .nav-item .nav-link:hover::before,
.main-header .navbar .nav-item .nav-link.active::before {
  right: 0;
}

.main-header .navbar .btn-theme {
  font-family: 'Poppins';
  background-color: #4276B2;
  color: #fff;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* header end */

/* main-banner  */

.main-banner {
  position: relative;
  padding: 70px 0 156px !important;
}

.main-banner::before {
  content: "";
  background: url(../images/shape-1.png) no-repeat;
  position: absolute;
  left: 0;
  top: -37px;
  height: 258px;
  width: 100px;
  background-size: cover;
}

.main-banner::after {
  content: "";
  background: url(../images/shape-2.png) no-repeat;
  position: absolute;
  right: 0;
  top: -25px;
  height: 100%;
  width: 55%;
  background-size: 100% 100%;
  z-index: -1;
}

.about-section.main-banner .banner-content p {
  width: 80%;
}

.main-banner .banner-img {}

.main-banner .banner-img img {
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 0;
  object-fit: contain;
  width: 45%;
  height: unset;
}

/********************************************** about-section **************************************************/

.about-section {
  padding: 60px 0 60px;
  background-image: url(../images/index-about-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.about-section .about-img img {
  width: 100%;
  object-fit: cover;
}

.about-section .about-img {
  /* border-radius: 50%; */
  position: relative;
}

.about-section .about-img::before {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  background-color: #418808;
  height: 40px;
  width: 215px;
  position: absolute;
  right: -16px;
  bottom: -23px;
  z-index: -1;
}

.about-section .banner-content {
  padding: 0px 0 0;
  position: relative;
  z-index: 1;
}

.about-section .banner-content h2,
.about-section .banner-content h1 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 32px;
  padding: 18px 0 31px;
  font-weight: 700;
  position: relative;
  width: fit-content;
  color: #4373AE;
}

.about-section .banner-content h1{
  font-size: 38px;  
}

.about-section .banner-content h2 span,
.about-section .banner-content h1 span {
  font-weight: 700;
  color: #418808;
}

.about-section .banner-content h2::before,
.about-section .banner-content h1::before{
  content: "";
  background-color: #418808;
  height: 3px;
  width: 249px;
  position: absolute;
  left: 0;
  bottom: 16px;
}

.inner-banner .banner-content h1::before{
  background:transparent;  
}

.about-section .banner-content h3 {
  font-family: 'Poppins';
  font-size: 17px;
  color: #4276B2;
  font-weight: 400;
}

.about-section .banner-content h3 span {
  color: #418808;
}

.about-section .banner-content p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  padding: 0 0px 5px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
}

.about-section .banner-content a {
  width: fit-content;
  padding: 6px 6px 6px 26px;
  border-radius: 30px;
  background-color: #4373AE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-family: 'Poppins';
  gap: 0 18px;
  margin-top: 10px;
}

.about-section .banner-content a span {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #418808;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.service-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

/* accessories section  */
.accessories-section .as-title {

    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 48px;
    padding: 18px 0 31px;
    font-weight: 700;
    color: #4373AE;
    text-align:center;
}
.accessories-section .as_card {
    text-align:center;
}
.accessories-section .as-img {
    background: #EBEBEB;
    height:290px;
    width:100%;
    border-radius:12px;
    display: flex;
    align-items:center;
    justify-content:center;
}
.accessories-section .as_content {
    margin:15px 0;
}
.accessories-section .as_card h2 {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align:center;
    margin-bottom:10px;
}
.accessories-section .as_card p {
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align:center;
}
.accessories-section .as_card a {
    width: fit-content;
    padding: 6px 6px 6px 26px;
    border-radius: 30px;
    background-color: #4373AE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Poppins';
    gap: 0 18px;
    margin: 20px auto 0;
    white-space:nowrap;
}

.accessories-section .as_card a span {
        height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    color: #418808;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
/* testimonial-sec  */

.testimonial-sec {
  padding: 60px 0 60px;
  position: relative;
}

.testimonial-sec::before {
  content: "";
  background: url(../images/shape-1.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 60px;
  height: 258px;
  width: 100px;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(42%) sepia(58%) saturate(6206%) hue-rotate(69deg) brightness(99%) contrast(94%);
}

.testimonial-sec::after {
  content: "";
  background: url(../images/testi-shape-1.png) no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
  height: 258px;
  width: 100px;
  background-size: cover;
}

.testimonial-sec .testimonial-content {
  padding: 65px 0px 60px;
  background: #D2D9E1;
  border-radius: 10px;
  margin: 40px 0 0;
}

.testimonial-sec .testimonial-content::before {
  content: "";
  background: url(../images/quote.png) no-repeat;
  background-size: contain;
  height: 65px;
  width: 73px;
  position: absolute;
  top: 5px;
  z-index: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.testimonial-sec .testimonial-content p {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  text-align: center;
}

.testimonial-sec .testimonial-img {
  text-align: center;
  margin: 35px auto 0;
  position: relative;
}

.testimonial-sec .testimonial-img h3 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 26px;
  padding: 18px 0 0px;
  font-weight: 600;
  position: relative;
  color: #2F2F2F;
}

.testimonial-sec .testimonial-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.testimonial-sec .title {
  position: relative;
  z-index: 1;
  padding: 0 0 50px;
}

.testimonial-sec .title h2 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 41px;
  padding: 18px 0 31px;
  font-weight: 700;
  position: relative;
  width: fit-content;
  color: #4373AE;
  text-align: center;
  margin: 0 auto 0px;
}

.testimonial-sec .title h2 span {
  color: #418808;
}

.testimonial-sec .title h2::before {
  content: "";
  background-color: #418808;
  height: 3px;
  width: 66%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
}

.testimonial-sec .owl-nav {}

.testimonial-sec .owl-nav .owl-prev,
.testimonial-sec .owl-nav .owl-next {
  position: absolute;
  top: 34%;
  transform: translate(0, -50%);
  background-color: #418808 !important;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  color: #fff !important;
  right: -21px;
  border: 2px solid #418808 !important;
  opacity: 1;
}

.testimonial-sec .owl-nav .owl-prev {
  left: -22px;
  border-color: #4373AE !important;
  background: transparent !important;
  color: #4373AE !important;
}

/* .inner-banner  */

.inner-banner {
  padding: 60px 0 30px !important;
}

.inner-banner::after {
  display: none;
}

.inner-banner .banner-content h1 {
  text-align: center;
  margin: 0 auto;
}

.service-modal .title h3 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 30px;
  padding: 18px 0 0px;
  font-weight: 600;
  position: relative;
  color: #4373AE;
  text-align: center;
}

.service-modal .modal-content {
  border-radius: 20px;
  padding: 15px 10px;
}

.service-modal .title p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 0px 0px 6px;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  text-align: center;
}

.service-modal .txt-box label {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 15px;
  padding: 0px 0 3px;
  font-weight: 600;
  position: relative;
  color: #4373AE;
}

.service-modal .txt-box input,
.service-modal .txt-box select {
  width: 100%;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid #4373AE;
  font-family: 'Poppins';
  border-radius: 31px;
  color: #4373AE;
  font-size: 14px;
}

.service-modal .txt-box input::placeholder {
  color: #4373AE;
  font-family: 'Poppins';
  font-size: 15px;
}

.service-modal .btn-theme {
  font-family: 'Poppins';
  background-color: #4276B2;
  color: #fff;
  border-radius: 30px;
  padding: 5px 27px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #4276B2;
  width: 100%;
}

.service-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #4373AE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
  font-size: 17px;
  background-image: unset;
}

/* testimonials-section  */

.testimonials-section {
  padding: 60px 0 90px;
}

.testimonials-section .card {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
}

.testimonials-section .card ul {
  display: flex;
  gap: 0 9px;
}

.testimonials-section .card li {
  color: #FFC000;
}

.testimonials-section .card .content {

}

.testimonials-section .card .content p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 16px 0px 6px;
  font-weight: 600;
  color: #14181F;
  line-height: 27px;
}

.testimonials-section .card .name {
  display: flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
}

.testimonials-section .card .name h3 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 15px;
  padding: 0px 0 0px;
  font-weight: 600;
  position: relative;
  color: #000000;
}

.testimonials-section .card .name img {}

/* footer start */

.main-footer {
  padding: 60px 0 60px;
  border-top: 2px solid #418808;
}

.main-footer .about-com {
  padding: 0 0 30px;
}

.main-footer .about-com img {
  width: 100%;
  object-fit: cover;
  max-width: 294px;
}

.main-footer .about-com p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 20px 0 0;
  font-weight: 400;
  color: #000;
  line-height: 27px;
  width: 90%;
}

.main-footer .about-com .social-icons {
  display: flex;
  gap: 0 15px;
  padding: 20px 0 0;
}

.main-footer .about-com .social-icons li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #4373AE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.main-footer .useful-link {
  padding: 0 0 30px;
}

.main-footer .useful-link h4,
.main-footer .blogs-link h4 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 26px;
  padding: 0px 0 25px;
  font-weight: 600;
  position: relative;
  color: #2F2F2F;
}

.main-footer .useful-link ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 0 0 5px;
  font-weight: 600;
  color: #000000;
  line-height: unset;
  display: block;
}

.main-footer .useful-link ul li a i {
  color: #4373AE;
  font-size: 20px;
}

.main-footer .useful-link.com-info ul li {
  padding: 0 0 10px;
}

.main-footer .useful-link.com-info ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0 11px;
}

.main-footer .blogs-link ul li {
  padding: 0 0 10px;
}

.main-footer .blogs-link ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 0 0 5px;
  font-weight: 600;
  color: #000000;
  line-height: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.main-footer .blogs-link ul li a img {
  width: 100%;
  object-fit: cover;
  max-width: 75px;
  border-radius: 10px;
}

.main-footer .blogs-link ul li a h3 {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  padding: 0px 0 0px;
  font-weight: 600;
  position: relative;
  color: #000000;
}

.main-footer .blogs-link ul li a p {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  padding: 0 0 0;
  font-weight: 400;
  color: #000;
  line-height: 20px;
}

.copyright {
  background-color: #4373AE;
  padding: 8px 0;
}

.copyright p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  padding: 0px 0 0;
  font-weight: 400;
  color: #fff;
  line-height: 27px;
  text-align: center;
}

/* footer end */

/*contact css start*/

/* Container */
.contact-section {
    margin:0 0 100px 0;    

}
.contact-wrapper {
    background: #fff;
    border-radius: 10.37px;
    overflow: hidden;
   box-shadow: rgb(99 99 99 / 34%) 0px 2px 10px 0px;
    padding: 10px;
}

/* LEFT SIDE */
.contact-left {
    background: #4276B2;
    color: #fff;
    padding: 40px;
    position: relative;
    border-radius: 10.37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-left h2 {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-left p {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 18px;
}

.contact-info {
    margin: 110px 0;
      font-family: 'Poppins';
}

.contact-info i {
    margin-right: 10px;
}

.contact-info div {
    margin-bottom: 20px;
}

/* Social Icons */
.contact-wrapper .social-icons {
    margin-top: 30px;
}

.contact-wrapper .social-icons i {
    width: 40px;
    height: 40px;
    background: #418808;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.contact-wrapper .social-icons i:hover {
    background:#FFF;
    color:#000;
}


/* RIGHT SIDE */
.contact-right {
    padding: 40px;
    padding-bottom:0;
    font-family: 'Poppins';
}
.contact-right .mb-5 {
    margin-bottom:2.5rem!important;
}
.contact-right label {
    color:#000000;
    font-weight:500;
    font-family: 'Poppins';
}
.contact-right input {
    font-weight:400;
    color:#000;
    padding-left:0;
}
.contact-right input::placeholder, .contact-right textarea::placeholder {
    color:#8D8D8D;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.form-check label {
    font-weight:400;
    font-size: 15px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #4e73a1;
}

/* Radio */
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

/* Button */
.send-btn {
    background: #4276B2;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all .3s ease;
}

.send-btn:hover {
    background: #3d5c84;
}

/*contact css end*/

/* banner css */
/* banner end */


@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1444px) {
  .main-banner .banner-img img {
    width: 50%;
  }
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {}