@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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
  text-transform: capitalize;
}

p,
ul {
  font-family: "Rubik";
  margin: 0;
  padding: 0;
  list-style: none;
}

span,
input,
textarea,
a,
button {
  font-family: "Rubik";
  margin: 0;
  padding: 0;
}



a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #fefefe;
  font-family: "Rubik";
}

main {
  overflow: hidden;
}

.group_btn {
  display: flex;
  justify-content: start;
}

.group_btn .website-main-buttons {
  margin: 0;
}

.group_btn .blu {
  background: #4186de !important;
}

.group_btn .tiffancy {
  background: #48d9bb !important;
}

a,
button,
input,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-group input[type="number"] {
  -moz-appearance: textfield;
}


::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2474bb;
  border: 1px solid #fff
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}



/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
.heading-one {
  font-size: 45px;
  line-height: 53px;
}

.heading-two {
  font-size: 42px;
  line-height: 49px;
}

.heading-three {
  font-size: 35px;
  line-height: 42px;
}

.heading-four {
  font-size: 30px;
  line-height: 37px;
}

.heading-five {
  font-size: 24px;
  line-height: 31px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  background: #13d8b9;
  color: #ffffff;
  border: 2px solid #13d8b9;
  font-size: 16px;
  border-radius: 30px;
  padding: 12px 34px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 23px;
}

.website-main-buttons .call-button-new {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #4785ff;
  position: relative;
  padding-bottom: 10px;
}

.website-main-buttons .call-button-new:after {
  content: "";
  border: 1px solid #4785ff;
  width: 100%;
  height: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

.website-main-buttons a.read-more-btn:after,
.website-main-buttons button.popup-btn:after,
.website-main-buttons button.chat-btn:after,
.website-main-buttons a.call-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #2474bb;
  width: 0;
  height: 100%;
  margin: auto;
  transition: 0.5s all;
  z-index: -1;
  border-radius: 30px;
}

.website-main-buttons a.read-more-btn:hover:after,
.website-main-buttons button.popup-btn:hover:after,
.website-main-buttons button.chat-btn:hover:after,
.website-main-buttons a.call-btn:hover:after {
  width: 100%;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: #fff;
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* box-shadow: 0 10px 12px -10px #041838; */
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  padding: 20px 0px;
}

header nav.navbar {
  padding: 7px 0;
  justify-content: space-between;
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

header nav.navbar .navbar-brand .logo {
  width: 200px;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: block;
}

header nav.navbar .navbar-collapse {
  justify-content: end;
}

header nav.navbar .navbar-collapse .website-main-buttons {
  margin: 0;
}

/* .main-header .header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.main-header .header-btn .head-icon {
  background: #13d8b9;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.main-header .header-btn .head-icon i {
  color: white;
  font-size: 22px;
}

.main-header .header-btn .header-btn-cont {}

.main-header .header-btn .header-btn-cont span {
  color: #38393e;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
}

.main-header .header-btn .header-btn-cont h5 {
  color: #3184da;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
} */

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/


/* Main Bannner CSS Start Here */

section.main-banner-section {}

section.main-banner-section .main-banner-img {}

section.main-banner-section .main-banner-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* Main Bannner CSS End Here */

/* Main Service Section CSS Start Here */

section.service-sec-main {
  padding: 70px 0px;
}

.service-sec-main .service-content-main {}

.service-sec-main .service-content-main .heading-four {
  font-weight: 600;
  margin-bottom: 15px;
  color: #13D8B9;
}

.service-sec-main .service-content-main p {
  color: black;
}

.service-sec-main .service-content-main img {
  width: 100%;
}

section.service-sec-main .service-content-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.service-sec-main .service-content-grid .service-content-grid-item {}

.service-sec-main .service-content-grid .service-content-grid-item .heading-one {
  color: white;
  background: #80C69D;
  border-radius: 50%;
  font-size: 90px;
  line-height: 97px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-sec-main .service-content-grid .service-content-grid-item:nth-child(2) {}

.service-sec-main .service-content-grid .service-content-grid-item:nth-child(2) .heading-one {
  background: #F8BE29;
}

.service-sec-main .service-content-grid .service-content-grid-item:nth-child(3) .heading-one {
  background: #EE6049;
}

.service-sec-main .service-content-grid .service-content-grid-item:nth-child(4) .heading-one {
  background: #5EA8D1;
}

.service-sec-main .service-content-grid .service-content-grid-item .heading-six {
  color: black;
  font-weight: 500;
}

.service-sec-main .service-content-grid .service-content-grid-item p:nth-child(4) {
  font-size: 17px;
  color: #555555;
  line-height: 25px;
}

/* Main Service Section CSS End Here */

/*Our Portfolio Section Css Start Here*/
section.our-portfolio-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background: #13D8B9;
}

.our-portfolio-wrap .our-portfolio-head {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.our-portfolio-head .heading-two {
  color: #10476e;
  margin: 0 0 10px;
}

.our-portfolio-head p {
  color: #10476e;
}

.our-portfolio-wrap .our-portfolio-inner {}

.our-portfolio-inner .our-portfolio-buttons {
  margin: 0 0 30px;
}

.our-portfolio-buttons ul.nav-pills {
  justify-content: center;
  align-items: center;
}

.our-portfolio-buttons ul.nav-pills li.nav-item {
  margin: 0 10px 10px;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
  background: transparent;
  color: white;
  border: 2px solid transparent;
  border: 2px solid white;
  font-size: 16px;
  font-weight: 600;
  width: 150px;
  height: 45px;
  line-height: 25px;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover {
  background: #3184da;
  color: #fff;
  border: 2px solid #3184da;
}

.our-portfolio-inner .our-portfolio-tabitem {}

.our-portfolio-tabitem .portfolio-tabitem-books {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-tabitem-books .portfolio-books-box {
  text-align: center;
}

.portfolio-books-box a {
  width: 300px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000009c;
  color: #fff;
  font-size: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a:hover::after {
  transform: scale(1);
}

.portfolio-books-box a img {}

/*Our Portfolio Section Css End Here*/

/* Gallery Section CSS Start Here */

section.gallery-section-main {}

.gallery-section-main .gallery-sec-img {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.gallery-section-main .gallery-sec-img img {}


/* Gallery Section CSS End Here */

/* Foam Section Css Start Here */

section.form-main-section {
  padding: 50px 0px;
}

.form-main-section .form-sec-imag-main {}

.form-main-section .form-sec-imag-main img {
  width: 100%;
}

.form-main-section .form-main-content {
  padding: 50px 40px 50px 40px;
  background: #3184da;
  border-radius: 15px;
}

.form-main-section .form-main-content .heading-four {
  color: white;
}

.form-main-section .form-main-content p {
  color: white;
  margin-bottom: 15px;
}

.form-main-section .form-main-content form {}

.form-main-section .form-main-content form .footer-form-list {}

.form-main-section .form-main-content form .footer-form-list .form-group {
  margin: 0px 0px 10px 0px;
}

.form-main-section .form-main-content form .footer-form-list .form-group input {
  height: 50px;
}

.form-main-section .form-main-content form .footer-form-list .form-group textarea {
  height: 150px;
}

.form-main-section .form-main-content form .footer-form-list .footer-form-group-last {}

.form-main-section .form-main-content form .footer-form-list .footer-form-group-last button.submit-btn {
  width: 150px;
  font-size: 20px;
  border-radius: 6px;
}

/* Gallery Section CSS End Here */


/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/


/*Footer Css Start Here*/
footer.footer-main-sec {
  position: relative;
  z-index: 1;
}

.footer-main-sec .footer-top {
  background: #2f87df;
  padding: 50px 0 20px;
}

.footer-logo-area .footer-logo {
  width: 100%;
  position: relative;
}

.footer-logo-area .footer-logo:after {
  left: auto;
  right: -12%;
}

.footer-logo-area .footer-logo img {
  display: flex;
  justify-content: center;
  width: 250px;
}

.footer-logo-area .footer-logo p {
  color: #fff;
  font-size: 16px;
  padding: 20px 0 0;
}

.footer-bottom .footer-copyright {
  text-align: center;
  padding: 10px 0px;
}

.footer-copyright p {
  color: #292929;
  margin: 0;
}

.footer-info-area h4 {
  color: #ffffff;
  margin: 0 0 20px;
}

.footer-info-area ul {
  display: flex;
  flex-direction: column;
}

.footer-info-area ul li {
  margin: 0 0 15px;
}

.footer-info-area ul li p {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-info-area ul li p i {
  background: #332f29;
  color: #48e0bb;
  font-size: 16px;
  /* border: 2px solid #3293fc; */
  font-weight: 600;
  width: 32px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 7px 0 0;
  border-radius: 5px;
}

.footer-info-area ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  transition: all .3s ease-in-out;
}

.footer-info-area ul li a i {
  background: #332f29;
  color: #48e0bd;
  font-size: 16px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  margin: 0 7px 0 0;
  border-radius: 5px;
}

.footer-form-list .form-group {
  margin: 0 0 5px 0;
}

.footer-form-list .form-group input {
  background: #fff;
  color: #041838;
  font-size: 14px;
  width: 100%;
  padding: 7px 7px;
  border-radius: 5px;
  border: none;
}

.footer-form-list .form-group textarea {
  background: #fff;
  color: #041838;
  font-size: 14px;
  width: 100%;
  height: 72px;
  resize: none;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
}

.footer-form-group-last button {
  background: #48e0bd;
  color: #fff;
  font-size: 14px;
  width: 100%;
  border-radius: 50px;
  margin: 0;
  text-transform: capitalize;
  outline: 0;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 9px 10px;
  border: none;
}

.footer-links-area h3 span {
  background: #332f29;
  color: #58e0c6;
  font-weight: 700;
  padding: 5px 13px;
  font-size: 20px;
  margin: 0 10px;
  border-radius: 10px;
}

.footer-links-area h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #13D8B9;
  border: 1px solid #fff
}

::-webkit-scrollbar-track {
  background-color: #ebebeb17;
  border-radius: 10px
}

/*Footer Css End Here*/


@media only screen and (min-width: 1400px) and (max-width: 1649px) {
  .footer-logo-area .footer-logo {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .footer-links-area h3 {
    font-size: 22px !important;
    line-height: 29px !important;
  }

  .footer-logo-area .footer-logo {
    overflow: hidden;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* Home Page CSS Responsive Start Here */
  .heading-one {
    font-size: 33px;
    line-height: 40px;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-two {
    font-size: 29px;
    line-height: 36px;
  }

  section.main-banner-section .main-banner-img img {
    height: 400px;
  }

  section.service-sec-main {
    padding: 40px 0px;
  }

  section.service-sec-main .service-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logo-area .footer-logo {
    overflow: hidden;
  }

  .footer-logo-area .footer-logo:before,
  .footer-logo-area .footer-logo:after {
    width: 40%;
  }

  /* Home Page CSS Responsive End Here */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Home Page CSS Responsive Start Here */
  .heading-one {
    font-size: 33px;
    line-height: 40px;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-two {
    font-size: 29px;
    line-height: 36px;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    padding: 10px;
  }

  section.main-banner-section .main-banner-img img {
    height: 450px;
  }

  section.service-sec-main {
    padding: 40px 0px;
  }

  section.service-sec-main .service-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logo-area .footer-logo {
    overflow: hidden;
  }

  .footer-logo-area .footer-logo:before,
  .footer-logo-area .footer-logo:after {
    width: 40%;
  }

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 175px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Home Page CSS Responsive Start Here */
  .heading-one {
    font-size: 33px;
    line-height: 40px;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-two {
    font-size: 29px;
    line-height: 36px;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    padding: 10px;
  }

  header nav.navbar {
    justify-content: space-between;
  }

  header nav.navbar .navbar-brand .logo {
    margin-bottom: 15px;
  }


  section.main-banner-section .main-banner-img img {
    height: 350px;
  }

  section.service-sec-main {
    padding: 40px 0px;
  }

  section.service-sec-main .service-content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-sec-main .service-content-grid .service-content-grid-item .heading-one {}

  .portfolio-books-box a img {
    margin-bottom: 10px;
  }

  .form-main-section .form-main-content {
    padding: 20px 15px 20px 15px;
  }

  .gallery-section-main .gallery-sec-img {
    grid-template-columns: repeat(5, 1fr);
  }

  .footer-logo-area .footer-logo {
    overflow: hidden;
  }

  .subscribe__modal .modal-dialog {
    width: 500px !important;
    min-width: 500px !important;
  }

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  .footer-bottom .footer-copyright {
    text-align: center;
  }

  /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .modal-body-form h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  html #staticBackdrop .modal-dialog {
    max-width: 300px !important;
  }

  /*Website Custom Style Responsive Css For Single Items Start Here*/
  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 0;
  }

  header nav.navbar .navbar-brand .logo {
    width: 130px;
  }

  .main-header .header-btn {
    gap: 12px;
  }

  .main-header .header-btn .head-icon {
    width: 32px;
    height: 32px;
  }

  .main-header .header-btn .head-icon i {
    font-size: 18px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Home Page CSS Responsive Start Here */
  .heading-one {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-four {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-three {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-two {
    font-size: 21px;
    line-height: 28px;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  header nav.navbar {
    justify-content: space-between;
  }

  header nav.navbar .navbar-brand .logo {
    margin-bottom: 15px;
  }

  .website-main-buttons {
    display: block;
  }

  p {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-logo-area .footer-logo:after,
  .footer-logo-area .footer-logo:before {
    display: none;
  }

  header {
    padding: 10px 0px;
  }

  .website-main-buttons .call-button-new {
    display: flex;
    justify-content: center;
  }


  section.main-banner-section .main-banner-img img {
    height: auto;
  }

  section.service-sec-main {
    padding: 40px 0px;
  }

  section.service-sec-main .service-content-grid {
    display: block;
    text-align: center;
  }

  .service-sec-main .service-content-grid .service-content-grid-item .heading-one {
    margin: 0 auto 10px;
  }

  .portfolio-books-box a img {
    margin-bottom: 10px;
  }

  .form-main-section .form-main-content {
    padding: 20px 15px 20px 15px;
  }

  .gallery-section-main .gallery-sec-img {
    grid-template-columns: repeat(4, 1fr);
  }

  .subscribe__modal .modal-dialog {
    width: 300px !important;
    min-width: 300px !important;
    margin: 0 auto;
  }

  .subscribe__modal .modal-content .modal-body img {
    top: -40px !important;
    width: 45% !important;
  }

  .subscribe__modal .modal-content .modal-body {
    padding: 20px 8px 23px !important;
  }

  .subscribe__modal .modal-content .modal-body h3 {
    font-size: 30px !important;
  }

  .subscribe__modal .modal-content .modal-body h5 {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  .subscribe__modal .modal-content .modal-body p {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .subscribe__modal .modal-content .modal-body form button {
    width: 100% !important;
  }

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  .footer-bottom .footer-copyright {
    text-align: center;
  }

  /* Footer Responsive Css End Here */
}