@import url(jquery-ui.min.css);
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(menu.css);
@import url(ace-responsive-menu.css);
@import url(megadropdown.css);
@import url(bootstrap-select.min.css);
@import url(simplebar.min.css);
@import url(progressbar.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(slider.css);
@import url(magnific-popup.css);
@import url(timecounter.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,500,600,700|Open+Sans);
@import url(https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap);
html {
  font-size: 100%;
}
html::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: 10px;
  width: 10px;
  z-index: 3;
}
html::-webkit-scrollbar * {
  background: #fff0;
}
html::-webkit-scrollbar-track {
  display: none;
}
html::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important;
  border-radius: 5px;
}
body {
  background-attachment: fixed;
  background-color: #fff;
  font-family: "Afacad", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.642;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
}
p {
  font-size: 15px;
  font-weight: 400;
}

.course-pra p {
  margin: 20px 0px !important;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.course-relative-container ul li {
  margin: 8px 0px 8px 30px;
}
iframe {
  border: none;
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}
iframe {
  border: none;
}
::selection {
  background: blue;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.42857;
  color: #0a0a0a;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #0a0a0a;
  font-weight: 400;
}
h1,
h2,
h3,
h4 .h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
}
h5,
h6,
.h5,
.h6 {
  font-weight: 400;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 12px;
}
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}
.form-control {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  padding: 0 20px;
}
select.form-control {
  padding: 11px 20px;
}
.ff-nunito {
  font-family: "Nunito", sans-serif;
}
.sign_up_modal:before {
  background-color: rgb(0 0 0 / 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-backdrop {
  display: none;
}
.sign_up_modal .modal-header {
  background-color: #3452ff;
  border-radius: 50%;
  border: none;
  height: 50px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 50px;
}
.sign_up_modal .modal-header button.close {
  margin-top: -5px;
  margin-right: 0;
  margin-left: 4px;
  opacity: 1;
  padding: 0;
}
.sign_up_modal .modal-header button.close span {
  color: red;
}
.sign_up_modal .modal-header button.close span:focus {
  border: none;
  outline: none;
  text-shadow: none;
}
.sign_up_tab li.nav-item {
  text-align: center;
  width: 50%;
}
.sign_up_tab li.nav-item .nav-link {
  background-color: #f9fafc;
  height: 70px;
  line-height: 65px;
  margin: 0;
  padding: 0;
}
.sign_up_tab li.nav-item .nav-link {
  border: none;
  color: #0a0a0a;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.sign_up_tab li.nav-item .nav-link.active {
  background-color: #fff;
  border: none;
}
.cart {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.cart > li {
  cursor: pointer;
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}
.cart > li:hover .dropdown_content {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cart > li:hover .dropdown_content:before {
  background-color: #fff;
  content: "";
  height: 17px;
  position: absolute;
  top: -7px;
  width: 17px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_content {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  display: flex;
  flex-direction: column;
  margin: 0;
  opacity: 0;
  padding: 30px 30px 10px 30px;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s,
    -webkit-transform 0.2s ease-out;
  visibility: hidden;
  width: 414px;
  z-index: -1;
}
.dropdown_content > li:first-child {
  padding-top: 0;
}
.dropdown_content > li {
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 0;
}
.dropdown_content > li:last-child {
  border-bottom: none;
}
.dropdown_content .list_content a img {
  border-radius: 50%;
  margin-right: 20px;
}
.dropdown_content .list_content a p {
  color: #0a0a0a;
  font-family: "Nunito", sans-serif;
  margin: 0;
}
.dropdown_content .list_content a small {
  font-size: 14px;
  margin: 0;
}
.dropdown_content .list_content a .close_icon {
  font-size: 16px;
  margin: -10px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_content .list_content h5 {
  color: #212121;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.dropdown_content .list_content .cart_btns {
  border: 1px solid #fff0;
  margin-right: 10px;
}
.dropdown_content .list_content .cart_btns:hover {
  background-color: #2ac4ea;
  border: 1px solid #2ac4ea;
}
.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns {
  border-radius: 25px;
  color: #ffffff !important;
  height: 50px;
  line-height: 40px;
  width: 170px;
}
.dropdown_content .list_content .checkout_btns:hover {
  background-color: #ff4d7f;
}
.search_overlay {
  height: 100%;
  width: 100%;
}
.mk-search-trigger {
  margin-left: 15px;
  position: absolute;
  top: 25px;
}
.search_overlay.home3 .mk-search-trigger,
.search_overlay.home5 .mk-search-trigger {
  position: relative;
  top: 0;
}
.search_overlay.home5 .mk-search-trigger {
  margin-left: 0;
}
.search_overlay.home9 span#search-button {
  background-color: #3965dd;
  border-radius: 50%;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  top: -6px;
  width: 55px;
}
header.header-nav.menu_style_home_one.home9.stricky-fixed #search-button i {
  color: #fff;
}
.search_overlay.home9 span#search-button i {
  font-size: 20px;
}
.search_overlay.home9 span#search-button:before {
  background-color: rgb(57 101 221 / 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  height: 73px;
  left: -9px;
  position: absolute;
  text-align: center;
  top: -9px;
  width: 73px;
  z-index: -1;
  animation: pulse-blue 2s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper
  #mk-fullscreen-searchform
  input[type="submit"],
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper2
  #mk-fullscreen-searchform2
  input[type="submit"] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: #fff0;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus {
  outline: none;
  border: none;
}
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper
  #mk-fullscreen-searchform
  .fullscreen-search-icon,
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper2
  #mk-fullscreen-searchform2
  .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 15px;
  color: #0a0a0a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
}
#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
  position: relative;
  vertical-align: middle;
}
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper
  #mk-fullscreen-searchform
  #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper2
  #mk-fullscreen-searchform2
  #mk-fullscreen-search-input2 {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  color: #262626;
  font-size: 17px;
  padding: 20px;
  width: 800px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper
  #mk-fullscreen-searchform
  #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay
  #mk-fullscreen-search-wrapper2
  #mk-fullscreen-searchform2
  #mk-fullscreen-search-input2:focus {
  border: none;
  outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(0 0 0 / 0.94);
  text-align: center;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mk-fullscreen-search-overlay {
  z-index: 99999;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show
  #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show
  #mk-fullscreen-search-wrapper2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.mk-search-trigger {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#search-button,
#search-button2 {
  cursor: pointer;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
#search-button i,
#search-button2 i {
  color: #fff;
  font-size: 22px;
}
.search_overlay.home5 #search-button i,
.search_overlay.home5 #search-button2 i {
  color: #0a0a0a;
}
.header_top.home2 {
  background-color: #000;
  height: 80px;
  position: relative;
  z-index: 999;
}
.header_top.home3 {
  height: 70px;
}
.header_top.home3 .container-fluid {
  padding: 0 70px;
  position: relative;
  z-index: 9;
}
.home3_header_top_contact {
  margin-bottom: 0;
  margin-top: 25px;
}
.home3_header_top_contact li:first-child,
.home4_header_top_contact li:first-child {
  margin-right: 35px;
}
.home3_header_top_contact li a,
.home4_header_top_contact li a {
  color: #fff;
}
.sign_up_btn.home4.style2 .btn,
.home4_header_top_contact.style2 li a,
.header_top_lang_widget_home4.style2 button.btn.dropdown-toggle {
  color: #696969 !important;
}
.header_top_lang_widget_home4.style2 .dropdown-item.active {
  background-color: #23ad96;
  color: #fff;
}
.header_top.home4.style2 {
  background-color: #fff !important;
  border-bottom: 1px solid #dbe1e5;
}
.home4_header_top_contact li a,
.home4_header_top_contact.style2 li a,
ul.sign_up_btn.home4 li a,
ul.sign_up_btn.home6 a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: initial;
  border-radius: 0;
}
.header_top.home4,
.header_top.home6 {
  background-color: #3452ff;
  height: 40px;
  position: relative;
}
.home4_header_top_contact {
  margin-bottom: 0;
  margin-top: 5px;
}
.sign_up_btn.home4 .btn {
  height: auto;
  line-height: inherit;
}
.header_top.home6 {
  background-color: #192675;
}
.header_top.home7 {
  background-color: #fff0;
  height: 40px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.header_top.home7 .header_top_lang_widget_home6 button.btn.dropdown-toggle {
  font-size: 14px;
  font-family: "Nunito";
  color: rgb(255 255 255 / 0.502);
  height: auto;
  line-height: 1.2;
}
.header_top.home7
  .header_top_lang_widget_home6
  button.btn.dropdown-toggle::after {
  margin-top: 5px;
}
ul.sign_up_btn.home7 a {
  font-size: 14px;
  font-family: "Nunito";
  border-radius: 0;
}
.light_white,
.light_white:hover {
  color: rgb(255 255 255 / 0.5);
}
.header_search_widget .mailchimp_form .form-control {
  background-color: #fff;
  border-radius: 25px;
  font-family: "Nunito";
  font-size: 14px;
  height: 48px;
  padding-left: 30px;
  margin-top: 6px;
  width: 450px;
  border: none;
}
.header_search_widget .mailchimp_form button {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  height: 45px;
  margin-left: -72px;
  margin-top: 5px;
}
.header_search_widget .mailchimp_form button:active,
.header_search_widget .mailchimp_form button:focus {
  color: #000000 !important;
  background: #fff !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
.ht_left_widget,
.ht_right_widget {
  margin-top: 10px;
}
.ht_left_widget ul,
.ht_right_widget ul {
  margin-bottom: 0;
}
.ht_left_widget ul li {
  position: relative;
  vertical-align: middle;
}
.ht_right_widget ul li.list-inline-item:nth-child(2) {
  margin-left: 10px;
  margin-top: 4px;
  padding-right: 15px;
  text-align: center;
}
.ht_left_widget ul li.list-inline-item:first-child {
  margin-right: 25px;
}
.ht_left_widget ul li.list-inline-item:nth-child(2) {
  margin-right: 20px;
}
.ht_right_widget ul {
  margin-bottom: 0;
}
.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn,
.header_top_lang_widget ul li .btn.cart_btn {
  color: #a4a4a4;
  font-size: 14px;
}
.ht_right_widget ul li a,
.home3_header_top_contact li a {
  font-family: "Nunito";
}
header.header-nav.menu_style_home_three.navbar-scrolltofixed
  .ht_left_widget.home3
  .header_top_lang_widget {
  margin-top: 5px;
}
.ht_left_widget.home3 .cd-dropdown-trigger,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger.dropdown-is-active:hover,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger:hover {
  background-color: #ffffff !important;
  color: #0a0a0a;
}
.ht_left_widget.home3 .cd-dropdown-trigger {
  text-transform: capitalize;
}
.ht_left_widget.home3 .cd-dropdown-trigger::before,
.ht_left_widget.home3 .cd-dropdown-trigger::after {
  background-color: #0a0a0a;
}
.ht_right_widget a.btn.cart_btn span {
  background-color: #fff;
}
.header_top_lang_widget ul li a {
  color: #a4a4a4;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_top_lang_widget ul li a.dropdown-item.active,
.header_top_lang_widget ul li a.dropdown-item:active {
  background-color: #2441e7;
  border-radius: 0;
}
.header_top_lang_widget button.btn.dropdown-toggle {
  background-color: #fff0;
  border: none;
  bottom: -8px;
  color: #a4a4a4;
  float: right;
  margin-top: 10px;
  padding: 0 8px;
  width: 90px;
}
.header_top_lang_widget_home4 button.btn.dropdown-toggle,
.header_top_lang_widget_home6 button.btn.dropdown-toggle,
.header_top_lang_widget_home11 button.btn.dropdown-toggle {
  background-color: #fff0;
  border: none;
  color: #fff;
  line-height: inherit;
  width: 90px;
  font-size: 14px;
}
.header_top_lang_widget_home6
  .dropdown.bootstrap-select.show-tick.show
  .dropdown-menu {
  display: inline;
  margin-top: -17px;
}
.header_top_lang_widget_home6.home7
  .dropdown.bootstrap-select.show-tick.show
  .dropdown-menu {
  margin-top: 0;
}
.header_top_lang_widget_home6
  .dropdown.bootstrap-select.show-tick.show
  .dropdown-menu
  .dropdown-item.active,
.header_top_lang_widget_home6
  .dropdown.bootstrap-select.show-tick.show
  .dropdown-menu
  .dropdown-item:active {
  background-color: rgb(255 221 0);
}
.menu6_search.home6 .mk-search-trigger,
.menu7_search.home7 .mk-search-trigger {
  margin-left: -25px;
  top: 22px;
}
.menu6_search.home6 .mk-search-trigger {
  top: 17px;
}
.header_top_lang_widget_home6 button.btn.dropdown-toggle::after {
  vertical-align: middle;
}
.header_top_lang_widget_home6.home7 button.btn.dropdown-toggle::after {
  vertical-align: top;
}
.header_top_lang_widget_home4
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
.header_top_lang_widget_home6
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
}
.header_top_lang_widget_home4
  button
  .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget_home4
  button
  .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget_home4 button .show > .btn-light.dropdown-toggle:focus,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus {
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
}
.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show > .btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus {
  box-shadow: none !important;
  outline: none !important;
}
.header_top_lang_widget .dropdown.bootstrap-select.show-tick {
  width: auto;
}
.cd-dropdown-content .cd-secondary-dropdown a {
  font-family: "Nunito", sans-serif;
}
li.has-children a {
  line-height: 51px;
}
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list,
.menu-style-one nav.transparent .nav-header {
  background-color: #fff0;
}
nav .wrap-core-nav-list,
nav .nav-header {
  background: #fff;
}
nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 20px;
}
nav .brand img {
  width: 100%;
}
nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}
nav .menu li.active > a,
nav .menu li a:hover {
  color: #e74c3c;
}
nav button {
  background: #fff0;
  border: none;
  outline: none;
}
header.header-nav.dashbord_pages {
  padding: 0 5px 0 15px;
}
header.header-nav a.navbar_brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 37px;
  margin-top: 20px;
  position: relative;
}
header.header-nav a.navbar_brand:before {
  background-color: rgb(0 0 0 / 0.2);
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: -25px;
  top: 0;
  width: 1px;
}
header.header-nav a.navbar_brand.home9:before,
header.header-nav a.navbar_brand.home10:before {
  display: none;
}
.menu_style_home_one.stricky-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -ms-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -o-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
}
header.header-nav a.navbar_brand .logo2 {
  display: none;
}
header.header-nav.menu_style_home_one.dashbord_pages {
  background-image: -moz-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
  background-image: -webkit-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
  background-image: -ms-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
}
header.header-nav.menu_style_home_one {
  border-bottom: 1px solid rgb(255 255 255 / 0.2);
}
header.header-nav.menu_style_home_one.home13 {
  background-color: #fff;
  border-bottom: none;
}
header.header-nav.menu_style_home_one.home13 .ace-responsive-menu > li > a {
  padding: 30px 20px 30px 5px;
}
header.header-nav.menu_style_home_one.home13 a.navbar_brand span,
header.header-nav.menu_style_home_one.home13 .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home13 #search-button i,
header.header-nav.menu_style_home_one.home13 .sign_up_btn .btn {
  color: #222;
}
header.header-nav.menu_style_home_one.home13 a.navbar_brand:before {
  display: none;
}
header.header-nav.menu_style_home_one.home13 .sign_up_btn li.list_s {
  border: none;
}
header.header-nav.menu_style_home_one.home13 .sign_up_btn a.btn.cart_btn span {
  line-height: 17px;
}
header.header-nav.menu_style_home_one.home9,
header.header-nav.menu_style_home_one.home10 {
  border-bottom: none;
}
.header-nav.menu_style_home_one.home9 ul.ace-responsive-menu,
.header-nav.menu_style_home_one.home10 ul.ace-responsive-menu {
  margin-left: 30%;
}
header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_three.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_four.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_five.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_six.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_seven.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
header.header-nav.menu_style_home_one a.navbar_brand {
  margin-top: 15px;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1 {
  display: none;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2 {
  display: inline-block;
}
header.header-nav.menu_style_home_one a.navbar_brand span,
header.header-nav.menu_style_home_three a.navbar_brand span,
header.header-nav.menu_style_home_five a.navbar_brand span {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand:before {
  background-color: #dadada;
}
header.header-nav.menu_style_home_one.stricky-fixed
  .ace-responsive-menu
  > li
  > a.active
  span,
header.header-nav.menu_style_home_one.stricky-fixed
  .ace-responsive-menu
  li
  a.active
  span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_one.stricky-fixed
  .sign_up_btn
  .cart_btn
  .flaticon-shopping-bag
  span {
  color: #fff;
}
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed
  a.navbar_brand
  span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a {
  color: #fff;
}
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed
  .user_setting_content
  a {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li a {
  color: #000;
  font-family: "Nunito", sans-serif;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -o-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  > li:first-child
  ul.sub-menu,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  > li:nth-child(2)
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  > li:first-child
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  > li:nth-child(2)
  ul.sub-menu {
  margin-left: 0;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  > li:first-child
  ul.sub-menu:before,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  > li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.home2.style_one
  .ace-responsive-menu
  > li:first-child
  ul.sub-menu:before,
header.header-nav.home2.style_one
  .ace-responsive-menu
  > li:nth-child(2)
  ul.sub-menu:before {
  left: 25px;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu
  li
  ul.sub-menu {
  left: 260px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
  margin-left: -180px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  padding-left: 0 !important;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li
  ul.sub-menu:before {
  background-color: #fff;
  content: "";
  height: 17px;
  right: 25px;
  position: absolute;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before {
  background-color: #191919;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu:before {
  background-color: #051925;
}
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu:before {
  background-color: #fff;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu:before {
  left: 25px;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu {
  margin-left: 0;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(4)
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(5)
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(6)
  ul.sub-menu:before {
  left: 25px;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(2)
  ul.sub-menu
  li
  ul.sub-menu,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li:nth-child(3)
  ul.sub-menu
  li
  ul.sub-menu {
  margin-left: -445px;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li:hover
  a {
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  width: 260px;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
  background-color: #fff0;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  background-color: #191919;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
  background-color: #051925;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before {
  display: none;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.menu_style_home_eight
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a {
  border-bottom: none;
}
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a:hover,
header.header-nav.menu_style_home_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu {
  color: #c75533;
  padding-left: 7px;
  box-shadow: none !important;
}
header.header-nav.menu_style_home_one ul.sign_up_btn {
  margin-right: 35px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a {
  font-family: "Nunito", sans-serif;
  padding: 30px 35px 30px 10px;
  text-transform: uppercase;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a {
  padding: 27px 35px 30px 10px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a {
  padding: 27px 20px 30px 10px;
}
header.header-nav.home2.style_one {
  display: -webkit-box;
  background-color: #141414;
  position: relative;
  z-index: 99 !important;
}
header.header-nav.home2.style_one .ace-responsive-menu > li > a {
  padding: 27px 40px 27px 5px;
}
header.header-nav.home2.style_one ul.sign_up_btn li {
  position: relative;
  margin-top: 6px;
}
header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before {
  background-color: #434343;
  content: "";
  height: 30px;
  right: -5px;
  position: absolute;
  top: 0;
  width: 1px;
}
header.header-nav.home2.style_one ul.sign_up_btn li a {
  color: #a4a4a4;
  font-family: "Nunito";
  font-size: 14px;
  line-height: 1.2;
}
header.header-nav.home2.style_one ul.sign_up_btn li a:hover {
  color: #fff;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -o-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
  border-bottom: 1px solid #dedede;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a:hover,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu {
  color: #fff;
  padding-left: 20px;
  box-shadow: none !important;
}
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu:before {
  display: none;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
  border-bottom: 1px solid #555;
  color: #a4a4a4;
  font-family: "Nunito";
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a {
  border-bottom: none;
}
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a:hover,
header.header-nav.home2.style_one
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  ul.sub-menu {
  box-shadow: none !important;
  color: #fff;
  padding-left: 7px;
}
header.header-nav.menu_style_home_three a.navbar_brand {
  margin-top: 10px;
}
header.header-nav.menu_style_home_three .ht_left_widget.home3 ul li:last-child {
  margin-top: 5px;
}
header.header-nav.menu_style_home_three
  .header_search_widget
  .mailchimp_form
  .form-control {
  margin-top: 10px;
}
header.header-nav.menu_style_home_three
  .header_search_widget
  .mailchimp_form
  button {
  background-color: #fff0;
  margin-top: 10px;
}
header.header-nav.menu_style_home_three {
  background-color: #051925;
  padding: 0;
}
header.header-nav.menu_style_home_three a.navbar_brand:before {
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li {
  float: right;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu {
  background-color: #051925;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu:nth-child(3) {
  left: 0;
  margin-left: 0;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li a,
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  border-bottom: 1px solid #2e2e2e;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  li
  ul.sub-menu
  li:last-child
  a {
  border-bottom: none;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li.last a {
  padding-right: 5px;
}
header.header-nav.menu_style_home_three
  .ace-responsive-menu
  > li
  .sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  > li
  .sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  > li
  .sub-menu
  li:hover
  a,
header.header-nav.menu_style_home_six
  .ace-responsive-menu
  > li
  .sub-menu
  li:hover
  a {
  padding-left: 20px;
}
header.header-nav.menu_style_home_three .container-fluid {
  padding: 0 70px;
}
header.header-nav.menu_style_home_three a.navbar_brand:before {
  display: none;
}
.sign_up_btn .btn {
  box-shadow: none;
  font-family: "Nunito", sans-serif;
  border-radius: 4px;
  color: #fff;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sign_up_btn.home3 .btn {
  font-family: "Nunito";
  font-size: 14px;
  line-height: 1.2;
}
.sign_up_btn.home3 .btn i {
  font-size: 18px;
  margin-right: 5px;
}
.sign_up_btn li:first-child .btn span {
  padding-left: 10px;
}
.sign_up_btn a.btn.cart_btn,
.sign_up_btn a.btn.search_btn,
.cart_btnes.home4 a.btn.cart_btn {
  font-size: 24px;
  line-height: normal;
}
.cart_btnes.home4 a.btn.cart_btn {
  color: #fff;
  margin-top: 15px;
}
.sign_up_btn a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span {
  background-color: #192675;
  margin: 0 auto 0 -10px;
}
.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup {
  color: #fff;
}
.sign_up_btn a.btn.cart_btn span,
.ht_right_widget .cart_btn a.btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span {
  border-radius: 50%;
  font-size: 11px;
  height: 17px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  width: 17px;
  padding-left: 0;
}
.sign_up_btn.home3 a.btn.cart_btn span {
  line-height: 17px;
}
.ht_right_widget .cart_btn a.btn span {
  line-height: 20px;
}
.cart_btn.home5 a.btn.cart_btn span {
  color: #fff;
  margin-top: -5px;
  z-index: 9;
}
.cart_btn.home5 a.btn.cart_btn span sup {
  font-size: 10px;
  line-height: 1.7rem;
  margin-left: 0;
}
.ht_right_widget .cart_btn a.btn span {
  margin: -5px auto 0 -5px;
}
.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup {
  font-size: 12px;
  margin-left: -10px;
  vertical-align: baseline;
}
.cart_btnes.home4 a.btn.cart_btn span sup {
  margin-left: 0;
  top: 1px;
  font-size: 11px;
}
.ht_right_widget .cart_btn a.btn span sup {
  color: #141414;
  font-size: 10px;
  margin-left: 0;
  vertical-align: sub;
}
.cart_btn.home5.home11 a.btn.cart_btn span {
  background-color: #fe4a55;
}
header.header-nav.menu_style_home_one .sign_up_btn li.list_s {
  border-right: 1px solid rgb(255 255 255 / 0.2);
  margin-right: 0 !important;
}
header.header-nav.menu_style_home_one.home10 .sign_up_btn li.list_s {
  border: none;
}
header.header-nav.menu_style_home_one.home10 .sign_up_btn a.btn.cart_btn span {
  background-color: #ffe8aa;
  color: #0d2f81;
}
header.header-nav.menu_style_home_one
  .sign_up_btn
  li.list_s
  a.btn.flaticon-user {
  line-height: 30px;
}
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s {
  border-right: 1px solid #dadada;
}
.sign_up_btn li.list_s:last-child {
  border: none;
}
.sign_up_btn li .btn .cart_btn {
  background-color: #192675;
  font-size: 10px;
  height: 17px;
  width: 17px;
  text-align: center;
}
header.header-nav.menu_style_home_four {
  background: #fff0;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_four a.navbar_brand {
  margin-top: 10px;
}
header.header-nav.menu_style_home_four.stricky-fixed
  .cart_btnes.home4
  a.btn.cart_btn {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_four a.navbar_brand span {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_four.stricky-fixed {
  background-color: #fff;
  border-bottom: none;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -ms-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -o-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
}
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_four a.navbar_brand:before {
  background-color: transparent !important;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a {
  color: #fff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  color: #0a0a0a;
  background-color: #fff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li {
  float: right;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li a {
  color: #fff;
  font-family: "Nunito", sans-serif;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #fff;
}
header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_five {
  background-color: #fff;
  height: 98px;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.1);
}
header.header-nav.menu_style_home_five a.navbar_brand {
  margin-top: 8px;
}
header.header-nav.menu_style_home_five a.navbar_brand:before {
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu {
  background-color: #fff0;
  box-shadow: none;
  padding: 0;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
  background-color: #fff;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu {
  display: block;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu
  li {
  width: auto;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu
  .dropdown_content {
  height: auto;
  right: 10px;
  top: 110%;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu
  .dropdown_content
  .list_content
  .cart_btns {
  background-color: #2441e7;
  border: 1px solid #2441e7;
  float: left;
  line-height: 20px;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart.sub-menu
  .dropdown_content
  .list_content
  .checkout_btns {
  background-color: #ff1053;
  border: 1px solid #ff1053;
  float: right;
  line-height: 0;
  line-height: 20px;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart
  a.btn.cart_btn {
  font-size: 22px;
  padding-top: 21px;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart
  a.btn.cart_btn
  span {
  background-color: #192675;
  border-radius: 50%;
  height: 17px;
  line-height: 17px;
  margin: -2px auto 0 -10px;
  position: absolute;
  text-align: center;
  width: 17px;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart
  a.btn.cart_btn
  span:before {
  display: none;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.cart
  a.btn.cart_btn
  span
  sup {
  color: #fff;
  font-size: 10px;
  z-index: 9;
}
header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_five.home11 .ace-responsive-menu li a {
  color: #221538;
  font-weight: 700;
  padding-top: 22px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li a {
  padding-top: 27px;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
}
header.header-nav.menu_style_home_five
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  padding: 12px 20px 12px 15px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li {
  float: right;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li:first-child {
  padding-left: 10px;
}
header.header-nav.menu_style_home_five .container-fluid {
  padding: 0 70px;
}
header.header-nav.menu_style_home_five a.navbar_brand:before {
  display: none;
}
header.header-nav.menu_style_home_five
  .header_search_widget
  .mailchimp_form
  button {
  background-color: #fff0;
  border: none;
  border-radius: 50%;
  color: #0a0a0a;
  font-size: 24px;
  height: 45px;
  margin-left: -65px;
}
header.header-nav.menu_style_home_five
  .header_search_widget
  .mailchimp_form
  button:active,
header.header-nav.menu_style_home_five
  .header_search_widget
  .mailchimp_form
  button:focus {
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
header.header-nav.menu_style_home_five .sign_up_btn {
  margin-bottom: 0;
}
header.header-nav.menu_style_home_five .sign_up_btn .btn {
  color: #0a0a0a;
  margin-top: 10px;
}
.ht_left_widget.home5 .cd-dropdown-trigger::before,
.ht_left_widget.home5 .cd-dropdown-trigger::after {
  background-color: #fff;
}
header.header-nav.menu_style_home_five
  .header_search_widget
  .mailchimp_form
  .form-control {
  background-color: #edeff7;
  border: 1px solid #edeff7;
  border-radius: 25px;
  color: #555;
  font-size: 14px;
  height: 45px;
  margin-top: 5px;
  padding-left: 30px;
  width: 450px;
}
header.header-nav.menu_style_home_five
  .header_search_widget
  .mailchimp_form
  .form-control:focus {
  border: 1px solid #edeff7;
  box-shadow: none;
  outline: none;
}
header.header-nav.menu_style_home_five.home11
  .header_search_widget
  .mailchimp_form
  .form-control {
  border-radius: 4px;
  width: 300px;
}
header.header-nav.menu_style_home_five.home11
  .header_search_widget
  .mailchimp_form
  .form-control:placeholder {
  color: #555;
}
header.header-nav.menu_style_home_five
  .ht_left_widget.home5
  .cd-dropdown-trigger {
  background-color: #0a0a0a;
  color: #fff;
}
.home5_shop_reg_widget li:first-child {
  margin-right: 0;
}
header.header-nav.menu_style_home_six {
  display: -webkit-box;
  background: #fff;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 99 !important;
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -ms-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  -o-box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
}
header.header-nav.menu_style_home_six.style2 {
  box-shadow: none;
}
header.header-nav.menu_style_home_six a.navbar_brand {
  margin-top: 10px;
}
header.header-nav.menu_style_home_six.stricky-fixed
  .cart_btnes.home4
  a.btn.cart_btn {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_six a.navbar_brand span {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_six.stricky-fixed {
  background-color: #fff;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_six a.navbar_brand:before {
  background-color: transparent !important;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a {
  color: #fff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a {
  color: #0a0a0a;
  background-color: #fff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li {
  float: right;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li a {
  color: #fff;
  font-family: "Nunito", sans-serif;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #fff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li.last {
  margin-right: 40px;
}
header.header-nav.menu_style_home_six.style2 .ace-responsive-menu > li.last {
  margin-right: 0;
}
header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a {
  color: #0a0a0a;
}
.menu6_search.home6 #search-button i {
  color: #0a0a0a;
}
.home7_search.home7 #search-button i {
  color: #fff;
}
header.header-nav.menu_style_home_four.home8 .container-fluid {
  padding: 0 70px;
}
header.header-nav.menu_style_home_four.home8.stricky-fixed a.navbar_brand span {
  background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
header.header-nav.menu_style_home_six {
  background-color: #fff;
  border-bottom: none;
  padding: 0;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a {
  padding: 25px 25px 25px 5px;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu {
  background-color: #fff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li a {
  color: #251730;
}
header.header-nav.menu_style_home_six a.navbar_brand:before {
  background-color: #fff0;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn {
  border: none;
  color: #fff;
  margin-top: 10px;
}
header.header-nav.menu_style_home_seven {
  display: -webkit-box;
  background-color: #fff0;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}
header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed {
  background-color: #fff;
}
header.header-nav.menu_style_home_seven a.navbar_brand {
  margin-top: 0;
  position: relative;
}
header.header-nav.menu_style_home_seven a.navbar_brand:before {
  display: none;
}
header.header-nav.menu_style_home_seven a.navbar_brand .logo1.home7 {
  border-radius: 0 0 5px 5px;
  margin-top: -50px;
}
header.header-nav.menu_style_home_seven.stricky-fixed
  .cart_btnes.home4
  a.btn.cart_btn {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a {
  color: #fff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  color: #0a0a0a;
  background-color: #fff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li {
  float: right;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  padding: 18px 20px 18px 15px;
}
header.header-nav.menu_style_home_seven
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a:hover {
  padding-left: 20px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #fff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li.last {
  margin-right: 40px;
}
.stylehome1 .mm-navbar {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.stylehome1 .mm-navbar,
.stylehome1 .mm-panel {
  background-color: #0a0a0a;
}
.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #cecff9;
}
.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3
  a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.stylehome1.home4 .mm-navbar,
.stylehome1.home4 .mm-panel {
  background-color: #201b72;
}
.stylehome1.home4 a.mm-listitem__text,
.stylehome1.home4 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #cecff9;
}
.stylehome1.home4 a.mm-listitem__text:hover,
.stylehome1.home4
  a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #151156;
  color: #fff;
}
.stylehome1.home6 .mm-navbar {
  background-color: #fff;
}
.stylehome1.home6 .mm-panel {
  background-color: #ebf9f4;
}
.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #252834;
}
.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6
  a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #43d4b6;
  color: #fff;
}
.stylehome1.home6 .mm-navbar {
  color: #252834;
}
.stylehome1.home6 .mm-btn_next::after {
  border-color: #252834;
}
.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus {
  color: #fff;
}
.stylehome1 .mm-navbar {
  border-color: #545454;
  background-color: #2d2d2d;
  height: 60px;
  line-height: 40px;
}
.stylehome1 .mm-btn_prev:before,
.stylehome1 .mm-btn_next:after {
  border-color: rgb(255 255 255 / 0.8);
}
.home1-mainslider {
  margin-top: -1px;
  width: 100%;
  overflow-y: hidden;
}
.home1-mainslider .banner-style-one .slide:before,
.home1-mainslider .banner-style-two .slide:before {
  background-image: -moz-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -webkit-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -ms-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.home1-mainslider.home9 .banner-style-one.home9 .slide:before {
  background-color: rgb(32 51 103 / 0.8);
  background-image: none;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home1-mainslider .banner-style-one.home9 .home-content:before {
  background-color: #3965dd;
  bottom: 78px;
  content: "";
  left: -45px;
  position: absolute;
  right: 0;
  width: 3px;
}
.home1-mainslider .banner-style-one .banner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.home1-mainslider .home-content {
  padding-top: 130px;
}
.home_iconbox_container {
  margin-bottom: 150px;
  margin-top: -225px;
}
.home-four {
  margin-top: 77px !important;
}
.home-four:before {
  background-color: rgb(10 10 10 / 0.5);
  bottom: 98px;
  content: "";
  left: 0;
  position: absolute;
  top: -98px;
  width: 100%;
}
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.search_box_home4 form.form-inline.mailchimp_form {
  display: inline-block;
  margin-top: 25px;
  position: relative;
}
.search_box_home4 .header_search_widget .mailchimp_form .form-control {
  border-radius: 30px;
  border: none;
  height: 60px;
  padding-left: 30px;
  width: 600px;
}
.home-content.home10 .search_box_home4 form.form-inline.mailchimp_form {
  margin-top: 0;
}
.home-content.home10 .home-text h2 {
  color: #fff;
  font-family: "Nunito";
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
.search_box_home4.home10 .header_search_widget .mailchimp_form .form-control {
  background-color: #ffeac1;
  border-radius: 8px;
}
.search_box_home4.home10
  .header_search_widget
  .mailchimp_form
  .form-control::placeholder {
  color: #212121;
}
.search_box_home4.home10 .header_search_widget .mailchimp_form button {
  background-color: #ffeac1;
  border-radius: 0;
  color: #212121;
  height: 50px;
  right: 8px;
  width: 60px;
}
.search_box_home4 .header_search_widget .mailchimp_form button {
  position: absolute;
  right: 20px;
  top: 7px;
}
.home5_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #e4e3e1;
  display: none;
  height: 8px;
  width: 8px;
}
.home5_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
  height: 15px;
  width: 15px;
}
.home-text h1,
.home-text h2,
.home-text h3 {
  color: #fff;
  margin-top: 0;
}
.mouse_scroll {
  position: relative;
}
.mouse_scroll:before {
  border-radius: 50%;
  border: 2px solid #fff;
  bottom: 43px;
  content: "";
  height: 92px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 92px;
  z-index: 0;
}
.mouse_scroll:after {
  border-radius: 50%;
  border: 2px solid #fff;
  bottom: 25px;
  content: "";
  height: 129px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 129px;
  z-index: 9;
}
.mouse_scroll .icon {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -90px;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 3 !important;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
}
.mouse_scroll .icon span {
  color: #ff1053;
  font-size: 16px;
}
.home-seven {
  position: relative;
  margin-top: -120px;
  height: 800px;
}
.home-seven:before {
  background-color: rgb(0 0 0 / 0.7);
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.main-banner-wrapper {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-banner-wrapper {
    overflow: hidden;
  }
}
.main-banner-wrapper .carousel-btn-block {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 0;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
  z-index: 9;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
  opacity: 1;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  margin-left: 10px;
  position: absolute;
  left: 70px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn i {
  margin-right: 15px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  margin-right: 10px;
  position: absolute;
  right: 70px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn i {
  margin-left: 15px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn span.left,
.main-banner-wrapper .carousel-btn-block .carousel-btn span.right {
  display: -webkit-inline-box;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
}
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.left-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  left: auto;
  margin-right: 10px;
  position: absolute;
  right: 100px;
  top: 25px;
  width: 50px;
}
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.right-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 50px;
  left: auto;
  margin-top: -3%;
  position: absolute;
  right: 100px;
  width: 50px;
}
.banner-style-one.home9 .slide {
  height: 960px;
}
.banner-style-one.home9 .owl-dots {
  display: block !important;
  max-width: 1500px;
}
.banner-style-one.home9 .owl-dots .owl-dot {
  margin-right: 2%;
  overflow: hidden;
  text-align: left;
  width: 22%;
}
.banner-style-one.home9 .owl-dots .owl-dot:first-child:before {
  color: #fff;
  content: "01";
  float: left;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -7px;
}
.banner-style-one.home9 .owl-dots .owl-dot:first-child:after {
  color: #fff;
  content: "Fasion Photography From Professional";
  left: 15px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(2):before {
  color: #fff;
  content: "02";
  float: left;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -7px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(2):after {
  color: #fff;
  content: "Introduction Web Design & HTML";
  left: 15px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(3):before {
  color: #fff;
  content: "03";
  float: left;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -7px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(3):after {
  color: #fff;
  content: "Sketch: Creating Responsive SVG";
  left: 15px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(4):before {
  color: #fff;
  content: "04";
  float: left;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  margin-top: -7px;
}
.banner-style-one.home9 .owl-dots .owl-dot:nth-child(4):after {
  color: #fff;
  content: "Adobe XD: Prototyping Tips and Tricks";
  left: 15px;
}
.banner-style-one.home9 .owl-dots .owl-dot.active span,
.banner-style-one.home9 .owl-dots .owl-dot.focus span,
.banner-style-one.home9 .owl-dots .owl-dot.visited span {
  display: block;
  height: 3px;
  max-width: 260px;
  width: 100%;
}
.banner-style-one.home9 .owl-dots .owl-dot span {
  bottom: -15px;
  background-color: rgb(255 255 255 / 0.5);
  height: 1px;
  max-width: 260px;
  position: absolute;
  width: 100%;
}
.main-banner-wrapper .carousel-btn-block.home9 {
  right: 15%;
}
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.right-btn i {
  margin-left: 0;
}
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.left-btn i,
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.right-btn i {
  line-height: 50px;
  margin-right: 0;
}
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.left-btn:hover,
.main-banner-wrapper .carousel-btn-block.home9 .carousel-btn.right-btn:hover {
  background-color: #fff;
  color: #3965dd;
}
@media only screen and (max-width: 767.99px) {
  .banner-style-one .slide,
  .banner-style-two .slide {
    margin-top: 0;
    display: none;
  }
}
.banner-style-two .slide {
  padding: 430px 0 290px;
}
.home11-slider.style2,
.home11-slider.style2 .bg-wave {
  position: relative;
}
.home11-slider.style2 .bg-wave img {
  bottom: -43px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.home11-slider .banner-style-one.home13 .slide {
  padding: 250px 0 370px;
  margin-top: 88px;
}
.banner-style-one .owl-nav,
.banner-style-two .owl-nav {
  display: none;
}
.banner-style-one h3,
.banner-style-one p,
.banner-style-two h3,
.banner-style-two p {
  margin: 0;
}
.banner-style-one .banner-title,
.banner-style-two .banner-title,
.banner-style-one.home9 .sub-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one.home13 .banner-title,
.banner-style-one.home13 .banner-sub-title {
  line-height: 1.15;
}
.banner-style-one.home13 .banner-title {
  margin-bottom: 15px !important;
}
.banner-style-one.home13 .active .banner-btn {
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-family: "Nunito";
  height: 55px;
}
.banner-style-one.home13 .active .banner-btn:hover,
.banner-style-one.home13 .active .banner-btn:active,
.banner-style-one.home13 .active .banner-btn:focus {
  background-color: #0067da;
  border-color: #0067da;
  color: #fff;
}
.banner-style-one .banner-title,
.banner-style-two .banner-title {
  font-weight: 400;
  text-transform: uppercase;
}
.main-banner-wrapper.home7 .carousel-btn-block .carousel-btn {
  top: 70px;
}
.banner-style-one p,
.banner-style-two p {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  font-family: "Nunito", sans-serif;
}
.banner-style-two p {
  margin: 0 auto;
  max-width: 410px;
}
.banner-style-one .banner-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  padding: 19.5px 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-btn:hover {
  background-color: #fff;
  color: #2d174f;
}
.banner-style-one .active .banner-title,
.banner-style-two .active .banner-title,
.banner-style-one .active .banner-sub-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.video_pop {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.video_pop a {
  color: #fff;
  line-height: 50px;
}
.video_popup_icon {
  background-color: #3965dd;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 99;
}
.video_popup_icon:after {
  background-color: rgb(57 101 221 / 0.5);
  border-radius: 100%;
  content: "";
  height: 70px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 70px;
  z-index: -1;
  box-shadow: 0 0 0 0 #ff5722;
  animation: pulse-blue 2s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(57 101 221 / 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 #fff0;
  }
}
.video_popup_btn span {
  color: #fff;
  font-size: 22px;
}
.banner-style-one.home9 .sub-title {
  font-size: 60px;
}
.banner-style-one.home9 .active .sub-title {
  font-size: 60px;
  font-family: "Nunito";
  color: #fff;
  line-height: 1.2;
}
.banner-style-one .active p,
.banner-style-two .active p,
.banner-style-one.home9 .active .sub-title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-style-one .active .banner-btn {
  border: 2px solid #fff;
  border-radius: 27px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  padding: 12px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.banner-style-one .active .banner-btn:hover,
.banner-style-one .active .banner-btn:active,
.banner-style-one .active .banner-btn:focus {
  background-color: #fff;
  color: #2441e7;
}
.banner-style-one .owl-dots,
.banner-style-two .owl-dots {
  display: none !important;
  margin: 0;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  text-align: center;
}
.banner-style-one .owl-dots .owl-dot span,
.banner-style-two .owl-dots .owl-dot span {
  background-color: #949493;
  width: 8px;
  height: 8px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-style-one .owl-dots .owl-dot + .owl-dot,
.banner-style-two .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
.banner-style-one .owl-dots .owl-dot.active span,
.banner-style-two .owl-dots .owl-dot.active span {
  height: 13px;
  width: 13px;
  background-color: #fff;
}
.banner-style-one.no-dots .owl-dots,
.banner-style-two.no-dots .owl-dots {
  display: none !important;
}
.home-three,
.home-four,
.home-five {
  margin-top: -95px;
  padding: 0;
  position: relative;
  z-index: -1;
}
.home3_bgi6 {
  background-image: url(../images/background/6.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 1006px;
}
.home3-overlay:before {
  background-image: -moz-linear-gradient(135deg, #369fdb 0%, #051925 100%);
  background-image: -webkit-linear-gradient(135deg, #369fdb 0%, #051925 100%);
  background-image: -ms-linear-gradient(135deg, #369fdb 0%, #051925 100%);
  content: "";
  left: 0;
  opacity: 0.851;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.home3_wave {
  position: relative;
}
.home3_wave:before {
  background-image: url(../images/home/wave2.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
}
.home3_wave:after {
  background-image: url(../images/home/wave3.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 400px;
  left: 0;
  position: absolute;
  right: 0;
  top: -300px;
  width: 100%;
}
.home-three .home-text {
  margin: 0 auto;
  left: 0;
  padding: 400px 0;
  position: absolute;
  right: 0;
}
.home-three .home-text a.btn {
  border: 2px solid #fff;
  border-radius: 27px;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-three .home-text a.btn:hover {
  background-color: #fff;
  color: #2d174f;
}
.row_style {
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute !important;
  right: 0;
  z-index: 4 !important;
}
.row_style svg.waves {
  height: 250px;
}
.row_style svg {
  bottom: -10px;
  fill: #fff;
  height: auto;
  position: absolute !important;
  width: 100%;
}
.row_style.home8 {
  bottom: -8px;
  left: -15px;
  width: 105%;
}
.home4_overlay:before {
  background-color: rgb(10 10 10 / 0.5);
  bottom: 97px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-five {
  margin-top: 0;
}
.home-five .home-text,
.home-twelve .home-text {
  padding: 230px 0 210px;
}
.home-five .home-text h2 {
  color: #0a0a0a;
  font-size: 45px;
}
.home-five .home-text p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 30px;
  max-width: 495px;
}
.home-five .home-text a.btn {
  border: 2px solid #0a0a0a;
  border-radius: 27px;
  color: #0a0a0a;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-five .home-text a.btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #2d174f;
}
.slide.slide-one.home6 {
  height: 730px;
}
.banner-style-one .slide.slide-one.home6 .banner-title {
  font-size: 50px;
  font-weight: 400;
  line-height: initial;
  text-transform: uppercase;
}
.banner-style-one .slide.slide-one.home6 p {
  margin: 0 auto;
  max-width: 450px;
}
.banner-style-one .slide.home6 {
  padding: 295px 0;
}
.banner-style-one .slide.home6:before {
  background-color: rgb(0 0 0 / 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home8_bgi7 {
  background-image: url(../images/background/7.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 950px;
}
.home8-overlay {
  position: relative;
}
.home8-overlay:before {
  content: "";
  background-image: -moz-linear-gradient(105deg, #dbd65c 0%, #5614b0 100%);
  background-image: -webkit-linear-gradient(105deg, #dbd65c 0%, #5614b0 100%);
  background-image: -ms-linear-gradient(105deg, #dbd65c 0%, #5614b0 100%);
  opacity: 0.851;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home8_wave {
  position: relative;
}
.home8_wave:before {
  background-image: url(../images/home/wave4.png);
  background-repeat: no-repeat;
  content: "";
  height: 250px;
  left: -375px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  z-index: -1;
}
.home8_wave:after {
  background-image: url(../images/home/wave5.png);
  background-repeat: no-repeat;
  content: "";
  height: 1300px;
  position: absolute;
  right: -70.5%;
  top: 0;
  width: 100%;
  opacity: 0.3;
  bottom: 0;
  z-index: -1;
}
.header_top.home8 {
  height: 25px;
}
.banner-style-one.home9 .owl-dots {
  max-width: 1320px;
}
.home-three.home10-style {
  background-color: #000846;
  height: 900px;
}
.home-three.home10-style:before {
  background-color: #0e1851;
  border-radius: 0 0 40px 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 20%;
  top: 0;
}
.home10_slider.owl-carousel .item img {
  border-radius: 8px;
}
.home10_slider .owl-controls .owl-nav {
  margin-left: -40px;
  margin-top: -20px;
  max-width: 130px;
  position: relative;
}
.home10_slider .owl-controls .owl-nav .owl-prev {
  border-radius: 8px 0 0 8px;
}
.home10_slider .owl-controls .owl-nav .owl-next {
  border-radius: 0 8px 8px 0;
}
.home10_slider .owl-controls .owl-nav .owl-prev,
.home10_slider .owl-controls .owl-nav .owl-next {
  background-color: #ffeac1;
  height: 60px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  width: 65px;
}
.home10_slider .owl-controls .owl-nav .owl-prev i,
.home10_slider .owl-controls .owl-nav .owl-next i {
  color: #000846;
  font-size: 20px;
}
.home-content.style2.home10 .home-text {
  padding-top: 300px;
}
.home11-slider .banner-style-one .slide {
  border-radius: 3px;
  overflow: hidden;
  padding: 220px 0 180px;
  height: 700px;
}
.banner-style-one .banner-sub-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.banner-style-one.home11 .banner-title {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-style-one.home11 .banner-title,
.banner-style-one .banner-sub-title {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 60px;
  line-height: normal;
}
.banner-style-one .slide.home11:before {
  background-color: rgb(64 57 103 / 0.7);
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.home11-slider span.carousel-btn.left-btn,
.home11-slider span.carousel-btn.right-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 51px;
  line-height: 51px;
  margin: 0 !important;
  text-align: center;
  width: 51px;
}
.home11-slider span.carousel-btn.left-btn:hover,
.home11-slider span.carousel-btn.right-btn:hover {
  background-color: #fff;
}
.home11-slider span.carousel-btn.left-btn i,
.home11-slider span.carousel-btn.right-btn i {
  margin: 0 !important;
}
.home11-slider span.carousel-btn.left-btn:hover i,
.home11-slider span.carousel-btn.right-btn:hover i {
  color: #0e2242;
}
.home11-slider .carousel-btn-block .carousel-btn.left-btn {
  position: absolute;
  left: 70px;
}
.home11-slider .carousel-btn-block .carousel-btn.right-btn {
  position: absolute;
  right: 70px;
}
.bgi4 {
  background-image: url(../images/background/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.divider3:before {
  background-color: rgb(23 21 32 / 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-text.home12 .title {
  font-size: 45px;
  font-family: "Nunito";
  color: #221538;
  line-height: 1.2;
  font-weight: 700;
}
.home12_btn {
  font-size: 18px;
  height: 55px;
  line-height: 15px;
  padding: 20px 40px;
}
.img_hvr_box.home12 {
  padding: 50px 30px 45px;
}
.courses_all_btn.home12 .btn {
  background-color: #fe4a55;
  border: 2px solid #fe4a55;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  height: 50px;
  line-height: 47px;
  margin-top: 30px;
  padding: 0 60px;
}
.courses_all_btn.home12 .btn:hover,
.courses_all_btn.home12 .btn:active,
.courses_all_btn.home12 .btn:focus {
  background-color: #fff;
  border-color: #fe4a55;
  color: #fe4a55;
}
.bgc-floral-white {
  background-color: #fff8ef;
}
.divider_home2.home12:before {
  background-color: rgb(34 21 56 / 0.8);
}
.footer_one.home12,
.footer_bottom_area.home12 {
  background-color: #221538;
}
.footer_contact_widget.home12 p,
.footer_social_widget.home12 li a,
.footer_company_widget.home12 li a,
.footer_program_widget.home12 li a,
.footer_support_widget.home12 li a,
.copyright-widget.home12 p {
  color: #fff;
}
.footer_support_widget.home12 p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.714;
  margin-bottom: 30px;
  max-width: 80%;
}
.footer_apps_widget_home1.home12 input.form-control {
  background-color: #fff;
  height: 55px;
  margin-left: 0;
  margin-right: 40px;
  width: 308px;
}
.footer_apps_widget_home1.home12 button.btn {
  width: 150px;
  height: 55px;
}
.teacherimg {
  position: relative;
}
.teacherimg img {
  bottom: -90px;
  position: absolute;
  right: -230px;
  z-index: 0;
}
.main-title.home12 .bg_title {
  font-size: 100px;
  font-family: "Nunito";
  color: rgb(255 255 255 / 0.051);
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: -40px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.main-title.home12 {
  z-index: 9;
}
.home_icon_box {
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home_icon_box .icon {
  margin-bottom: 10px;
}
.home_icon_box:hover {
  opacity: 0.5;
  margin-top: -10px;
}
.home_icon_box p {
  color: #fff;
  font-family: "Nunito";
  font-size: 16px;
  margin-bottom: 0;
}
.row_home4 {
  margin-top: -250px;
  margin-bottom: 75px;
}
.home_icon_box.home4 .icon {
  color: #fff;
  opacity: 1;
}
.home_icon_box.home4 .icon span {
  float: left;
  font-size: 40px;
  margin-right: 20px;
  opacity: 1;
}
.home_icon_box.home4 .details h4 {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.home_icon_box.home4 .details p {
  line-height: normal;
}
.home_icon_box.home6,
.home_icon_box.home8 {
  margin-bottom: 60px;
}
.home_icon_box.home6 .icon {
  font-size: 60px;
}
.home_icon_box.home6 .icon span {
  color: #192675;
}
.home_icon_box.home6:hover .icon span {
  color: #ff1053;
}
.home_icon_box.home6 p {
  color: #0a0a0a;
}
.home_icon_box.home8 .icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
}
.home_icon_box.home8.one .icon span {
  color: #ecd06f;
}
.home_icon_box.home8.one p {
  color: #ecd06f;
}
.home_icon_box.home8.two .icon span {
  color: #df6c4f;
}
.home_icon_box.home8.two p {
  color: #df6c4f;
}
.home_icon_box.home8.three .icon span {
  color: #00a78e;
}
.home_icon_box.home8.three p {
  color: #00a78e;
}
.home_icon_box.home8.four .icon span {
  color: #00bce4;
}
.home_icon_box.home8.four p {
  color: #00bce4;
}
.divider.home5 {
  padding: 170px 135px;
}
.divider-btn {
  line-height: 40px;
}
.home1-divider2 {
  background-image: url(../images/background/3.jpg);
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 145px 0 145px;
  position: relative;
}
.home1-divider2:before {
  background-color: rgb(36 65 231 / 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.app_grid h1 {
  margin-bottom: 5px;
  font-size: 26px;
}
.app_grid h1,
.app_grid p {
  color: #fff;
}
.app_grid p {
  margin-bottom: 40px;
}
.app_grid button:last-child {
  margin-right: 0;
}
.app_grid .apple_btn,
.app_grid .play_store_btn {
  background-color: #fff0;
  border-radius: 5px;
  border: 2px solid rgb(255 255 255 / 0.4);
  color: #fff;
  height: 75px;
  line-height: normal;
  margin-right: 30px;
  position: relative;
  -ms-text-align-last: auto;
  text-align: left;
  width: 210px;
}
.app_grid .apple_btn {
  width: 230px;
}
.app_grid .apple_btn:hover,
.app_grid .play_store_btn:hover {
  border: 2px solid #fff0;
  cursor: pointer;
}
.app_grid .apple_btn .icon,
.app_grid .play_store_btn .icon {
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-left: 15px;
}
.app_grid .apple_btn .title,
.play_store_btn .title {
  display: block;
  font-size: 16px;
  font-family: "Nunito";
  margin-top: 3px;
}
.app_grid .apple_btn .subtitle,
.play_store_btn .subtitle {
  font-size: 13px;
  font-family: "Nunito";
}
.phone_img {
  position: absolute;
  right: 0;
  top: -80px;
}
.app_grid.home13 .apple_btn,
.app_grid.home13 .play_store_btn {
  background-color: #0a0a0a;
  border-radius: 5px;
  border: 2px solid #0a0a0a;
  color: #fff;
  height: 75px;
  line-height: normal;
  margin-right: 30px;
  position: relative;
  -ms-text-align-last: auto;
  text-align: left;
  width: 100%;
}
.app_grid.home13 .apple_btn:hover,
.app_grid.home13 .play_store_btn:hover {
  background-color: #0067da;
  border: 2px solid #0067da;
  color: #fff;
}
.app_grid.home13 .apple_btn:hover .subtitle,
.app_grid.home13 .play_store_btn:hover .subtitle,
.app_grid.home13 .apple_btn:hover .icon,
.app_grid.home13 .play_store_btn:hover .icon {
  color: #fff;
}
.app_grid.home13 .apple_btn .subtitle,
.app_grid.home13 .play_store_btn .subtitle,
.app_grid.home13 .apple_btn .icon,
.app_grid.home13 .play_store_btn .icon {
  color: #969696;
}
.img_hvr_box {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 30px 55px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_hvr_box:before {
  background-color: rgb(10 10 10 / 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_hvr_box:hover {
  cursor: pointer;
  margin-top: -10px;
}
.img_hvr_box:hover:before {
  background-color: rgb(36 65 231 / 0.8);
}
.img_hvr_box.home3:hover:before {
  background-color: rgb(54 159 219 / 0.8);
}
.img_hvr_box .overlay .details {
  display: block;
  position: relative;
}
.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p {
  color: #fff;
  margin-bottom: 0;
}
.img_hvr_box .overlay .details h5 {
  font-size: 18px;
  font-weight: 700;
}
.img_hvr_box .overlay .details p {
  font-size: 15px;
}
.home7_row {
  margin-top: -105px;
}
.img_hvr_box.home7 {
  height: 200px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  width: 307px;
}
.img_hvr_box.home7 .overlay {
  margin-top: 30px;
}
.img_hvr_box.home7 .overlay .details h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.img_hvr_box.home7:before {
  background-color: rgb(236 208 111 / 0.9);
}
.img_hvr_box.home7.two:before {
  background-color: rgb(255 16 83 / 0.9);
}
.img_hvr_box.home7.three:before {
  background-color: rgb(0 167 142 / 0.9);
}
.img_hvr_box.home7.four:before {
  background-color: rgb(0 188 228 / 0.9);
}
.courses_all_btn .btn {
  border: 2px solid;
  border-radius: 25px;
  font-size: 15px;
  height: 50px;
  line-height: 47px;
  margin-top: 30px;
  padding: 0 60px;
}
.courses_all_btn.home3 .btn {
  border-color: #369fdb;
  color: #369fdb;
}
.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus {
  background-color: #369fdb;
  color: #fff;
}
.course-single2 {
  background-color: #f9fafc;
}
.courses_single_container {
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor .cs_instrct_list li {
  margin-right: 15px;
}
.cs_row_one .cs_instructor .cs_instrct_list li .thumb {
  height: 50px;
  width: 50px;
}
.cs_row_one .cs_instructor .cs_instrct_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_instrct_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #0a0a0a;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li:first-child a {
  font-size: 20px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a {
  border-radius: 5px;
  background-color: #2441e7;
  color: #fff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span {
  font-size: 13px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 2.2;
}
.cs_row_one .cs_title {
  font-size: 26px;
  color: #0a0a0a;
  line-height: 1.2;
}
.cs_row_one .cs_title.style2 {
  font-size: 35px;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller {
  margin-bottom: 15px;
}
.cs_row_one .cs_review_seller li {
  margin-right: 4px;
}
.cs_row_one .cs_review_seller li a {
  font-size: 13px;
  font-family: "FontAwesome";
  color: #d0d23c;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller li:first-child {
  margin-right: 15px;
}
.cs_row_one .cs_review_seller li:first-child a {
  border-radius: 5px;
  background-color: #ff1053;
  color: #fff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.cs_row_one .cs_review_seller li:first-child a span {
  font-size: 13px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 2.2;
}
.cs_row_one .cs_review_seller li:last-child a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll {
  margin-bottom: 30px;
}
.cs_row_one .cs_review_enroll li {
  margin-right: 15px;
}
.cs_row_one .cs_review_enroll li a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll li a span {
  padding-right: 6px;
}
.cs_row_one .courses_big_thumb {
  margin-bottom: 30px;
}
.cs_row_one .courses_big_thumb .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.cs_ins_container .courses_big_thumb .iframe_video {
  border-radius: 5px;
  min-height: 540px;
  max-width: 960px;
}
.cs_row_one .courses_big_thumb .thumb img {
  border-radius: 5px;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon:before {
  bottom: 0;
  background-color: rgb(0 0 0 / 0.3);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
  top: 58%;
}
.cs_row_one.csv3 .cs_review_enroll {
  display: inline;
}
.cs_row_two .cs_overview {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  margin-bottom: 30px;
  padding: 30px;
}
.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  border-width: 0;
  margin-top: 30px;
}
.cs_row_two .cs_overview .title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 22px;
}
.cs_row_two .cs_overview h4 {
  font-family: "Nunito";
  font-size: 18px;
  color: #3b3b3b;
  line-height: 1.333;
  margin-bottom: 10px;
}
.cs_row_two .cs_overview p {
  font-family: "Open Sans";
  font-size: 15px;
  color: #7e7e7e;
  line-height: 1.6;
}
.cs_row_two .cs_overview ul.cs_course_syslebus {
  margin-bottom: 17px;
  margin-right: 100px;
}
.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2 {
  display: inline-block;
}
.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p {
  font-family: "Open Sans";
  font-size: 15px;
  color: #7e7e7e;
  display: inline;
  line-height: 2.8;
  margin-bottom: 0;
  padding-left: 10px;
}
.cs_row_two .cs_overview ul.list_requiremetn li i {
  font-size: 10px;
  color: #7e7e7e;
}
.cs_row_two .cs_overview ul.list_requiremetn li p {
  color: #7e7e7e;
  font-family: "Open Sans";
  font-size: 15px;
  display: inline;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 13px;
}
.cs_row_three .course_content {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}
.cs_row_three .course_content .cc_headers {
  position: relative;
}
.cs_row_three .course_content h4.title {
  font-size: 20px;
  color: #0a0a0a;
  float: left;
  line-height: 1.2;
  font-weight: 600;
}
.cs_row_three .course_content .details {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_three .course_content .details .cc_tab {
  margin-top: 10px;
}
.cs_row_three .course_content .details .cc_tab h4.panel-title {
  font-size: 18px;
  font-family: "Nunito";
  color: #3b3b3b;
  line-height: 1.7;
  border-radius: 5px;
  background-color: #edeff7;
  height: 50px;
  padding: 10px 20px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
  border-bottom: 1px solid #eee;
  padding: 20px 25px;
}
.cs_row_three
  .course_content
  .details
  .cc_tab
  .panel-body
  .cs_list
  li:last-child {
  border-bottom: none;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.6;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span {
  padding-right: 4px;
}
.cs_row_three
  .course_content
  .details
  .cc_tab
  .panel-body
  .cs_list
  li
  a
  span.cs_preiew {
  float: right;
  margin-right: 50px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a {
  color: #2441e7;
}
.cs_row_three
  .course_content
  .details
  .cc_tab
  .panel-body
  .cs_list
  li
  a
  span.cs_time {
  float: right;
}
.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.cs_row_six .sfeedbacks .sspd_review_liked {
  background-color: #edeff7;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  max-width: 200px;
}
.cs_row_six .sfeedbacks .sspd_review_liked a {
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 2.714;
}
.cs_row_six.csv2.style2 {
  overflow: hidden;
}
.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 25px;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .about_ins_info {
  float: left;
}
.cs_row_four .about_ins_container .details {
  padding-left: 160px;
}
.cs_row_four .about_ins_container .details h4 {
  font-size: 20px;
  font-family: "Nunito";
  color: #0a0a0a;
  margin-bottom: 0;
  line-height: 1.5;
}
.cs_row_four .about_ins_container .details .subtitle {
  font-size: 14px;
  font-family: "Open Sans";
  color: #898989;
  margin-bottom: 15px;
  line-height: 1.714;
}
.cs_row_four .about_ins_container .details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li:first-child p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  margin-bottom: 0;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .review_list {
  float: left;
  margin-right: 80px;
}
.cs_row_four.csv2 .about_ins_container .details .review_list {
  margin-right: 50px;
}
.cs_row_four.csv2 .about_ins_container .details .about_info_list li {
  margin-right: 15px;
}
.cs_row_four .about_ins_container .details .review_list li {
  margin-right: 4px;
}
.cs_row_four .about_ins_container .details .review_list li i {
  font-size: 13px;
  color: #d0d23c;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .details .about_info_list li {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
  margin-right: 30px;
}
.cs_row_four .about_ins_container .details .about_info_list li:last-child {
  margin-right: 0;
}
.cs_row_four .about_ins_container .details .about_info_list li span {
  padding-right: 10px;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
  border-radius: 5px;
  max-width: 470px;
  padding-left: 100px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills {
  margin-bottom: 30px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills li {
  color: #4f4f4f;
  font-size: 14px;
  font-family: "Open Sans";
  float: left;
  line-height: 1.2;
}
.cs_row_five
  .student_feedback_container
  .s_feeback_content
  .sonny_progressbar
  .bar {
  background-color: #d0d23c !important;
}
.cs_row_five
  .student_feedback_container
  .s_feeback_content
  .sonny_progressbar
  .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.cs_row_five
  .student_feedback_container
  .s_feeback_content
  .sonny_progressbar
  p.title {
  float: right;
  margin-right: -50px;
  margin-top: -10px;
}
.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar {
  border-radius: 5px;
  max-width: 170px;
  padding-left: 100px;
}
.my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
  margin-left: -190px;
  margin-right: 130px;
  margin-top: 10px;
}
.my_course_content_list .mc_content_list .sonny_progressbar p.title {
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -10px;
}
.cs_row_five .student_feedback_container .aii_average_review {
  border-radius: 5px;
  background-color: #edeff7;
  height: 180px;
  position: absolute;
  right: 30px;
  top: 45px;
  width: 230px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content {
  margin-top: 45px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content h2 {
  font-size: 50px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 0.6;
}
.cs_row_five
  .student_feedback_container
  .aii_average_review
  .av_content
  .aii_rive_list
  li {
  font-size: 13px;
  font-family: "FontAwesome5FreeSolid";
  color: #d0d23c;
  margin-right: 3px;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.2;
}
.r_course_title {
  font-size: 26px;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 30px;
}
.mbp_first.media.csv1.style2 {
  position: relative;
}
.mbp_first.media.csv1.style2:before {
  bottom: -30px;
  background-color: #dedede;
  content: "";
  position: absolute;
  height: 1px;
  left: -30px;
  right: -30px;
  width: 105%;
}
.top_courses {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses.home2 {
  border: none;
}
.top_courses.home2 .details .tc_content h5 {
  height: 46px;
}
.top_courses .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.top_courses .thumb:before {
  background-color: rgb(0 0 0 / 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay .tag {
  background-color: #c75533;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
}
.top_courses .thumb .overlay .icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.top_courses .thumb .overlay .tag,
.top_courses .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_courses:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -o-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses:hover .thumb .overlay:before {
  background-color: rgb(0 0 0 / 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses.home8:hover .thumb .overlay:before {
  background-color: rgb(25 38 117 / 0.7);
}
.top_courses.home8 .wc_age_seat li a {
  color: #7e7e7e;
  font-size: 13px;
}
.top_courses:hover .thumb .overlay .tag,
.top_courses:hover .thumb .overlay a.tc_preview_course {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses .thumb .overlay a.tc_preview_course {
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.top_courses .details {
  position: relative;
}
.top_courses .details .tc_content {
  padding: 20px;
}
.top_courses .details .tc_content p {
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
}
.top_courses .details .tc_content h5 {
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_content h5 {
  color: #0a0a0a;
  font-family: "Nunito";
  line-height: 1.333;
}
.top_courses .details .tc_content .tc_review {
  margin-bottom: 0;
}
.top_courses .details .tc_content .tc_review li a i {
  color: #d0d23c;
}
.top_courses .details .tc_content .tc_review li {
  margin-right: 4px;
  font-size: 14px;
}
.top_courses .details .tc_footer {
  border-top: 1px solid #eee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.top_courses .details .tc_footer .tc_meta {
  margin-bottom: 0;
}
.top_courses .details .tc_footer .tc_meta li {
  margin-right: 4px;
}
.top_courses .details .tc_footer .tc_meta li a {
  font-size: 14px;
}
.top_courses .details .tc_footer .tc_meta li:nth-child(2) {
  margin-right: 10px;
}
.top_courses .details .tc_footer .tc_meta li .flaticon-comment {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.top_courses .details .tc_footer .tc_price {
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_footer .tc_price {
  color: #192675;
}
.top_courses.home11 .details .tc_content .course_price {
  background-color: #23ad96;
  border-radius: 50%;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 67px;
  line-height: 67px;
  position: absolute;
  right: 10px;
  top: -35px;
  width: 67px;
}
.top_courses.home11:hover .details .tc_content .course_price {
  background-color: #ee7555;
}
.top_courses.home12 {
  -webkit-box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
  -moz-box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
  box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
}
.top_courses.home13 {
  border: none;
}
.top_courses.home13 .details .tc_content .tc_price {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 1.2;
}
.top_courses.home13 .details .tc_footer {
  border: none;
}
.top_courses.home13:hover {
  -webkit-box-shadow: 0 1px 35px 0 rgb(32 51 103 / 0.1);
  -moz-box-shadow: 0 1px 35px 0 rgb(32 51 103 / 0.1);
  box-shadow: 0 1px 35px 0 rgb(32 51 103 / 0.1);
}
.top-courses.home14 {
  background-color: #f5f6fd;
}
.top_courses.home14 {
  background-color: #fff;
  border: none;
  display: inline-flex;
  padding: 10px;
  width: 100%;
}
.top_courses.home14:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.top_courses.home14 .details .tc_content h5 {
  height: 25px;
  overflow: hidden;
}
.top_courses.home14 .details .tc_footer {
  border: none;
}
.top_courses.home14 .thumb {
  border-radius: 4px;
  overflow: hidden;
  max-width: 245px;
  min-width: 245px;
}
.container-fluid.style2 {
  max-width: 1720px;
  width: 90%;
}
.courses-list {
  background-color: #f9fafc;
}
.my_course_content {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  position: relative;
  padding: 20px 0 0;
}
.courses_list_heading,
.my_course_content_header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.my_course_content_header {
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 20px 30px;
}
.my_course_content_list {
  position: relative;
}
.my_course_content_list h5.title {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.my_course_content_list .mc_content_list {
  border-bottom: 1px solid #eee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
}
.my_course_content_list .mc_content_list:hover {
  background-color: #f9fafc;
}
.my_course_content_list .mc_content_list:hover .view_edit_delete_list {
  opacity: 1;
}
.my_course_content_list .mc_content_list:last-child {
  border-bottom: none;
}
.my_course_content_list .mc_content_list .thumb {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 20px;
  min-height: 150px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
}
.my_course_content_list .mc_content_list .thumb .overlay {
  background-color: rgb(0 0 0 / 0.5);
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my_course_content_list .mc_content_list:hover .thumb .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-align: center;
}
.my_course_content_list .mc_content_list .thumb .overlay ul {
  margin-top: 110px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li {
  border-radius: 17.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff0;
  height: 35px;
  text-align: center;
  width: 100px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .thumb img {
  border-radius: 5px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul {
  display: inline;
}
.my_course_content_list .mc_content_list .details .mc_footer ul:first-child {
  margin-right: 25px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li {
  margin-right: 3px;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_footer
  ul.mc_review
  li.tc_price {
  font-size: 18px;
  font-family: "Nunito";
  color: #c75533;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 15px;
}
.my_course_content_list .mc_content_list .details .mc_footer {
  margin-top: 23px;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_footer
  ul.mc_review
  li.tc_price
  a {
  color: #c75533;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_footer
  ul.mc_review
  li:nth-child(6)
  a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_footer
  ul.mc_review
  li
  a
  i {
  color: #d0d23c;
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
  margin-bottom: 5px;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle .title {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span {
  border-radius: 5px;
  background-color: #1bd54b;
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 90px;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_content
  h5.title
  span.style2 {
  background-color: #ff1053;
}
.my_course_content_list
  .mc_content_list
  .details
  .mc_content
  h5.title
  span
  .tag {
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .details .mc_content p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.714;
}
.my_setting_content {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  position: relative;
}
.my_setting_content_header {
  border-bottom: 1px solid #eee;
  padding: 30px;
}
.my_setting_content_details {
  padding: 30px;
}
.my_profile_setting_input label,
.my_profile_setting_input2 label {
  font-size: 14px;
  font-family: "Open Sans";
  color: #0a0a0a;
  line-height: 1.2;
}
.my_profile_setting_input .form-control,
.my_profile_setting_input2 .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff0;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  height: 48px;
  margin-bottom: 30px;
}
.my_profile_setting_input .form-control:focus,
.my_profile_setting_input2 .form-control:focus {
  outline: none;
}
.my_setting_savechange_btn {
  border-radius: 5px;
  background-color: #2441e7;
  font-size: 15px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 1.2;
  height: 55px;
  width: 150px;
}
.view_edit_delete_list {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.view_edit_delete_list li:hover {
  cursor: pointer;
}
.view_edit_delete_list li:first-child {
  background-color: #8e9298;
}
.view_edit_delete_list li:nth-child(2) {
  background-color: #2441e7;
}
.view_edit_delete_list li:last-child {
  background-color: #ff1053;
}
.view_edit_delete_list li {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.view_edit_delete_list li a span {
  color: #fff;
  font-size: 20px;
}
.courses_list_heading.style2 {
  box-shadow: none;
}
.courses_container {
  position: relative;
}
.courses_container.style2 {
  box-shadow: none;
}
.courses_container .courses_list_content {
  border-bottom: 1px solid #eee;
  padding: 20px;
  position: relative;
}
.courses_container .courses_list_content:hover {
  background-color: #f9fafc;
}
.courses_list_content .top_courses.list {
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
.courses_list_content .top_courses.list {
  background-color: #fff0;
}
.courses_list_content .top_courses.list:hover {
  box-shadow: none;
}
.courses_list_content .top_courses.list .details .tc_content p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.714;
}
.courses_list_content .top_courses.list:hover .details .tc_content h5 {
  color: #2441e7;
}
.original_price {
  font-size: 13px;
  font-family: "Nunito";
  color: #7e7e7e;
  line-height: 1.2;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review {
  margin-bottom: 0;
  margin-right: 20px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li {
  margin-right: 4px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li a {
  font-size: 13px;
  color: #d0d23c;
  line-height: 1.2;
}
.courses_list_content
  .top_courses.list
  .details
  .tc_footer
  ul.tc_review
  li:last-child
  a {
  color: #7e7e7e;
}
.courses_list_content .top_courses.list .details .tc_content {
  padding: 0 0 20px 15px;
}
.courses_list_content .top_courses.list .details .tc_footer {
  padding: 0 20px;
}
.courses_list_content .top_courses.list .thumb {
  border-radius: 5px;
  overflow: hidden;
  width: 450px;
}
.courses_list_content .top_courses.list .details .tc_footer {
  border: none;
}
.hvr_img_box_container {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 0.09);
  -moz-box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 0.09);
  box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 0.09);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.hvr_img_box_container:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.hvr_img_box_container .hvr_img_box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container:hover .hvr_img_box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hvr_img_box {
  position: relative;
  padding: 60px 50px;
}
.hvr_img_box.imgs {
  height: 100%;
  position: absolute;
  width: 100%;
}
.hvr_img_box_container:hover:before {
  background-color: rgb(0 0 0 / 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container .overlay .details {
  display: block;
  height: 250px;
  padding: 60px 50px;
  position: relative;
  width: 300px;
  z-index: 9;
}
.hvr_img_box_container .overlay .details h5 {
  color: #0a0a0a;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hvr_img_box_container .overlay .details p {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.hvr_img_box_container .overlay .details a {
  color: #192675;
  font-size: 14px;
  line-height: 24px;
}
.hvr_img_box_container .overlay .details a span.span {
  padding-left: 15px;
}
.hvr_img_box_container:hover .overlay .details h5,
.hvr_img_box_container:hover .overlay .details p,
.hvr_img_box_container:hover .overlay .details a {
  color: #fff;
}
.hvr_img_box_container.home13 {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1.732px 20px 0 rgb(34 34 34 / 0.05);
  -moz-box-shadow: 1px 1.732px 20px 0 rgb(34 34 34 / 0.05);
  box-shadow: 1px 1.732px 20px 0 rgb(34 34 34 / 0.05);
  margin-top: -120px;
  z-index: 1;
}
.hvr_img_box_container.home13:hover {
  margin-top: -140px;
}
.hvr_img_box_container.home13:hover:before {
  background-color: #fff;
}
.hvr_img_box_container.home13 .overlay .details h5 {
  font-size: 18px;
  font-family: "Nunito";
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.hvr_img_box_container.home13 .overlay .details p {
  font-size: 14px;
  font-family: "Nunito";
  color: #222;
  line-height: 1.714;
}
.hvr_img_box_container.home13:hover .overlay .details p {
  color: #222;
}
.hvr_img_box_container.home13 .overlay .details {
  height: auto;
  padding: 20px 40px 35px;
}
.hvr_img_box_container.home13 .overlay .details .icon span {
  color: #222;
  font-size: 80px;
}
.pjc_all_btn {
  margin-top: 25px;
}
.pjc_all_btn a.btn {
  border-radius: 4px;
  line-height: 45px;
  padding: 5px 40px;
}
.pjc_all_btn.home5 a.btn {
  border: 1px solid #262626;
  color: #262626;
}
.pjc_all_btn.home5 a.btn:hover {
  border: 1px solid #2441e7;
  color: #fff;
}
.funfact_one .icon {
  color: #fff;
  font-size: 70px;
  line-height: initial;
}
.funfact_one .details ul {
  margin-bottom: 0;
}
.funfact_one .details .timer,
.funfact_one .details ul li {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: -2px;
}
.funfact_one .details ul li:last-child {
  margin: 0;
}
.funfact_one .details h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.funfact_one.home13 .details h5 {
  color: #222;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 1.333;
}
.funfact_two_details li {
  margin-right: 100px !important;
}
.funfact_two .details .timer {
  color: #0a0a0a;
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  line-height: 1.2;
}
.funfact_two .details h5 {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
}
.about_whoweare h4 {
  color: #0a0a0a;
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  line-height: 1.2;
}
.about_whoweare p {
  margin-bottom: 0;
}
.funfact_one .timer {
  color: #fff;
  font-size: 25px;
}
.funfact_one p {
  margin-bottom: 0;
}
.funfact_one.home6 {
  text-align: center;
}
.funfact_one.home6 .icon {
  color: #1fbda5;
  font-size: 60px;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 6px;
}
.funfact_one.home6 .timer {
  color: #252834;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}
.funfact_one.home6:hover .icon {
  color: #252834;
}
.brdr_left_right {
  position: relative;
}
.brdr_left_right:before {
  background-color: #383838;
  bottom: 0;
  content: "";
  height: 40px;
  left: -30px;
  position: absolute;
  top: 25px;
  width: 1px;
}
.brdr_left_right.home6:before {
  left: -15px;
}
.brdr_left_right.home3:before {
  background-color: #d5d6d8;
}
.footer_middle_area.home6 {
  background-color: #fff;
  position: relative;
}
.footer_social_widget {
  position: relative;
  text-align: right;
}
.footer_middle_area.home3 .footer_social_widget p {
  color: #969ca9;
}
.footer_social_widget ul {
  margin-bottom: 0;
}
.footer_social_widget li {
  color: #969696;
  padding-left: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_social_widget li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.footer_social_widget li:hover a {
  color: #2196f3;
}
.footer_middle_area.home3 .footer_social_widget li a {
  color: #969696;
}
.footer_middle_area.home3 .footer_social_widget li:hover a,
.footer_middle_area.home4 .footer_social_widget li:hover a {
  color: #0a0a0a;
}
.footer_social_widget.home8 li a {
  color: #969696;
}
.footer_social_widget.home8 li:hover a {
  color: #0a0a0a;
}
.footer_middle_area {
  border-top: 1px solid #383838;
}
.footer_middle_area,
.footer_one {
  background-color: #151515;
}
.footer_bottom_area {
  background-color: #0a0a0a;
}
.copyright-widget p {
  margin-bottom: 0;
  font-size: 13px;
  color: #999;
}
.footer_one.home3,
.footer_one.home4 {
  background-color: #f9fafc;
}
.footer_one.home3:before {
  background-image: url(../images/background/1.png);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}
.footer_middle_area.home3 {
  border-top: 1px solid #e5e8ef;
  background-color: #f9fafc;
}
.footer_bottom_area.home3 {
  background-color: #ebeef4;
}
.footer_bottom_area.home3 .copyright-widget p,
.footer_bottom_area.home4 .copyright-widget p {
  color: #969696;
}
.footer_bottom_area.home4 {
  background-color: #fafafa;
}
.footer_middle_area.home4 {
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
}
.footer_one.home8 {
  background-color: #fff0;
}
.footer_one.home8:before {
  background-image: url(../images/background/3.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}
.footer_one.home5 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.footer_contact_widget p {
  color: #d3e4f3;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
}
.footer_contact_widget h4,
.footer_company_widget h4,
.footer_program_widget h4,
.footer_support_widget h4,
.footer_apps_widget h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer_contact_widget li a,
.footer_company_widget li a,
.footer_program_widget li a,
.footer_support_widget li a {
  color: #d3e4f3;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_contact_widget li:hover a,
.footer_company_widget li:hover a,
.footer_program_widget li:hover a,
.footer_support_widget li:hover a {
  color: #fff;
  padding-left: 10px;
}
.footer_apps_widget .app_grid .apple_btn,
.footer_apps_widget .app_grid .play_store_btn {
  background-color: #0a0a0a;
  border: none;
  border-radius: 4px;
  height: 75px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}
.footer_apps_widget .app_grid .apple_btn:hover,
.footer_apps_widget .app_grid .play_store_btn:hover {
  background-color: #3452ff;
}
.footer_apps_widget .app_grid .play_store_btn {
  margin-bottom: 0;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .play_store_btn span {
  margin-right: 5px;
}
.footer_apps_widget .app_grid .apple_btn span.title,
.footer_apps_widget .app_grid .play_store_btn span.title {
  color: #fff;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .apple_btn span.subtitle,
.footer_apps_widget .app_grid .play_store_btn span,
.footer_apps_widget .app_grid .play_store_btn span.subtitle {
  color: #969696;
}
.footer_apps_widget .app_grid .apple_btn:hover span,
.footer_apps_widget .app_grid .apple_btn:hover span.subtitle,
.footer_apps_widget .app_grid .play_store_btn:hover span,
.footer_apps_widget .app_grid .play_store_btn:hover span.subtitle {
  color: #fff;
}
.footer_apps_widget.home3 .app_grid .apple_btn:hover,
.footer_apps_widget.home3 .app_grid .play_store_btn:hover {
  background-color: #369fdb;
}
.footer_apps_widget .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .apple_btn:active,
.footer_apps_widget.home3 .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .play_store_btn:active,
.footer_apps_widget.home3 .app_grid .play_store_btn:focus {
  box-shadow: none;
  outline: none;
}
.logo-widget {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.logo-widget span {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.logo-widget.home3 span {
  color: #051925;
}
.logo-widget.home8 span {
  background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.footer_menu_widget ul {
  margin-bottom: 0;
}
.footer_menu_widget ul li {
  padding-right: 25px;
  vertical-align: middle;
  padding-top: 7px;
}
.footer_menu_widget ul li a {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_menu_widget ul li a:hover {
  color: #fff;
}
.footer_menu_widget.home3 ul li a:hover {
  color: #0a0a0a;
}
.footer_contact_widget.home3 h4,
.footer_company_widget.home3 h4,
.footer_program_widget.home3 h4,
.footer_support_widget.home3 h4,
.footer_apps_widget.home3 h4,
.footer_contact_widget.home4 h4,
.footer_company_widget.home4 h4,
.footer_program_widget.home4 h4,
.footer_support_widget.home4 h4,
.footer_apps_widget.home4 h4,
.footer_one.home3 .footer_company_widget li:hover a,
.footer_one.home3 .footer_contact_widget li:hover a,
.footer_one.home3 .footer_program_widget li:hover a,
.footer_one.home3 .footer_support_widget li:hover a,
.footer_one.home4 .footer_company_widget li:hover a,
.footer_one.home4 .footer_contact_widget li:hover a,
.footer_one.home4 .footer_program_widget li:hover a,
.footer_one.home4 .footer_support_widget li:hover a {
  color: #051925;
}
.footer_contact_widget.home8 p {
  line-height: 30px;
  color: #6f7074;
}
.footer_one.home8 .footer_menu_widget ul li a {
  color: #6f7074;
}
.footer_one.home8:after {
  background-color: #e2e9f0;
  bottom: 80px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.logo-widget.home8 {
  margin-left: 150px;
}
.footer_apps_widget .mailchimp_form .form-control {
  background-color: #1a1a1a;
  border: 1px solid #fff0;
  border-radius: 4px;
  box-shadow: none;
  color: #707070;
  height: 52px;
  width: 80%;
}
.footer_apps_widget .mailchimp_form button {
  background-color: #2441e7;
  border: #fff0;
  height: 52px;
  width: 52px;
}
.footer_company_widget.home5 h4,
.footer_program_widget.home5 h4,
.footer_apps_widget.home5 h4 {
  color: #262626;
}
.footer_one.home3 .footer_contact_widget li a,
.footer_one.home3 .footer_company_widget li a {
  color: #969ca9;
}
.footer_one.home3 .footer_apps_widget .mailchimp_form button {
  background-color: #1c327e;
}
.footer_one.home6 .footer_apps_widget .mailchimp_form button {
  background-color: #333745;
}
.mailchimp_form.home5 .form-control {
  background-color: #fafafa;
}
.footer_apps_widget.home6 .mailchimp_form .form-control {
  background-color: #101219;
}
.footer_menu {
  padding-left: 60px;
}
.footer_menu ul li:last-child {
  border-radius: 4px;
}
.footer_menu ul li:last-child a {
  background-color: transparent !important;
  color: #7c7c7c;
  padding-left: 20px;
}
.footer_menu ul li:last-child:hover a {
  color: #7c7c7c;
}
.footer_menu ul li .bootstrap-select > .dropdown-toggle {
  background-color: #2f2b2b;
  box-shadow: none !important;
  border: #fff0;
  color: #fff;
  height: 45px;
  line-height: 35px;
  margin-left: 15px;
  outline: none !important;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: 130px;
  z-index: 1;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff0;
  box-shadow: none;
  color: #fff;
}
.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
  outline: none;
}
.footer_menu ul li .bootstrap-select {
  width: auto !important;
}
.footer_bottom_area.home3
  .footer_menu
  ul
  li
  .bootstrap-select
  > .dropdown-toggle {
  background-color: #1f2532;
}
.footer_bottom_area.home4
  .footer_menu
  ul
  li
  .bootstrap-select
  > .dropdown-toggle {
  background-color: #ededed;
  border-radius: 22.5px;
  color: #8b8b8b;
}
.footer_bottom_area.home5 {
  background-color: #fff;
}
.footer_bottom_area.home5
  .footer_menu
  ul
  li
  .bootstrap-select
  > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #8b8b8b;
}
.footer_one.home6 {
  background-color: #1b1e28;
}
.footer_one.home6 {
  border-bottom: 1px solid #363a48;
}
.inner_page_breadcrumb {
  background-image: url(../images/Our-Product.jpg);
  background-repeat: no-repeat;
  height: 350px;
  margin-top: -1px;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 767.99px) {
  .inner_page_breadcrumb {
    height: 250px;
  }
}
.inner_page_breadcrumb .breadcrumb_content {
  margin-top: 100px;
}
.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content {
  margin-top: 100px;
}
.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
  background-color: #fff0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  padding-top: 5px;
}
.inner_page_breadcrumb .breadcrumb_title {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner_page_breadcrumb .breadcrumb_title li:first-child {
  color: #7f7f7f;
}
.inner_page_breadcrumb .breadcrumb_title li:last-child {
  color: #221f1f;
}
.inner_page_breadcrumb .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  text-transform: capitalize;
}
.about_content p {
  line-height: 30px;
}
.about_content .btn {
  border-radius: 4px;
  font-size: 16px;
  width: 188px;
}
.home3_about,
.home3_about2 {
  overflow: hidden;
}
.about_home3 {
  margin-top: 100px;
}
.about_home3 h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.about_home3 h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about_home3 p {
  margin-bottom: 0;
  max-width: 560px;
}
.about_home3 a.about_btn_home3 {
  background-color: #fff;
  border: 2px solid #369fdb;
  border-radius: 25px;
  color: #369fdb;
  height: 50px;
  line-height: 35px;
  margin-top: 40px;
  width: 180px;
}
.about_home3 a.about_btn_home3:hover,
.about_home3 a.about_btn_home3:active,
.about_home3 a.about_btn_home3:focus {
  background-color: #369fdb;
  color: #fff;
}
.about_home3 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 50px;
}
.about_home3 .partners_thumb_list li {
  margin-right: 55px;
}
.about_home3 .partners_thumb_list li:last-child {
  margin-right: 0;
}
.home3_about_icon_box {
  border-radius: 5px;
  display: block;
  margin-bottom: 45px;
  padding: 30px 60px 35px 40px;
  position: relative;
  z-index: 1;
}
.home3_about_icon_box.home8 {
  padding: 70px 60px 60px 45px;
}
.home3_about_icon_box .icon {
  font-size: 70px;
}
.home3_about_icon_box .icon span {
  color: #fff;
}
.home3_about_icon_box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.home3_about_icon_box h4,
.home3_about_icon_box p {
  color: #fff;
  font-weight: 700;
}
.home3_about_icon_box p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.home3_about_icon_box.one {
  background-color: #ecd06f;
  margin-top: -50px;
}
.home3_about_icon_box.two {
  background-color: #ff1053;
  margin-top: -80px;
}
.home3_about_icon_box.three {
  background-color: #00a78e;
  margin-bottom: 0;
}
.home3_about_icon_box.four {
  background-color: #00bce4;
  margin-bottom: 0;
  margin-top: -25px;
}
.home3_about_icon_box.five {
  background-color: #2ac4ea;
  margin-top: -50px;
}
.home3_about_icon_box.six {
  background-color: #3452ff;
  margin-bottom: 0;
}
.home3_about_icon_box.seven {
  background-color: #fbbc05;
  margin-bottom: 0;
  margin-top: -25px;
}
.about_home3_shape_container {
  position: relative;
}
.about_home3_shape {
  bottom: -210px;
  position: absolute;
  right: -306px;
}
.about_home3_shape2 {
  bottom: -500px;
  left: -306px;
  position: absolute;
  z-index: -1;
}
.about_home3_shape3 {
  bottom: -160px;
  position: absolute;
  right: -306px;
  z-index: -1;
}
.about_home4_shape4 {
  bottom: 550px;
  position: absolute;
  left: -225px;
  z-index: -1;
}
.about_home3_shape.home8 {
  bottom: 70px;
  z-index: -1;
}
.about_home3_shape2.home8 {
  bottom: -300px;
}
.about_home3_shape3.home8 {
  bottom: 350px;
}
.about2_home3 {
  margin-top: 100px;
}
.about2_home3 h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.about2_home3 p {
  font-size: 16px;
  margin-bottom: 0;
}
.about2_home3 a.about_btn_home3 {
  background-color: #fff;
  border: 2px solid #051925;
  border-radius: 25px;
  color: #051925;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 180px;
}
.about2_home3 a.about_btn_home3:hover,
.about2_home3 a.about_btn_home3:active,
.about2_home3 a.about_btn_home3:focus {
  background-color: #051925;
  color: #fff;
}
.instructor_col {
  text-align: center;
  margin-bottom: 40px;
}
.instructor_col .thumb img {
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.instructor_col .details p {
  font-size: 14px;
  margin-bottom: 0;
}
.instructor_col .details ul {
  margin-top: 10px;
}
.instructor_col .details ul li {
  margin-right: 4px;
}
.instructor_col .details ul li a {
  color: #d0d23c;
}
.instructor_col .details ul li:last-child a {
  color: #7e7e7e;
}
.instructor_personal_infor {
  position: relative;
}
.instructor_personal_infor .instructor_thumb {
  margin-bottom: 70px;
  margin-top: -140px;
}
.instructor_personal_infor .instructor_thumb img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.instructor_personal_infor h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.instructor_personal_infor p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
  margin-bottom: 20px;
}
.instructor_personal_infor .instructor_estimate {
  margin-bottom: 30px;
}
.instructor_personal_infor .instructor_estimate li {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.about_box_home6 .details {
  position: relative;
}
.about_box_home6 .details h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.about_box_home6 .details p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 35px;
  max-width: 540px;
}
.about_box_home6 .details a {
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
  height: 50px;
  line-height: 30px;
  width: 200px;
}
.about_box_home6 .thumb,
.about_box_home7 .thumb {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.about_box_home6 .thumb:before,
.about_box_home7 .thumb:before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 410px;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 630px;
  z-index: -1;
}
.about_box_home7 .thumb:before {
  background-color: #f9f9f9;
}
.smp_icon_box {
  position: relative;
}
.smp_icon_box .icon {
  margin-bottom: 15px;
}
.smp_icon_box .details h4 {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.smp_icon_box .details p {
  color: #131313;
  font-size: 15px;
  line-height: 30px;
}
.smp_icon_box.box1 .details h4 {
  color: #f25141;
}
.smp_icon_box.box2 .details h4 {
  color: #93c524;
}
.smp_icon_box.box3 .details h4 {
  color: #28a8e3;
}
.smp_icon_box.box4 .details h4 {
  color: #00a78e;
}
.about_home3.home8 {
  margin-top: 30px;
}
.our-team.instructor-page {
  background-color: #f9fafc;
}
.our-team.instructor-page .owl-carousel .owl-stage-outer {
  padding: 30px 0;
}
.team_member {
  background-color: #fff;
  border: 2px solid #edeff7;
  border-radius: 5px;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_member.style2 {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  border: none;
}
.team_member.style3:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.team_member .instructor_col {
  margin-bottom: 15px;
}
.team_member .instructor_col .thumb img {
  height: 120px;
  margin: 0 auto 20px;
  width: 120px;
}
.team_member .instructor_col .details p {
  font-size: 15px;
}
.team_member .tm_footer {
  border-top: 1px solid #eee;
}
.team_member .tm_footer ul {
  margin-bottom: 0;
  padding: 10px 0 10px;
}
.team_member .tm_footer ul li:first-child {
  padding-right: 10px;
}
.team_member .tm_footer ul li a {
  font-size: 14px;
}
.our-testimonials {
  background-color: #f9fafc;
}
.testimonial_item .thumb {
  margin-bottom: 30px;
  text-align: center;
}
.testimonial_item .thumb img {
  height: 60px;
  width: 60px;
}
.testimonial_item .details {
  text-align: center;
}
.testimonial_item .details h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial_item .details .small {
  font-size: 13px;
}
.testimonial_item .details p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.testimonialsec {
  float: left;
  width: 100%;
}
.tes-for {
  float: left;
  margin: 0;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tes-nav {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -150px;
}
.tes-nav img {
  float: none;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px 0;
}
.tes-nav .slick-slide.slick-current.slick-active.slick-center img {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2 {
  position: relative;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2 .details {
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 13px 60px 35px;
  padding-left: 120px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial_item.home2 .thumb .title {
  color: #060606;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}
.testimonial_item.home2 .thumb .subtitle {
  color: #2441e7;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}
.testimonial_slider_home2 .testimonial_item.home2 {
  opacity: 0.5;
}
.testimonial_slider_home2 .owl-item.active.center .testimonial_item.home2 {
  margin: 0 auto;
  max-width: 555px;
  opacity: 1;
}
.testimonial_slider_home2
  .owl-item.active.center
  .testimonial_item.home2
  .details {
  background-color: #2441e7;
}
.testimonial_slider_home2
  .owl-item.active.center
  .testimonial_item.home2
  .details
  .icon {
  color: #4e66f0;
}
.testimonial_slider_home2
  .owl-item.active.center
  .testimonial_item.home2
  .details
  p {
  color: #fff;
}
.testimonial_slider_home2.owl-theme .owl-dots .owl-dot span {
  background-color: #c7c7c7;
  border-radius: 50%;
  height: 8px;
  margin-bottom: 0;
  width: 8px;
}
.testimonial_slider_home2.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0a0a0a;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.testimonial_slider_home2.home8
  .owl-item.active.center
  .testimonial_item.home2
  .details {
  background-color: #debf52;
}
.testimonial_slider_home2.home8
  .owl-item.active.center
  .testimonial_item.home2
  .details
  .icon {
  color: #eacc61;
}
.testimonial_slider_home2.home8.owl-theme .owl-dots .owl-dot.active span {
  background-color: #debf52;
}
.testimonial_slider_home2.home12
  .owl-item.active.center
  .testimonial_item.home2
  .details {
  -webkit-box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
  -moz-box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
  box-shadow: 1px 1.732px 10px 0 rgb(254 74 85 / 0.1);
}
.testimonial_slider_home2.home12
  .owl-item.active.center
  .testimonial_item.home2
  .details
  .icon {
  color: #fe4a55;
}
.testimonial_slider_home2.home12
  .owl-item.active.center
  .testimonial_item.home2
  .details
  p {
  color: #606060;
}
.testimonial_slider_home2.home12 .testimonial_item.home2 .thumb .subtitle {
  color: #fe4a55;
  margin-bottom: 0;
}
.testimonial_slider_home2.home12.owl-theme .owl-dots {
  display: none;
}
.testimonial_slider_home2.home12.owl-theme .owl-dots .owl-dot {
  display: none;
}
.testimonial_slider_home2.home13 .testimonial_item.home2 .wrapper {
  border-radius: 3px;
  padding: 50px 40px 35px;
  margin-bottom: 40px;
}
.testimonial_slider_home2.home13 .testimonial_item.home2 .wrapper .details {
  padding: 0;
}
.testimonial_slider_home2.home13 .thumb img {
  height: 65px;
  width: 65px;
}
.testimonial_slider_home2.home13 .testimonial_item.home2 .details .icon,
.testimonial_slider_home2.home14 .testimonial_item.home2 .details .icon {
  color: #fff;
  left: auto;
  right: 40px;
  top: 5px;
}
.testimonial_slider_home2.home13
  .owl-item.active.center
  .testimonial_item.home2
  .details {
  background-color: #fff;
  margin-bottom: 0;
}
.testimonial_slider_home2.home13
  .owl-item.active.center
  .testimonial_item.home2
  .details
  .icon,
.testimonial_slider_home2.home14
  .owl-item.active.center
  .testimonial_item.home14
  .details
  .icon {
  color: #203367;
}
.testimonial_slider_home2.home13
  .owl-item.active.center
  .testimonial_item.home2
  .details
  p {
  color: #222;
  font-size: 16px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 1.875;
}
.testimonial_item.home14 .thumb {
  margin-bottom: 25px;
  padding-left: 30px;
  padding-top: 30px;
}
.testimonial_item.home14 .details {
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 1px 40px 35px 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial_slider_home2.home14
  .owl-item.active.center
  .testimonial_item.home14 {
  margin: 0 auto;
  max-width: 555px;
  opacity: 1;
}
.testimonial_slider_home2.home14
  .owl-item.active.center
  .testimonial_item.home14
  .wrapper {
  background-color: #f5f6fd;
}
.testimonial_slider_home2.home14 .testimonial_item.home14 .wrapper {
  background-color: #fff;
}
.testimonial_slider_home2.home14 .testimonial_item.home14 .details p {
  color: #6d6d6d;
  font-size: 16px;
  font-family: "Nunito";
  font-style: italic;
  line-height: 1.5;
}
.testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .title {
  color: #203367;
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 1.2;
}
.testimonial_slider_home2.home14 .testimonial_item.home14 .details .icon {
  color: #f4f5f7;
  font-size: 35px;
  right: 30px;
  line-height: normal;
  position: absolute;
  top: 20px;
}
.testimonial_slider_home2.home14.owl-theme .owl-dots .owl-dot span {
  background-color: #cccfe3;
}
.testimonial_slider_home2.home14.owl-theme .owl-dots .owl-dot.active span {
  background-color: #003085;
}
header.header-nav.menu_style_home_five.home11.style2 {
  background-color: #fff0;
}
header.header-nav.menu_style_home_five.home11.style2 .ace-responsive-menu li a,
header.header-nav.menu_style_home_five.home11.style2 a.navbar_brand span,
header.header-nav.menu_style_home_five.home11.style2
  .cart_btn.home5.home11
  a.btn.cart_btn,
header.header-nav.menu_style_home_five.home11.style2
  ul.home5_shop_reg_widget
  a.btn {
  color: #fff;
}
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  a.navbar_brand
  .logo1 {
  display: none;
}
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  a.navbar_brand
  .logo2 {
  display: inline-block;
}
header.header-nav.menu_style_home_five.home11.style2
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed {
  background-color: #fff;
}
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  .ace-responsive-menu
  li
  a,
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  a.navbar_brand
  span,
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  .cart_btn.home5.home11
  a.btn.cart_btn,
header.header-nav.menu_style_home_five.home11.style2.navbar-scrolltofixed.stricky.stricky-fixed.scroll-to-fixed-fixed
  ul.home5_shop_reg_widget
  a.btn {
  color: #0a0a0a;
}
.home-fourteen.bg-img12 {
  margin-top: -98px;
}
.home-fourteen .home-text {
  padding: 160px 0 70px;
}
.home-fourteen .home-text.home12 .title {
  line-height: 1.2;
}
.home-fourteen .home-text.home12 .para {
  font-size: 18px;
  font-family: "Nunito";
  color: #bcbccc;
  line-height: 1.667;
}
.home14_btn {
  background-color: #14b05f;
  border-color: #14b05f;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 40px;
  width: 182px;
}
.home14_btn:hover,
.home14_btn:active,
.home14_btn:focus {
  background-color: #fff;
  color: #14b05f;
}
.home14_btn2 {
  background-color: #8070d0;
  border-color: #8070d0;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 40px;
  width: 220px;
}
.home14_btn2:hover,
.home14_btn2:active,
.home14_btn2:focus {
  background-color: #fff;
  color: #8070d0;
}
.footer_one.home11.style2,
.footer_bottom_area.home11.style2 {
  background-color: #f5f5f5;
}
.footer_social_widget.home11.style2 li {
  padding-left: 0;
  padding-right: 10px;
}
.footer_contact_widget.home11.style2 h4,
.footer_social_widget.home11.style2 h4,
.footer_company_widget.home11.style2 h4,
.footer_program_widget.home11.style2 h4,
.footer_support_widget.home11.style2 h4 {
  color: #0a0a0a;
}
.footer_contact_widget.home11.style2 p,
.footer_social_widget.home11.style2 li a,
.footer_company_widget.home11.style2 li a,
.footer_program_widget.home11.style2 li a,
.footer_support_widget.home11.style2 li a,
.copyright-widget.home11.style2 p {
  color: dimgray;
}
.footer_social_widget.home11.style2 li a {
  font-size: 16px;
}
.footer_social_widget.home11.style2 li:hover a {
  color: #0a0a0a;
}
.testimonial_slider_home2.owl-theme .owl-dots .owl-dot span {
  background-color: rgb(255 255 255 / 0.302);
}
.testimonial_slider_home2.home13.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.testimonial_slider_home2 .testimonial_item.home2 .details .icon {
  color: #d4d4d4;
  font-size: 50px;
  left: 30px;
  line-height: normal;
  position: absolute;
  top: 20px;
}
.testimonial_item.home2 .details .icon {
  font-size: 40px;
  left: 50px;
  line-height: normal;
  position: absolute;
  top: 70px;
}
.testimonial_item.home2 .thumb img {
  display: inline-block;
  margin-bottom: 25px;
}
.becomea_instructor {
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 65px 15px 55px 200px;
}
.becomea_instructor.style2 {
  background-color: #f9f9f9;
  padding: 65px 200px 55px 15px;
}
.becomea_instructor h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
.becomea_instructor p {
  margin-bottom: 30px;
}
.becomea_instructor a {
  border-radius: 5px;
  font-size: 14px;
  padding: 15px 25px 15px 40px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
  -moz-box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
  box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
}
.becomea_instructor a span {
  padding-left: 15px;
}
.becomea_instructor_home3 {
  border-radius: 5px;
  padding: 65px 0 55px 35px;
}
.becomea_instructor_home3 h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.becomea_instructor_home3 p {
  color: #fff;
  font-size: 16px;
}
.becomea_instructor_home3.style1 {
  background-color: #369fdb;
}
.becomea_instructor_home3.style2 {
  background-color: #051925;
}
.becomea_instructor_home3 a {
  border: none;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  line-height: 35px;
  margin-top: 20px;
  width: 198px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.becomea_instructor_home3.style1 a {
  color: #369fdb;
}
.becomea_instructor_home3.style1 a:hover,
.becomea_instructor_home3.style1 a:active,
.becomea_instructor_home3.style1 a:focus {
  background-color: #051925;
  color: #fff;
}
.becomea_instructor_home3.style2 a {
  color: #051925;
}
.becomea_instructor_home3.style2 a:hover,
.becomea_instructor_home3.style2 a:active,
.becomea_instructor_home3.style2 a:focus {
  background-color: #369fdb;
  color: #fff;
}
.becomea_instructor_home3 a span {
  padding-left: 15px;
}
.blog_post {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb {
  display: grid;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog_post:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 0;
}
.blog_post.one .thumb .post_title {
  font-size: 5vw;
  color: #fff;
  left: 20px;
  opacity: 0.15;
  position: absolute;
  top: 0;
}
.blog_post_home2 .bph2_header .bph2_date_meta,
.blog_post.one .thumb .post_date {
  background-color: #fff;
  border-radius: 5px;
  left: auto;
  padding: 15px;
  right: 30px;
  text-align: center;
}
.blog_post_home2 .bph2_header .bph2_date_meta span,
.blog_post.one .thumb .post_date span {
  color: #0a0a0a;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.blog_post .thumb .post_date {
  color: rgb(255 255 255 / 0.8);
  font-size: 13px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 9;
}
.blog_post.one .thumb:before {
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}
.blog_post .thumb:before {
  background-color: rgb(0 0 0 / 0.6);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_post.one .details .post_meta {
  position: relative;
}
.blog_post.one .details .post_meta ul li {
  margin-right: 30px;
}
.blog_post.one .details .post_meta ul li:last-child {
  margin-right: 0;
}
.blog_post.one .details .post_meta ul li a {
  color: #fff;
  font-size: 14px;
}
.blog_post.one .details .post_meta ul li a i {
  font-size: 16px;
  margin-right: 10px;
}
.blog_post .details {
  bottom: 20px;
  left: 30px;
  position: absolute;
  z-index: 9;
}
.blog_post .details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  width: 90%;
}
.blog_post .details h4 {
  color: #fff;
}
.blog_post .details h5 {
  color: rgb(255 255 255 / 0.8);
  font-size: 14px;
}
.blog_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-prev {
  background-color: #fff0;
  color: #fff;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 40%;
}
.blog_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #fff0;
  color: #fff;
  font-size: 24px;
  right: 20px;
  position: absolute;
  top: 40%;
}
.read_more_home a {
  color: #c75533;
}
.blog_post_home4 {
  position: relative;
}
.blog_post_home4 .bph4_thumb {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 214 100 / 0.2);
  -moz-box-shadow: 0 3px 10px 0 rgb(0 214 100 / 0.2);
  box-shadow: 0 3px 10px 0 rgb(0 214 100 / 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.blog_post_home4 .bph4_thumb:before {
  background-color: rgb(0 0 0 / 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta {
  border-radius: 4px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  text-align: center;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .year {
  background-color: #f8faf9;
  color: #221f1f;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 20px 3px;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .year,
.blog_post_home4 .bph4_thumb .bph4_date_meta .date {
  margin-bottom: 0;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .date {
  background-color: #fff;
  color: #221f1f;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 13px 5px;
}
.blog_post_home4.home8 .bph4_thumb {
  box-shadow: none;
}
.blog_post_home4.home8 .bph4_thumb:before {
  background-color: #fff0;
}
.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .year {
  background-color: #2441e7;
  color: #fff;
}
.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .date {
  background-color: #192675;
  color: #fff;
}
.blog_post_home4 .details {
  padding-top: 25px;
}
.blog_post_home4 .details h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.blog_post_home4 .details p {
  font-size: 15px;
  line-height: 28px;
  max-width: 342px;
}
.blog_post_home6 {
  position: relative;
}
.blog_post_home6 h3.title {
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6 .thumb h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.blog_post_home6 .thumb a {
  font-size: 15px;
  line-height: 30px;
}
.blog_post_home6_media_objects .title {
  font-size: 15px;
  margin-bottom: 60px;
  padding-top: 5px;
  position: relative;
  text-align: right;
}
.blog_post_home6_media_objects .title a {
  color: #0a0a0a;
  font-size: 15px;
}
.blog_post_home6_date {
  cursor: pointer;
  position: relative;
}
.blog_post_home6_date .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog_post_home6_date .post_grid {
  background-color: #f9f9f9;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 15px 30px 15px;
  position: relative;
}
.blog_post_home6_date .post_grid.home7 {
  background-color: #fff;
}
.blog_post_home6_date .post_grid:hover .post_date {
  background-color: #192675;
}
.blog_post_home6_media_objects .title a span,
.blog_post_home6_date .title a span {
  padding-left: 15px;
}
.blog_post_home6_date .title h3 {
  float: left;
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6_date .title a {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.blog_post_home6_date .post_grid .post_date {
  border-radius: 5px;
  background-color: #ff1053;
  color: #fff;
  float: left;
  height: 60px;
  line-height: normal;
  margin-right: 15px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_home6_date .post_grid .post_meta ul {
  margin-bottom: 0;
}
.blog_post_home6_date .post_grid .post_meta ul li a {
  font-size: 13px;
}
.blog_post_home6_date .post_grid .post_meta ul li a span {
  font-size: 16px;
  padding-right: 5px;
}
.about_home6 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 70px;
}
.about_home6 .partners_thumb_list li {
  margin-right: 55px;
}
.about_home6 .partners_thumb_list li:last-child {
  margin-right: 0;
}
.blog_post_home6_date.home11 .post_grid .post_date {
  background-color: #23ad96;
  font-size: 18px;
  line-height: 20px;
}
.blog_post_home6_date.home11 .post_grid:hover .post_date {
  background-color: #3f3b64;
}
.footer_apps_widget_home1.home6 input.form-control {
  margin: 0 45px 0 0;
}
.footer_apps_widget_home1.home6 button.btn,
.footer_apps_widget_home1.home7 button.btn {
  border-radius: 5px;
}
.footer_apps_widget_home1.home7 input.form-control {
  background-color: #f9f9f9;
}
.post_date_home13 {
  border-radius: 5px;
  background-color: rgb(0 103 218 / 0.102);
  font-size: 16px;
  font-family: "Nunito";
  height: 40px;
  line-height: 40px;
  margin-bottom: 17px;
  width: 150px;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -85px;
}
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: 20px;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -85px;
}
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: 20px;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff !important;
  color: #2441e7;
  height: 50px;
  line-height: 45px;
  position: absolute;
  top: 40%;
  width: 50px;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #2441e7 !important;
  color: #fff;
}
.shop_product_slider .shop_grid .thumb img,
.feature_post_slider .shop_grid .thumb img,
.single_product_slider .single_product .single_item .thumb img {
  margin: 0 auto;
  width: auto;
}
.membership_container {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
}
.membership_container ul.mc_parent_list ul.mc_child_list .membership_header {
  border-radius: 5px;
  background-color: #f9fafc;
  height: 210px;
  width: 250px;
}
ul.mc_parent_list li {
  margin-right: -3px !important;
}
ul.mc_parent_list ul.mc_child_list.one li {
  padding: 10px 200px 10px 50px;
}
ul.mc_parent_list ul.mc_child_list.one li,
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
  border-bottom: 1px solid #eee;
  color: #4f4f4f;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 3.333;
}
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li {
  padding: 10px 20px;
}
ul.mc_parent_list ul.mc_child_list.one li:first-child,
ul.mc_parent_list ul.mc_child_list.two li:first-child,
ul.mc_parent_list ul.mc_child_list.three li:first-child,
ul.mc_parent_list ul.mc_child_list.four li:first-child,
ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px;
}
ul.mc_parent_list ul.mc_child_list .membership_header {
  padding: 60px 50px;
}
ul.mc_parent_list ul.mc_child_list .membership_header .price {
  font-size: 30px;
  font-family: "Nunito";
  color: #c75533;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
ul.mc_parent_list ul.mc_child_list .membership_header h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
  margin: 0;
}
ul.mc_parent_list ul.mc_child_list .membership_header p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
ul.mc_parent_list ul.mc_child_list.one:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.two:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.three:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.four:hover .membership_header {
  background-color: #2441e7;
}
ul.mc_parent_list ul.mc_child_list:hover .membership_header .price,
ul.mc_parent_list ul.mc_child_list:hover .membership_header h4,
ul.mc_parent_list ul.mc_child_list:hover .membership_header p {
  background-color: #2441e7;
}
ul.mc_parent_list ul.mc_child_list:hover .membership_header .price,
ul.mc_parent_list ul.mc_child_list:hover .membership_header h4,
ul.mc_parent_list ul.mc_child_list:hover .membership_header p {
  color: #fff;
}
ul.mc_parent_list ul.mc_child_list .pricing_btn {
  border-radius: 25px;
  border: 1px solid #d0d4dc;
  background-color: #fff;
  color: #0a0a0a;
  font-size: 15px;
  font-family: "Open Sans";
  height: 50px;
  line-height: 2.2;
  width: 200px;
}
ul.mc_parent_list ul.mc_child_list:hover .pricing_btn {
  background-color: #2441e7;
  color: #fff;
}
.our-partner {
  padding: 40px 0;
}
.our_partner {
  text-align: center;
}
.our-newslatters {
  background-color: #f9fafc;
}
.footer_apps_widget_home1 input.form-control {
  border: none;
  border-radius: 5px;
  height: 50px;
  margin: 0 auto;
  width: 65%;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.footer_apps_widget_home1 input.form-control:focus {
  border: none;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.footer_apps_widget_home1 button.btn {
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  width: 150px;
}
.footer_apps_widget_home1 button.btn span {
  margin-left: 10px;
}
.our-newslatters.home7 {
  background-color: #fff;
}
.our-error {
  position: relative;
  padding: 80px 0 127px;
  height: 100vh !important;
  background-size: cover;
}
.our-error:before {
  background-image: -moz-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -webkit-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -ms-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.851;
  position: absolute;
  right: 0;
  top: 0;
}
.logo-widget.error_paged {
  padding-left: 30px;
}
.erro_code h1 {
  color: #fff;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 10.45vw;
  line-height: 1.2;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.error_page.footer_apps_widget {
  position: relative;
  margin-bottom: 25px;
  margin-top: 130px;
}
.error_page.footer_apps_widget h4 {
  font-size: 35px;
  font-family: "Nunito";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.error_page.footer_apps_widget p {
  color: #fff;
  line-height: 30px;
  margin: 0 auto 50px;
  max-width: 885px;
  font-family: Nunito;
  font-size: 16px;
}
.error_page.footer_apps_widget .form-inline {
  display: inline-block;
}
.error_page.footer_apps_widget .mailchimp_form .form-control {
  background-color: #fff;
  width: 400px;
}
.our-log {
  background-color: #f9fafc;
}
.our-log.style3:before {
  background-image: url(../images/background/13.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.our-log.style4:before {
  background-image: url(../images/background/14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.sign_up_form .divide,
.login_form .divide {
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider {
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  padding: 0 80px 0;
}
.login_form.inner_page.style2 {
  background-color: #fff;
  border-radius: 20px;
  margin: 80px auto 0;
  max-width: 570px;
  padding: 70px 50px 60px;
}
.login_form.inner_page.style3 {
  background-color: #fff0;
  margin: 0 auto;
  max-width: 470px;
  padding: 70px 50px 60px;
}
.login_form.inner_page.style3 {
  background-color: #fff0;
  margin: 0 auto;
  max-width: 470px;
  padding: 70px 60px 60px 30px;
}
.sign_up_form.inner_page .custom-control-label::before,
.login_form.inner_page .custom-control-label::before {
  top: 4px;
}
.modal-content .custom-control-label::before {
  top: 4px;
}
.login_form.inner_page .heading h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.login_form .heading {
  margin-bottom: 40px;
}
.login_form .heading h3 {
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.login_form .form-control {
  border: 1px solid #ddd;
  color: #6f7074;
  border-radius: 5px;
  color: #6f7074;
  height: 50px;
  margin-bottom: 20px;
}
.login_form .form-control:focus {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label {
  color: #0a0a0a;
  font-size: 14px;
  padding-left: 8px;
}
.login_form button {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 40px;
}
.login_form .btn-log {
  font-family: "Nunito", sans-serif;
  font-size: 19px;
  font-weight: 700;
  height: 55px;
}
.login_form .btn-fpswd {
  color: #c75533;
  font-size: 14px;
}
.sign_up_form {
  padding: 40px 40px 0;
}
.sign_up_form .heading {
  margin-bottom: 40px;
}
.sign_up_form .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.sign_up_form .form-control:focus {
  outline: none;
}
.sign_up_form.inner_page .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.sign_up_form .checkmark {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.sign_up_form .form-check-label {
  color: #0a0a0a;
  font-size: 14px;
  padding-left: 7px;
}
.sign_up_form button {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 40px;
}
.sign_up_form .btn-log {
  font-family: "Nunito", sans-serif;
  font-size: 19px;
  font-weight: 700;
  height: 55px;
}
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons {
  margin-bottom: 50px;
}
.shortcode_widget_buttons .ui_kit_button button {
  margin-right: 10px;
}
.shortcode_widget_buttons .ui_kit_button button:last-child {
  margin-right: 0;
}
.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.faq_question_widget {
  background-color: #fff0;
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  padding: 30px 30px 15px 30px;
}
.faq_question_widget .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
}
.faq_question_widget ul {
  margin-bottom: 0;
}
.faq_question_widget ul li a {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 2.667;
  color: #4f4f4f;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq_question_widget ul li:hover a {
  color: #2441e7;
  padding-left: 15px;
}
.faq_according .panel .panel-body {
  padding: 15px 25px;
}
.faq_according .panel .panel-body p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.faq_according .panel .panel-body h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #3b3b3b;
  line-height: 1.333;
}
.faq_according .panel-heading {
  background-color: #edeff7;
  border-radius: 5px;
}
.faq_according .panel-heading .panel-title {
  font-size: 18px;
  font-family: "Nunito";
  color: #3b3b3b;
  line-height: 1.333;
}
.faq_according .panel-heading .panel-title a {
  padding: 15px 25px;
}
.ui_kit_tab .nav.nav-tabs {
  background-color: #2441e7;
  border-radius: 4px;
}
.ui_kit_tab .nav.nav-tabs {
  padding: 10px 15px;
}
.ui_kit_tab .nav.nav-tabs .nav-link {
  color: #fff;
  height: 43px;
  line-height: 27px;
  text-align: center;
  width: 104px;
}
.ui_kit_tab .nav.nav-tabs .nav-link:hover {
  border: 1px solid #fff0;
}
.ui_kit_tab .nav.nav-tabs .nav-link.active {
  border-radius: 5px;
  color: #2441e7;
  border: none;
}
.ui_kit_tab .tab-content .tab-pane {
  font-size: 15px;
  padding: 35px 20px;
}
.ui_kit_table .table {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ui_kit_table .table th {
  background-color: #2441e7;
  padding: 20px;
  border-bottom: #fff0;
  color: #fff;
  font-weight: 400;
}
.ui_kit_table .table th,
.ui_kit_table .table td {
  padding-left: 30px;
}
.ui_kit_message_box .alert {
  height: 70px;
  line-height: 50px;
}
.ui_kit_button .btn {
  border-radius: 4px;
  height: 55px;
  width: 170px;
}
.ui_kit_input .form-control {
  padding-left: 20px;
}
.ui_kit_input .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.ui_kit_textarea h5 {
  margin-bottom: 18px;
}
.ui_kit_textarea .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.ui_kit_tooltip .btn {
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  margin-right: 5px;
  width: 100px;
}
.ui_kit_tooltip .btn:focus {
  box-shadow: none;
  border-color: #ddd;
}
.ui_kit_select_search button.btn {
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  color: #6d6d6d !important;
  height: 50px;
  line-height: 35px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui_kit_select_search button.btn:focus {
  box-shadow: none !important;
  border-color: #ddd;
  outline: none !important;
}
.ui_kit_select_search .bs-searchbox .form-control {
  height: 50px;
}
.ui_kit_select_search .bs-searchbox .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}
.ui_kit_select_search .bs-searchbox:before {
  color: #d0d1d3;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  right: 25px;
  z-index: 999;
}
.ui_kit_select_search .dropdown-item {
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.ui_kit_select_search .dropdown-item:hover {
  background-color: #fff0;
  color: #221f1f;
}
.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active {
  background-color: #fff0;
  color: #7f7f7f;
}
.ui_kit_radiobox .radio {
  display: inline-block;
  vertical-align: top;
}
.ui_kit_radiobox .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.ui_kit_radiobox input[type="radio"] {
  box-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui_kit_radiobox .radio label {
  cursor: pointer;
  line-height: 25px;
  margin: 0 0 10px;
  padding-left: 29px;
  position: relative;
}
.ui_kit_radiobox label,
legend {
  display: block;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 8px;
}
.ui_kit_radiobox .radio input[type="radio"]:checked + label .radio-label {
  background-color: #2441e7;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  -moz-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
}
.ui_kit_radiobox .radio input[type="radio"] + label .radio-label {
  content: "";
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #dedede;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
  -moz-box-shadow: inset 0 0 0 8px #fff;
  box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 0;
}
.ui_kit_radiobox label span,
legend span {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.ui_kit_radiobox .radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #fff0;
  display: block;
}
.ui_kit_radiobox .radio input[type="radio"] + label .radio-label:after {
  background-color: #2441e7;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 100%;
  z-index: 99;
}
.ui_kit_checkbox input[type="checkbox"],
.ui_kit_checkbox input[type="radio"] {
  height: 17px;
  width: 17px;
}
.ui_kit_checkbox.style2 .custom-control-label::before {
  border-radius: 8.5px;
}
.ui_kit_checkbox .custom-control-label::after {
  top: 0.5rem;
}
.custom-control-label:focus,
.custom-control:focus {
  outline: none;
}
.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  top: 0.5rem;
}
.ui_kit_checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2441e7;
  border-color: #2441e7;
}
.ui_kit_checkbox .custom-control-label {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 33px;
  margin: 0 0 10px;
  outline: none;
  padding-left: 7px;
  padding-right: 15px;
  width: 100%;
}
.ui_kit_checkbox .custom-control-label span {
  color: #c1c1c1;
  font-size: 14px;
}
.ui_kit_checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.ui_kit_whitchbox .custom-control-label {
  line-height: 2;
  margin: 0 0 10px;
  outline: none;
  padding-left: 25px;
}
.ui_kit_whitchbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #2441e7;
}
.ui_kit_whitchbox .custom-switch .custom-control-label::before {
  height: 1.25rem;
  border: 1px solid #ddd;
  width: 3.15rem;
}
.ui_kit_whitchbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.ui_kit_whitchbox
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}
.ui_kit_whitchbox .custom-switch .custom-control-label::after {
  height: 14px;
  top: 11px;
  width: 14px;
}
.ui_kit_select_box .custom-select:focus {
  box-shadow: none;
  border-color: #ddd;
}
.ui_kit_select_box .dropdown.bootstrap-select.custom-select-lg {
  padding-left: 0;
  padding-top: 0;
}
.ui_kit_progress_bar .skills li span {
  color: #262626;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu {
  margin-top: 10px;
}
.ui_kit_multi_select_box .dropdown-menu {
  margin-top: 10px;
  padding: 20px;
}
.ui_kit_select_box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
.ui_kit_multi_select_box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.ui_kit_select_box .bootstrap-select > .dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #7f7f7f;
  height: 50px;
  line-height: 40px;
  padding-left: 20px;
}
.ui_kit_select_box .bootstrap-select > .dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select > .dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}
.ui_kit_select_box .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
  outline: none;
}
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_select_box .show > .btn-light.dropdown-toggle,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_multi_select_box .show > .btn-light.dropdown-toggle {
  background-color: #fff;
  color: #7f7f7f;
}
.mbp_pagination {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mbp_thumb_post .thumb {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.mbp_thumb_post .thumb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.mbp_thumb_post .thumb .tag {
  font-size: 14px;
  font-family: "Open Sans";
  color: #fafafa;
  line-height: 1.2;
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.mbp_thumb_post .thumb .post_date {
  bottom: 30px;
  font-weight: 700;
  max-width: 95px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.mbp_thumb_post .thumb .post_date h2 {
  font-size: 50px;
  font-family: "Nunito";
  color: #000;
  margin-bottom: 0;
}
.mbp_thumb_post .thumb .post_date span {
  font-size: 18px;
  font-family: "Nunito";
  color: #000;
}
.main_blog_post_content .mbp_thumb_post .details {
  padding-top: 20px;
}
.main_blog_post_content .mbp_thumb_post .details p {
  font-size: 15px;
}
.main_blog_post_content .mbp_thumb_post .details ul.post_meta {
  margin-bottom: 20px;
  display: flex;
}
.main_blog_post_content .mbp_thumb_post .details h4 {
  font-size: 18px;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li {
  display: block;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  left: 15px;
  margin-top: 12px;
  position: absolute;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 20px;
}
.mbp_thumb_post .details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.mbp_thumb_post .details h4 {
  font-size: 18px;
}
.mbp_thumb_post .details .post_meta li:nth-child(2) {
  margin-right: 20px;
  margin-left: 8px;
}
.mbp_thumb_post .details .post_meta li:nth-child(4) {
  margin-left: 8px;
}
.mbp_pagination ul.page_navigation {
  height: 70px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mbp_pagination ul.page_navigation li.page-item {
  display: inline-block;
  margin-top: 12px;
}
.mbp_pagination ul.page_navigation li.page-item:first-child .page-link,
.mbp_pagination ul.page_navigation li.page-item:last-child .page-link {
  border: 2px solid #eee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mbp_pagination ul.page_navigation li.page-item:first-child .page-link:hover {
  border: 2px solid #eee;
  background-color: #eee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
}
.mbp_pagination ul.page_navigation li.page-item:last-child .page-link:hover {
  border: 2px solid #eee;
  background-color: #eee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
}
.mbp_pagination ul.page_navigation li.page-item:first-child .page-link span {
  color: #fb3274;
  padding-right: 5px;
}
.mbp_pagination ul.page_navigation li.page-item:last-child .page-link span {
  color: #fb3274;
  padding-left: 5px;
}
.mbp_pagination ul.page_navigation li.page-item:last-child:focus {
  box-shadow: none;
}
.mbp_pagination ul.page_navigation li .page-link {
  background-color: #fff0;
  border-radius: 50%;
  border: none;
  color: #7f7f7f;
  height: 45px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 45px;
}
.mbp_pagination ul.page_navigation li.active .page-link {
  background-color: #2441e7;
  color: #fff;
}
.event_counter_plugin_container {
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
  background-image: -webkit-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
  background-image: -ms-linear-gradient(0deg, #3452ff 0%, #ff1053 100%);
  height: 100px;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.event_counter_plugin_content {
  text-align: center;
}
.event_counter_plugin_content ul {
  margin-bottom: 0;
  text-align: center;
}
.event_counter_plugin_content ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans";
  color: #fff;
  line-height: 2.667;
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
  width: 22%;
}
.event_counter_plugin_content ul li:last-child {
  width: auto;
}
.event_counter_plugin_content ul li span {
  display: block;
  font-size: 26px;
  font-family: "Nunito";
  color: #fff;
  line-height: 1.2;
}
.blog_grid_post {
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  transition: all ease 0.5s;
  border-radius: 10px !important;
  border: 1px solid #004aad;
  overflow: hidden;
}
.blog_grid_post > a:last-child {
  padding: 15px !important;
  display: block;
}
.blog_grid_post > a:last-child > h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_grid_post > a:last-child > p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_grid_post .thumb {
  position: relative;
  overflow: hidden;
}
.blog_grid_post .thumb:before {
  background-color: rgb(0 0 0 / 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog_grid_post .thumb > img {
  width: 100%;
}
.blog_grid_post .thumb .tag {
  font-size: 14px;
  font-family: "Open Sans";
  color: #fafafa;
  line-height: 1.2;
  left: 30px;
  line-height: 40px;
  position: absolute;
  top: 30px;
}
.blog_grid_post .thumb .post_date {
  bottom: 30px;
  font-weight: 700;
  max-width: 95px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.blog_grid_post .thumb .post_date h2 {
  font-size: 50px;
  font-family: "Nunito";
  color: #fff;
  margin-bottom: 0;
}
.blog_grid_post .thumb .post_date span {
  font-size: 18px;
  font-family: "Nunito";
  color: #fff;
}
.blog_grid_post .details h3 {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 15px;
}
.blog_grid_post .details {
  padding: 20px 25px 30px 30px;
}
.blog_grid_post .details ul.post_meta {
  margin-bottom: 18px;
}
.blog_grid_post .details ul.post_meta li a span {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.blog_grid_post .details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
  margin-bottom: 0;
}
.blog_grid_post.style2 .details {
  border-radius: 0 5px 5px 0;
  padding: 60px 45px 55px 40px;
}
.blog_grid_post.style2 .details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.blog_grid_post .details .post_meta li:nth-child(2) {
  margin-right: 20px;
  margin-left: 8px;
}
.blog_grid_post .details .post_meta li:nth-child(4) {
  margin-left: 8px;
}
.blog_grid_post li {
  display: inline-block;
}
.blog_grid_post.style2.event_lists {
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.main_blog_post_content .event_lists:hover .blog_grid_post.event_lists {
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.blog_grid_post.style2.event_lists .thumb img {
  max-width: 600px;
  max-height: 385px;
}
.blog_grid_post.style2.event_lists ul li {
  display: list-item;
}
.blog_grid_post.style2.event_lists .details {
  padding: 59px 75px 60px 50px;
}
.blog_grid_post.style2.event_lists .details h3 {
  font-size: 22px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.091;
}
.blog_grid_post.style2.event_lists .details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.blog_grid_post.style2.event_lists .details ul {
  margin-top: 25px;
}
.blog_grid_post.style2.event_lists .details ul li {
  margin-bottom: 20px;
}
.blog_grid_post.style2.event_lists .details ul li:last-child {
  margin-bottom: 0;
}
.blog_grid_post.style2.event_lists .details ul li a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.blog_grid_post.style2.event_lists .details ul li a span {
  font-size: 18px;
  padding-right: 10px;
}
.event_participator_tile {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 50px;
}
.participator_team .thumb img {
  height: 100px;
  width: 100px;
}
.participator_team .details h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
  margin-bottom: 0;
  margin-top: 20px;
}
.participator_team .details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.blog_search_widget {
  margin-bottom: 30px;
}
.blog_search_widget button.btn {
  height: 48px;
}
.blog_search_widget input.form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  flex: 1;
  height: 48px;
  padding-left: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_search_widget input.form-control:focus {
  border-right: none;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.blog_search_widget button#button-addon2 {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: transparent !important;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 1px 2px 1px 0 rgb(0 0 0 / 0.1);
  -moz-box-shadow: 1px 2px 1px 0 rgb(0 0 0 / 0.1);
  box-shadow: 1px 2px 1px 0 rgb(0 0 0 / 0.1);
}
.blog_search_widget button#button-addon2:focus {
  box-shadow: none;
}
.blog_search_widget button#button-addon2:hover {
  color: #6c757d;
}
.blog_category_widget {
  margin-bottom: 30px;
}
.blog_recent_post_widget .title,
.blog_category_widget .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog_category_widget ul.list-group {
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 5px;
  background-color: #fff0;
  padding: 30px;
}
.blog_category_widget ul li.list-group-item {
  background-color: #fff0;
  border: none;
  font-size: 15px;
  font-family: "Open Sans";
  color: #0a0a0a;
  padding: 10px 0;
}
.blog_category_widget ul li.list-group-item span {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  font-weight: 400;
}
.event_details_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 5px;
  background-color: #fff0;
  margin-bottom: 30px;
  padding: 30px;
}
.event_details_widget .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 25px;
}
.event_details_widget ul {
  margin-bottom: 0;
}
.event_details_widget ul li {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.event_details_widget ul li:last-child {
  margin-bottom: 0;
}
.event_details_widget ul li span {
  font-size: 18px;
  padding-right: 10px;
}
.category_sidebar_widget {
  position: relative;
}
.category_sidebar_widget .category_list {
  margin-bottom: 0;
}
.category_sidebar_widget .category_list li a {
  font-family: "Open Sans";
  font-size: 15px;
  color: #4f4f4f;
  line-height: 2.667;
}
.category_sidebar_widget .category_list li a span {
  font-family: "Open Sans";
  font-size: 14px;
  color: #c1c1c1;
  line-height: 2.857;
}
.feature_course_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 5px;
  background-color: #fff0;
  padding: 30px 0 15px;
  margin-bottom: 30px;
}
.feature_course_widget h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  padding-left: 30px;
}
.feature_course_widget ul li {
  border-bottom: 1px solid #eee;
  color: #0a0a0a;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 2.667;
  padding: 0 30px;
}
.feature_course_widget ul li span {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
}
.feature_course_widget ul li:last-child {
  border-bottom: none;
  padding: 0 30px;
}
.instructor_pricing_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
.instructor_pricing_widget.csv2 {
  margin-top: -300px;
  border-width: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
}
.feature_course_widget.csv1,
.blog_tag_widget.csv1 {
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  border-width: 0;
  background-color: #fff;
}
.instructor_pricing_widget .price {
  font-size: 30px;
  font-family: "Nunito";
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2;
}
.instructor_pricing_widget .price span {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 2.667;
}
.instructor_pricing_widget .price small {
  font-size: 14px;
  font-family: "Open Sans";
  color: #c1c1c1;
  line-height: 2.857;
}
.instructor_pricing_widget h5 {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a span {
  color: #0a0a0a;
  font-size: 18px;
  padding-right: 5px;
}
.cart_btnss {
  border-radius: 27px;
  background-color: #ff1053;
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  color: #fff;
  height: 50px;
  line-height: 3.2;
  margin-bottom: 23px;
  margin-top: 23px;
  max-width: 234px;
  border: 2px solid #ff1053;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart_btnss:hover {
  background-color: #fff;
  border: 2px solid #ff1053;
  color: #ff1053;
}
.cart_btnss_white {
  background-color: #fff;
  border: 2px solid #ff1053;
  border-radius: 27px;
  color: #ff1053;
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 3.2;
  margin-bottom: 23px;
  height: 50px;
  max-width: 234px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart_btnss_white:hover {
  background-color: #ff1053;
  color: #fff;
}
.blog_recent_post_widget {
  margin-bottom: 30px;
}
.blog_recent_post_widget .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.blog_recent_post_widget.media_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 5px;
  background-color: #fff0;
  padding: 30px 20px 30px 30px;
}
.blog_recent_post_widget.media_widget .media {
  margin-bottom: 30px;
}
.blog_recent_post_widget.media_widget .media:last-child {
  margin-bottom: 0;
}
.blog_recent_post_widget.media_widget .media img {
  border-radius: 8px;
  max-width: 90px;
}
.blog_recent_post_widget .media-body .post_title {
  font-size: 16px;
  font-family: "Nunito";
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog_recent_post_widget .media-body a {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7b7b7b;
  line-height: 1.2;
}
.blog_tag_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  margin-bottom: 30px;
  padding: 30px;
}
.blog_tag_widget .title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog_tag_widget .tag_list li {
  border-radius: 15px;
  background-color: #edeff7;
  height: 30px;
  margin-bottom: 15px;
  padding: 0 25px;
}
.blog_tag_widget .tag_list li a {
  font-size: 13px;
  font-family: "Open Sans";
  color: #4f4f4f;
}
.blog_tag_widget .tag_list li:nth-child(3),
.blog_tag_widget .tag_list li:nth-child(4) {
  margin-bottom: 0;
}
.mbp_blockquote {
  padding: 13px 0 20px 0;
}
.mbp_blockquote .blockquote {
  position: relative;
}
.mbp_blockquote .blockquote:before {
  background-color: #fff0;
}
.mbp_blockquote .blockquote span {
  color: #3b3b3b;
  font-size: 36px;
  float: left;
  line-height: 0.85;
  padding-right: 15px;
}
.mbp_blockquote .blockquote em {
  font-size: 15px;
  font-family: "Open Sans";
  color: #3b3b3b;
  font-style: italic;
  line-height: 1.6;
}
/* .blog_post_share li {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */
.blog_post_share li:first-child {
  width: auto;
}
.blog_post_share li:first-child:hover {
  background-color: #fff0;
}
.blog_post_share li:hover {
  cursor: pointer;
}
.blog_post_share li a {
  font-size: 16px;
  line-height: 1.2;
}
.blog_post_share li:hover a {
  color: #48494d;
}
.blog_post_share li p {
  font-size: 18px;
  font-family: "Nunito";
  color: #3b3b3b;
  line-height: 1.333;
}
.blog_post_share li a {
  font-size: 16px;
  font-family: "FontAwesome";
  color: #b6b9c7;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mbp_pagination_tab {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.mbp_pagination_tab .pag_prev a {
  padding-left: 0;
}
.mbp_pagination_tab .pag_prev a span {
  margin-right: 15px;
}
.mbp_pagination_tab .pag_prev p {
  padding-left: 30px;
}
.mbp_pagination_tab .pag_next a {
  padding-right: 0;
}
.mbp_pagination_tab .pag_next a span {
  margin-left: 15px;
}
.mbp_pagination_tab .pag_next p {
  padding-right: 30px;
}
.mbp_pagination_tab .pag_prev p,
.mbp_pagination_tab .pag_next p {
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 10px;
}
.mbp_pagination_tab .pag_prev p:hover,
.mbp_pagination_tab .pag_next p:hover,
.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
  color: #2441e7;
}
.mbp_pagination_comments {
  position: relative;
  margin-top: 30px;
}
.mbp_pagination_comments .title {
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_pagination_comments .mbp_first img,
.mbp_pagination_comments .mbp_second img {
  margin-right: 2.16rem !important;
  width: 80px;
}
.mbp_pagination_comments .mbp_first .mbp_sub {
  margin: 55px 0;
}
.mbp_pagination_comments .mbp_first .mbp_sub img {
  margin-right: 1.16rem !important;
}
.mbp_comment_form {
  margin-top: 20px;
}
.mbp_comment_form h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_comment_form .comments_form {
  background-color: #f1f1f1;
  padding: 30px 50px 50px;
}
.mbp_comment_form .comments_form input {
  border: 1px solid #ddd;
  height: 50px;
}
.mbp_comment_form .comments_form input:focus,
.mbp_comment_form .comments_form button.btn:focus,
.mbp_comment_form .comments_form textarea:focus {
  box-shadow: none;
}
.mbp_comment_form .comments_form textarea {
  border: 1px solid #ddd;
  height: auto;
}
.mbp_comment_form .comments_form .form-group label {
  color: #221f1f;
}
.mbp_comment_form .comments_form button.btn {
  border-radius: 4px;
  font-size: 16px;
  height: 55px;
  margin-top: 10px;
  padding: 0 80px;
}
.mbp_comment_form .comments_form button span {
  padding-left: 10px;
}
.our-dashbord {
  background-color: #f9fafc;
  margin-top: 60px;
  position: relative;
}
.breadcrumb_widgets {
  border-radius: 5px;
  background-color: #e1e6ef;
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}
.breadcrumb_widgets .title {
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 0;
}
.breadcrumb_widgets .breadcrumb {
  background-color: #fff0;
  padding: 0;
  position: relative;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item {
  font-family: "Open Sans";
  font-size: 15px;
  color: #7e7e7e;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item.active {
  color: #7e7e7e;
  line-height: 1.6;
}
.user_board {
  position: relative;
}
.dashboard_sidebar {
  bottom: 0;
  margin-top: 60px;
  left: 0;
  position: absolute;
  top: 60px;
  width: 280px;
  z-index: 9;
}
.dashboard_sidebar:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: -60px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  position: absolute;
}
.dashboard_main_content {
  max-width: 100%;
  max-height: 900px;
  padding-left: 17%;
  padding-right: 1.5%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
.dashboard_main_content .main_content_container {
  padding: 120px 0 0;
}
.main_content_container::-webkit-scrollbar {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar,
.dashboard_main_content::-webkit-scrollbar {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar * {
  background: #fff0;
}
.dashboard_main_content::-webkit-scrollbar-track {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar-thumb {
  background-color: #fff0;
}
.user_profile {
  margin-bottom: 10px;
  position: relative;
}
.user_profile .media .media-body h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.2;
  padding-left: 30px;
}
.user_profile .media .media-body h5,
.user_profile .media .media-body p {
  margin-bottom: 0;
}
.user_profile .media img {
  width: 65px;
}
.dashbord_nav_list h4 {
  position: relative;
  padding-left: 30px;
}
.dashbord_nav_list li {
  height: 50px;
  line-height: 45px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dashbord_nav_list li a {
  font-family: "Nunito";
  color: #7f7f7f;
  font-size: 16px;
}
.dashbord_nav_list li:hover a,
.dashbord_nav_list li:hover a span {
  color: #2441e7;
}
.dashbord_nav_list li.active {
  background-color: #f9fafc;
}
.dashbord_nav_list li.active a {
  color: #2441e7;
}
.dashbord_nav_list li.active:before {
  background-color: #2441e7;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.dashbord_nav_list li a span {
  font-size: 23px;
  margin-right: 15px;
}
.skill_sidebar_widget {
  margin-top: 40px;
  margin-left: 15px;
  padding-right: 50px;
}
.skill_sidebar_widget h4 {
  font-size: 17px;
  margin-bottom: 20px;
}
.skill_sidebar_widget .sonny_progressbar .bar {
  border-radius: 5px;
  height: 10px;
}
.skill_sidebar_widget .sonny_progressbar .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.password_change_form form input {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff0;
  height: 48px;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.password_change_form form input:focus {
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  outline: none;
}
.password_change_form form button {
  border-radius: 4px;
  height: 55px;
  padding: 0 35px;
}
.password_change_form form button:focus {
  box-shadow: none;
  outline: none;
}
.header_user_notif {
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_user_notif li {
  display: inline-block;
  vertical-align: middle;
}
.header_user_notif li:first-child {
  margin-right: 20px;
}
.header_user_notif li:nth-child(2) {
  margin-right: 15px;
}
.header_user_notif li span {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.header_user_notif li .dropdown .notification_icon {
  border-radius: 50%;
  background-color: #e35a9a;
  display: block;
  height: 43px;
  line-height: 40px;
  text-align: center;
  width: 43px;
}
.header_user_notif li img {
  width: 50px;
}
.header_user_notif .user_notif {
  position: relative;
}
.header_user_notif
  .user_notif
  .dropdown-menu.notification_dropdown_content.show {
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: -270px !important;
  padding: 30px 10px 25px 30px;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  max-width: 340px;
}
.header_user_notif
  li.user_setting
  .dropdown-menu.notification_dropdown_content.show:before {
  background-color: #fff;
  content: "";
  height: 37px;
  position: absolute;
  right: 40px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif
  .user_notif
  .dropdown-menu.notification_dropdown_content.show
  .view_all_noti {
  display: block;
  padding: 20px 0 0;
}
.header_user_notif .user_notif .so_heading:before {
  background-color: #fff;
  content: "";
  height: 37px;
  position: absolute;
  right: 30px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif .user_notif .so_heading p {
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 1.333;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.header_user_notif .user_notif .so_content {
  max-height: 200px;
}
.header_user_notif .user_notif .so_content .simplebar-offset {
  width: auto;
}
.header_user_notif .user_notif .so_content ul {
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0 20px;
}
.header_user_notif .user_notif .so_content ul li h5,
.header_user_notif .user_notif .so_content ul li p {
  font-size: 15px;
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li p {
  color: #7f7f7f;
}
.header_user_notif .user_notif .so_content ul li:first-child {
  margin-right: 0;
}
.header_user_notif .user_notif .so_content ul li:last-child {
  border-bottom: none;
}
.header_user_notif .user_notif {
  padding: 0;
}
.header_user_notif .user_notif .simplebar-offset:focus {
  outline: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar * {
  background: #fff0;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-track {
  display: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important;
  border-radius: 6px;
}
.simplebar-placeholder {
  max-height: 355px !important;
  width: 325px !important;
}
.header_user_notif li.user_setting {
  position: relative;
}
.header_user_notif li.user_setting .btn {
  border: 1px solid #fff0;
  color: #fff;
}
.header_user_notif li.user_setting a.btn.dropdown-toggle:after {
  display: none;
}
.header_user_notif li.user_setting .btn:focus {
  border: 1px solid #fff0;
  box-shadow: none;
}
.header_user_notif li.user_setting .dropdown-menu.show {
  border: none;
  border-radius: 5px;
  margin-top: 19px;
  margin-left: -200px !important;
  padding: 30px 30px 10px;
  -webkit-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 50px 0 rgb(32 32 32 / 0.15);
  width: 300px;
}
.header_user_notif li.user_setting .dropdown-menu.show:before {
  background-color: #fff;
  content: "";
  height: 37px;
  position: absolute;
  right: 40px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif li.user_setting .dropdown-menu.show .user_set_header {
  padding: 10px 0;
}
.header_user_notif li.user_setting .dropdown-menu.show .user_set_header img {
  margin-right: 15px;
}
.header_user_notif li.user_setting .dropdown-menu .user_set_header p {
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.2;
}
.header_user_notif li.user_setting .dropdown-menu .user_set_header p span {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.2;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content {
  padding: 15px 0 0;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a {
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 16px;
  font-family: "Nunito";
  line-height: 3.125;
  padding-left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_user_notif
  li.user_setting
  .dropdown-menu
  .user_setting_content
  a:last-child {
  border-bottom: none;
}
.header_user_notif
  li.user_setting
  .dropdown-menu
  .user_setting_content
  a:hover {
  color: #c75533;
  padding-left: 12px;
}
.header_user_notif
  li.user_setting
  .dropdown-menu
  .user_setting_content
  a.active,
.header_user_notif
  li.user_setting
  .dropdown-menu
  .user_setting_content
  a.active
  span,
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a:hover,
.header_user_notif
  li.user_setting
  .dropdown-menu
  .user_setting_content
  a:hover
  span {
  background-color: #fff0;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a span {
  margin-right: 10px;
}
.candidate_revew_search_box input.form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 5px 0 0 5px;
  height: 48px;
  margin-right: 0 !important;
  padding-left: 20px;
  padding-right: 0;
  width: 258px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.candidate_revew_search_box button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 5px 5px 0;
  height: 48px;
  padding-top: 8px;
}
.candidate_revew_search_box button:hover {
  color: #eee;
}
.candidate_revew_search_box input.form-control:focus,
.candidate_revew_search_box button:focus {
  box-shadow: none;
  outline: none;
}
.candidate_revew_select .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #495057;
  height: 50px;
  line-height: 35px;
}
.candidate_revew_select .bootstrap-select > .dropdown-toggle:hover,
.candidate_revew_select .bootstrap-select > .dropdown-toggle:focus,
.candidate_revew_select .bootstrap-select > .dropdown-toggle:active {
  background-color: #fff;
  color: #7f7f7f;
  box-shadow: none;
  outline: none !important;
}
.candidate_revew_select .dropdown-item.active,
.candidate_revew_select .dropdown-item:active {
  background-color: #fff0;
  color: #2441e7;
}
.my_resume_textarea label {
  color: #221f1f;
}
.my_resume_textarea textarea {
  border: 1px solid #ddd;
  color: #7f7f7f;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 0.1);
  -moz-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 0.1);
  box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 0.1);
}
.my_resume_textarea textarea:focus {
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.my_resume_eduarea {
  margin-top: 10px;
}
.my_resume_eduarea .title {
  font-size: 20px;
}
.my_resume_eduarea .title a {
  color: #00d664;
  font-size: 16px;
}
.my_resume_eduarea .title a span {
  margin-left: 10px;
}
.my_resume_eduarea .details {
  padding: 15px 15px 15px 80px;
  position: relative;
}
.my_resume_eduarea .content {
  margin-bottom: 30px;
  padding: 15px 15px 15px 50px;
  position: relative;
  text-align: left;
}
.my_resume_eduarea .content:nth-child(3) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.my_resume_eduarea .content:nth-child(3),
.my_resume_eduarea .content:nth-child(4) {
  padding-top: 0;
  position: relative;
}
.my_resume_eduarea .content:nth-child(3) .circle,
.my_resume_eduarea .content:nth-child(4) .circle {
  top: 0;
}
.my_resume_eduarea .content:nth-child(3):before,
.my_resume_eduarea .content:nth-child(4):before {
  top: 9px;
}
.my_resume_eduarea .content:nth-child(3):after {
  top: -90px;
}
.my_resume_eduarea .content:nth-child(4):after {
  display: none;
}
.my_resume_eduarea .content.style2:nth-child(3):after {
  display: none;
}
.my_resume_eduarea .content:after {
  background-color: #f9fafc;
  content: "";
  height: 112px;
  left: 8px;
  position: absolute;
  top: 33px;
  width: 4px;
  z-index: -9;
}
.my_resume_eduarea .content.style2:after {
  display: none;
}
.my_resume_eduarea .content .circle {
  background-color: #2441e7;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 25px;
  width: 10px;
}
.my_resume_eduarea .content .circle:before {
  background-color: #fff;
  border: 2px solid #2441e7;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content.style2 {
  margin-bottom: 45px;
}
.my_resume_eduarea .content.style2 .circle {
  background-color: #c75533;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 25px;
  width: 10px;
}
.my_resume_eduarea .content.style2 .circle:before {
  background-color: #fff;
  border: 2px solid #c75533;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content.style3 .circle {
  background-color: #192675;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.my_resume_eduarea .content.style3 .circle:before {
  background-color: #fff;
  border: 2px solid #192675;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content .edu_center {
  color: #2441e7;
  margin-bottom: 0;
}
.my_resume_eduarea .content .edu_stats {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.my_resume_eduarea .content .edu_stats small {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.my_resume_eduarea .content .edu_center {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.my_resume_eduarea .edu_stats_list li:first-child {
  background-color: #d1eaff;
}
.my_resume_eduarea .edu_stats_list li:nth-child(2) {
  background-color: #bae5d7;
}
.my_resume_eduarea .edu_stats_list li:last-child {
  background-color: #c1ebc9;
}
.my_resume_eduarea .edu_stats_list li {
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.message_container {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  margin: 0;
}
.inbox_user_list {
  background-color: #fff;
  border-right: 1px solid #eee;
  display: inline-block;
  padding: 30px 30px 40px;
  width: 100%;
}
.inbox_user_list .wrap {
  position: relative;
}
.inbox_user_list .wrap img {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.inbox_user_list .wrap .meta h5.name {
  font-size: 16px;
  margin-bottom: 0;
}
.inbox_user_list .wrap .meta p.preview {
  color: #7f7f7f;
  font-size: 14px;
}
.inbox_user_list ul li {
  padding: 15px 0;
}
.inbox_user_list .iu_heading {
  padding-bottom: 45px;
}
.inbox_user_list ul li.contact .wrap .meta {
  display: inline-block;
  margin-top: 10px;
}
.iu_heading .candidate_revew_search_box input.form-control {
  width: 80%;
}
.iu_heading .candidate_revew_search_box .candidate_revew_search_box button {
  background-color: #fff0;
}
.inbox_user_list ul li.contact .wrap span {
  background-color: #95a5a6;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 13px;
  left: 50px;
  margin: 0 0 0 1px;
  position: absolute;
  width: 13px;
}
.inbox_user_list ul li.contact .wrap span.online {
  background-color: #2ecc71;
}
.inbox_user_list ul li.contact .wrap span.away {
  background-color: #f1c40f;
}
.inbox_user_list ul li.contact .wrap span.busy {
  background-color: #e74c3c;
}
.inbox_user_list ul li.contact .wrap img {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  width: 60px;
}
.message_container .inbox_chatting_box {
  background-color: #fff;
  position: relative;
  max-height: 575px !important;
  height: auto;
  margin-right: 10px;
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.message_container .inbox_chatting_box::-webkit-scrollbar {
  background: #fff0;
  border-radius: 3px;
  padding-right: 10px;
  width: 8px;
}
.message_container .inbox_chatting_box::-webkit-scrollbar-thumb {
  background-color: #ededed;
  border-radius: 3px;
}
.message_container .user_heading {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 30px;
  position: relative;
}
.message_container .user_heading:before {
  background-color: #eee;
  content: "";
  height: 1px;
  left: -50%;
  position: absolute;
  top: 107px;
  width: 463px;
}
.inbox_chatting_box .chatting_content {
  display: inline-block;
  padding: 30px 30px 0 30px;
  position: relative;
  width: 100%;
}
.message_container .user_heading .wrap img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.message_container .user_heading .wrap h5.name {
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 0;
}
.message_container .user_heading .wrap p.preview {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7f7f7f;
  line-height: 1.867;
  margin-bottom: 0;
}
.message_container .last_seen_time {
  background-color: #fff;
  padding: 35px 0 0;
}
.message_container .last_seen_time a {
  font-size: 17px;
  font-family: "Open Sans";
  color: #7f7f7f;
  line-height: 1.647;
  margin-bottom: 0;
}
.inbox_chatting_box .chatting_content li {
  padding: 20px 0;
  margin-bottom: 0;
}
.inbox_chatting_box .chatting_content li.media.sent {
  float: left;
  clear: both;
}
.inbox_chatting_box .chatting_content li.media img {
  border-radius: 50px;
  margin-bottom: 10px;
}
.inbox_chatting_box .chatting_content li.media .media-body {
  display: block;
}
.inbox_chatting_box .chatting_content li.media span {
  background-color: #95a5a6;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 13px;
  left: 80px;
  margin: 2px 0 0 -2px;
  position: absolute;
  width: 13px;
}
.inbox_chatting_box .chatting_content li.media span.busy {
  background-color: #e74c3c;
}
.inbox_chatting_box .chatting_content li.media .media-body .date_time {
  font-size: 14px;
}
.inbox_chatting_box .chatting_content li.media .media-body p {
  background-color: #2441e7;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans";
  color: #fff;
  margin-bottom: 0;
  padding: 10px 15px;
  max-width: 265px;
}
.inbox_chatting_box .chatting_content li.media.reply {
  float: right;
  clear: both;
}
.inbox_chatting_box .chatting_content li.media.reply.first {
  margin: -100px 0 0;
}
.inbox_chatting_box .chatting_content li.media.reply .media-body p {
  border-radius: 5px;
  background-color: #f3f3f3;
  color: #7f7f7f;
  max-width: 320px;
  padding: 10px 15px;
}
.message_container .message_input {
  background-color: #f9fafc;
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.message_container .message_input form input.form-control {
  background-color: #fafafa;
  border-color: #fff0;
  border-radius: 5px;
  height: 70px;
  width: 100%;
  padding-left: 30px;
}
.message_container .message_input form input.form-control:focus {
  box-shadow: none;
  outline: none;
}
.message_container .message_input form button.btn {
  background-color: #ff1053;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  flex: 1;
  height: 50px;
  position: absolute;
  right: 20px;
  width: 125px;
}
.message_container .message_input form button.btn:focus {
  box-shadow: none;
  outline: none;
}
.message_container .message_input form button.btn span {
  font-size: 20px;
  padding-left: 10px;
}
.my_profile_select_box label {
  color: #221f1f;
}
.my_profile_select_box {
  margin-bottom: 20px;
}
.my_profile_select_box .dropdown.bootstrap-select {
  display: inline;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn {
  background-color: #fff0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  line-height: 35px;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn:focus {
  box-shadow: none;
  outline: none !important;
}
.my_profile_select_box .dropdown.bootstrap-select:focus {
  border: 1px solid #ddd;
}
.ff_one {
  background-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  height: 150px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px 20px 25px;
  max-width: 350px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.ff_one .icon {
  border-radius: 5px;
  background-color: #2441e7;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  float: right;
  height: 110px;
  line-height: 60px;
  padding: 30px 27px;
  text-align: center;
  width: 106px;
}
.ff_one .icon span {
  color: #fff;
  font-size: 48px;
}
.ff_one .detais {
  padding-top: 25px;
}
.ff_one .detais .timer {
  font-size: 26px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 0.5;
}
.ff_one .detais p {
  color: #7e7e7e;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 2.667;
  margin-bottom: 0;
}
.ff_one.style2 .icon {
  background-color: #ff1053;
}
.ff_one.style3 .icon {
  background-color: #00a78e;
}
.ff_one.style4 .icon {
  background-color: #ecd06f;
}
.application_statics {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  padding: 30px;
  position: relative;
}
.application_statics h4 {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  margin-bottom: 50px;
}
.recent_job_activity {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  padding: 30px;
}
.recent_job_activity h4 {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.recent_job_activity .grid {
  margin-bottom: 20px;
}
.recent_job_activity .grid ul {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.recent_job_activity .grid ul.bb_none {
  border-bottom: none;
}
.recent_job_activity .grid ul li .title {
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
}
.recent_job_activity .grid ul li p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.714;
  margin-bottom: 0;
}
.siderbar_contact_widget h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.siderbar_contact_widget i {
  font-size: 16px;
  color: #0a0a0a;
  font-style: normal;
  margin-bottom: 15px;
  display: block;
}
.siderbar_contact_widget p {
  font-size: 15px;
  font-family: "Nunito";
  color: #7e7e7e;
  margin-bottom: 0;
  line-height: 2.667;
}
.siderbar_contact_widget .scw_social_icon li a {
  font-size: 16px;
  font-family: "FontAwesome";
  color: #7e7e7e;
  line-height: 1.2;
}
.cl_pricing_slider {
  position: relative;
  padding: 0 10px;
}
.cl_pricing_slider p {
  margin-bottom: 0;
}
.cl_pricing_slider div#slider-range {
  background-color: #dfdfdf;
  border-radius: 3px;
  height: 6px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.cl_pricing_slider .ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #2441e7;
}
.cl_pricing_slider span.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #fff;
  border: 2px solid #2441e7;
  border-radius: 50%;
  height: 18px;
  outline: none;
  top: -7px;
  width: 18px;
}
.cl_pricing_slider .sl_input {
  background-color: #fff0;
  border: none;
  color: #221f1f;
  text-align: center;
}
.cl_pricing_slider .sl_input:focus {
  box-shadow: none;
  outline: none;
}
.cl_skill_checkbox .content.ui_kit_checkbox {
  border-radius: 6px;
  height: 250px;
  overflow: hidden scroll;
  text-align: left;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar {
  border-radius: 6px;
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar * {
  background: #fff0;
  border-radius: 6px;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 6px;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-thumb {
  background-color: #a2a2a2 !important;
  border-radius: 6px;
}
.wrap-custom-file {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 183px;
  text-align: center;
}
.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0;
}
.wrap-custom-file label {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/team/upload_photo.jpg);
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span {
  background-color: rgb(36 65 231 / 0.9);
  bottom: 0;
  color: #fff;
  height: 40px;
  left: 0;
  padding-top: 6px;
  position: absolute;
  width: 100%;
}
.wrap-custom-file label.file-ok {
  background-size: cover;
  background-position: center;
}
.wrap-custom-file label.file-ok span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  font-size: 1.1rem;
  color: #fff;
  background-color: rgb(36 65 231 / 0.9);
}
.wrap-custom-file label.file-ok .fa {
  display: none;
}
.company_life input.amount {
  text-align: right;
}
.company_life input.amount2 {
  text-align: left;
}
.company_life input.amount,
.company_life input.amount2 {
  color: #221f1f;
  background-color: #fff0;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin-top: 30px;
  width: 40%;
}
.company_life
  .cl_pricing_slider
  span.ui-slider-handle.ui-corner-all.ui-state-default {
  top: -4px;
}
.company_life .ui-slider-horizontal {
  background-color: #dfdfdf !important;
  height: 6px;
}
.company_life .slider-range {
  width: 100%;
}
.alpha-pag {
  background: #fff;
  margin-bottom: 35px;
  text-align: center;
}
.alpha-pag ul {
  margin-bottom: 0;
}
.alpha-pag ul.option-set li {
  margin-right: 40px;
}
.alpha-pag ul.option-set li:last-child {
  margin-right: 0;
}
.alpha-pag ul.option-set li a {
  padding: 0 0 5px;
}
.alpha-pag ul.option-set li a.selected {
  border-bottom: 2px solid #2441e7;
  color: #2441e7;
}
.alpha-pag.home11 ul.option-set li a.selected {
  background-color: #23ad96;
  border-bottom: none;
  border-radius: 4px;
  color: #fff;
  padding: 15px 20px;
}
.alpha-pag li a {
  color: #7d7d7d;
  padding: 0 8px;
}
.alpha-pag li a:hover {
  color: #221f1f;
}
.alpha-pag.home14 {
  background-color: #fff0;
}
.emply-text-sec {
  float: left;
  width: 100%;
}
.emply-text {
  float: left;
  margin-bottom: 40px;
}
.emply-text > h4 {
  margin-bottom: 30px;
}
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot,
.testimonial_slider_home11.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: #c7c7c7;
  border-radius: 20px;
  height: 8px;
  margin-left: 10px;
  width: 8px;
}
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  background-color: #0a0a0a;
  height: 13px;
  width: 13px;
}
.testimonial_slider_home11.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  background-color: #3f3a64;
  height: 13px;
  width: 13px;
}
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home11.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.testimonial_slider_home11.owl-carousel.owl-theme
  .owl-dots
  .owl-dot.active
  span,
.testimonial_slider_home11.owl-carousel.owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background-color: #1c327e;
  height: 13px;
  width: 13px;
}
.blog_post_home2 {
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 450px;
  margin: 0 13px 45px;
  overflow: hidden;
  position: relative;
}
.blog_post_home2.one {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px 25px;
}
.blog_post_home2.one .bph2_header:before {
  display: none;
}
.blog_post_home2 .bph2_header:before {
  background-color: rgb(0 0 0 / 0.3);
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog_post_home2:hover {
  cursor: pointer;
}
.blog_post_home2:hover .bph2_header:before {
  background-color: rgb(36 65 231 / 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog_post_home2 .bph2_header img {
  height: 100%;
}
.blog_post_home2 .bph2_header .bph2_date_meta {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: center;
}
.blog_post_home2 .bph2_header .bph2_date_meta:hover,
.blog_post_home2 .bph2_header .bph2_date_meta:hover span {
  background-color: #0a0a0a;
  color: #fff;
}
.blog_post_home2.one .details {
  bottom: 0;
  margin-top: 210px;
  padding: 0;
  position: relative;
}
.blog_post_home2.one .details h4 {
  color: #0a0a0a;
}
.blog_post_home2.one .details p {
  margin-bottom: 0;
}
.blog_post_home2.one .details .post_meta ul li a {
  color: #898989;
}
.blog_post_home2 .details {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
}
.blog_post_home2 .details h4 {
  color: #fafafa;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.blog_post_home2 .details .post_meta ul li a {
  color: #fafafa;
  font-size: 14px;
}
.blog_post_home2 .details .post_meta ul li a i {
  font-size: 18px;
  padding-right: 5px;
}
.blog_post_slider_home2.owl-theme .owl-dots .owl-dot span,
.instructor_slider_home3.owl-theme .owl-dots .owl-dot.active span,
.teacher_course_slider.owl-theme .owl-dots .owl-dot.active span,
.instructor_slider_home3.home12.owl-theme .owl-dots .owl-dot.active span {
  background-color: #c7c7c7;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.blog_post_slider_home2.owl-theme .owl-dots .owl-dot.active span,
.instructor_slider_home3.owl-theme .owl-dots .owl-dot.active span,
.instructor_slider_home3.home12.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0a0a0a;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.instructor_slider_home3.home8.owl-theme .owl-dots .owl-dot.active span {
  background-color: #debf52;
}
.instructor_slider_home3.home12.owl-theme .owl-dots .owl-dot span {
  background-color: #dfcfc4;
}
.instructor_slider_home3.home12.owl-theme .owl-dots .owl-dot.active span {
  background-color: #221538;
}
.teacher_course_slider {
  position: relative;
  z-index: 1;
}
.teacher_course_slider.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
}
.teacher_course_slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
  height: 13px;
  width: 13px;
}
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev,
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next,
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-prev,
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff !important;
  color: #1c327e;
  height: 50px;
  line-height: 45px;
  position: absolute;
  top: 175px;
  width: 50px;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popular_course_slider_home3 .item {
  margin: 0 7px 30px;
}
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev,
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #051925 !important;
  color: #fff;
  border-radius: 50%;
}
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #369fdb !important;
  color: #fff;
}
.testimonial_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -60px;
}
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -90px;
}
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -90px;
}
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: 30px;
}
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: 30px;
}
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -75px;
}
.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -75px;
}
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-prev,
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #d9d9d9;
  color: #0a0a0a;
  height: 50px;
  line-height: 45px;
  position: absolute;
  top: 175px;
  width: 50px;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #3452ff;
  color: #fff;
}
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -90px;
}
.blog_post_slider_home4.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -90px;
}
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #2441e7 !important;
  color: #fff;
}
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #c75533 !important;
  color: #fff;
}
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-prev,
.media_slider_home7.owl-carousel.owl-theme.owl-loaded .owl-next {
  top: 43%;
}
.read_more_home5 h4 {
  font-weight: 700;
}
.popular_course_slider_home3.home8.owl-carousel.owl-theme.owl-loaded .owl-prev,
.popular_course_slider_home3.home8.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #debf52 !important;
  z-index: 9;
}
.popular_course_slider_home3.home8.owl-carousel.owl-theme.owl-loaded
  .owl-prev:hover,
.popular_course_slider_home3.home8.owl-carousel.owl-theme.owl-loaded
  .owl-next:hover {
  background-color: #00bce4;
}
.media_slider_home7.home8.owl-carousel.owl-theme.owl-loaded .owl-prev,
.media_slider_home7.home8.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #192675 !important;
  border-radius: 50%;
  color: #fff;
}
.media_slider_home7.home8.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.media_slider_home7.home8.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #2441e7 !important;
  color: #fff;
}
.testimonial_content {
  background-color: #fff;
  border-radius: 4px;
  height: 300px;
  margin: 70px 100px;
  position: relative;
  padding: 60px 100px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 10px rgb(0 0 0 / 0.05);
  -moz-box-shadow: 0 0 20px 10px rgb(0 0 0 / 0.05);
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 0.05);
}
.testimonial_slider_home3 .testimonial_content:before {
  top: -50px;
  overflow: hidden;
  content: "“";
  color: #0a0a0a;
  font-weight: 700;
  font-size: 170px;
  position: absolute;
  line-height: 152px;
  left: 20px;
  width: 80px;
  height: 80px;
  z-index: -1;
}
.testimonial_content .thumb {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: -120px;
  position: relative;
}
.testimonial_content .thumb h4 {
  margin-bottom: 0;
}
.testimonial_content .thumb p {
  color: #3452ff;
  margin-bottom: 0;
}
.testimonial_content .thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial_content .details p {
  font-size: 15px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 510px;
}
.t_icon.home3 {
  color: #1c327e;
  left: 130px;
  top: 0;
}
.testimonial_grid.home11 .testimonial_content {
  box-shadow: none;
  margin: 0 10px 20px;
  padding: 50px 15px 20px;
}
.testimonial_grid.home11 .testimonial_content .thumb {
  margin-top: 0;
}
.testimonial_grid.home11 .testimonial_content .thumb p {
  color: dimgray;
}
.testimonial_grid.home11 .testimonial_content .thumb img {
  margin: 0 auto 15px;
  width: auto;
}
.testimonial_grid.home11 .testimonial_content .details p {
  font-size: 16px;
  line-height: 24px;
}
.testimonial_grid.home11 .t_icon.home3 {
  color: #3f3b64;
  display: block;
  font-size: 30px;
  left: auto;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 9;
}
.testimonial_grid.home11:hover .t_icon.home3 {
  color: #23ad96;
}
.contact_localtion {
  position: relative;
  margin-bottom: 80px;
}
.contact_localtion h4 {
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
}
.contact_localtion p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  margin-bottom: 0;
}
.contact_localtion .icon {
  color: #0a0a0a;
  font-size: 45px;
}
.form_grid h4 {
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
}
.form_grid p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
}
.form_grid .contact_form .form-group label {
  font-size: 14px;
  font-family: "Open Sans";
  color: #0a0a0a;
  line-height: 1.2;
}
.form_grid .contact_form input {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff0;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  height: 48px;
}
.maximage-home .mc-image {
  position: relative !important;
}
.maximage-home .mc-image img {
  margin: 0 !important;
  width: 100% !important;
}
.maxtext {
  bottom: 45%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.maxtext h1 {
  color: #fff;
  font-size: 50px;
  font-family: "Nunito";
  line-height: 1.2;
  text-transform: uppercase;
}
.maxtext p {
  color: #fff;
  font-family: "Nunito";
  font-size: 18px;
  line-height: 1.2;
}
.img-whp {
  width: 100% !important;
}
.text-thm {
  color: #2441e7 !important;
}
.text-thm2 {
  color: #00d664 !important;
}
.text-thm3 {
  color: #8fa5ec;
}
.text-thm4 {
  color: #1fbda6;
}
.text-thm5 {
  color: #192675;
}
.text-thm6 {
  color: #ff1053;
}
.text-thm7 {
  color: #fe4a55;
}
.text-thm8 {
  color: #0067da !important;
}
.color-white {
  color: #ffffff !important;
}
.color-lightgray {
  color: #d3d3d3;
}
.color-gray {
  color: gray;
}
.color-gray2 {
  color: #7e7e7e;
}
.color-green2 {
  color: #28b928;
}
.color-blue {
  color: #201b71;
}
.color-orose {
  color: #c75533;
}
.color-dark {
  color: #0a0a0a !important;
}
.color-black {
  color: #000;
}
.color-black2 {
  color: #0a0a0a;
}
.color-black11 {
  color: #111111 !important;
}
.color-black22 {
  color: #222;
}
.color-black33 {
  color: #333;
}
.color-black31 {
  color: #303030;
}
.color-black44 {
  color: #434343;
}
.color-black55 {
  color: #555;
}
.color-black66 {
  color: #676767;
}
.color-primary {
  color: #337ab7;
}
.color-success {
  color: #5cb85c;
}
.color-info {
  color: #5bc0de;
}
.color-silver {
  color: silver;
}
.color-warning {
  color: #f0ad4e;
}
.color-danger {
  color: #d9534f;
}
.color-green {
  color: #28b928;
}
.color-fb {
  color: #3b5998;
}
.color-golden {
  color: #febe42;
}
.color-red {
  color: #ff4b53;
}
.bgc-thm {
  background-color: #2441e7 !important;
}
.bgc-thm2 {
  background-color: #192675 !important;
}
.bgc-fb {
  background-color: #3b5998;
}
.color-twtr {
  color: #1da1f2;
}
.bgc-twtr {
  background-color: #1da1f2;
}
.color-inst {
  color: #d31a77;
}
.bgc-inst {
  background-color: #d31a77;
}
.color-lnkdn {
  color: #007bb6;
}
.bgc-lnkdn {
  background-color: #007bb6;
}
.color-pint {
  color: #cb2027;
}
.bgc-pint {
  background-color: #cb2027;
}
.color-skyp {
  color: #00aff0;
}
.bgc-skyp {
  background-color: #00aff0;
}
.color-skyp {
  color: #00aff0;
}
.bgc-skyp {
  background-color: #00aff0;
}
.color-drbl {
  color: #ea4c89;
}
.bgc-drbl {
  background-color: #ea4c89;
}
.color-behnc {
  color: #0b7bff;
}
.bgc-behnc {
  background-color: #0b7bff;
}
.color-utube {
  color: red;
}
.bgc-utube {
  background-color: red;
}
.color-gogle {
  color: #ea4335;
}
.bgc-gogle {
  background-color: #ea4335;
}
.bgc-darkblue {
  background-color: #112360;
}
.bgc-seagreen {
  background-color: #43d4b6;
}
.bgc-black11 {
  background-color: #111;
}
.bgc-black22 {
  background-color: #222;
}
.bgc-split {
  background-color: #181413 !important;
}
.bgc-primary {
  background-color: #337ab7;
}
.bgc-success {
  background-color: #5cb85c;
}
.bgc-info {
  background-color: #5bc0de;
}
.bgc-warning {
  background-color: #f0ad4e;
}
.bgc-danger {
  background-color: #d9534f;
}
.bgc-white {
  background-color: #ffffff !important;
}
.bgc-lightgray {
  background-color: #d3d3d3;
}
.bgc-snowshade {
  background-color: #f9f9f9;
}
.bgc-snowshade2 {
  background-color: #fafafa;
}
.bgc-golden {
  background-color: #febe42;
}
.bgc-theme8 {
  background-color: #0067da !important;
}
.color-whitef1 {
  color: #f1f1f1;
}
.color-whitef2 {
  color: #f2f2f2;
}
.color-whitef3 {
  color: #f3f3f3;
}
.color-whitef4 {
  color: #f4f4f4;
}
.color-whitef5 {
  color: #f5f5f5;
}
.color-whitef6 {
  color: #f6f6f6;
}
.color-whitef7 {
  color: #f7f7f7;
}
.color-whitef8 {
  color: #f8f8f8;
}
.color-whitef9 {
  color: #f9f9f9;
}
.color-whitef0 {
  color: #f0f0f0;
}
.bgc-f0 {
  background-color: #f0f0f0;
}
.bgc-f1 {
  background-color: #f1f1f1;
}
.bgc-f2 {
  background-color: #f2f2f2;
}
.bgc-f3 {
  background-color: #f3f3f3;
}
.bgc-f4 {
  background-color: #f4f4f4;
}
.bgc-f5 {
  background-color: #f5f5f5;
}
.bgc-f6 {
  background-color: #f6f6f6;
}
.bgc-f7 {
  background-color: #f7f7f7;
}
.bgc-f8 {
  background-color: #f8f8f8;
}
.bgc-f9 {
  background-color: #f9f9f9;
}
.bgc-fa {
  background-color: #fafafa !important;
}
.bgc-transparent {
  background-color: transparent !important;
}
.bgc-darkcyan {
  background-color: darkcyan;
}
.bgc-darkblue {
  background-color: #004274;
}
.bgc-green {
  background-color: #28b928;
}
.bdrs0 {
  border-radius: 0 !important;
}
.bdrs3 {
  border-radius: 3px !important;
}
.bdrs5 {
  border-radius: 5px;
}
.bdrs10 {
  border-radius: 10px;
}
.bdrs20 {
  border-radius: 20px;
}
.bdrs50 {
  border-radius: 50%;
}
.tdu {
  text-decoration: underline;
}
.tdu-hvr:hover {
  cursor: pointer;
  text-decoration: underline;
}
.all-body-content {
  background-color: #fff;
  margin-bottom: 760px;
  position: relative;
  z-index: 9;
}
.h125 {
  height: 125px;
}
.btn {
  border-radius: 4px;
}
.btn.dbxshad {
  -webkit-box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
  -moz-box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
  box-shadow: 0 1px 4px 0 rgb(36 65 231 / 0.3);
}
.btn.circle {
  border-radius: 27px;
}
.btn.white {
  background-color: #fff;
  color: #2441e7;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-thm {
  background-color: #2441e7;
  border: 2px solid #2441e7;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-thm.rounded {
  background-color: #2441e7;
  border-radius: 5px;
  color: #fff;
}
.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus {
  background-color: #fff;
  border-color: #2441e7;
  color: #2441e7;
}
.btn-thm.white:hover,
.btn-thm.white:active,
.btn-thm.white:focus {
  background-color: #2441e7;
  border-color: #2441e7;
  color: #fff;
}
.btn-thm2 {
  background-color: #192675;
  border-color: #192675;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus {
  background-color: #fff;
  border-color: #192675;
  color: #192675;
}
.btn-thm3 {
  background-color: #ff1053;
  border: 2px solid #ff1053;
  border: none;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
  background-color: #fff;
  border-color: #ff1053;
  color: #ff1053;
}
.btn-thm4 {
  background-color: #23ad96;
  border: 2px solid #23ad96;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-thm4:hover,
.btn-thm4:active,
.btn-thm4:focus {
  background-color: #fff;
  border-color: #23ad96;
  color: #23ad96;
}
.btn-thm5 {
  background-color: #0067da;
  border: 2px solid #0067da;
  color: #fff;
  border-radius: 4px;
  padding: 10px 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-thm5:hover,
.btn-thm5:active,
.btn-thm5:focus {
  background-color: #fff;
  border-color: #0067da;
  color: #0067da;
}
.btn-dark {
  background-color: #051925;
  border-color: #051925;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #051925;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #fff;
  border-color: #051925;
  color: #051925;
}
.btn-yellow {
  background-color: #f0c900;
  border-color: #f0c900;
  color: #333;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: #333;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border-color: #eee;
  color: #303030;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: #2441e7;
}
.btn-gray {
  background-color: #f9fafc;
  border-color: #f9fafc;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #2441e7;
  color: #fff;
}
.btn-green {
  background-color: #28b928;
  border-color: #28b928;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #fff;
}
.btn-blue {
  background-color: #1c327e;
  border-color: #1c327e;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background-color: #2441e7;
  border-color: #2441e7;
  color: #fff;
}
.btn-transparent {
  background-color: #fff0;
  border-color: #2441e7;
  color: #2441e7;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #2441e7;
  color: #fff;
  border: 2px solid;
  border-color: #2441e7;
}
.btn-transparent2 {
  background-color: #fff0;
  border-color: -webkit-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  border-color: -o-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  border-color: -ms-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  border-color: -moz-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  border-color: linear-gradient(60deg, #4568dc 0%, #7b69c7 50%, #b06ab3 100%);
  color: #4568dc;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent2:hover,
.btn-transparent2:active,
.btn-transparent2:focus {
  background: -webkit-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  background: -o-linear-gradient(30deg, #4568dc 0%, #7b69c7 50%, #b06ab3 100%);
  background: -ms-linear-gradient(30deg, #4568dc 0%, #7b69c7 50%, #b06ab3 100%);
  background: -moz-linear-gradient(
    30deg,
    #4568dc 0%,
    #7b69c7 50%,
    #b06ab3 100%
  );
  background: linear-gradient(60deg, #4568dc 0%, #7b69c7 50%, #b06ab3 100%);
  color: #fff;
}
.btn-default {
  font-size: 14px;
  padding: 8px 15px;
}
.fz11 {
  font-size: 11px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz30 {
  font-size: 30px;
}
.fz40 {
  font-size: 40px;
}
.fz45 {
  font-size: 45px;
}
.fz48 {
  font-size: 48px;
}
.fz50 {
  font-size: 50px;
}
.fz60 {
  font-size: 60px;
}
.fz72 {
  font-size: 72px;
}
.fz100 {
  font-size: 100px !important;
}
.lh30 {
  line-height: 30px;
}
.h05 {
  height: 5px !important;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h50 {
  height: 50px;
}
.h55 {
  height: 55px;
}
.h60 {
  height: 60px;
}
.h65 {
  height: 65px;
}
.h70 {
  height: 70px;
}
.h75 {
  height: 75px;
}
.h80 {
  height: 80px;
}
.h85 {
  height: 85px;
}
.h90 {
  height: 90px;
}
.h95 {
  height: 95px;
}
.h100 {
  height: 100px;
}
.h150 {
  height: 150px;
}
.h200 {
  height: 200px;
}
.h250 {
  height: 250px !important;
}
.h300 {
  height: 300px;
}
.h320 {
  height: 320px;
}
.h350 {
  height: 350px;
}
.h355 {
  height: 355px;
}
.h400 {
  height: 400px;
}
.h450 {
  height: 450px;
}
.h500 {
  height: 500px;
}
.h550 {
  height: 550px;
}
.h600 {
  height: 600px;
}
.h650 {
  height: 650px;
}
.h700 {
  height: 700px;
}
.h750 {
  height: 750px;
}
.h800 {
  height: 800px;
}
.h850 {
  height: 850px;
}
.h900 {
  height: 900px;
}
.h950 {
  height: 950px;
}
.h1000 {
  height: 1000px;
}
.wa {
  width: auto;
}
.maxw1500 {
  max-width: 1500px;
}
.w100 {
  width: 100% !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.fwb {
  font-weight: bold !important;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dif {
  display: inline-flex;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.dfr {
  display: flow-root;
}
.dn {
  display: none;
}
.ovh {
  overflow: hidden;
}
.ovv {
  overflow: visible;
}
.posa {
  position: absolute;
}
.posr {
  position: relative;
}
.ulockd-pmz {
  margin: 0;
  padding: 0;
}
.p0 {
  padding: 0 !important;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p55 {
  padding: 55px;
}
.p60 {
  padding: 60px;
}
.p65 {
  padding: 65px;
}
.p70 {
  padding: 70px;
}
.p75 {
  padding: 75px;
}
.p80 {
  padding: 80px;
}
.pad10 {
  padding: 10% 5%;
}
.pad17 {
  padding-top: 17% !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}
.pt160 {
  padding-top: 160px;
}
.pt170 {
  padding-top: 170px;
}
.pt180 {
  padding-top: 180px;
}
.pt190 {
  padding-top: 190px;
}
.pt200 {
  padding-top: 200px;
}
.pt100 {
  padding-top: 100px;
}
.pt70 {
  padding-top: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pt70 {
  padding-top: 70px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb15 {
  padding-bottom: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb200 {
  padding-bottom: 200px;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl75 {
  padding-left: 75px;
}
.pl80 {
  padding-left: 80px;
}
.pl85 {
  padding-left: 85px;
}
.pl90 {
  padding-left: 90px;
}
.pl95 {
  padding-left: 95px;
}
.pl100 {
  padding-left: 100px;
}
.prpl0 {
  padding-left: 0;
  padding-right: 0;
}
.prpl5 {
  padding-left: 5px;
  padding-right: 5px;
}
.prpl10 {
  padding-left: 10px;
  padding-right: 10px;
}
.prpl15 {
  padding-left: 15px;
  padding-right: 15px;
}
.prpl20 {
  padding-left: 20px;
  padding-right: 20px;
}
.prpl25 {
  padding-left: 25px;
  padding-right: 25px;
}
.prpl30 {
  padding-left: 30px;
  padding-right: 30px;
}
.prpl35 {
  padding-left: 35px;
  padding-right: 35px;
}
.prpl40 {
  padding-left: 40px;
  padding-right: 40px;
}
.prpl2 {
  padding-left: 2px;
  padding-right: 2px;
}
.ptpb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptpb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.plpr0 {
  padding-left: 0;
  padding-right: 0;
}
.mt-10 {
  margin-top: -10px;
}
.mt-50 {
  margin-top: -50px;
}
.mt-100 {
  margin-top: -100px;
}
.mt-110 {
  margin-top: -110px;
}
.mt-120 {
  margin-top: -120px;
}
.mt-150 {
  margin-top: -150px;
}
.mt-200 {
  margin-top: -200px;
}
.m0 {
  margin: 0;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.mt250 {
  margin-top: 250px !important;
}
.mt300 {
  margin-top: 3000px;
}
.mt-30 {
  margin-top: -30px;
}
.mr0 {
  margin-right: 0px !important;
}
.ulockd-mrgb35 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.zi1 {
  z-index: 1;
}
.zi9 {
  z-index: 9;
}
.zi-1 {
  z-index: -1;
}
.bg-img2 {
  background-image: url(../images/background/2.jpg);
}
.bg-img5 {
  background-attachment: scroll;
  background-image: url(../images/background/5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
.bg-img6 {
  background-attachment: scroll;
  background-image: url(../images/background/8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 960px;
}
.bg-img9 {
  background-attachment: scroll;
  background-image: url(../images/background/9.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img10 {
  background-attachment: scroll;
  background-image: url(../images/background/10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img11 {
  background-attachment: scroll;
  background-image: url(../images/background/11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img12 {
  background-attachment: scroll;
  background-image: url(../images/background/12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-bg {
  background-attachment: scroll;
  background-image: url(../images/background/log-page-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section {
  padding: 15px 0;
  position: relative;
}
.main-title {
  position: relative;
  margin-bottom: 5px;
}
.main-title h3 {
  display: inline-block;
  font-family: "Nunito";
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
.main-title p {
  margin-bottom: 0;
}
.preloader {
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.scrollToHome:hover {
  color: #fff;
}
.scrollToHome {
  bottom: 15px;
  color: #fff;
  display: none;
  font-size: 24px;
  line-height: 1.5em;
  padding: 3px 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollToHome.home3 {
  color: #0a0a0a;
}
.scrollToHome.home3:hover {
  color: #fff;
}
.scrollToHome.home4 {
  color: #3452ff;
}
.scrollToHome.home4:hover {
  color: #fff;
}
.bgc-overlay-white3:before {
  background-color: rgb(255 255 255 / 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white35:before {
  background-color: rgb(255 255 255 / 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white4:before {
  background-color: rgb(255 255 255 / 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white45:before {
  background-color: rgb(255 255 255 / 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white5:before {
  background-color: rgb(255 255 255 / 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white55:before {
  background-color: rgb(255 255 255 / 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white6:before {
  background-color: rgb(255 255 255 / 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white65:before {
  background-color: rgb(255 255 255 / 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white7:before {
  background-color: rgb(255 255 255 / 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white75:before {
  background-color: rgb(255 255 255 / 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white8:before {
  background-color: rgb(255 255 255 / 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white85:before {
  background-color: rgb(255 255 255 / 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white9:before {
  background-color: rgb(255 255 255 / 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-white95:before {
  background-color: rgb(255 255 255 / 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black3:before {
  background-color: rgb(0 0 0 / 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black35:before {
  background-color: rgb(0 0 0 / 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black4:before {
  background-color: rgb(0 0 0 / 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black45:before {
  background-color: rgb(0 0 0 / 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black5:before {
  background-color: rgb(0 0 0 / 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black55:before {
  background-color: rgb(0 0 0 / 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black6:before {
  background-color: rgb(0 0 0 / 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black65:before {
  background-color: rgb(0 0 0 / 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black7:before {
  background-color: rgb(0 0 0 / 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black75:before {
  background-color: rgb(0 0 0 / 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black8:before {
  background-color: rgb(0 0 0 / 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black85:before {
  background-color: rgb(0 0 0 / 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black9:before {
  background-color: rgb(0 0 0 / 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bgc-overlay-black95:before {
  background-color: rgb(0 0 0 / 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.parallax {
  background-attachment: scroll;
  background-position: 50% 0;
  z-index: 1;
  position: relative;
}
.divider {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 130px 0;
  position: relative;
}
.divider:before {
  background-color: rgb(25 38 117 / 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider_home1,
.divider_home2 {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 130px 0;
  position: relative;
}
.divider_home1:before {
  background-color: rgb(25 38 117 / 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider_home2:before {
  background-color: rgb(0 0 0 / 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form_control {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.divider-one h1,
.divider-two h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
.divider-two h1 {
  margin-bottom: 120px;
}
.divider-one .divider-btn {
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  height: 50px;
  line-height: 47px;
  padding: 0 60px;
  font-size: 15px;
}
.divider-one .divider-btn:hover {
  border: 2px solid #2441e7;
}
.divider-one p {
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.divider2 {
  padding-bottom: 110px;
  padding-top: 135px;
}
.divider2:before {
  background-image: url(../images/background/2.png);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 30px;
  width: 100%;
}
.divider-two {
  position: relative;
}
.divider-two h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 50px;
}
.divider-two p {
  margin-bottom: 0;
}
#mc_embed_signup input {
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
  font-weight: 300;
  height: 45px;
  width: 85%;
}
#mc_embed_signup input:focus {
  outline: none;
}
#mc_embed_signup input::placeholder {
  color: #fff;
}
#mc_embed_signup .mc-field-group {
  margin-bottom: 40px;
}
#mc_embed_signup .mailchimp_btn {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  height: 50px;
  line-height: 32px;
  width: 190px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
#mc_embed_signup .mailchimp_btn:hover {
  background-color: #fff;
  color: #192675;
}
.divider-two .wrapper {
  text-align: center;
}
div#countdown .col-xs-6.col-sm-3:first-child {
  margin-right: 40px;
  text-align: left;
  width: auto;
}
div#countdown .col-xs-6.col-sm-3 {
  display: inline-block;
}
.divider-two .time {
  color: #fff;
  font-size: 30px;
  line-height: normal;
}
.divider-two .label {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
.divider-two.home11 h1 {
  margin-bottom: 90px;
}
.countdown.home11 .col-xs-6.col-sm-3 {
  margin-right: 30px !important;
}
.countdown.home11 .col-xs-6.col-sm-3 .wrapper {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 100px;
  line-height: normal;
  padding-top: 20px;
  vertical-align: middle;
  width: 100px;
}
.countdown.home11 .col-xs-6.col-sm-3 {
  max-width: 100px;
}
.countdown.home11 .col-xs-6.col-sm-3 .wrapper span.label {
  font-size: 16px;
  line-height: 24px;
}
.countdown.home11 .col-xs-6.col-sm-3 .wrapper span.time {
  font-size: 26px;
  line-height: 24px;
}
.singup-course-form {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  position: relative;
  max-width: 480px;
}
.singup-course-form .scf_heading .title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.singup-course-form #mc_embed_signup input {
  background-color: #fff0;
  border: 1px solid #dbe1e5;
  border-radius: 4px;
  color: dimgray;
  font-weight: 300;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 18px;
  width: 100%;
}
.singup-course-form #mc_embed_signup input:focus {
  outline: none;
}
.singup-course-form #mc_embed_signup input::placeholder {
  color: dimgray;
}
.singup-course-form .btn {
  border-radius: 4px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  line-height: 30px;
}
.newslatter_title {
  margin-bottom: 30px;
}
.newslatter_title p {
  margin: 0 auto;
  max-width: 70%;
}
.footer_apps_widget_home1.home11 input.form-control {
  box-shadow: none;
  border: 1px solid #dbe1e5;
}
.footer_apps_widget_home1 input.form-control {
  width: 56%;
}
.footer_apps_widget_home1.home11 button.btn {
  width: 200px;
}
.footer_one.home11,
.footer_bottom_area.home11 {
  background-color: #171520;
}
.footer_social_widget.home11 li {
  padding-left: 0;
  padding-right: 10px;
}
.footer_contact_widget.home11 p,
.footer_social_widget.home11 li a,
.footer_company_widget.home11 li a,
.footer_program_widget.home11 li a,
.footer_support_widget.home11 li a,
.copyright-widget.home11 p {
  color: #a7a7a7;
}
.footer_social_widget.home11 li a {
  font-size: 16px;
}
.footer_social_widget.home11 li:hover a {
  color: #fff;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.chart-container {
  width: 100%;
}
.c_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.selected_filter_widget {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
  padding: 30px 30px 25px;
  position: relative;
  width: 100%;
}
.selected_filter_widget.style2 {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  display: inline-block;
  height: auto;
}
.selected_filter_widget.style3 {
  border: none;
  padding: 0 15px;
}
.selected_filter_widget.style4 {
  background-color: #f9fafc;
  border-radius: 5px;
  border: none;
  padding: 35px;
}
.selected_filter_widget .tags-bar.style2 {
  background-color: #fff0;
  border-radius: 0;
  padding: 0;
}
.selected_filter_widget.style2 .accordion .link {
  font-size: 20px;
  font-family: "Nunito SemiBold";
  color: #0a0a0a;
  line-height: 1.2;
}
.tags-bar {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 10px;
  position: relative;
  width: 100%;
}
.tags-bar > span {
  background-color: #edeff7;
  color: #4f4f4f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 13px;
  height: 30px;
  line-height: 55px;
  margin-right: 5px;
  padding: 10px 20px;
  position: relative;
  width: 125px;
}
.tags-bar > span i {
  color: #383535;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  height: 16px;
  padding-left: 10px;
}
.tags-bar .action-tags {
  float: right;
}
.tags-bar .action-tags a {
  color: #939393;
  font-size: 13px;
}
.tags-bar .action-tags a i {
  font-size: 16px;
}
#accordion .panel {
  border: 0;
  border-radius: 0;
  margin-top: 0;
}
#accordion a {
  font-size: 16px;
  display: block;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  color: #0a0a0a;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #0a0a0a;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-heading a:not(.collapsed) {
  font-size: 16px;
  color: #0a0a0a;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  color: #0a0a0a;
  content: "\f107";
  float: right;
  font-weight: lighter;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.translated {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
.content_details {
  background-color: #fafafa;
  border: 1px solid #ddd;
  height: 100%;
  left: 0;
  margin-left: -100%;
  overflow-y: scroll;
  padding: 20px 8px;
  position: fixed;
  top: 80px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 305px;
  z-index: 9;
}
.content_details::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: -10px;
  width: 6px;
  z-index: 3;
}
.content_details::-webkit-scrollbar * {
  background: #fff0;
  margin-right: -10px;
}
.content_details::-webkit-scrollbar-track {
  display: none;
}
.content_details::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important;
  border-radius: 6px;
  margin-right: -10px;
}
.content_details.is-full-width {
  left: 0;
  margin-left: 0;
  position: fixed;
}
.shop_grid {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff;
  height: 385px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop_grid:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -o-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.shop_grid .thumb {
  margin-bottom: 40px;
}
.shop_grid .cart_bag {
  border-radius: 50%;
  background-color: #ff1053;
  height: 50px;
  margin-top: 25px;
  opacity: 0;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop_grid:hover .cart_bag {
  opacity: 1;
}
.shop_grid .cart_bag span {
  color: #fff;
  font-size: 20px;
  line-height: 2.5;
}
.shop_grid .details {
  position: relative;
}
.shop_grid .details ul {
  margin-bottom: 0;
}
.shop_grid .details .price {
  font-size: 18px;
  font-family: "Nunito";
  color: #c75533;
  font-weight: 700;
  line-height: 1.2;
}
.shop_grid .details .item-tile {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
}
.shop_grid .details ul li,
.sspd_review ul li {
  margin-right: 4px !important;
}
.shop_grid .details ul li:last-child a,
.sspd_review ul li:last-child a {
  color: #7e7e7e;
}
.shop_grid .details ul li a,
.sspd_review ul li a {
  color: #d0d23c;
}
.sspd_review ul li a {
  font-size: 13px;
}
.shop_order_box {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  padding: 30px;
}
.shop_order_box .main_title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.shop_order_box .order_list_raw {
  margin-bottom: 80px;
  margin-top: 60px;
  text-align: center;
}
.shop_order_box .order_list_raw ul {
  margin-bottom: 0;
}
.shop_order_box .order_list_raw ul li {
  margin-right: 60px;
  text-align: left;
}
.shop_order_box .order_list_raw ul li:last-child {
  margin-right: 0;
}
.shop_order_box .order_list_raw ul li h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
  margin-bottom: 4px;
}
.shop_order_box .order_list_raw ul li p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.shop_order_box .order_details .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 40px;
}
.shop_order_box .order_details .title2 {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.shop_order_box .order_details .od_content {
  margin-bottom: 60px;
}
.shop_order_box .order_details .od_content li {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
  margin-bottom: 25px;
}
.shop_order_box .order_details .od_content .tamount {
  font-size: 18px;
  font-family: "Nunito SemiBold";
  color: #ff1053;
  line-height: 1.333;
}
.checkout_form {
  position: relative;
}
.checkout_form .checkout_coupon .form1 {
  display: block;
  margin-bottom: 35px;
  padding-top: 10px;
  text-align: center;
}
.checkout_form .checkout_coupon form input {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  height: 48px;
  margin-right: 24px;
}
.checkout_form .checkout_coupon form textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff0;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
}
.checkout_form .checkout_coupon form button {
  border-radius: 5px;
  background-color: #2441e7;
  color: #fff;
  height: 50px;
  margin-bottom: 0;
  width: 180px;
}
.checkout_form .checkout_coupon form button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #2441e7;
  border-radius: 5px;
  background-color: #fff;
  color: #2441e7;
}
.checkout_form .checkout_coupon form button.btn2 {
  margin-right: 24px;
}
.checkout_form .checkout_coupon form button.btn3 {
  border-style: solid;
  border-width: 2px;
  border-color: #2441e7;
  border-radius: 5px;
  background-color: #fff;
  color: #2441e7;
  height: 50px;
  width: 180px;
}
.checkout_form .checkout_coupon form button.btn3:hover {
  background-color: #2441e7;
  color: #fff;
}
.checkout_form
  .checkout_coupon
  .form2
  .my_profile_select_box
  .dropdown.bootstrap-select
  button.btn {
  width: 100%;
}
.checkout_form
  .checkout_coupon
  .form2
  .my_profile_select_box
  .dropdown-item.active,
.checkout_form
  .checkout_coupon
  .form2
  .my_profile_select_box
  .dropdown-item:active {
  background-color: #fff0;
  color: #6f7074;
}
.checkout_form .checkout_coupon .form2 label {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.867;
}
.checkout_form .checkout_coupon .form2 .ai_title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
}
.order_sidebar_widget {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  padding: 30px;
}
.order_sidebar_widget .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 25px;
}
.order_sidebar_widget .subtitle p {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 2.222;
  margin-bottom: 6px;
}
.order_sidebar_widget .subtitle .totals {
  font-size: 22px;
  font-family: "Nunito";
  color: #c75533;
  font-weight: 700;
  line-height: 1.2;
}
.payment_widget {
  border-radius: 5px;
  background-color: #f9fafc;
  padding: 30px;
}
.payment_widget .bt_details {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 25px;
}
.payment_widget .bt_details p {
  margin-bottom: 0;
}
.payment_widget_btn .btn-block {
  margin-top: 30px;
  width: 100%;
}
.payment_widget_btn .btn-block:hover {
  border: 1px solid #ff1053;
}
.cart_page_form {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  background-color: #fff0;
  margin-bottom: 30px;
}
.cart_page_form table.table.table-responsive {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}
.cart_page_form tr.carttable_row {
  background-color: #2441e7;
}
.cart_page_form tr.carttable_row th.cartm_title {
  border: none;
  color: #fff;
  padding-left: 30px;
}
.table_body .cart_list {
  margin-bottom: 0;
}
.cart_page_form .table_body td,
.cart_page_form .table_body th {
  padding: 30px 31px;
  vertical-align: middle;
}
.cart_page_form.style2 .table_body td,
.cart_page_form.style2 .table_body th {
  padding: 30px 31px;
  vertical-align: middle;
}
.cart_page_form.style2 .table_body th {
  width: 55%;
}
.cart_page_form.style2 .table_body td {
  width: 13%;
}
.cart_page_form.style3 .table_body td,
.cart_page_form.style3 .table_body th {
  border-bottom: 1px solid #dedede;
}
.cart_page_form.style3 {
  border: none;
}
.cart_page_form.style3 .table_body tr {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.cart_page_form.style3 .table_body td {
  width: 0%;
}
.cart_page_form.style3 .table_body th {
  width: 52%;
}
.order_key_status li:last-child span {
  margin-left: 54px;
}
.cart_page_form.style3 tr.borderless_table_row {
  border-left: none;
  border-right: none;
}
.cart_page_form.style3 tr.borderless_table_row th,
.cart_page_form.style3 tr.borderless_table_row td,
.cart_page_form.style3 tr.borderless_table_row.style2 th,
.cart_page_form.style3 tr.borderless_table_row.style2 td {
  border: none;
}
.cart_page_form tbody.table_body th .cart_list .cart_title {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.333;
}
.cart_page_form tbody.table_body th .cart_list li {
  margin-right: 0;
  vertical-align: middle;
}
.cart_page_form tbody.table_body td .cart_count {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  height: 48px;
  width: 88px;
}
.cart_page_form tbody.table_body td .cart_count:focus {
  outline: none;
}
.order_key_status li {
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 2.222;
}
.order_key_status li span {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
  margin-left: 75px;
}
.single_product_grid {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.single_product {
  position: relative;
  height: 550px;
}
.single_product .single_item {
  text-align: center;
}
.single_product .single_item .thumb {
  padding-top: 70px;
}
.single_product .product_popup {
  border-radius: 50%;
  background-color: #edeff7;
  bottom: 25px;
  height: 60px;
  left: 30px;
  position: absolute;
  text-align: center;
  width: 60px;
}
.single_product .product_popup span {
  color: #0a0a0a;
  font-size: 25px;
  line-height: 2.5;
}
.shop_single_product_details h3 {
  font-size: 26px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 0.923;
}
.shop_single_product_details {
  padding-left: 20px;
}
.shop_single_product_details p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.shop_single_product_details .cart_btns input {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  -o-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.09);
  height: 48px;
  text-align: center;
  width: 118px;
}
.shop_single_product_details .sspd_price {
  font-size: 26px;
  font-family: "Nunito";
  color: #c75533;
  font-weight: 700;
  line-height: 1.2;
}
.shop_single_product_details .cart_btns input:focus {
  outline: none;
}
.shop_single_product_details .cart_btns button.btn {
  border-radius: 27px;
  background-color: #ff1053;
  font-size: 18px;
  font-family: "Nunito";
  color: #fff;
  height: 55px;
  border: 2px solid #ff1053;
  width: 220px;
}
.shop_single_product_details .cart_btns button.btn:hover {
  background-color: #fff;
  border: 2px solid #ff1053;
  color: #ff1053;
}
.shop_single_product_details .sspd_sku li a {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 1.6;
}
.shop_single_product_details .sspd_social_icon li:first-child {
  font-size: 18px;
  font-family: "Nunito";
  color: #3b3b3b;
  line-height: 1.333;
  padding-right: 10px;
}
.shop_single_product_details .sspd_social_icon li {
  padding-right: 20px;
}
.shop_single_product_details .sspd_social_icon li a {
  font-size: 16px;
  font-family: "FontAwesome";
  color: #b6b9c7;
  line-height: 1.2;
}
.shop_single_product_details .sspd_social_icon li:hover a {
  color: #48494d;
}
.product_single_content
  .mbp_pagination_comments
  .mbp_first.media
  .media-body
  p {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.6;
}
.product_single_content.style2 {
  border-style: solid;
  border-width: 2px;
  border-color: #edeff7;
  border-radius: 5px;
  background-color: #fff0;
  padding-left: 30px;
  padding-right: 30px;
}
.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title {
  font-size: 20px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.5;
  margin-bottom: 0;
}
.product_single_content
  .mbp_pagination_comments
  .mbp_first.media
  h4.sub_title
  ul {
  margin-bottom: 0;
}
.product_single_content
  .mbp_pagination_comments
  .mbp_first.media
  h4.sub_title
  ul
  li
  a {
  font-size: 13px;
  font-family: "FontAwesome";
  color: #d0d23c;
  line-height: 1.2;
}
.product_single_content
  .mbp_pagination_comments
  .mbp_first.media
  h4.sub_title
  .sspd_review
  ul
  li {
  margin-right: 2px;
}
.product_single_content
  .mbp_pagination_comments
  .mbp_first.media
  .sspd_review_liked,
.product_single_content
  .mbp_pagination_comments
  .mbp_second.media
  .sspd_review_liked {
  background-color: #edeff7;
  border-radius: 20px;
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Open Sans";
  height: 40px;
  line-height: 2.714;
  text-align: center;
  width: 200px;
}
.more-review-btn {
  border-style: solid;
  border-width: 2px;
  border-color: #2441e7;
  border-radius: 25px;
  font-size: 15px;
  font-family: "Open Sans";
  color: #2441e7;
  line-height: 1.2;
  height: 50px;
  width: 234px;
}
.more-review-btn:hover {
  background-color: #2441e7;
  color: #fff;
}
.shop-single-content {
  overflow: hidden;
}
.shop_single_tab_content .nav-tabs,
.cs_rwo_tabs.csv2 .nav-tabs {
  border-bottom: none;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link {
  border: 1px solid #fff0;
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  height: 64px;
  line-height: 2.5;
  text-align: center;
  width: 165px;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link:hover {
  border: 1px solid #fff0;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.active {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0.12);
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.active:before {
  background-color: #fff;
  content: "";
  height: 18px;
  left: 0;
  margin-left: 75px;
  margin-top: 46px;
  position: absolute;
  right: 0;
  width: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style2 {
  border: 1px solid #fff0;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  height: 40px;
  line-height: 1.2;
  text-align: center;
  width: 165px;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style2.active {
  background-color: #0a0a0a;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Nunito";
  color: #fff;
  height: 40px;
  line-height: 1.2;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style2.active:before,
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3.active:before,
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style4.active:before {
  display: none;
}
ul.nav.nav-tabs.style3 {
  border-radius: 4px;
  background-color: #f9fafc;
  height: auto;
}
ul.nav.nav-tabs.style4 {
  background-color: #fff0;
  border-bottom: 2px solid #eee;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3,
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style4 {
  border: 2px solid #fff0;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 40px;
  text-align: center;
  width: 165px;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3.active,
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style4.active {
  border-bottom: 2px solid #0a0a0a;
  background-color: transparent !important;
  box-shadow: none;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3 {
  border: 2px solid #fff0;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 40px;
  text-align: center;
  width: 165px;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3.active {
  border-bottom: 2px solid #0a0a0a;
  background-color: transparent !important;
  box-shadow: none;
}
.cs_rwo_tabs.csv2 .nav-tabs .nav-link.style3.active:before {
  display: none;
}
.shop_single_tab_content .mbp_pagination_comments {
  margin-top: 0;
  position: relative;
}
.shop_single_tab_content .mbp_pagination_comments:before {
  background-color: #f9fafc;
  content: "";
  height: 100%;
  left: -40%;
  position: absolute;
  right: 0;
  width: 200%;
  z-index: -1;
}
.shop_single_tab_content .mbp_pagination_comments .mbp_first.media {
  padding-top: 75px;
}
.shop_single_tab_content .nav-tabs .nav-link {
  border: none;
}
.shop_single_tab_content .nav-tabs .nav-link.active {
  border-bottom: 2px solid #2441e7;
  color: #2441e7;
}
.mbp_comment_form.style2 {
  padding-bottom: 50px;
}
.mbp_comment_form.style2 h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 40px;
}
.mbp_comment_form.style2 ul {
  margin-bottom: 20px;
}
.mbp_comment_form.style2 .comments_form {
  background-color: #fff0;
  padding: 0;
}
.mbp_comment_form.style2 .comments_form .form-group label {
  font-size: 15px;
  font-family: "Open Sans";
  color: #4f4f4f;
  line-height: 1.867;
}
.mbp_comment_form.style2 .comments_form .form-group input {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  height: 48px;
  max-width: 653px;
}
.mbp_comment_form.style2 .comments_form .form-group textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  height: 148px;
  max-width: 653px;
}
.mbp_comment_form.style2 .comments_form button.btn {
  border-radius: 5px;
  background-color: #2441e7;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 1.2;
  height: 55px;
  padding: 0 40px;
}
.mbp_comment_form.style2 .comments_form button.btn:hover,
.mbp_comment_form.style2 .comments_form button.btn:focus {
  background-color: #fff;
  color: #2441e7;
  border-style: solid;
  border-width: 2px;
  border-color: #2441e7;
}
.custom_hr {
  position: relative;
}
.custom_hr:before {
  background-color: #eee;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -30px;
  width: 100%;
}
.custom_hr.style2:before {
  left: -100px;
  top: 30px;
}
.custom_hr.style3:before {
  top: 30px;
}
.become_instructor_container {
  position: relative;
}
.become_instructor_container .titles {
  color: #0a0a0a;
  font-family: nunito;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
.our-blog .read_more_home h4 {
  font-size: 17px;
}
.filter-option-inner-inner {
  font-family: "Nunito";
  font-size: 14px;
}
.sh2 {
  height: 550px;
}
.footer_one.home3 h4 {
  font-weight: 600;
}
.footer_one.home4 h4 {
  font-weight: 600;
}
.btn {
  font-family: "Nunito", sans-serif;
}
.blog_post_home6_media_objects .mr-3 {
  width: 90px;
}
.home8 .footer_social_widget {
  text-align: center;
}
.ht_left_widget.home3 {
  margin-top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  font-size: 14px;
  font-family: "Nunito";
}
.filter-option-inner-inner {
  padding-top: 2px;
}
.dropdown-toggle::after {
  vertical-align: initial;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.2em 0.2em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-switch .custom-control-label::before {
  border-radius: 30px;
}
.shadow_box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgb(0 0 0 / 0.12);
  -moz-box-shadow: 0 2px 12px rgb(0 0 0 / 0.12);
  box-shadow: 0 2px 12px rgb(0 0 0 / 0.12);
  border-radius: 5px;
}
.b0p0 {
  border-width: 0px !important;
  padding: 0px !important;
  margin-bottom: 30px;
}
.sfeedbacks .aii_title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 25px;
  line-height: 1.2;
}
.product_single_content .aii_title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.card {
  border: none;
}
.card-header {
  background-color: #f9fafc;
  border-bottom: 0px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  position: relative;
}
.card-header .btn-link {
  color: #3b3b3b;
  font-size: 16px;
}
.card-header .float-right {
  position: absolute;
  right: 20px;
  top: 22px;
}
.alert-dismissible .close {
  top: 10px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #2441e7;
  border-radius: 0;
}
.dropdown-item {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
textarea.form-control {
  padding: 20px;
}
.gallery_item {
  margin-bottom: 30px;
  position: relative;
}
.gallery_item .gallery_overlay {
  background-color: rgb(36 65 231 / 0.8);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery_item:hover .gallery_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery_item .gallery_overlay .icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 35%;
  text-align: center;
}
.gallery_item .gallery_overlay .icon span {
  color: #fff;
  font-size: 50px;
}
.home-five.style2 {
  position: relative;
}
.gallery_item.home13 {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px 0 rgb(34 34 34 / 0.4);
  -moz-box-shadow: 0 0 50px 0 rgb(34 34 34 / 0.4);
  box-shadow: 0 0 50px 0 rgb(34 34 34 / 0.4);
}
.gallery_item.home13 .gallery_overlay {
  background-color: rgb(34 34 34 / 0.4);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery_item.home13 .gallery_overlay .icon span {
  font-size: 20px;
}
.about-us-home13:before {
  background-color: #f9f9f9;
  content: "";
  height: 78%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home_post_overlay_icon {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  width: 70px;
  z-index: 99;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home_post_overlay_icon:after {
  background-color: rgb(0 103 218 / 0.5);
  border-radius: 100%;
  content: "";
  height: 85px;
  left: -7px;
  position: absolute;
  top: -7px;
  width: 85px;
  z-index: -1;
  animation: pulse-blue 2s infinite;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(0 103 218 / 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px #fff0;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 #fff0;
  }
}
header.header-nav.menu_style_home_one.new_style {
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
header.header-nav.menu_style_home_one.new_style .ace-responsive-menu li a {
  font-weight: 700;
}
header.header-nav.menu_style_home_one.new_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.new_style a.navbar_brand span,
header.header-nav.menu_style_home_one.new_style .cart_btn a.btn.cart_btn,
header.header-nav.menu_style_home_one.new_style .sign_up_btn .btn,
header.header-nav.menu_style_home_one.new_style #search-button i {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_one.new_style
  .ace-responsive-menu
  li
  ul.sub-menu
  li
  a {
  color: #0a0a0a;
}
header.header-nav.menu_style_home_one.new_style
  .sign_up_btn
  .cart_btn
  .flaticon-shopping-bag
  span {
  color: #fff;
}
header.header-nav.menu_style_home_one.new_style .sign_up_btn li.list_s {
  border-right: 1px solid #ddd;
}
.inner_page_breadcrumb.style2 {
  background: none;
  background-color: #fff;
  height: auto;
  padding: 100px 0 75px;
}
.inner_page_breadcrumb.style2:before,
.inner_page_breadcrumb.style3:before {
  display: none;
}
.inner_page_breadcrumb.style2 .breadcrumb_title {
  font-size: 35px;
  font-family: "Nunito SemiBold";
  color: #0a0a0a;
  text-transform: uppercase;
  line-height: 1.2;
}
.inner_page_breadcrumb.style2 .breadcrumb_content {
  margin-top: 80px;
}
.inner_page_breadcrumb.style2 .breadcrumb_content .breadcrumb {
  margin-bottom: 0;
}
.inner_page_breadcrumb.style2 .breadcrumb-item a,
.inner_page_breadcrumb.style2 .breadcrumb-item.active,
.inner_page_breadcrumb.style2 .breadcrumb-item + .breadcrumb-item::before {
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
}
.inner_page_breadcrumb.style3 {
  background: none;
  background-color: #021f49;
  height: auto;
  padding: 150px 0 50px;
}
.blog_grid_bg_color {
  background-color: #f9fafc !important;
}
.blog_post_home6.style2 {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.07);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.07);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.07);
}
.blog_post_home6.style3 .bg_img_video_widget {
  border-radius: 4px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.blog_post_home6.style3 .bg_img_video_widget .bt-play {
  top: 30%;
}
.blog_post_home6.style2:hover .thumb .overlay {
  opacity: 1;
}
.blog_post_home6.style2 .thumb .overlay {
  background-color: rgb(0 0 0 / 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_home6.style2 .details {
  padding: 0 20px 20px;
}
.blog_post_home6.style2.video .thumb {
  position: relative;
}
.blog_post_home6.style2.video .thumb .time {
  background-color: #221f1f;
  border-radius: 4px;
  bottom: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 20px;
  width: 50px;
}
.blog_post_home6.style2.video .thumb .time span {
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  font-family: "Nunito";
}
.blog_post_home6.style2.video .details .title {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 1.667;
}
.bg_img_video_widget {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.bg_img_video_widget.style2 {
  border-radius: 4px;
  height: 200px;
}
.bg_img_video_widget .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.bg-video:before {
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  background-color: rgb(0 0 0 / 0.5);
}
.bg_img_video_widget.thumb.style3 .bg-video:before {
  display: none;
}
.bg_img_video_widget.thumb.style3 .bt-play {
  bottom: 0;
  top: auto;
}
.bg_img_video_widget .video-container {
  position: relative;
  margin: 0;
  z-index: 1;
}
.bg_img_video_widget .bt-play {
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40%;
}
.bg_img_video_widget .bt-play span {
  color: #fff;
  font-size: 80px;
}
.bg_img_video_widget.style2 .bt-play {
  top: 30%;
}
.bg_img_video_widget.style2 .bt-play span {
  font-size: 60px;
}
.bg_img_video_widget .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
}
.bg_img_video_widget.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.bg_img_video_widget.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.course_purcahse_btn {
  border-radius: 50px;
  font-size: 15px;
  padding: 20px 60px;
}
.buy_now_btn {
  border-radius: 5px;
  font-size: 15px;
  height: 50px;
  line-height: 30px;
}
.custome_price {
  font-size: 30px;
  font-family: "Nunito";
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2;
}
.cs_overview.style2,
.course_content.style2,
.about_ins_container.style2,
.student_feedback_container.style2,
.sfeedbacks.style2 {
  box-shadow: none !important;
  padding-left: 0;
}
.features_icon_box_row {
  border-radius: 4px;
  background-color: #fff;
  margin-top: -60px;
  padding: 35px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
}
.icon-box-left {
  position: relative;
}
.icon-box-left .icon {
  float: left;
  margin-right: 15px;
}
.icon-box-left .icon span {
  color: #0a0a0a;
  font-size: 30px;
}
.icon-box-left .ib_content .title {
  color: #0a0a0a;
  font-size: 15px;
  font-family: "Nunito";
  font-weight: 700;
  margin-bottom: 0;
}
.icon-box-left .ib_content .para {
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  margin-bottom: 0;
}
.course-single-background {
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar_course_widget {
  background-color: #f9fafc;
  border-radius: 4px;
  margin-top: -220px;
  padding: 10px;
  position: relative;
}
.sidebar_course_widget.style2 {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  -moz-box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  box-shadow: 0 0 30px 0 rgb(32 32 32 / 0.15);
  margin-top: 0;
  padding: 10px;
  position: relative;
}
.sidebar_course_widget.style3 {
  background-color: #fff0;
  margin-top: 0;
  max-width: 250px;
  padding: 0;
  position: relative;
}
.sidebar_course_widget.style3 .course_list_details {
  padding: 0;
}
.course_list_details {
  padding: 30px 20px 0;
}
.vas {
  vertical-align: sub;
}
.icon-box-list li .icon {
  color: #0a0a0a;
  font-size: 18px;
}
.icon-box-list li .title {
  font-size: 15px;
  font-family: "Nunito";
  color: #0a0a0a;
  font-weight: 700;
  line-height: 2.667;
}
.icon-box-list li .para {
  float: right;
  font-size: 15px;
  font-family: "Open Sans";
  color: #7e7e7e;
  line-height: 2.667;
}
.icon-box-list.style2 li .icon {
  color: #fff;
  font-size: 18px;
}
.icon-box-list.style2 li .title {
  font-size: 15px;
  font-family: "Nunito";
  color: #fff;
  font-weight: 700;
  line-height: 2.667;
}
.icon-box-list.style2 li .para {
  color: #fff;
  float: right;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 2.667;
}
.share_btn {
  border-radius: 5px;
  background-color: #012e6e;
  padding: 8px 25px;
}
@media only screen and (min-width: 1000px) and (max-width: 1450px) {
  .arrow-scroll {
    margin-top: -173px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1450px) {
  .content-marg {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .content-marg {
    margin-top: -70px;
  }
}
.contact-img {
  width: 100%;
  height: 200px;
}
.img-icon {
  width: 70px;
  height: 70px;
}
.contact-button {
  background-color: green !important;
  border: solid 2px green !important;
  color: white !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 11px !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
}
.contact-button:hover {
  background-color: white !important;
  border: solid 2px green !important;
  color: green !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 11px !important;
}
.form-border {
  border-radius: 10px;
}
.card-box1 {
  border: solid 1px grey !important;
  border-radius: 10px;
  cursor: pointer;
}
.card:hover {
  transform: scale(1.01);
  box-shadow: 0 0 11px #004aad6b;
}
.card-icon {
  width: 20px;
  height: 20px;
}
.card-body > a > h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-box {
  border-radius: 10px;
  cursor: pointer;
  border-top: solid 5px blue;
}
.card-body > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.5s;
}
.text-color {
  font-size: 16px;
  font-weight: 400;
}
.text-color:hover {
  color: red;
}
.course-list {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .course-list {
    display: block;
    justify-content: end;
  }
}
.text-font {
  font-size: 16px;
  font-weight: 500;
}
.course-img {
  width: 10px;
  height: 10px;
  margin-left: 20px;
}
.inner_page_breadcrumb1 {
  background-repeat: no-repeat;
  height: 50px;
  margin-top: -1px;
  position: relative;
}
.inner_page_breadcrumb1:before {
  content: "";
  background-image: -moz-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -webkit-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  background-image: -ms-linear-gradient(135deg, #ff1053 0%, #3452ff 100%);
  height: 80%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.inner_page_breadcrumb1 .breadcrumb_content1 {
  margin-top: 50px;
}
.inner_page_breadcrumb1.csv2 .breadcrumb_content1,
.inner_page_breadcrumb1.csv3 .breadcrumb_content1 {
  margin-top: 30px;
}
.inner_page_breadcrumb1 .breadcrumb_content1 .breadcrumb1 {
  background-color: #fff0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  padding-top: 5px;
  list-style-type: none;
}
.inner_page_breadcrumb1 .breadcrumb_title1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner_page_breadcrumb1 .breadcrumb_title1 li:first-child {
  color: #7f7f7f;
}
.inner_page_breadcrumb1 .breadcrumb_title1 li:last-child {
  color: #221f1f;
}
.inner_page_breadcrumb1 .breadcrumb-item1 a,
.inner_page_breadcrumb1 .breadcrumb-item1.active,
.inner_page_breadcrumb1 .breadcrumb-item1 + .breadcrumb-item1::before {
  color: #fff;
  text-transform: capitalize;
}
.details-text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin-top: 25px;
}
.heading-text {
  font-size: 35px;
  font-weight: 400;
  margin-top: 40px;
}
.list-text {
  margin-left: 40px;
  margin-top: 10px;
}
.contact-section {
  background-color: #3240f0;
  padding: 15px;
  position: sticky;
  margin-top: -110px;
  border-radius: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-section {
    margin-top: 0;
  }
}
.card-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  border: solid 2px grey;
  text-align: center;
}
.card-border {
  border: solid 1px grey;
}
.box-bg {
  background: #f9f9fe;
  padding: 15px;
  border-radius: 10px;
  margin-top: 50px;
}
.text-header {
  text-shadow: 5px 5px 10px #a8c5f4;
}
.feature-box {
  background: #fafcfe;
  border-radius: 10px;
  padding: 15px;
  margin-top: 50px;
  text-align: center;
  border: solid 1px #c4c4c4;
}
.feature-box:hover {
  transform: scale(1.01);
  box-shadow: 2px 2px 5px grey;
}
.star-icon {
  width: 20px;
  height: 20px;
}
.pre-section {
  margin-top: -10px;
}
.choose-section {
  cursor: pointer;
  color: #000;
}
.choose-section:hover {
  color: blue;
}
.training-course {
  background: #e9eef3;
}
.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}
.dev-list {
  color: #000;
  margin-top: 10px;
  margin-left: 30px;
}
.heading-2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 0px !important;
}
.heading-3 {
  font-size: 27px;
  font-weight: 500;
  margin-top: 20px;
}
.heading-4 {
  font-size: 24px;
  font-weight: 500;
}
.heading-5 {
  font-size: 21px;
  font-weight: 500;
}
.heading-6 {
  font-size: 19px;
  font-weight: 500;
}
.span {
  font-size: 16px;
  font-weight: 400;
}
.label {
  font-size: 18px;
  font-weight: 400;
}
.para-tag {
  font-size: 16px;
  font-weight: 400px;
  color: #000;
}
.table-list {
  margin-top: 30px;
  overflow-x: auto;
}
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th,
td {
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}
th {
  background-color: #ccc;
  color: #000;
}
tr:hover {
  background-color: #ccc;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
.anker-tag {
  font-size: 20px;
  font-weight: 500;
  color: blue;
  text-decoration: none;
  margin-top: 50px;
}
.anker-tag:hover {
  text-decoration: underline;
}
.list-breadcrumbs {
  color: #000;
  padding: 8px;
}
.img-contain {
  margin-top: 20px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
.course-1 {
  color: #000;
  margin-top: 10px;
}
.list-para {
  color: #000;
  margin-top: 10px;
  text-align: justify;
}
.cont-para {
  color: #fff;
}
.cont-label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.feat-heading {
  font-size: 20px;
  font-weight: 500;
}
.feat-h5-tag {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.feat-hr-tag {
  width: 50%;
  margin: auto;
}
.feat-para-tag {
  margin-top: 20px;
}
.star-box-heading {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  padding: 3px;
  border-radius: 3px;
}
.choose-para-tag {
  margin-top: 20px;
}
.icon-img {
  width: 20px;
  height: 20px;
}
.new-batch {
  background: #232121;
  color: #fff;
  margin-top: -25px;
  padding: 15px;
}
.new-batch-h5 {
  color: green;
  font-size: 16px;
  font-weight: 600;
}
.new-batch-h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  margin-top: 20px;
}
.new-batch-h6 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  text-align: justify;
}
.batch-iframe {
  border-radius: 11px;
  box-shadow: 2px 2px grey;
}
.new-batch-para {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  margin-top: 15px;
}
.learning-h5 {
  font-size: 25px;
  font-weight: 500;
}
.learn-div-tag {
  display: flex;
  margin-top: 10px;
}
.learn-check-icon {
  font-size: 20px;
  font-weight: 400;
}
.learn-div-para {
  font-size: 16px;
  font-weight: 400;
  margin-left: 13px;
  margin-top: 3px;
}
.learning-box {
  border: solid 1px grey;
  padding: 11px;
  border-radius: 10px;
}
.learning-box:hover {
  transform: scale(1.02);
}
.content-h5 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 50px;
}
.batch-carsel {
  margin-top: -24px;
}
.batch-carousel-img {
  width: 100%;
  height: 500px;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .batch-carousel-img {
    width: 100%;
    height: 200px;
    display: block;
  }
}
.batch-card {
  border: solid 1px grey;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 1px 1px 8px #efeaea;
}
.batch-card-heading {
  font-size: 24px;
  font-weight: 500;
}
.batch-heading1 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #054192;
  margin-bottom: 15px;
}
.batch-card-img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.batch-card-paragraph {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.batch-details-img {
  width: 100%;
  border-radius: 11px;
}
.course-content-h5 {
  color: #054192;
  font-size: 24px;
  font-weight: 500;
}
.content-paragraph {
  margin-left: 13px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.course-cont-box {
  display: flex;
  margin-top: 15px;
}
.content-icon {
  font-size: 30px;
}
.span-color {
  color: #054192;
}
.demo-bg {
  background: #6da9fa;
  padding: 10px;
  border-radius: 10px;
}
.demo-session-h5 {
  font-size: 27px;
  font-weight: 500;
}
.demo-session-para {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.demo-session-label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.session-button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 3px 3px 5px #6da9fa;
  border: solid 2px #000;
  background: #000;
  margin-top: 30px;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 11px;
}
.session-button:hover {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 3px 3px 5px #6da9fa;
  border: solid 2px #000;
  background: #fff;
}
.program-detail {
  background: #e9ebee;
  background: linear-gradient(
    0deg,
    rgb(233 235 238) 0%,
    rgb(109 169 250 / 0.7993017031031162) 100%
  );
  padding: 15px;
  margin-top: 40px;
}
.pro-detail-h5 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding-top: 13px;
}
.pro-details-para {
  font-size: 18px;
  font-weight: 400;
  color: grey;
  text-align: center;
}
.card-border {
  border-radius: 15px;
  border: none;
}
.pro-card-h6 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.pro-details-img {
  border-radius: 15px 15px 0 0;
}
.data-overview-h5 {
  color: #054192;
  font-size: 28px;
  font-weight: 500;
}
.data-para {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.data-display {
  display: flex;
  margin-top: 15px;
}
.data-icon-list {
  font-size: 35px;
}
.data-display-para {
  margin-left: 15px;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.data-description {
  background: #e9ebee;
  background: linear-gradient(
    0deg,
    rgb(233 235 238) 0%,
    rgb(109 169 250 / 0.5724109468005952) 100%
  );
  padding: 15px;
}
.description-h5 {
  font-size: 30px;
  font-weight: 500;
}
.description-para {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  margin-top: 15px;
  color: #191a1a;
}
.description-list {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  margin-top: 10px;
  color: #191a1a;
  margin-left: 30px;
}
.carousel-top {
  margin-top: -60px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .carousel-top {
    margin-top: -30px;
  }
}
.contact-page-location {
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-page-location {
    display: block;
  }
}
.offer_strip_nwe {
  background: #ffe53b;
  padding: 0 0;
  min-height: 35px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.offer_strip_nwe:before {
  background-image: url(https://cdn1.myassignmenthelp.com/lazyload-assets/2022/stripBg.svg);
  background-repeat: no-repeat;
  width: 57px;
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.offer_strip_nwe:after {
  background-image: url(https://cdn1.myassignmenthelp.com/lazyload-assets/2022/stripBg.svg);
  background-repeat: no-repeat;
  width: 57px;
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.offer_strip_nwe .offr_strp {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  padding: 0 0 0 36px;
}
.offer_strip_nwe .ribbon1 {
  width: 32px;
  padding: 0 0;
  position: absolute;
  top: -3px;
  left: 0;
  margin-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-top-left-radius: 0;
  background: #fff0 linear-gradient(180deg, #b61010 0%, #e43f3f 100%) 0% 0%
    no-repeat padding-box;
}
.offer_strip_nwe .ribbon1:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -9.5px;
  left: 0;
  border-left: 16px solid #00000029;
  border-right: 16px solid #00000029;
  border-bottom: 8px solid #fff0;
}
.offer_strip_nwe .ribbon1:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -6px;
  left: 0;
  border-left: 16px solid #e43f3f;
  border-right: 16px solid #e43f3f;
  border-bottom: 6px solid #fff0;
}
.offer_strip_nwe .offr_strp p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  color: #2c2c2c;
  margin-right: 50px;
}
.offer_strip_nwe .offr_strp p a.crs_btn {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  padding-bottom: 1px;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-color: #2c2c2c;
  border-radius: 4px;
  padding: 4.5px 8px;
}
.offer_strip_nwe:after {
  right: 0;
  left: inherit;
  transform: rotate(180deg);
}
.wp-btn {
  text-align: end !important;
  margin-top: 15px;
}
@media only screen and (max-width: 767.99px) {
  .offer_strip_nwe .ribbon1 {
    width: 32px;
    left: 0;
    margin-right: 0;
    z-index: 1;
  }
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0 14px 22px -9px #bbcbd8;
  height: 440px !important;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
}
.post-slide .post-img img {
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
  object-fit: cover;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgb(6 190 244 / 0.75) 0%,
    rgb(45 112 253 / 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-title {
  font-size: 18px;
  font-weight: 700 !important;
  color: #333;
}
.post-slide .post-description {
  line-height: 24px;
  color: gray;
  font-size: 13px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #fff;
  box-shadow: 0 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff0;
  position: absolute;
  top: 51%;
  left: 0;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff0;
  position: absolute;
  top: 51%;
  right: 0;
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0 15px 25px 15px;
  }
}
.webtab {
  font-size: 16px;
  font-weight: 500;
}
.tab a.active {
  border-bottom: solid 2px blue;
  color: blue;
}
.header-nav-img {
  width: 30px;
  height: 30px;
}
.hover-blog-title:hover {
  color: blue !important;
}
@media only screen and (min-width: 768px) {
  .mobile-view-mrq {
    display: none;
  }
  .navbar-mob-view {
    display: none;
  }
}
.btn-side-right {
  right: 0 !important;
}
.new-batch-imgbox {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.new-batch-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}
.new-batch-title {
  font-size: 16px;
  font-weight: 600;
}
.new-batch-box {
  transition: all ease 0.5s;
  border-radius: 10px !important;
  border: 1px solid #004aad;
  overflow: hidden;
}
.batch-btn-1 {
  border: none;
  background-color: #fff0;
  color: blue;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.batch-btn-2 {
  border: none;
  background-color: #fff0;
  color: orangered;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.batch-card-hover {
  transform: none;
}
.course-frm-bg {
  background-color: #fff;
  box-shadow: 2px 2px 30px 3px #41464ba3 !important;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
}
.subn-btn-frm {
  font-size: 15px;
  font-weight: 400;
  background-color: orangered;
  color: #fff;
  border: solid 1px orangered;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 767.99px) {
  .cate-selt-frm {
    width: 100%;
    padding: 5px;
  }
  .post-title {
    font-size: 15px;
    font-weight: 600;
  }
  .footer_contact_widget h4,
  .footer_company_widget h4,
  .footer_program_widget h4,
  .footer_support_widget h4,
  .footer_apps_widget h4 {
    font-size: 14px;
    font-weight: 500;
  }
  .footer_contact_widget li a,
  .footer_company_widget li a,
  .footer_program_widget li a,
  .footer_support_widget li a {
    font-size: 15px;
  }
}
.upper-line {
  border-bottom: solid 2px blue;
  width: 30px;
}
.news-img-boxvw {
  width: 100%;
  height: 200px;
  margin-top: 15px;
}
.newsImg {
  width: 100%;
  height: 100%;
}
.news-heading {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}


.news-content:hover {
  text-decoration: underline;
}
.featured-img {
  width: 100%;
  max-width: 600px;
  height: 330px;
}
.detl-news-hdg {
  font-size: 25px;
  color: #000;
  text-align: justify;
}
.publish-fnt {
    font-size: 14px;
    font-weight: 500;
    margin: 7px;
}
.share-icon-fnt {
  font-size: 20px;
  color: #383838;
}
.news-dtl-mainimg {
  width: 100%;
}
.news-cnt-fntsz {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}
.dt-navbar-view {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white !important;
  border-bottom: solid 1px grey;
  box-shadow: 2px 2px 40px 5px #d7e2fe !important;
  height: 80px;
}
.navbar-list-vw {
  font-size: 18px;
  font-weight: 500;
  color: #040404;
  margin-top: 17px;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 4px 10px;
  border-radius: 15px 2px;
}
.navbar-list-vw:hover {
  border: 1px solid #2196f3;
  padding: 4px 10px;
  border-radius: 15px 2px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-container {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.2);
  margin-top: 10px;
  z-index: 1000;
  height: 500px;
  overflow-y: scroll;
}
.dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-content li {
  padding: 10px;
}
.dropdown-content a {
  text-decoration: none;
  color: #000;
  display: block;
}
.dropdown-content a:hover {
  color: blue;
}
.main-cate-fnt-sz {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
  cursor: pointer;
  color: #00001a !important;
}
.subcate-fnt-sz {
  font-size: 13px;
  font-weight: 500;
  color: #5a5a5a;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2);
  z-index: 1;
  list-style: none;
  margin-top: 10px;
}
.dropdown-content1 a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content1 a:hover {
  background-color: #e6e6ff;
}
.dropdown:hover .dropdown-content1 {
  display: block;
}
.navbar-list-vw:hover {
  color: #00004d !important;
}
.accordion-button {
  background-color: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
h5.accordion-button:not(.collapsed) {
  background-color: white !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: white !important;
}
.acrd-fnt-sz {
  font-size: 13.5px;
  font-weight: 800;
  margin-top: 5px;
  cursor: pointer;
  color: #00001a !important;
}
.fnt-submenu-sz {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  cursor: pointer;
}
.fnt-main-menu-sz {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  cursor: pointer;
}
.stky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 767.99px) {
  .navbar-list-vw {
    font-size: 16px;
    margin-left: 10px;
  }
  .dt-navbar-view {
    display: none;
  }
  .news-img-boxvw {
    height: auto;
  }
  .sm-news-img {
    height: 65px;
  }
  .featured-img {
    height: auto;
  }
  .detl-news-hdg {
    font-size: 18px;
    color: #000;
  }
  .news-dtl-mainimg {
    width: 100%;
    height: auto;
  }
  .news-heading {
    font-size: 20px;
  }
}
.filter-option {
  padding: 10px 0 0;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.filter-option li {
  display: inline;
  list-style: none;
}
.filter-option li + li {
  margin-left: -5px;
}
.filter-option li a {
  display: inline;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-align: center;
  background: #fff0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #e5e5e6;
}
.filter-option li a.active {
  background: #2441e7;
  color: #fff;
  border-color: #e5e5e6;
}
@media only screen and (max-width: 767.99px) {
  .filter-option li {
    display: inline-block;
  }
  .filter-option li a {
    display: inline-block;
  }
  .filter-option {
    display: flex;
    justify-content: space-evenly;
    overflow-x: scroll;
  }
  .filter-option li a {
    padding-left: 5px;
    padding-right: 5px;
    width: 215px;
  }
}
.item-slider li {
  margin: 0 10px;
}
.item-slider li img {
  width: 100%;
}
.slider-controls {
  margin-top: 30px;
  text-align: center;
}
.slider-controls span {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff0;
  border: 1px solid #2441e7;
  color: #2441e7;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.3s linear;
}
.slider-controls span:hover {
  background: #2441e7;
  color: #fff;
  border-color: #2441e7;
}
.main-accordion-container {
  width: 100%;
}
.main-accordion-header {
  background-color: #fff0;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px !important;
  font-weight: 500;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.main-accordion-content {
  overflow: hidden;
  padding: 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.main-accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px !important;
  font-weight: 500;
}
.main-accordion-content ul {
  margin: 15px 0;
  line-height: 1.5;
  list-style: disc !important;
  padding: 20px;
  text-align: justify;
  font-size: 20px !important;
  font-weight: 500;
}
.main-accordion-content ol {
  margin: 15px 0;
  line-height: 1.5;
  list-style: lower-roman !important;
  padding: 20px;
  text-align: justify;
  font-size: 20px !important;
  font-weight: 500;
}
.bbsmit-login-frm {
  background-color: #fff;
  box-shadow: 2px 2px 15px 1px #dfe3eb;
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}
.bb-input-frmlabel {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.bb-input-frmbox {
  border: solid 1px grey;
  padding: 10px;
  font-size: 15.5px;
  font-weight: 500;
}
.bb-login-btnvw {
  background-color: #020d7d;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: solid 1px #020d7d;
  width: 100%;
  margin-top: 30px;
}
.bb-login-btnvw:hover {
  background-color: #fff0;
  color: #020d7d;
}
.login-with-ggl-bx {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px #a2a3a6;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 1px #dfe3eb;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.login-frm-tagline {
  border-top: dashed 1.5px #303030;
  margin-top: 15px;
  margin-bottom: 20px;
}
.frm-bg-login {
  background-image: url(https://rare-gallery.com/thumbs/4556155-blue-grunge-texture-abstract.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.logout_btn > i {
  font-size: 13px;
}
.banner_area_home .swiper-slide {
  visibility: hidden;
}
.banner_area_home .swiper-slide.swiper-slide-active {
  visibility: visible;
}
@media only screen and (max-width: 767.99px) {
  .frm-bg-login {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .login-with-ggl-bx {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.g-review-fixed {
  width: 142px;
  position: fixed;
  top: 198px;
  left: -44px;
  z-index: 999;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media only screen and (max-width: 767.99px) {
  .g-review-fixed {
           top: 181px !important;
        left: -7%;
   

    width: 100px;
    z-index: 3000;
  }
  .started-now-btnshow {
    background-color: rgb(0 0 255);
    color: #fff;
    padding: 9px 20px 7px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px rgb(0 0 255);
    margin-top: 20px;
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .started-now-btnshow > i {
    transform: rotate(51deg);
    font-size: 16px;
  }
}
.all-prdct-maintitle {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}
.list-box-prdctvwsz {
  border: solid 1px grey;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
}
.drpdwn-tgl-btnsvws-box {
  font-size: 15px;
  font-weight: 400;
  background-color: #4943c4;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: solid 1px #4943c4;
  border-radius: 5px;
}
.container-image-vwsbox {
  position: relative;
  cursor: pointer;
  border: 2px solid #13519b;
  border-radius: 12px;
}
.main-prodctimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: 380px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.middle-text-vws {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgb(13 13 13 / 0.95);
  width: 100%;
  height: 380px;
  padding: 15px;
  border-radius: 10px;
}
.text-main-prdctdtl h5 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}
.container-image-vwsbox:hover .middle-text-vws {
  opacity: 1;
}
.text-main-prdctdtl {
  color: white !important;
}
.overlay-addcartbtns {
  background-color: #102ce0;
  border: solid 1px #102ce0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 25px;
}
.overlay-view-dtlsvws {
  background-color: #fff;
  border: solid 1px #fff;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 25px;
}
.top-left-div {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 15px 15px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.centered-main-div {
  position: absolute;
  bottom: 20px;
  margin: 5px;
  background-color: rgb(0 0 255 / 0.55);
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 97%;
  text-align: center;
}
.offcanvas-add-cartbtn {
  background-color: #0067da;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.offcanvas-profile-btnsvw {
  background-color: #cc4202;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.placement-box-vws {
  display: flex;
  background-color: #fff;
  box-shadow: 2px 2px 10px 3px #d6d4d4;
  border: solid 1px #c2c0c0;
  border-radius: 7px;
}
@media only screen and (max-width: 767.99px) {
  .middle-text-vws {
    padding: 5px;
  }
  .placement-box-vws {
    display: block;
  }
}
.process-subtitle {
  color: rgb(20 30 70);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: "Permanent Marker", cursive;
  position: relative;
  z-index: 1;
}
.vector-line {
  position: absolute;
  margin-top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
}
.process-title-shw {
  font-size: 35px;
  font-weight: 800;
  color: rgb(20 30 70);
  margin-top: 5px;
}
.process-sub-paradtls {
  font-size: 13px;
  font-weight: 400;
  color: rgb(126 126 126);
  margin-top: 10px;
}
.career-step-1 {
  background-color: rgb(255 221 0 / 0.49);
  border-radius: 405px;
  padding: 34px 20px 34px 20px;
  color: rgb(0 0 0);
  font-size: 17.5px;
  font-weight: 700;
}
.career-step-1 > img {
  width: 53px;
}
.career-step-2 {
  background-color: rgb(254 233 255);
  border-radius: 405px;
  padding: 34px 20px 34px 20px;
  color: rgb(226 110 229);
  font-size: 17.5px;
  font-weight: 700;
}
.career-step-2 > img {
  width: 53px;
}
.career-step-3 {
  background-color: rgb(222 249 255);
  border-radius: 405px;
  padding: 34px 20px 34px 20px;
  color: rgb(48 129 208);
  font-size: 17.5px;
  font-weight: 700;
}
.career-step-3 > img {
  width: 53px;
}
.career-step-1:hover > img {
  animation: jello-horizontal 0.9s both;
  cursor: pointer;
}
.career-step-2:hover > img {
  animation: jello-horizontal 0.9s both;
  cursor: pointer;
}
.career-step-3:hover > img {
  animation: jello-horizontal 0.9s both;
  cursor: pointer;
}
.carrer-step-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(20 30 70);
  margin-top: 15px;
}
.carrer-step-box p {
  font-size: 16.5px;
  font-weight: 500;
  color: rgb(126 126 126);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.5s;
}
.carrer-step-box:hover > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.5s;
}
.lastest-news-section {
  background-color: rgb(237 237 244);
}
.latest-news-main-box {
  background-color: #fff;
  padding: 7px;
  border-radius: 10px;
}
.latest-img-dtls-show {
  padding: 30px;
}
.latest-img-dtls-show h3 {
  font-size: 23px;
  font-weight: 600;
  color: rgb(20 30 70);
}
.latest-img-dtls-show p {
  font-size: 15px;
  font-weight: 400;
  color: rgb(126 126 126);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-sub-img-show {
  width: 77%;
}
.latest-sub-descrpt-dtls {
  padding: 13px 0 0 13px;
}
.latest-sub-descrpt-dtls h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(20 30 70);
}
.latest-sub-descrpt-dtls p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(126 126 126);
}
.main-article-boxshow {
  display: flex;
}
.latest-sub-img-show img {
  width: 100%;
  border-radius: 10px;
}
.latest-news-main-box > div > img {
  border-radius: 10px;
}
.testimonial-section {
  background-color: #fff;
  padding: 50px;
}
.explr-blog-title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(9 11 14);
  margin-top: 20px;
}
.explore-our-blogbox {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px rgb(219 209 209);
}
.blog-main-image {
  width: 100%;
  max-width: 270px;
  height: 180px;
  border-radius: 5px;
}
.blog-description {
  padding: 15px 20px 0 20px;
}
.blog-description span {
  color: rgb(10 40 40);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
}
.blog-description h5 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(9 11 14);
  margin-top: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-main-imageshow {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
}
.user-blog-name {
  color: rgb(126 126 126);
  font-size: 15px;
  font-weight: 500;
  margin-left: 13px;
  margin-top: 10px;
}
.view-blog-button {
  background-color: rgb(255 221 0);
  padding: 10px 40px 10px 40px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0 0 0);
  border: none;
  margin-top: 25px;
}
.footer-bg-show {
  background-color: rgb(21 21 21);
  padding-top: 13px;
}
.footer-ul-list-show {
  list-style: none;
  padding-left: 0;
}
.footer-ul-list-show li a {
  font-size: 13px;
  font-weight: 400;
  color: rgb(211 228 243);
  text-decoration: none;
}
.footer-ul-list-show li a:hover {
  text-decoration: underline !important;
}
.footer-contact {
  color: rgb(255 193 7) !important;
}
.footer-main-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-topline {
  border-top: solid 1px rgb(56 56 56);
  margin-top: 15px;
}
.copyright-box-show {
  background-color: rgb(10 10 10);
  color: rgb(111 112 116);
  text-align: center;
  padding: 20px;
  font-size: 13px;
  font-weight: 500;
}
.footer-left-show {
  border-left: solid 2px rgb(56 56 56);
  height: 40px;
  margin-left: 20px;
}
.footer-subtitle {
  color: rgb(150 150 150);
  font-size: 14.5px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 8px;
  text-decoration: none;
}
.footer-subtitle:hover {
  text-decoration: underline;
}
.footer-logo-title {
  color: rgb(255 255 255);
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 0.8px;
}
.footer-second-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 10px;
}
.footer-main-logo {
  margin-top: -8px;
}
.footer-social-icon {
  color: rgb(255 255 255);
  font-size: 18px;
  margin-left: 20px;
  margin-top: 15px;
}
.footer-social-icon:hover {
  color: rgb(211 228 243);
}
.home-main-banner {
  background-color: rgb(255 221 0);
  border-radius: 25px;
  position: relative;
  padding: 0 50px 0 50px;
}
.owl-carousel .test-main-boxshow {
  background: #fff;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  margin: 5px;
  height: 297px;
  border: 1px solid #d3d2d2;
}
.testmonial_box .test-main-boxshow {
  background: #fff;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  margin: 5px;
  height: 297px;
  border: 1px solid #d3d2d2;
}
.testmonial-user-name h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(20 30 70);
  margin-bottom: 0;
}
.testmonial-user-name p {
  font-size: 13px;
  font-weight: 400;
  color: rgb(126 126 126);
}
.testimonial-user-dtls {
  font-size: 14.5px;
  font-weight: 500;
  color: rgb(20 30 70);
  margin-top: 7px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: end;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 30px !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: rgb(255 221 0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(0 0 0);
  background-color: rgb(255 221 0);
  border: solid 1px rgb(255 221 0);
}
.nav-pills {
  display: flex;
  justify-content: center;
}
.nav-pills .nav-link {
  border-radius: 3px;
  font-size: 13.5px;
  font-weight: 500;
  border: solid 1px rgb(227 227 227);
  color: rgb(0 0 0);
}
.top-courses-tabbox {
  padding-left: 25px;
  padding-right: 25px;
}
.top-coursers-imgbox {
  border: solid 1px rgb(0 0 0);
  border-radius: 7px;
  padding: 5px;
  margin: 5px;
}
.offer-main-box {
  background-color: rgb(255 229 59);
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Ribeye Marrow", serif;
}
.header-nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.navbar-ul-listshow {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.navbar-ul-listshow .main-menu-show a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(0 0 0);
  cursor: pointer;
}
.navbar-ul-listshow .main-menu-show a > i {
  font-weight: 600;
}
.navbar-ul-listshow .main-menu-show a:hover {
  color: rgb(20 30 70);
}
.header-signinvw {
  background-color: rgb(126 126 126);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 3px;
}
.header-lineshw {
  border-left: solid 1px rgb(238 232 247);
  height: 40px;
  margin: 5px auto;
}
.srch-header-icon {
  margin-right: 10px;
  margin-top: 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.burger-menu {
  display: none;
  cursor: pointer;
}
.burger-menu > .dot {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background-color: blue;
  margin: 5px auto;
  transition: 0.4s;
}
.burger-menu > .commen > .dot {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background-color: blue;
  margin: 5px;
  transition: 0.4s;
}
.burger-menu > .commen {
  display: flex;
}
.navbar-menu {
  display: none;
}
.navbar-menu.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgb(0 0 0 / 0.2);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.navbar-menu.active.show {
  transform: translateX(0);
}
.close-btn {
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 10px;
  color: blue;
  cursor: pointer;
}
.navbar-ul-listshow {
  flex-direction: column;
  width: 100%;
  padding: 50px 0 0;
}
.navbar-ul-listshow .main-menu-show {
  position: relative;
  padding-left: 23px;
  padding-top: 15px;
  padding-bottom: 0;
}
.header-right {
  display: none;
}
.burger-menu {
  display: block;
}
.navbar-header-logo {
  width: 120px;
}
.fclty-arrow-boxbtn {
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: rgb(0 0 0);
  background-color: rgb(255 221 0);
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
}
.btn-arrow-main-btns {
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: 3px;
}
.process-sec-boxshow-line {
  border-bottom: dashed 2px rgb(227 227 227);
}
.but_nav_1 {
  padding-top: 5px !important;
}
.add-cart-nav-icn {
  background-color: rgb(255 221 0);
  padding: 10px;
  border-radius: 100%;
  width: 55px;
  height: 50px;
}
.dropdown-item {
  font-size: 14.5px !important;
  font-weight: 500 !important;
}
.main-banner-spantext {
  background-color: rgb(255 255 255);
  padding: 7px 10px 7px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(0 0 0);
}
.started-now-btnshow {
  background-color: rgb(0 0 255);
  color: #fff;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: solid 1px rgb(0 0 255);
  margin-top: 20px;
}
.started-now-btnshow span {
  font-size: 20px;
}
.explr-soltn {
  color: rgb(0 0 255);
  background-color: #fff0;
  padding: 7px 20px 7px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  border: solid 1px rgb(0 0 255);
  margin-left: 10px;
  margin-top: 20px;
}
.explr-soltn > i,
.started-now-btnshow > i {
  transform: rotate(24deg);
}
.explr-soltn span {
  font-size: 20px;
}
.banner-main-descrpt p {
  color: rgb(78 79 79);
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
}
.banner-user-imageshw {
  border-radius: 100%;
}
.total-user-boxshow h3 {
  font-size: 23px;
  font-weight: 700;
  color: rgb(20 30 70);
}
.total-user-boxshow span {
  color: rgb(0 0 255);
}
.total-user-boxshow p {
  color: rgb(98 98 98);
  font-size: 13px;
  font-weight: 500;
  margin-top: -8px;
}
.banner-buttons-show {
  display: flex;
}
.banner-main-descrpt h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 61px;
  margin-top: 20px;
  color: #fd0;
  font-family: "Ribeye Marrow", serif;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 0 black, 0 0 #000;
}
.banner-main-descrpt h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 61px;
  margin-top: 20px;
  color: #fd0;
  font-family: "Ribeye Marrow", serif;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 0 black, 0 0 #000;
  font-family: "Rowdies", sans-serif;
}
.banner-main-descrpt .marketing {
  color: rgb(0 0 255);
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  text-shadow: none;
  border: 0px !important;
  -webkit-text-stroke: 1px blue;
}
.banner-main-descrpt {
  margin-top: 70px;
}
.banner-arrow-icons {
  position: absolute;
  top: 65%;
  width: 80px;
  margin-left: -50px;
}
.scroll-down-indicator {
  position: absolute;
  width: 30px;
  bottom: 37px;
  right: 21px;
  transform: translateX(-50%);
  cursor: pointer;
}
.scroll-down-indicator > img {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.drop_inner {
  position: absolute;
  width: 448px;
  right: -221px;
  border: 1px solid #0000002d;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  visibility: hidden;
  top: -1px;
  height: 100.8%;
  padding: 0.5rem 0 !important;
  left: 242px;
  right: auto !important;
}
.dropdown-menu {
  border-radius: 0.375rem 0 0 0.375rem !important;
}
.drop_inner > ul > li {
  list-style: none;
}
.drop_inner > ul {
  padding-left: 0;
}
.drop_mn:hover > .drop_inner {
  visibility: visible;
  overflow-y: scroll;
}
.dropdown-menu.show {
  display: block;
}
.course_box {
  padding: 15px 10px;
  border-radius: 10px;
  border: solid 1px rgb(0 0 0);
}
.course_box > .content {
  padding: 15px 15px;
  text-align: left;
}
.course_box > .content > span {
  font-size: 16px;
  color: #040455;
  font-weight: 700;
}
.course_box > .content > a {
  font-size: 20px !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}
.course_box > .content > a {
  font-size: 20px !important;
  text-decoration: none;
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "Nunito", sans-serif;
  line-height: 1.42857;
  color: #0a0a0a;
  font-weight: 600 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_box > .content > p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.mobile_login {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mobile_login > a {
  display: flex;
  align-items: center;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 308px;
  object-fit: contain;
}
.course_box > .content > .box > .box_inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.course_box > .content > .box > .box_inner > i {
  font-size: 22px;
}
.course_box > .content > .box > .box_inner > h3 {
  margin-bottom: 0;
  font-size: 19px;
}
.course_box > .content > .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course_box > .content > .box i {
  color: #000;
}
.stars {
  display: flex;
  justify-content: left;
  font-size: 16px;
}
.testmonial_box {
  text-align: left;
}
.placement_area {
  background-color: #f7f7fb;
  padding: 50px 50px !important;
}
.placement_area .swiper-slide {
  background-color: transparent !important;
}
.placment_box {
  border: 1px solid #000;
  padding: 20px;
  border-radius: 20px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.placment_box img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.placment_box .content > h3 {
  font-size: 35px;
}
.placment_box .content {
  text-align: left;
}
.placment_box .content > ul {
  padding-left: 0;
  margin-top: 17px;
}
.placment_box .content > ul > li {
  list-style: none;
  border: 1px dashed #000;
  border-radius: 50px;
  padding: 5px 25px;
  width: fit-content;
  margin-bottom: 12px;
}
.placment_box .content > ul > li:nth-child(2) {
  background-color: #000;
  color: #fff;
}
.wp-btn.mb-3 {
  display: none !important;
}
.mySwiper3 .swiper-slide img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}
.mySwiper3 .swiper-slide {
  background-color: #fff0;
}
.banner_area_slider {
  background-color: rgb(255 221 0);
  border-radius: 25px;
  position: relative;
  padding: 0 50px 0 50px;
  overflow: hidden;
}
.banner_area_slider {
  width: 100%;
}
.banner_area_slider .banner-main-descrpt {
  text-align: left;
}
.banner_area_slider .swiper-slide img {
  height: auto !important;
}
.banner_area_inner_1 img {
  width: auto !important;
  height: auto !important;
}
.clint_imgs img {
  width: auto !important;
  height: auto !important;
}
.banner-user-imageshw {
  width: auto !important;
  height: auto !important;
}
.bg-2-v {
  background-color: #cefbff !important;
}
.swiper-slide.swiper-slide-active .banner-main-descrpt h1 {
  animation: drop-in 1s ease 500ms backwards;
}
.swiper-slide.swiper-slide-active .banner-main-descrpt h2 {
  animation: drop-in 1s ease 500ms backwards;
}
.swiper-slide.swiper-slide-active .banner-main-descrpt p {
  animation: drop-in 1200ms ease 200ms backwards;
}
.swiper-slide.swiper-slide-active .banner-main-descrpt .total-user-boxshow p {
  animation: drop-out 1s ease 200ms backwards;
}
.swiper-slide.swiper-slide-active .banner-main-descrpt .banner-buttons-show {
  animation: drop-out 1s ease 200ms backwards;
}
.swiper-slide.swiper-slide-active .main-banner-spantext {
  animation: drop-out 4s ease 800ms backwards;
}
.swiper-slide.swiper-slide-active .banner_area_inner_1 .banner_img_b {
  animation: drop-out 1200ms ease 200ms backwards;
}
#content_app {
  display: none;
}
.lastest-news-section .swiper-slide img {
  height: auto !important;
}
.lastest-news-section .swiper-slide {
  background-color: transparent !important;
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes drop-out {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@media screen and (max-width: 1400px) {
  .nav-pills {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: start;
    overflow: auto;
  }
  .nav-pills .nav-link {
    border-radius: 3px;
    font-size: 13.5px;
    width: max-content;
    font-weight: 500;
    border: solid 1px rgb(227 227 227);
    color: rgb(0 0 0);
  }
}
@media screen and (max-width: 1350px) {
  .nav-pills {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: start;
    overflow: auto;
  }
  .nav-pills::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .nav-pills::-webkit-scrollbar {
    width: 12px;
    background-color: rgb(255 221 0);
  }
  .nav-pills::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
    background-color: rgb(255 221 0);
  }
  .nav-pills .nav-link {
    border-radius: 3px;
    font-size: 13.5px;
    width: max-content;
    font-weight: 500;
    border: solid 1px rgb(227 227 227);
    color: rgb(0 0 0);
  }
}
@media screen and (max-width: 992px) {
  .navbar-menu {
    display: none !important;
  }
  .burger-menu {
    display: block !important;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1100px) {
  .navbar-ul-listshow .main-menu-show {
    position: relative;
    padding-left: 14px;
  }
  .fclty-arrow-boxbtn {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media screen and (max-width: 768px) {
  .drop_inner {
    position: relative;
    width: 100%;
    right: auto;
    border: 1px solid #afa8a8;
    background-color: #fff;
    border-radius: 4px;
    visibility: hidden;
    top: 0;
    height: 100%;
    display: none;
  }
  #contact_form {
    padding: 22px 21px !important;
  }
  .banner_area_slider {
    padding: 0 10px 0 10px;
  }
  .mySwiper3 .swiper-slide img {
    display: block;
    width: 200px;
    height: 100px;
    object-fit: contain;
  }
  .our-courses.pt90,
  section {
    padding: 0 0 !important;
  }
  .drop_mn:hover > .drop_inner {
    display: block;
    left: 0;
  }
  .dropdown-menu.show {
    display: block;
    width: 100%;
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .nav-pills {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: start;
    overflow: auto;
  }
  .nav-pills .nav-link {
    border-radius: 3px;
    font-size: 13.5px;
    width: max-content;
    font-weight: 500;
    border: solid 1px rgb(227 227 227);
    color: rgb(0 0 0);
  }
}
@media screen and (max-width: 375px) {
  .popup-content {
    background-color: #fff;
    padding: 46px 23px;
    border-radius: 5px;
    text-align: center;
    position: relative;
  }
  .blog-description {
    padding: 15px 0 0 0;
  }
  .popup-content > .buttons {
    display: block !important;
  }
  .popup-content > .buttons > a {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .navbar-menu {
    display: block;
    position: static;
    transform: none;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-top: 8px;
  }
  .navbar-menu.active {
    display: flex;
    transform: none;
  }
  .close-btn {
    display: none;
  }
  .navbar-ul-listshow {
    flex-direction: row;
    padding: 0;
  }
  .header-right {
    display: flex;
  }
  .burger-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-menu {
    display: none;
  }
  .navbar-menu.active {
    display: block;
  }
  .navbar-ul-listshow {
    flex-direction: column;
    background-color: #fff;
    padding: 10px 0;
    margin-top: 20px;
  }
  .navbar-ul-listshow .main-menu-show {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .header-right {
    display: none;
  }
  .burger-menu {
    display: block;
    margin-top: 7px;
  }
  .mobile_login .btn-arrow-main-btns {
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .header-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-ul-listshow .main-menu-show {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
  }
  .header-signinvw {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .banner-main-descrpt h1 {
    line-height: normal;
    font-size: 35px;
  }
  .drop_inner > ul > li {
    overflow: auto;
  }
}
@media only screen and (max-width: 1023.99px) {
  .process-title-shw {
    font-size: 25px;
  }
  .latest-img-dtls-show {
    padding: 15px;
  }
  .latest-img-dtls-show h3 {
    font-size: 20px;
  }
  .latest-img-dtls-show p {
    font-size: 14px;
  }
  .main-article-boxshow {
    display: block;
  }
  .latest-sub-img-show {
    width: 100%;
    height: auto;
  }
  .explore-our-blogbox {
    display: block;
  }
  .blog-main-image {
    max-width: 300px;
    height: 200px;
    margin-bottom: 15px;
  }
  .testimonial-section {
    padding: 13px;
  }
  .offer-main-box {
    font-size: 11px;
    font-weight: 400;
  }
  .home-main-banner {
    padding: 15px 15px 0;
  }
  .banner-main-descrpt {
    margin-top: 30px;
  }
  .banner-main-descrpt h2 {
    font-size: 30px;
  }
  .banner-arrow-icons {
    display: none;
  }
  .scroll-down-indicator {
    top: 85%;
    right: 10px;
  }
}
.mobile_navbar {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 222;
  padding: 15px;
  display: none;
  transition: all 0.5s;
  transform: translateX(-100%);
}
.mobile_navbar > * {
  transition: all 0.5s;
}
.mobile_navbar.open {
  transform: translateX(0);
}
.sidebar {
  width: 100%;
  height: 89vh;
  background-color: #fff0;
  color: #fff;
  padding: 15px 0;
  overflow: auto;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li {
  margin: 10px 0;
  border-bottom: 1px solid #00000038;
}
.submenu > li {
  border-bottom: none !important;
}
.sidebar ul li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  transition: all ease 0.3s;
}
.sidebar ul li a:hover {
  background-color: #3566a7;
  color: #fff;
}
.submenu {
  display: none;
  padding-left: 20px;
}
.submenu li a {
  padding: 8px;
  background-color: #fff0;
  border-radius: 3px;
}
.submenu li a:hover {
  background-color: #555;
}
.submenu {
  display: none;
  padding-left: 20px;
}
.submenu.active {
  display: block;
  transition: all ease 0.3s;
}
.submenu li a {
  padding: 8px;
  background-color: #fff0;
  border-radius: 3px;
}
.submenu li a:hover {
  background-color: #555;
}
.submenu-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.submenu-icon.rotate {
  transform: rotate(180deg);
}
.mobile_navbar > .logo_img > img {
  max-width: 100px;
}
.fa-plus.rotate:before {
  content: "\f068" !important;
}
.submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
}
.submenu-icon {
  transition: transform 0.3s ease;
}
.menu-item.active .submenu {
  display: block;
}
.menu-item.active .submenu-icon {
  transform: rotate(45deg);
}
.about_area > h4,
h3 {
  font-family: "Afacad", sans-serif !important;
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(56 150 255 / 42%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #fff;
  padding: 46px 32px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border: solid 2px #003385;
  margin: 10px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  background: #ffc107;
  padding: 2px 3px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.popup-content > h1 {
  font-family: "Rowdies", sans-serif !important;
  margin-bottom: 0px !important;
}
.popup-content > .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 13px;
}
.popup-content > .buttons > a {
  padding: 6px 22px;
  display: flex;
  align-items: center;
  background-color: #0067da;
  width: fit-content;
  color: #fff;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}
.popup-content > .buttons > a > img {
  width: 21px;
}
.whatsapp_icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5555;
}
.whatsapp_icon > a > i {
  font-size: 30px;
  position: relative;
  z-index: 22;
  color: #fff;
}
.whatsapp_icon > a {
  color: #3f345f;
  display: inline-block;
  line-height: 52px;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 25px rgb(93 70 232 / 0.15);
  margin: 5px 5px;
  font-size: 22px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 100%;
  background: blue;
  align-items: center;
  display: flex;
  justify-content: center;
}
#contact_form {
  padding: 30px !important;
}
.whatsapp_icon > a:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid blue;
  animation: 1.5s linear 0s normal none infinite focuse;
  opacity: 0;
}
@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.whatsapp_icon > a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
.solution_area_inner > p {
  margin: auto;
  max-width: 60%;
}
.solution_area_inner > h2 {
  position: relative;
}
.solution_area_inner > h2 > svg {
  position: absolute;
  top: 50%;
  left: 33%;
  width: calc(100% + -945px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.solution_area_inner > h2 > span {
  position: relative;
  z-index: 2;
  font-family: "Rowdies", sans-serif;
  font-size: 38px;
  -webkit-text-stroke: 1px #000;
  text-shadow: 1px 0 black, 0 0 #000;
  font-family: "Rowdies", sans-serif;
  color: #fd0;
}
.solution_area_inner > h2 > svg > path {
  --animation-duration: 1200ms;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
  animation: elementor-headline-dash forwards;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  stroke: #0045ffdb;
}
.sulution_inner_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sulution_inner_2 > .box {
  width: fit-content;
  text-align: center;
}
.sulution_inner_2 > .box > h4 {
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 5px;
  position: relative;
}
.sulution_inner_2 > .box > h4 > span:last-child {
  position: absolute;
  top: -5px;
  color: #3c5fc5;
  font-size: 24px;
}
.sulution_inner_2 > .box > span {
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  color: #655d5d;
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
}
.about_banner {
  background-image: url(../images/contact_banner.jpg) !important;
  background-position: center !important;
}
.contact_banner {
  background-image: url(../images/about_banner.jpg) !important;
  background-position: 100% !important;
}
.support_assi {
  bottom: 100px;
}
.whatsapp_icon > a > img {
  border-radius: 100px;
}
.popup-content > img {
  width: 80px;
}
.lastest-news-section .swiper-slide img.blog-main-image {
    height: 100% !important;
    width: 116px;
    object-fit: cover !important;
}
.lastest-news-section .swiper-pagination {
  bottom: -35px !important;
}
.solution_area {
  padding: 72px 0;
  background: #dde2f5;
}
.discount_btn {
  position: relative;
  color: #fff;
  padding-left: 25px;
  padding-right: 44px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  width: fit-content;
  color: blue;
  padding-left: 13px;
  border: 1px solid blue;
}
.discount_btn > .span_1 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  background: #1200ff;
  border-radius: 20px;
  line-height: 0;
}
.discount_btn > .span_2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 14px;
  background: #1200ff;
  border-radius: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discount_btn > .span_2::before {
  position: absolute;
  content: "";
  border: 1.88px dashed #fff;
  border-radius: 100%;
  height: 80%;
  width: 80%;
  animation: rotat_vi 9s linear infinite;
}
@keyframes rotat_vi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.discount_btn > .span_1 > i {
  color: #fff;
}
.discount_btn > .span_2 > i {
  color: #fff;
}
.popup_rs {
  display: none;
  align-items: center;
  justify-content: center;
}
.rs_popup_box {
  background-color: #fff;
  padding: 46px 32px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.rs_popup_inner > img {
  width: 120px;
}
.close_rs {
  position: absolute;
  top: 43px;
  right: 17px;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  background: #0067da;
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  line-height: 27px;
}
.rs_popup_inner > h5 {
  font-family: "Rowdies", sans-serif !important;
  margin-bottom: 0px !important;
  font-size: 22px;
  padding: 10px 0;
}
.rs_popup_inner > .form_box > label {
  display: flex;
  width: 100%;
  font-size: 16px;
  margin-bottom: 4px;
}
.rs_popup_inner > .form_box > input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075) !important;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  padding: 10px 15px;
}
.rs_popup_inner > .form_box > input:focus {
  outline: 0px !important;
  border-color: #0067da;
}
.rs_popup_inner > .form_box > textarea:focus {
  outline: 0px !important;
  border-color: #0067da;
}
.rs_popup_inner > .form_box > input[type="submit"] {
  padding: 6px 22px;
  display: flex;
  align-items: center;
  background-color: #0067da;
  width: fit-content;
  color: #fff;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  margin-top: 18px;
}
.rs_popup_inner > .form_box > textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075) !important;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  padding: 10px 15px;
}
.serti_area {
  background-color: #dde2f5;
  padding: 50px !important;
}
.serti_inner_img img {
  width: 100px;
  aspect-ratio: 4 / 4;
}
.serti_inner_img {
  text-align: center;
}
.serti_inner_img h5 {
  font-family: "Rowdies", sans-serif !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-item {
  margin: 0 8px;
  border-radius: 100%;
}
.page-item > a {
  border-radius: 100%;
  line-height: normal;
  border: 1px dashed blue;
}
.page-item.active > span {
  border-radius: 100%;
  line-height: normal;
  border: 1px dashed blue;
}
.page-item:first-child .page-link {
  border-radius: 100% !important;
  line-height: normal;
  height: 38px;
  width: 37px;
  color: transparent !important;
  position: relative;
  background-color: #0d6efd;
}
.page-item:first-child .page-link::before {
  content: "\f284";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 600 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.page-item:last-child .page-link {
  border-radius: 100% !important;
  line-height: normal;
  height: 38px;
  width: 37px;
  color: transparent !important;
  background-color: #0d6efd;
  position: relative;
}
.page-item:last-child .page-link:focus {
  background-color: #0000ff !important;
}
.page-item:first-child .page-link:focus {
  background-color: #0000ff !important;
}
.page-item:last-child .page-link::before {
  content: "\f285";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 600 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.page-link:focus {
  background-color: transparent !important;
}
.page-link:hover {
  border-color: #0d6efd;
}
.page-item.disabled {
  opacity: 0.8;
}
.placement_autoscroll {
  --gap: 0em;
  display: flex;
  overflow: hidden;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    to right,
    #fff0,
    hsl(0 0% 0%) 20%,
    hsl(0 0% 0%) 80%,
    #fff0
  );
  mask-image: linear-gradient(to right, #0000, #000 20%, #000 80%, #0000);
  white-space: nowrap;
  justify-content: right;
}
.placement_autoscroll_inner {
  --gap: 0em;
  gap: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: slidecate 10s infinite linear;
  padding: 0;
}
@keyframes slidecate {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.placement_autoscroll_inner > img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.schol_model > .logo_image {
  width: 310px;
}
.schol_model {
  text-align: center;
  padding: 45px 15px 45px;
}
.schol_model > h2 {
  font-family: "Rowdies", sans-serif !important;
  margin-bottom: 0px !important;
  font-size: 36px;
  font-weight: 700;
  padding: 10px 0;
}
.schol_model > .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 13px;
  display: inline-grid;
  grid-template-columns: repeat(4, 2fr);
  column-gap: 4;
}
.schol_model > .buttons > a {
  padding: 6px 22px;
  display: flex;
  align-items: center;
  background-color: #0067da;
  width: fit-content;
  color: #fff;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  width: 100%;
}
.schol_model > .buttons > a > img {
  width: 21px;
}
.sclorship_area .enqry-form-box {
  padding: 45px 20px;
}
.sclorship_area button {
  padding: 10px 40px;
  border-radius: 5px;
  margin-top: 15px;
}
.schlorship_inner_1 > img {
  width: 479px;
}
.schlorship_inner_1 > h3 {
  margin-bottom: 0px !important;
}
.sclorship_area .enqry-form-label {
  font-size: 17px;
}
.para-tag > img {
  height: fit-content !important;
}
@media screen and (max-width: 992px) {
  .mobile_navbar {
    display: block;
  }
  .schol_model > .buttons {
    display: inline-grid;
    grid-template-columns: repeat(3, 2fr);
    column-gap: 4;
  }
  .blog_btn_go > div > img {
    height: 30px !important;
  }
  .explore-our-blogbox > .text-center > img {
    width: 100%;
    max-width: 100%;
  }
  .explore-our-blogbox > .text-center {
    width: 100%;
  }
  .cart-count {
    position: absolute;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-top: -62px !important;
    margin-left: 53px !important;
    background: #fd0;
    padding: 6px;
    border-radius: 100%;
    display: flex;
    line-height: 10px;
  }
  .mobile_navbar > .logo_img > img {
    max-width: 88px;
    margin-left: -12px;
  }
  .close_btn {
    position: absolute;
    top: 33px;
    right: 15px;
    color: #000;
    padding: 11px;
    background: #fd0;
    border-radius: 100%;
    line-height: 0;
    font-size: 11px;
  }
  .whatsapp_icon {
    right: 5px;
    z-index: 5555;
  }
  .solution_area_inner > p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  .solution_area {
    padding: 72px 0 !important;
  }
  .sulution_inner_2 {
    flex-wrap: wrap !important;
  }
  .sm-news-img {
    height: fit-content;
  }
  .schol_model > .buttons {
    display: inline-grid;
    grid-template-columns: repeat(2, 2fr);
    column-gap: 4;
  }
  .sulution_inner_2 > .box {
    width: 50%;
    margin-bottom: 20px;
  }
  .sulution_inner_2 > .box > span {
    font-size: 20px;
  }
  .solution_area_inner > h2 > span {
    font-size: 20px;
  }
  .discount_btn {
    width: 100%;
  }
  .book-course-btn {
    width: 100%;
    max-width: 100% !important;
  }
  .blogsld {
    padding-left: 10px;
    padding-right: 10px;
  }
  .serti_area {
    padding: 50px 10px !important;
  }
  .placement_autoscroll_inner {
    --gap: 0em;
    gap: 110px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: slidecate 8s infinite linear;
    padding: 0;
  }
  .schlorship_inner_1 > h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .rs_popup_box {
    padding: 46px 12px;
  }
  .serti_inner_img > img {
    width: 80px;
    height: 80px;
    aspect-ratio: 4 / 4;
  }
  .schol_model > .buttons {
    display: inline-grid;
    grid-template-columns: repeat(1, 2fr);
    column-gap: 4;
    width: 100%;
  }
  .serti_inner_img > h5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .rs_popup_inner > h5 {
    font-size: 18px;
  }
  .page-item {
    margin: 0 3px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .lastest-news-section .swiper-slide .blog_btn_go > div > img {
    height: 40px !important;
    text-align: end;
    width: fit-content;
    padding-left: 18px;
    margin-left: auto;
  }
}
.navbar-header-logo > a > img {
  width: 83px !important;
}
.colo-rc-4 {
  background-color: #ffd6d6;
}
.colo-rc-5 {
  background-color: rgb(0 55 243 / 24%);
}
.photo-gallery-section {
  background-color: #fff;
  padding: 10px;
}
.gallery-img-box {
  position: relative;
}
.galleryImage {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.overlay-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: blue;
  border-radius: 5px;
}
.gallery-img-box:hover .overlay-img {
  opacity: 1;
}
.titleText {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.blog_post_share .list-text {
  list-style: none !important;
  display: inline-block;
  padding-left: 0;
  margin-left: 3px;
}
.post_meta .list-text {
  list-style: none !important;
  display: inline-block;
  padding-left: 0;
  margin-left: 3px;
}
.video-slider0box {
  width: 100% !important;
  max-width: 600px !important;
}
.video-slider0box iframe {
  height: 200px;
}
.modal {
  --bs-modal-border-color: #ffc107;
}
.swiper {
  transition: transform 0.3s ease;
}
.swiper-slide:hover {
  transform: scale(1.01);
}
.placement-banner-container img {
  width: 100% !important;
}
.placement-container-box {
  background-color: #fff;
  border: solid 1px grey;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
}
.placement-user {
  padding: 5px;
  border: solid 2px #ffc107;
  border-radius: 50%;
}
.placement-user img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.placement-container-box .information {
  margin-left: 10px;
}
.placement-container-box .information h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.placement-container-box .information p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.placement-container-box .company-logo {
  width: 100%;
  max-width: 100px;
}
.video-iframe-main-slide {
  width: 100%;
  height: 200px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
  padding: 6px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 22px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
}
.swiper-button-next,
.swiper-button-prev {
  color: blue;
}
@media only screen and (max-width: 992px) {
  .video-slider0box {
    max-width: 150px;
    height: 150px;
  }
  .video-slider0box iframe {
    height: 120px;
  }
}

.offcanvas-fullscreen {
  width: 100vw !important;
  height: 100vh;
  top: 0;
  left: 0;
  border: none;
  transition: transform 0.5s ease, opacity 0.5s ease !important;
}
.offcanvas.show {
  opacity: 1;
}

.offcanvas-search-input {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #f1c40f;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.offcanvas-search-btn {
  background-color: #f1c40f;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 17px;
  border-radius: 6px;
  border: solid 1px #f1c40f;
  margin-left: 7px;
}

.offcanvas-search-suggestion {
  padding-left: 0px;
  list-style: none;
}
.offcanvas-search-suggestion li a {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  background-color: transparent;
  padding: 7px 15px;
  cursor: pointer;
}
.offcanvas-search-suggestion li a:hover {
  background-color: #f1c40f;
}
.sub-offcanvas-search-suggestion {
  padding-left: 20px;
  list-style: none;
}


/* custom r css  */


.link-img{
  width: 200px !important;
  height: auto;
}  

.custom-user-icon p{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.details h1{
  font-size: 38px;
  font-weight: 600;
  color: #000;
}
.blog-list-dotsvw h2{
    font-size: 28px;
    margin-top: 10px;
}

.blog_post_share{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.course-relative-container h2{
  font-size: 25px;
}


.custom-event {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-event:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.custom-event .sm-news-img img{
  border-radius: 10px;
}
.custom-event-blog{
  border: 1px solid #ccc;
    padding: 14px;
    border-radius: 10px;
        height: fit-content;
}

.custom-event-blog img{
    width: 150px !important;
    height: auto;
    border-radius: 10px;
}

.custom-event-blog .custom-event-cate{
 border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 10px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-event-blog .custom-event-cate:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.custom-event-blog .custom-event-cate .news-content{
  font-size: 15px;
  text-align: start;
}

/* event detail custom css  */
.cust-event-detail-headings{
  border: 1px solid gray;
  padding: 20px;
  border-radius: 10px;
}

.news-dtl-mainimg {
    width: 100%;
    border: 1px solid gray;
    padding: 20px;
      border-radius: 10px;

}



.recent-event-link {
  text-decoration: none;
  color: inherit;
}

.recent-event-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  gap: 12px;
}

.recent-event-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.recent-event-img {
    flex: 0 0 110px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
}

.recent-event-img img {
  width: 100%;
  height: 100%;
}

.recent-event-content {
  flex: 1;
}

.recent-event-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #222;
}
.cust-event-detail-headings h3{
  font-size: 28px;
}
#training-details p{
  margin-bottom: 10px;
}
#training-details h2{
  font-size: 20px;
  text-align: start;
}
#training-details h3{
  font-size: 22px;
}

/* Optional hover effect on text */
.recent-event-link:hover .recent-event-content p {
  color: rgb(254 218 0);
}

  #training-details{
    text-align: justify;
  }

@media only screen and (max-width: 768px) {
  #training-details img{
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;

  }
  .cust-event-detail-headings{
  padding: 10px;
}

.news-dtl-mainimg {
    padding: 10px;

}

}





