*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* playfair-display-regular - latin */
@font-face {
  font-family: "Playfair Display";
  font-style: bold;
  font-display: swap;
  src: url("../fonts/playfair-display-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/playfair-display-v25-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/playfair-display-v25-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/playfair-display-v25-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/playfair-display-v25-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/playfair-display-v25-latin-regular.svg#PlayfairDisplay")
      format("svg");
  /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("../fonts/source-sans-pro-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/source-sans-pro-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v18-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v18-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/source-sans-pro-v18-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro")
      format("svg");
  /* Legacy iOS */
}

a {
  text-decoration: none !important;
}

input,
textarea,
select {
  outline: none !important;
  border: none !important;
}

button {
  outline: none !important;
  border: none;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
label {
  margin-bottom: 0;
}

@media (min-width: 320px) {
  .main-div {
    max-width: 1600px !important;
    padding: 0;
  }
}

/**********************************************************/
.contact_btn,
.get-demo {
  background-color: #032da1;
  color: #fff;
  border-radius: 6px;
  margin: 0 0px 0 20px;
  cursor: pointer;
}

.get-demo:hover {
  background-color: #063acc;
  transition: ease-in-out 0.4s;
  padding-left: 20px;
}

.form_btn,
.final_cnt__btn {
  background-color: #032da1;
  color: #fff;
  border-radius: 6px;
  margin: 10px 0 20px 0;
  padding: 3px 15px;
  border-radius: 30px;
  cursor: pointer;
}

.get-demo {
  padding: 10px 15px;
  margin: 0;
}

.know_btn,
.blue_btn {
  background-color: #fff;
  color: #032da1;
  border-radius: 30px;
  padding: 3px 15px;
  margin: 10px 0 0 0;
  border: 1px solid #032da1;
  cursor: pointer;
}

.know_btn:hover {
  padding-left: 20px;
  margin-left: 10px;
  transition-duration: 0.4s;
}

.form_btn:hover {
  padding-left: 20px;
  margin-left: 10px;
  transition-duration: 0.4s;
}

.terms-lists li {
  text-align: justify;
}
.privacy-paras {
  text-align: justify;
}

/*---------------------------------*/
.common_heading,
.span_mod,
.common_heading_2,
.common_heading_mang {
  font-family: "Playfair Display";
  padding: 20px 0px 20px 0px !important;
  font-weight: 800;

  color: #000000;
}

.span_mod {
  color: #032da1;
}

.common_heading_2 {
  font-size: 18px;
}

.common_heading_mang {
  font-size: 2.5rem;
}

/*************************************************/
/*navbar-start*/
.class_blue {
  display: inline-grid;
  color: #fff;
  font-size: 0.9rem;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  background-color: #032da1;
  border-radius: 30px;
  padding: 0 5px;
  text-align: center;
  align-items: center;
}

.menu-left {
  display: flex;
  align-items: center;
}

.menu-right {
  display: flex;
  margin: 0 0 0 2rem;
}

.new-cent {
  width: 90%;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  /*opacity: 0;*/
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f5f5f5;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 2px 2px #00000029;
  padding: 10px 70px;
}

a.nav-item.nav-link.active {
  font-weight: 800;
  color: #032da1 !important;
}

.nav-link {
  font-size: 15px;
  color: #000 !important;
  padding: 5px 10px !important;
}

.contact_btn.nav-link {
  color: #fff !important;
  padding: 5px 10px !important;
}

.navbar-collapse {
  justify-content: flex-end !important;
  justify-content: right;
}

.logo-height {
  height: 45px !important;
}

/*banner*/
.banner_wrap {
  max-width: 1600px;
  margin: auto;
}

.banner-row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-lefts {
  margin: 0 0 0 80px;
  width: 45%;
}

.text-lefts h1 {
  font-size: 3.5rem;
  line-height: 60px;
  margin: 25px 0 10px 0;
  font-family: "Playfair Display";
  letter-spacing: 1px;
  font-weight: 600;
}

.text-lefts p {
  width: 90%;
  line-height: 25px;
  margin: 0 0 25px 0;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
  /* font-family: 'Source Sans Pro'; */
  word-spacing: 1px;
  color: #000;
}

.text-rights {
  width: 45.5%;
  margin: 35px 0 0 35px;
}

/*section-one*/
.section_one {
  background-color: #032da1;
  margin: 0 0 5% 0;
}

.section_one_row {
  margin: 0;
  padding: 0 50px;
  align-items: center;
  width: 90%;
  margin: auto;
}

.sect_cont {
  padding: 5px 0;
}

.set_cont.inner {
  padding: 15px 12px 12px 12px;
  width: 125px;
  margin: auto;
  height: 124px;
  border-radius: 124px;
  /* cursor: pointer; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.set_cont.inner:hover {
  background-color: rgb(235 232 232 / 35%);
}

.sect_cont p {
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
  font-weight: 100;
  font-size: 12.5px;
  line-height: 18px;
  letter-spacing: 1px;
}

.sect_cont img {
  height: 30px;
}

/*learning*/
.learning_wrap {
  position: relative;
}

.learning {
  text-align: center;
  margin: 0px auto;
  width: 75%;
}

.learning-arrow {
  position: absolute;
  right: 0;
  top: 120px;
}

.arrow_left {
  width: 75px;
}

.learning-sub-text {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  color: #000;
  width: 85%;
}

.learning_row {
  margin: 25px 0 25px 0;
  display: flex;
}

.leaning_inner {
  margin: 1% 3% 1% 3%;
  width: 95%;
}

.learning_box {
  padding: 25px 0;
  box-shadow: 0px 3px 5px #00000029;
  border-radius: 20px;
  /* cursor: pointer; */
}

.learning_box:hover {
  box-shadow: 0px 10px 10px #00000029;
}

.learning_box img {
  width: 70px;
  margin: auto;
  height: 70px;
}

.content_text {
  margin: 15px 0 0 0;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.leaning_inner p {
  margin: 10px auto;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  /* font-family: 'Source Sans Pro'; */
}

.learning-arrow-two {
  position: absolute;
  left: 0;
  bottom: -35px;
}

.arrow_lefts {
  width: 85px;
  transform: rotate(180deg);
}

/*----managment--section*/
.know_more-in,
.clients,
.benifit_in,
.learning_wrap_in {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: auto;
}

.Additional_in {
  width: 95% !important;
  margin: auto;
}

.know_more-in {
  width: 90% !important;
}

.benifit_wrap.mang {
  width: 80%;
  margin: auto;
}

.arrow_left_2 {
  width: 50px;
}

.row-reverse {
  display: flex;
  /*margin: 2.5% 0;*/
}

.student_row {
  display: flex;
  margin: 2.5% 0;
}

.student_left {
  width: 50%;
}

.student_left_img {
  width: 85%;
}

.student_right {
  width: 50%;
  display: flex;
  align-items: center;
}

.know_rig_in {
  width: 90%;
}

.know_lef_in {
  width: 90%;
}

.know_rig_in p,
.know_lef_in p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  width: 90%;
}

.ben_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.ben_list {
  margin: 1rem 1rem 1rem 0;
  list-style-type: none;
  flex-basis: 45%;
  font-size: 14px;
}

i.fas.fa-check-circle.tick_bg {
  margin: 0 10px 0 0;
  color: #032da1;
  font-size: 22px;
}

.know_lef_in {
  width: 90%;
  margin: 0 0 0 60px;
}

/*-----------------*/
.Additional {
  background-color: #eef1f6;
  text-align: center;
  padding: 2.5% 0;
  margin-bottom: 70px;
}

.additional_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.additional_outer {
  width: 20%;
  margin: 0 2.5% 0 2.5%;
}
.additional_inside p {
  font-size: 14px;
  text-align: justify;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /*padding: 0 0 10px 0;*/
}

.add_know_out {
  display: flex;
  justify-content: center;
}

.swiper_wrap {
  width: 80%;
  margin: 2.5% auto 0;
}

.swipe_content {
  padding: 0 0 0 20px;
  height: 380px !important;
}

.spec {
  box-shadow: 0px 0px 5px #00000029;
  padding: 0 20px 20px 20px;
  border-radius: 15px;
  margin: 5px 5px 0 0;
}

.review_wrap {
  margin: 2.5% 0 0% 0;
  padding: 2.5% 0 2.5%;
}

.quote {
  margin: 20px 0 0 -40px;
  font-size: 2.5rem;
  color: #032da1;
}

.swipe_content p {
  line-height: 18px;
  padding: 2rem 0 0.5rem 0;
}

.swipe_content h3 {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 800;
}

.swipe_content h5 {
  padding: 10px 0;
  font-size: 16px;
}

/*clients*/

.clients_in {
  width: 100%;
  padding: 0% 0 2.5% 0;
}


.clients_col_one {
  width: 85%;
  margin: 0px auto 0px;
}

.clients_wrap {
  display: flex;
  background-color: #f6f6fb;
  padding: 40px 0;
  align-items: center;
  margin: 2.5% 0 2.5% 0;
}

/**Demo*/
.demo_vedio_frame {
  width: 45%;
  border-radius: 5px;
}

.demo_vedio {
  display: flex;
  justify-content: center;
  margin: 2.5% 0 2.5%;
}

.learning-arrow__demo {
  position: absolute;
  left: 0;
  bottom: 90px;
}

.Demo {
  margin: 0 0 20px 0;
  position: relative;
}

/*contact*/
.form_lab_text,
.form_textarea {
  border-bottom: 1px solid #000 !important;
  width: 85%;
  padding: 3px;
  margin: 15px 0 0px 0;
}

.form_textarea {
  margin: 10px 0 0px 0;
  height: 130px;
  border: 1px solid #707070 !important;
}

.contact_us {
  margin: 2.5% 0 2.5% 0;
  padding: 2.5% 0 0 0;
}

.error_msg,
.error_msg_text {
  color: red;
  font-size: 12px;
}

.error_msg_text {
  margin: -4px 0 0 0;
}

/*-----------*/
.footer_block {
  background-color: #000;
  color: #fff;
}

.footer_block ul,
li {
  list-style-type: none;
}

/*---------------------*/
.foot_font {
  font-size: 14px;
}

.foot_adress {
  display: flex;
  margin: 0 0 0 -10px;
  width: 120%;
}

.foot_one_sub_wrap {
  display: flex;
  justify-content: left;
}

.foot_2two_sub {
  margin: 0 0 0 5rem;
}

.foot_two2_sub li {
  float: left;
}

.foot_one p {
  font-size: 13px;
  margin: 50px 0 0 0;
}

.foot_one {
  width: 30%;
  margin: 5px 0 0 70px;
}

.foot_two {
  width: 35%;
}

.foot_one3 {
  width: 35%;
  display: flex;
}

.footer_inn {
  padding: 25px 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.fab_links {
  font-size: 16px;
  margin: 0 0 0 0;
  letter-spacing: 0.4px;
}

.social_icons li {
  margin: 5px 7px 0 10px;
}

.social_icons li a {
  color: #fff;
}

.foot_three {
  /*    width: 75%;*/
  margin: 0 43px 0 -34px;
}

.foot_three p {
  font-size: 14px;
}

/* .foot_two_sub {
   width: 45%;
   margin: 0 0 0 5%;
    margin: 0px 0 0 10%;
} */

.menu_links a {
  font-size: 14px;
  color: #ffffff;
}

.media_font {
  font-size: 17px;
  cursor: pointer;
}

.foot_one img {
  width: 50%;
}

.border_line,
.border_line_3,
.border_line_2 {
  color: #fff;
  border-top: 1.8px solid #fff;
  margin: 3px 0 10px 0;
  width: 40px;
}

.border_line_2 {
  margin: 27px 0 10px 0;
  width: 100px;
}

.border_line_3 {
  margin: 3px 0 10px 0;
  width: 120px;
}

/*-----------------------------------------------*/
.section_body {
  margin: 75px 0 0 0;
}

.section_body_in {
  margin: 8rem auto 2.5%;
  width: 80%;
}
.section_body_cont {
  margin: 8rem auto 2.5%;
}

.online_wrap_in {
  margin: 5% auto 2.5%;
  width: 80%;
}

.para-heading {
  line-height: 25px;
  font-size: 16px;
  color: #000;
}

.online_wrap {
  padding: 0 0 2rem 0;
  position: relative;
}

.bg-img {
  position: absolute;
  bottom: 0;
}

.input-form {
  display: flex;
  flex-wrap: wrap;
}

.blue_space-wrap {
  background-color: #032da1;
  padding: 4rem 0;
  /* color: #fff !important; */
  justify-content: center;
  display: flex;
}

.blue_text {
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  padding: 0 0 5px 0;
  color: #fff;
}

.input_wrap {
  margin: 1rem 2rem;
}

.creation_row {
  align-items: center;
}

.benift_explain_wrap {
  margin: 3rem 0;
  padding: 0 0 3rem 0;
}

.book_lms_wrap {
  background-color: #032da1;
  color: #fff;
}

.book_row {
  width: 80%;
  margin: auto;
}

.explor_heding,
.explor_heding_left {
  font-family: "Playfair Display ";
  color: #fff;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: bold;
  border-right: 3px solid #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  padding: 0 4rem 0 0;
}

.explor_heding_left {
  border: none;
  margin: 0 0 0 3rem;
}

.book_lms_wrap {
  background-color: #032da1;
  color: #fff;
  padding: 2rem 0;
  align-items: center;
}

.book_btn {
  background-color: #fff;
  padding: 3px 20px;
  border-radius: 20px;
  margin: 15px 0 0 0;
  color: #032da1;
}

.benifit_para {
  text-align: justify;
  line-height: 1.5;
  font-size: 13.5px;
  height: 150px;
}

.bef-box-in {
  box-shadow: 0px 0px 5px #00000029;
  border-radius: 10px;
  margin: 2rem 0rem;
  background-color: #fff;
  padding: 12px;
  margin: 1rem;
}

.bef-box-in img {
  height: 60px;
  margin: 10px 0;
}

.extra_beifits_wrap {
  background-color: #eef1f6;
  padding: 2rem 0;
}

.creation_left,
.creation_right {
  padding: 0 !important;
}

/*.creation_wrap{*/
/*    margin: 2.5rem 0;*/
/*}*/

.creation_img_wrap {
  width: 90%;
}

.creation_img_wrap_two {
  width: 100%;
}

.creation_img_wrap_three {
  width: 95%;
  margin: 0 0 0 -4%;
}

.creation_in {
  width: 75%;
  margin: 0px 0 0 10%;
}

.creation_two {
  width: 75%;
  margin: 0px 0 0 15%;
}

.elearning_wrap {
  background-color: #eef1f6;
  padding: 3rem 0 3rem 0;
}

.top_wrap img {
  width: 115px;
  height: 115px;
}

.top_wrap h3 {
  margin: -60px 0 0 45px;
  font-family: "Playfair Display";
  color: #032da1;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.9rem;
}

.top_wrap_one {
  align-items: center;
  display: flex;
}

button.lms-btn {
  display: flex;
  align-items: center;
  background-color: #032da1;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 1rem 0 0 3rem;
  letter-spacing: 0.5px;
}

/*.para-heading::first-letter {*/
/*    font-size: 25px;*/
/*    color: #363636;*/
/*}*/

.contact_inner_wrap {
  width: 70%;
  margin: 2rem auto 0;
  background-color: #032da1;
  padding: 2rem 2rem 0 2rem;
  border-radius: 15px 15px 0 0;
  color: #fff;
  position: relative;
}

.contact_form {
  background-color: #fff;
  border-radius: 20px;
  margin: 2rem 0 3rem 0;
  margin: 0rem 0 1.5rem 0;
  padding: 2.5rem 1rem 1.5rem 1rem;
}

textarea.des_text {
  border: 1px solid #000 !important;
  height: 80px;
}

.cont_input {
  width: 95%;
  margin: 0px auto 20px;
}

.in_input {
  width: 95%;
  margin: auto;
  border-bottom: 1px solid #000 !important;
  font-size: 0.8em;
}

.des_text {
  border: 1px solid #000 !important;
  height: 100px;
  width: 95%;
}

.cont_img img {
  position: absolute;
  bottom: 0;
  height: 480px;
  margin: 0 0 -95px -20px;
  
}

.cont_img h2,
.Demo_img h2 {
  font-family: "Playfair Display";
  padding: 0 0 10px 0;
  margin: 4rem 0 0 0;
  color: #fff;
}

.Demo_img h2 {
  margin: 1rem 0 0 0;
}

.page {
  color: #032da1;
  font-size: 14px;
}

.page a {
  color: #8b8b8b;
}

.contact_wrap {
  margin: -% 0 0 0;
}

.Demo_img img {
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 400px;
}

.blog-banner {
  display: flex;
  justify-content: center;
}

.blog_banner img {
  width: 100%;
  height: 250px;
}

.search_sec {
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  max-width: fit-content;
  padding: 5px 10px;
  border-radius: 30px;
  margin: 1rem 0;
  width: 100%;
  display: flex;
}

.search_out_wrap {
  display: flex;
  justify-content: flex-end;
  width: 75%;
  margin: 1rem auto;
}

.blog_option_wrap {
  width: 75%;
  margin: auto;
}

.card {
  margin: 1rem;
  box-shadow: 0px 0px 5px #00000029;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 15rem;
}

.card_width {
  width: 18rem !important;
}

.post_in {
  display: flex;
  align-items: center;
}

.post_img {
  width: 20%;
  height: 80px;
  border-radius: 100%;
  margin: 0rem 1rem 0 0;
}

.post_wrap {
  box-shadow: 0px 0px 5px #00000029;
  padding: 0.5rem;
  margin: 1rem 0;
  border-radius: 15px;
  cursor: pointer;
}

.post_img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.post_heading {
  width: 80%;
}

.post_heading h3 {
  font-size: 1.2em;
  font-family: "Playfair Display";
  font-weight: 600;
}

.date_style {
  color: #8b8b8b;
  font-size: 12px;
  margin: 0.5rem 0;
  font-weight: 600;
}

.Read_blog_btn {
  font-size: 12px;
  color: #032da1;
}

.card-text {
  /*font-size: 12px;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #363636;
}

.card-title {
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.blog_one {
  margin: -12% 0 0 0;
}

input.text_class {
  width: 28vw;
}

.blog_right_heading {
  font-size: 23px;
  font-family: "Playfair Display";
  margin: 1rem 0;
  font-weight: 600;
}

.paginaton {
  display: flex;
  margin: 2rem 0;
}

.page_num,
.pre {
  margin: 0 0.8rem;
  color: #032da1;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 6px;
}

.page_num.active {
  background-color: #032da1;
  color: #fff;
  padding: 3px 6px;
}

.blog-banner img {
  height: 500px;
  width: 1000px;
}

.para_content {
  color: #8b8b8b;
}

.blog_content {
  width: 75%;
  margin: 3rem auto;
}

.similar_heading {
  margin: 3rem 1rem 0 1rem;
  font-family: "Playfair Display";
  font-weight: 800;
}

.back {
  margin: 6rem 2rem 2rem 2rem;
  font-size: 18px;
}

.back a {
  color: #000;
}

.online_row {
  margin: 0;
  align-items: center;
}

.cover_star {
  color: #ffba4a;
}

.blue_text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.blue_text ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.card-img-top {
  height: 200px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.margin_class {
  margin: 3rem 0 0 0;
}

.blog_content h1 {
  font-size: 28px;
}

.blue_text:-webkit-autofill,
.blue_text:-webkit-autofill:hover,
.blue_text:-webkit-autofill:focus {
  border-bottom: 1px solid #fff !important;
  -webkit-text-fill-color: #fff;
  background-color: #032da1 !important;
  -webkit-box-shadow: 0 0 0px 1000px #032da1 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.in_input:-webkit-autofill,
.in_input:-webkit-autofill:hover,
.in_input:-webkit-autofill:focus {
  border-bottom: 1px solid #000 !important;
  -webkit-text-fill-color: #000;
  background-color: #032da1 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.about_para {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 0 2rem;
}

.heights {
  height: 590px;
  width: 100%;
}

.about_wrap {
  width: 90%;
  margin: 8rem auto 0rem;
}

.multi_contact_info {
  background-color: #000000;
  width: 70%;
  margin: 0 auto 2rem;
  color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 1.5rem;
}

li.multi_list {
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 5px 0;
}

.multi-order-list {
  margin: 1rem 0 0 0;
}

.multi_cont_heading {
  font-family: "Playfair Display";
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #ffffff;
}

.multi_cont_col {
  width: 28%;
  margin: 0 2.5%;
  color: #ffffff;
}

.border_style {
  border-right: 1px solid #fff;
  height: 55%;
}

.team_pic_wrap {
  width: 85%;
  margin: auto;
}

.team_member {
  width: 19%;
  margin: 5% 3%  4% 3%;
  height: 250px;

}

img.img-fluid.mx-auto.d-block.team_size {
  width: 100%;
  height: 100%;
  border-radius: 3%;
  border: 1px solid #7c7c7c;
}

.team_member h3 {
  font-family: "Playfair Display ";
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 1.45rem;
}

.team_member h5 {
  text-align: center;
  font-size: 0.8rem;
  color: #8b8b8b;
  margin: 5px;
  font-style: italic;
  letter-spacing: 0.5px;
}
.privacy_list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.privacy_list {
  margin-left: 50px;
}
