@font-face {
  font-family: "DM Sans", sans-serif;
  src: url(../fonts/Jost/Jost-Black.ttf), url(../fonts/Jost/Jost-Bold.ttf),
    url(../fonts/Jost/Jost-ExtraBold.ttf), url(../fonts/Jost/Jost-Light.ttf),
    url(../fonts/Jost/Jost-Medium.ttf), url(../fonts/Jost/Jost-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #e9e8e8 !important;

  position: relative;
  color: #313544 !important;
  /* -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none */
}
html {
  scroll-behavior: smooth;
}
p {
  margin-bottom: 0 !important;
  font-size: 17px;
  line-height: 24px;
}
ul,
li,
ol {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
a {
  text-decoration: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nav-header {
  padding: 0px 0;
  position: relative;
  z-index: 1000;
  width: 100%;
  /* background-color: #ffffff49; */
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
section {
  padding: 50px 0;
}
.footer-section {
  padding: 40px 0 80px 0;
  /* border-top: 1px solid #313544ab; */
  background: #f4f4f4;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #2548f1 !important;
}
.logo_Logo {
  max-width: 140px !important;
}

/* Butttons */
.book-btn {
  padding: 12px 16px;
  background-color: #2548f1;
  color: #f4f4f4;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 0.2px;
}
.login-btn {
  padding: 12px 10px;

  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-right: 10px;
}
.request_btn {
  padding: 12px 10px;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #2548f1;
  color: #f4f4f4;
  margin-right: 15px;
}
.see_next_btn,
.see_next_btn:hover {
  padding: 16px 36px;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2px;
  background-color: #2548f1;
  color: #f4f4f4;
  margin-right: 15px;
}
.quotes_btn {
  margin-top: 20px;
}
.try_free {
  padding: 15px 25px;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #2548f1;
  color: #f4f4f4;
  margin-right: 15px;
}
.request_btn:hover,
.try_free:hover {
  color: #f4f4f4;
}
.self_btn {
  padding: 12px 25px;

  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}
.self_btn:hover {
  color: #f4f4f4;
}
.send_btn {
  display: block;
  text-align: center;
  background-color: #2548f1;
  color: #f4f4f4;
  width: 100%;
  height: 45px;
  padding: 20px auto !important;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 0.75rem;
}
.slot-btn {
  padding: 5px 20px;
  background-color: #2548f1;
  color: #f4f4f4;
  border-radius: 15px !important;
  /* display: block; */
  margin-bottom: 10px;
  border: none !important;
}
.slot-btn:hover {
  color: #f4f4f4;
}
input:focus,
input:active {
  outline: none !important;
  border: none !important;
}
/* navigation Section */
.nav-header {
  padding: 0px 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  /* background-color: #ffffff49; */
}

.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #2548f1;
}
/* .nav-header .navbar-brand
{
  font-weight: 700;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  top: 0px;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border-radius: 50%;
} */
.nav-header .navbar-nav li {
  margin: 0 5px;
}
.nav-header .navbar-nav li a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
/* Banner Section */
/* .home-banner-section
{
  width: 100%;
  height: 525px;
  background: linear-gradient(0deg, rgb(0 0 0 / 53%), rgb(37 72 241 / 51%)), url(../images/1.jpg);
  background-size: cover;
} */
.border-radius {
  border-radius: 20px;
}
.banner_btn {
  margin: 25px 0;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 12%;
  color: #f4f4f4;
  transform: translateY(-50%);
  z-index: 100;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-content p.label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.banner-content h3.main_heading {
  font-size: 45px;
  font-weight: 700;
  color: #f4f4f4;
  /* line-height: 60px; */
}

/* Clients Section */
.trusted_clients ul.clients {
  margin: 15px 0;
}
.trusted_clients ul.clients li img {
  max-width: 150px;
}

/* Introduction Section */
.intro .card {
  border: none;
  border-radius: 16px;
  padding: 45px 30px;
  -webkit-box-shadow: -5px 42px 3px -29px #f7f7f7;
  -moz-box-shadow: -5px 42px 3px -24px #f7f7f7;
  box-shadow: -5px 42px 3px -24px #f7f7f7;
}
.intro .intro-heading {
  font-size: 50px;
  font-weight: 700;
}
.intro p {
  font-weight: 500;
}

/* Info_2 */
.info_2 .info_2_title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.info_2 p.info_2_label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 7px !important;
}
.info_2 h3.info_2_sectitle {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  padding-bottom: 20px;
}
.info_2 img {
  max-width: 100%;
}

/* Testimonials */
.testimonials_head {
  margin-bottom: 45px;
}
.testimonials h3.tes_title {
  font-size: 40px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
}
.testimonials p.test_subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.testimonials .card {
  border: none !important;
  border-radius: 25px;
  padding: 20px;
  margin: 0 15px;
  text-align: center;
  min-height: 490px;
}
.testimonials .card .card-body .content {
  font-size: 16px;
  font-weight: 500;
}

.content {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonials .card .card-body .star {
  display: flex;
  justify-content: left !important;
  margin: 10px 0;
}

.star {
  display: flex !important;
  justify-content: left !important;
  margin: 10px 0;
}

.testimonials .card .card-body .star li {
  margin-right: 5px;
}
.testimonials .card .card-body .star li:last-child {
  margin-right: 0px;
}
.testimonials .card .card-body .star li i {
  font-size: 16px;
  color: #2548f1;
}

.star li i {
  font-size: 16px;
  color: #ffc107 !important;
  margin-right: 7px;
}

/* Our Coaches */
.our_coaches .coaches_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 50px;
}
.our_coaches .coaches_img {
  max-width: 130px;
}
.our_coaches ul.coaches_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our_coaches .card {
  border-radius: 15px;
  border: none;
  padding: 10px;
  margin: 0 15px;
  min-height: 343px;
}
.our_coaches .card .card-body p.caption {
  font-size: 15px;
}
.our_coaches .card .card-body h6.his_name {
  font-size: 18px;
  font-weight: 600;
}
.our_coaches .card .card-body .coaches_details p {
  font-size: 14px;
}
/* .shape-01
{
  border-radius: 30% 70% 45% 55% / 73% 49% 51% 27%;
  background: white;
}
.shape-02
{
  border-radius: 30% 70% 45% 55% / 73% 49% 51% 27%;
  background: white;
}
.shape-03
{
  border-radius: 30% 70% 45% 55% / 73% 49% 51% 27%;
  background: white;
} */
/* Quotes  */
.quotes .card {
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.quotes .card .quotes_title {
  font-size: 40px;
  font-weight: 700;
}
.quotes .card p {
  padding: 10px 0;
  font-weight: 500;
  font-size: 17px;
}
.quotes_img {
  max-height: 400px;
  border-radius: 16px;
}
/* Footer */
.footer-section .footer_logo {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.footer-section ul.footer_links li {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0;
}
.footer-section ul.footer_links li a {
  color: #262626;
}

/* Inner page */

/* About Us  */
.about-banner h3.banner-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
  text-align: center;
}
.bg-about {
  background: linear-gradient(0deg, rgb(37 72 241 / 68%), rgb(37 72 241)),
    url(../images/bg-01.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0 100px 0;
  min-height: 400px;
}
.about-banner p.subpage_content {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
}
.about-banner h3.our_mission {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #f4f4f4;
}

/* Our Team */
.team h3.team-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  text-align: center;
}
.team p.team-sub {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.team .team-details {
  margin-top: 20px;
  text-align: center;
}
.team .team-details img {
  max-width: 150px;
  border-radius: 50%;
}
.team .team-details h4.team_name {
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  letter-spacing: 0.2px;
}

/* Get Started Card */
.border-15 {
  border-radius: 15px;
}
.get_started .card {
  border: none !important;
  border-radius: 15px;
  padding:35px 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.get_started .card h4.get_started_title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.get_started .card p {
  margin-bottom: 25px;
}
.get_started .card .card-body .signup_btn {
  margin-top: 40px;
}
.get_started .card .card-body .signup_btn a {
  padding: 15px 25px;
  background-color: #2548f1;
  border-radius: 12px;
  color: #f4f4f4;
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* Service page */
.services-banner h3.banner-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.services-banner .card {
  border: none !important;
  border-radius: 16px;
  padding: 35px 15px;
  margin: 0;
  min-height: 496px;
}
.services-banner .card:hover {
  scale: 1.2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 100;
  transition: all 0.3s ease-in;
}
.services-banner p
{
  font-size: 14px;
}
.services-banner .card:hover a
{
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 12px;
  background-color: #2548f1;
  border: 1px solid #2548f1 !important;
  color: #f4f4f4 !important;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.services-banner .card .card-body h2.service_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 60px;
}
.services-banner .card .card-body p {
  padding-bottom: 60px;
}
.services-banner .card .card-body .get_started_btn a {
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #262626;
  color: #262626;
  font-weight: 600;
  letter-spacing: 0.2px;
}
/* .services-banner .card.active .card-body .get_started_btn a {
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 12px;
  background-color: #2548f1;
  border: 1px solid #2548f1;
  color: #f4f4f4;
  font-weight: 600;
  letter-spacing: 0.2px;
} */
.services-banner .card .card-body .badgee {
  margin: -20px 0 10px 0;
}
.services-banner .card .card-body .badgee .badge {
  border-radius: 10px;
}
.expect_list {
  margin-top: 15px;
}
.expect_list li {
  display: flex;
  margin-bottom: 30px !important;
}
.expect_list li i {
  margin-right: 10px;
  color: #2548f1;
  font-size: 25px;
}
.expect_section h3.expect_main_title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.expect_section h3.expect_sub_title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid #262626;
  margin: 15px 0;
}
/* Faq Section */

.faq_section .faq_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 20px 0;
}
.faq_section .faq_content .accordion {
  background-color: transparent !important;
}
.faq_section .faq_content .accordion .accordion-item {
  background-color: transparent !important;
  border-bottom: 2px solid #b7b7b7 !important;
  border: none;
}
.faq_section .faq_content .accordion .accordion-body {
  padding: 1rem 0 !important;
}
.faq_section .faq_content .accordion-button:not(.collapsed) {
  color: #262626;
  background-color: #e7f1ff;
  box-shadow: inset 0 -2px 0 #b7b7b7;
}
.faq_section .faq_content .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  font-size: 1rem;
  font-weight: 600;
  color: #262626 !important;
  text-align: left;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

/* booksession */

.book-session h1.book-title {
  font-weight: 700;
  color: #000000;
  text-align: center;
}

/* .book-session img{
  margin-left: 80px;
  width: 70%;
} */

.book-session p.bank {
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.book-session .bank-account {
  padding: 20px;
  margin-top: 10px;
  background-color: #2548f121;
  border: 1px solid #2547f14f;
  border-radius: 5px;
}

.book-session .bank-account h6 {
  font-weight: 700;
  font-size: 19px;
}

.book-session .bank-account p {
  font-weight: 600;
  font-size: 16px;
}

.book-session .price h3 {
  font-weight: 600;
  color: #000000;
}

.book-session .price {
  padding: 20px;
  margin-top: 70px;
  background-color: #26262613;
  border-radius: 8px;
}

.book-session .price ul.slot li:first-child {
  padding: 10px !important;
  background-color: #2547f10e;
}
.book-session .price p {
  /* padding: 10px; */
  /* background-color: #2547f10e; */
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.book-session .price h4 {
  margin-top: 10px;
  font-weight: 600;
}

.book-session .price ul.slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.book-session .price span {
  font-weight: 500;
  font-size: 20px;
}

/* Reach us */
.reach_us h3.reach_us_title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.3px;
  line-height: 56px;
}
.reach_us p {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px !important;
}
.reach_us form label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.reach_us form input.form-control,
.reach_us form textarea.form-control {
  border: none !important;
  background-color: #f4f4f4;
  margin: 15px 0;
  height: 50px;
  border-radius: 12px;
}
.reach_us form input.form-control::placeholder,
.reach_us form textarea.form-control::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #31354469;
}
.reach_us form textarea.form-control {
  height: 100px;
}
.reach_us .card {
  border: none !important;
  border-radius: 12px;
  padding: 50px 20px;
}
/* Scroll to Top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: linear-gradient(to right, #2548f1 0%, #1a286a 100%);
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
}
section.fixed-quotes {
  height: 40px;
  background: linear-gradient(to right, #2548f1 0%, #1a286a 100%);
  color: #f4f4f4;
  margin: 0 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  outline: 2px dotted #2548f1;
  outline-offset: 3px;
}
section.fixed-quotes marquee {
  padding: 10px 0;
  color: #f4f4f4;
}
.fixed-quotes marquee q {
  padding: 0 10px;
}
#myBtn:hover {
  background: linear-gradient(to right, #2548f1 0%, #1a286a 100%);
  outline: 1px solid #2548f1;
  outline-offset: 3px;
}

/* whatsapp button */
#myBtn1 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  line-height: 10px;
  border: none;
  outline: none;
  background: #25d366;
  color: white;
  cursor: pointer;
  padding: 10px 5px 10px 12px;
  border-radius: 50%;
  outline: 1px solid #25d366;
  outline-offset: 3px;
  -webkit-animation: bounce 1s ease infinite alternate;
  -webkit-animation: bounce 1s ease infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
  }
  100% {
    transform: translateY(-10px);
  }
}
#myBtn1:hover {
  background-color: #25d366;
  outline: 1px solid #25d366;
  outline-offset: 3px;
}

/* Credentials  */
.credential .modal-content {
  border-radius: 20px !important;
  padding: 10px 20px 25px 20px;
}
.credential .modal-content .modal-header {
  padding: 10px 10px !important;
  border: none !important;
}
.credential .modal-content .modal-body .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between !important;
  align-items: center !important;
  align-content: center !important;
}
.credential .modal-content .modal-body .nav .nav-link {
  border: 0;
  border-radius: 5rem;
  padding: 10px 60px !important;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.credential .modal-content .modal-body .nav .nav-link.active {
  background-color: #2548f1 !important;
}
.credential form label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.credential form input.form-control,
.credential form textarea.form-control {
  border: none !important;
  background-color: #f4f4f4;
  margin: 15px 0;
  height: 50px;
  border-radius: 12px;
}
.credential form input.form-control::placeholder,
.credential form textarea.form-control::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.credential form textarea.form-control {
  height: 100px;
}
.auth-p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
}
.or {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-column-gap: 1.2rem;
  align-items: center;
}
.or::before,
.or::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #2548f1;
}
.abcRioButtonLightBlue {
  background-color: #fff;
  color: #757575;
  width: 100% !important;
  text-align: center !important;
  border-radius: 16px !important;
  padding: 5px !important;
  height: 45px !important;
}
/* terms and condition */
.tac h3.banner-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
  text-align: center;
}
.tac h4 {
  padding: 10px 0;
  font-weight: 600;
}
/* Privacy Policy */
.policy h3.banner-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
  text-align: center;
}
.policy h4 {
  padding: 10px 0;
  font-weight: 600;
}
/* Signin google */
.sign_in_google {
  background-color: #2548f1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: block;
  border-radius: 12px;
  line-height: 45px;
  height: 45px;
}
.sign_in_google:hover {
  color: #f4f4f4;
}
.book-btn:hover {
  color: #f4f4f4;
}
/* Admin panel */
.admin_panel {
  padding: 0 0 60px 0;
}
section.admin_panel .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-around !important;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  width: 33% !important;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f4f4f4 !important;
  background-color: #2548f1 !important;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 22px;
}
.admin_panel .nav-tabs {
  border: none !important;
}
.admin_panel .card {
  border: none !important;
  border-radius: 20px;
}
.admin_panel .card .card-header {
  background-color: #2547f10a;
  border: none !important;
  padding: 20px;
  border-radius: 20px;
  margin: 10px 10px 30px 10px;
}

/* Customn */
.border-custom {
  border-radius: 0 50% 50% 0;
  padding: 10px;

  border: none !important;
}
.border-custom img {
  max-width: 50px !important;
}
.admin_panel input.form-control,
.reach_us form textarea.form-control {
  border: none !important;
  background-color: #f4f4f4;
  margin: 15px 0;
  height: 35px;
  border-radius: 0px;
}
.admin_panel form input.form-control::placeholder,
.reach_us form textarea.form-control::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #31354469;
}
.admin_panel form textarea.form-control {
  height: 50px;
}
.reach_us form textarea.form-control {
  border: none !important;
  background-color: #f4f4f4;
  margin: 15px 0;
  height: 80px !important;
  border-radius: 15px !important;
}

.blog-details h6 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 21px;
}


.blog-details h4 {
  font-weight: 700;
  color: #37414b;
  font-size: 28px;
    line-height: 1.333;
    font-family: Publico,serif;
}
.blog-details b{
  font-family: Publico,serif;
  font-weight: 800;
  font-size: 22px;
  color: #37414b;
}

.blog-details h3 {
  font-size: 26px;
  font-weight: 600;
}


.blog-details h3{
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
  text-align: center;
}

.blog-details p{
  padding: 10px 0px 15px 0px;

}
.blog-details a{
  color: #313544;
}

.blog a{
  color: #313544;
}

.banner h3{
  font-size: 40px;
font-weight: 700;
letter-spacing: 0.3px;
margin: 40px 0px 50px 0px;
text-align: center;
}


.blog img{
  padding: 20px;
}

.blog h2{
  font-family: Publico,serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #37414b;
}

.blog h2 a:hover{
  color:#000;
}

.blog p a:hover{
  color:#000;
}



.blog p{
  padding: 6px 0;
  font-size: 14px;
  color: #000;
}

.blog .label{ 
  text-transform: uppercase;
  letter-spacing: .125em;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.636;
  font-weight: 600;
}

.blog .form-control {
  padding: 4px;
}

.blog .send_btn{
  width: 45%;
  height: 40px;
}

.blog h5{
  font-size: 14px;
  color: #3c4956;
  padding-bottom: 5px;

}

.blog h4{
  display: block;
    margin-left: calc(16% + 10px);
    margin-bottom: 20px;
    color: #3c4956;
}

.blog .contact{
  padding: 25px 25px 50px;
  background-color: #ececec;
  background-size: contain;
  border-radius: 10px;
  position: relative;
}

.blog .con{
  width: auto;
  margin: 0;
  font-family: Morandi,sans-serif;
  font-size: 17px;
  line-height: 1.27778;
}

.blog .container{
  max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

.blog {
  background-color: #ffffff;
}


.blog-details .inner .container{
  transform: translateY(-60px);
    text-align: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
    background: #f4f4f4;
    -webkit-box-shadow: 0px 11px 19px 1px rgba(49,53,68,0.22);
    -moz-box-shadow: 0px 11px 19px 1px rgba(49,53,68,0.22);
    box-shadow: 0px 11px 19px 1px rgba(49,53,68,0.22);
    position: relative;
}

.blog-details .inner h6{
  font-family: Morandi,sans-serif;
  font-size: 16px;
  line-height: 1.285;
  font-weight: 600;
  letter-spacing: .085em;
  color: #0dc195;
}

.blog-details .inner h2{
  font-family: Publico,serif;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}

.blog-details .contact{
  padding: 25px 25px 50px;
  background-color: #f4f4f4;
  background-size: contain;
  border-radius: 10px;
  position: relative;
}

.blog-details img{
  position: relative;
  max-height: 500px;
  overflow: hidden;
  background-size: cover;
}

.blog-details p{
  font-family: Morandi,sans-serif;
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 1.777;
}

.blog-details {
  background-color: #fff !important;
}