
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION
	04. ICON BOX SECTION
	05. COURSE CATEGORIES SECTION
	06. TEAM SECTION
	07. TESTIMONIAL SECTION
	08. BLOG SECTION
	09. SUBSCRIBE FORM
	10. FOOTER
	11. CONTACT
	12. 404 SECTION
	13. GALLERY SECTION
	14. ELEMENT DESIGN
	15.START PARALLAX SHAPE DESIGN
=============================================================*/

/*===================================*
  01. GENERAL STYLE
*===================================*/
body {
  background: #ffffff none repeat scroll 0 0;
  color: #4e4e4e;
  font-family: "Cairo", serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d34ad;
  font-family: "Cairo", serif;
}

p {
  color: #4e4e4e;
}

a {
  color: #0d34ac;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #0d34ac;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img {
  max-width: 100%;
  border-radius: 20px;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
}

section {
  padding: 40px 0;
  position: relative;
  width: 100%;
  /* background: initial !important; */
}

section.small_pt,
.top_footer.small_pt {
  padding-top: 50px;
}

section.small_pb,
.top_footer.small_pb {
  padding-bottom: 50px;
}

.small_padding {
  padding: 30px;
}

.medium_padding {
  padding: 50px;
}

.large_padding {
  padding: 100px;
}

.small_divider {
  height: 15px;
}

.medium_divider {
  height: 50px;
}

.large_divider {
  height: 100px;
}

.padding_eight_all {
  padding: 6%;
}

.padding_eight_lr {
  padding: 0 8%;
}

.list_none li {
  list-style: none;
}

.order_list,
.disc_list {
  padding-left: 15px;
}

.btn:focus,
.btn:hover,
.btn.active {
  box-shadow: none;
  outline: medium none;
}
.progress {
    display: flex;
    height: 1.5rem;
}
.progress-bar {
    display: flex;
    font-weight: 800;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #f4890c;
    text-align: center;
    white-space: nowrap;
    background-color: #0d34ad;
    border-radius: .5rem;
}
button:focus {
  outline: none;
}
.btn {
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
}

.btn-success, .btn-warning{
    padding: 1px 13px;
    font-size: 15px;
}
.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}

.btn-icon {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
  color: #0d34ac;
  padding: 7px 10px;
  border-radius: 38px;
}

.btn-icon:hover {
  background-color: #0d34ac;
  border: 2px solid #0d34ac;
  color: #eeeeee;
}

.btn-default {
  background: linear-gradient(to bottom, #3a65ea, #0d34ad);
  border: 0;
  color: #ffffff !important;
  padding: 12px 35px;
  border-radius: 52px;
}

.btn-default:hover {
  background-color: #16499b;
  border-color: #16499b;
  color: #f7a400 !important;
}
.btn-orange {
  background: linear-gradient(to bottom, #ffd784, #f7a601);
  border: 0;
  color: #16499b !important;
  padding: 12px 35px;
  border-radius: 52px;
}
.navbar-expand-lg .navbar-nav>li:hover>a.btn-orange:hover,
.btn-orange:hover {
  background: linear-gradient(to top, #ffd784, #f7a601);
  color: #16499b !important;
  transition: all ease-in-out .5s;
}
.btn-default::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  transition: all 0.8s ease-in-out;
}

.btn-default:hover::before {
  -webkit-transform: skewX(-45deg) translateX(40em);
  transform: skewX(-45deg) translateX(40em);
}

.btn-black {
  border: 2px solid #333;
  background-color: #333;
  color: #ffffff;
  padding: 12px 30px;
}

.btn-black:hover {
  background-color: #ffffff;
  color: #333;
}

.btn-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #0d34ac !important;
  padding: 12px 30px;
}

.overflow_hide .btn-white,
.overflow_hide .btn-white i {
  color: #0d34ac !important;
}

.btn-white:hover,
.btn-white:hover i {
  color: #fff !important;
}

.btn-outline-white:hover {
  color: #0d34ac;
}

.btn-white::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #0d34ac;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-white::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-white:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-white {
  background-color: transparent;
  border: 2px solid #0d34ac;
  color: #0d34ac;
  padding: 12px 30px;
  border-radius: 46px;
}

.btn-outline-white:hover {
  color: #0d34ac !important;
}

.btn-outline-white::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-white::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-white:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-black {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  padding: 12px 30px;
}

.btn-outline-black:hover {
  color: #fff;
}

.btn-outline-black::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #333;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-black::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-black:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-default {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 50px;
}

.btn-outline-default:hover {
  color: #fff !important;
}

.btn-outline-default::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #0d34ac;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-default::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-default:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-radius,
.pr-radius {
  border-radius: 40px !important;
}

.btn+.btn {
  margin-left: 10px;
}

.btn i {
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

.btn span {
  font-size: 14px;
}
.contact-us-page ul li{
    border-bottom: 1px solid #f7a502;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.contact-us-page ul li:last-child{
    border-bottom: 0;
	margin-bottom: 0;
	 padding-bottom: 0px;
}
.btn-group-sm>.btn,
.btn-sm {
  padding: 7px 15px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 14px 35px;
}

.btn-xs {
  padding: 4px 15px;
  font-size: 12px;
}

.btn-md {
  padding: 12px 30px;
  font-size: 16px;
}

.btn.btn-xs i {
  font-size: 12px;
}

.btn.btn-sm i {
  font-size: 16px;
}

.btn.btn-lg i {
  font-size: 28px;
}

.radius_all_5 {
  border-radius: 5px;
}

.radius_all_10 {
  border-radius: 10px;
}
.radius_all_20 {
  border-radius: 20px;
}
.radius_ltrt_5 {
  border-radius: 5px 5px 0 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.radius_ltrt_10 {
  border-radius: 10px 10px 0 0;
}

.radius_lbrb_5 {
  border-radius: 0 0 5px 5px;
}

.radius_lbrb_10 {
  border-radius: 0 0 10px 10px;
}

.radius_ltlb_5 {
  border-radius: 5px 0 0 5px;
}

.radius_ltlb_10 {
  border-radius: 10px 0 0 10px;
}

.radius_rtrb_10 {
  border-radius: 0 10px 10px 0;
}

@media (min-width: 1200px) {
  .customize-container {
    max-width: 1280px;
  }
}

.box_shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.box_shadow2 {
  box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}

.heading_s1 h1 {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
  text-transform: capitalize;
  position: relative;
  display: block;
  color: #0d34ac;!;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 26px;
}
.teacher_desc .heading_s1 h5{
    font-size: 22px;
}
.heading_s1.text-initial h2{
    width: auto;
    text-align: initial;
    margin: 25px 20px;
}
.newsletter_box .heading_s1 h6{
    font-size: 17px;
    text-align: initial;
    margin: 0;
    margin-bottom: 10px;
}
.heading_s1 h1 span,
.heading_s1 h2 span,
.heading_s1 h3 span,
.heading_s1 h4 span,
.heading_s1 h5 span,
.heading_s1 h6 span {
  color: #f7a400 !important;
}

.heading_s1 h1:after,
.heading_s1 h2:after,
.heading_s1 h3:after,
.heading_s1 h4:after,
.heading_s1 h5:after,
.heading_s1 h6:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  background: #f7a400;
  width: 80%;
  height: 3px;
  margin: auto;
}

.heading_s1 p {
  margin-bottom: 0;
}

.heading_s1 p a {
  font-size: 29px;
  font-weight: 600;
}

.sub_heading {
  text-transform: uppercase;
  color: #292b2c;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}

.sub_heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  height: 2px;
  width: 20px;
  background-color: #0d34ac;
}

.heading_light>* {
  color: #fff !important;
}

.heading_s1.heading_light::before {
  background-color: #ffffff;
}

.text_uppercase * {
  text-transform: uppercase;
}
.select2 {
  height: 47px;
  border: 0;
  box-shadow: 0 0 9px -5px;
  border-radius: 15px;
  overflow: hidden;
  width: 100% !important;
}
.form-control {
  height: 47px;
  padding: 10px 40px;
  border: 0;
  box-shadow: 0 0 9px -5px;
  border-radius: 15px !important;
}
.changeCurrency .form-control{
    padding: 5px 20px;
    font-size: 14px;
    background: #212529;
    height: 35px;
    color: #fff;
    box-shadow: 0 0 11px -5px #f7a812;
}
.changeCurrency .form-control:focus{
	color: #fff;
	box-shadow: 0 0 9px -2px #ffffff !important;
}
.form-control:focus,
.custom-file-input:focus~.custom-file-label, .select2-container--default .select2-selection--single, select2 {
  color: #666666;
  box-shadow: 0 0 9px -2px #0d34ad !important;
}

.banner_section .form-control {adding-left: 100px;}

.nppadding{
	padding: 0 !important;
}

.input-icon{
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 20px;
    color: #f7a400;
}
.join-us .input-icon{
    top: 40px;
}
.input-icon.textarea-icon{
	top: 10px;
}
.contact-icon{
	top: 10px;
}
#email ~ .input-icon, .phone ~ .input-icon{
    /* left: 15px; */
    /* right: initial; */
}
.field_form .form-group:last-child {
  margin: 0;
}
.service-form .form-group:last-child {
  margin-bottom: 1rem;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::placeholder {
  color: #666666;
  opacity: 1
}

.form_style1 .form-control,
.form_style1 .form-control:focus,
.form_style3 .form-control,
.form_style3 .form-control:focus {
  border-radius: 40px;
}

.form_style1 .custom_select::before,
.form_style2 .custom_select::before {
  right: 20px;
}

.form_style1 .custom_select select,
.form_style2 .custom_select select {
  padding: 5px 40px 5px 20px;
}

.form_style2 .form-control,
.form_style2 .form-control:focus {
  border-radius: 0px;
}

.form_style3 .form-control {
  border: 0;
}

.form_transparent .form-control,
.form_transparent .form-control:focus,
.form_transparent .custom-file-input:focus~.custom-file-label {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.form_transparent .custom_select:before {
  color: #fff;
}

.form_transparent .form-control option {
  color: #000;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.text_white * {
  color: #fff !important;
}
.text_white a:hover {
  color: #f7a502 !important;
}
.text_white h1:after,
.text_white h2:after,
.text_white h3:after,
.text_white h4:after,
.text_white h5:after,
.text_white h6:after {
  display: none
}

.text_dark * {
  color: #333 !important;
}

.text_default {
  color: #0d34ac !important;
}

.text_light_green {
  color: #B3D369 !important;
}

.text_danger {
  color: #F5576C !important;
}

.text_warning {
  color: #f5bf2f !important;
}

.text_orange {
  color: #F89035 !important;
}

.text_light_navy {
  color: #554DA7 !important;
}

.text_blue2 {
  color: #4382FF !important;
}

.text_pink {
  color: #F94FA4 !important;
}

.text_blue {
  color: #38DDF7;
}

.overflow_hide {
  overflow: hidden;
}

.scrollup {
  background-color: #2f2f2f;
  border-radius: 100%;
  bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
}

.scrollup:hover {
  background-color: #0d34ac;
  color: #fff;
}

.scrollup:focus {
  color: #fff;
}

.bg_size_auto {
  background-size: auto !important;
}

.bg_size_contain {
  background-size: contain !important;
}

.bg_repeat {
  background-repeat: repeat !important;
}

.position_top_center {
  background-position: top center !important;
}

.position_center_bottom {
  background-position: center bottom !important;
}

.position_right_center {
  background-position: right center !important;
}

.position_right_bottom {
  background-position: right bottom !important;
}

.bg_fixed {
  background-attachment: fixed !important;
}

.z_index_minus1 * {
  z-index: -1;
  position: relative;
  object-fit: cover;
  height: 400px;
}

.overlay_bg_90,
.overlay_bg_80,
.overlay_bg_70,
.overlay_bg_60,
.overlay_bg_50,
.overlay_bg_40,
.overlay_bg_30,
.overlay_bg_30,
.overlay_bg_20,
.overlay_bg_10,
.overlay_bg_danger_90,
.overlay_bg_light_green_90,
.overlay_bg_default_90,
.overlay_bg_default_80,
.overlay_bg_default_70,
.overlay_bg_default_60,
.overlay_bg_default_50,
.overlay_bg_default_40,
.overlay_bg_default_30,
.overlay_bg_default_20,
.overlay_bg_default_10,
.overlay_bg_danger_90,
.overlay_bg_danger_80,
.overlay_bg_danger_70,
.overlay_bg_danger_60,
.overlay_bg_danger_50,
.overlay_bg_danger_40,
.overlay_bg_danger_30,
.overlay_bg_danger_20,
.overlay_bg_danger_10,
.overlay_bg_light_green_90,
.overlay_bg_light_green_80,
.overlay_bg_light_green_70,
.overlay_bg_light_green_60,
.overlay_bg_light_green_50,
.overlay_bg_light_green_40,
.overlay_bg_light_green_30,
.overlay_bg_light_green_20 .overlay_bg_light_green_10,
.overlay_bg_blue_90,
.overlay_bg_blue_80,
.overlay_bg_blue_70,
.overlay_bg_blue_60,
.overlay_bg_blue_50,
.overlay_bg_blue_40,
.overlay_bg_blue_30,
.overlay_bg_blue_20,
.overlay_bg_blue_10,
.overlay_bg_blue2_90,
.overlay_bg_blue2_80,
.overlay_bg_blue2_70,
.overlay_bg_blue2_60,
.overlay_bg_blue2_50,
.overlay_bg_blue2_40,
.overlay_bg_blue2_30,
.overlay_bg_blue2_20,
.overlay_bg_blue2_10 {
  position: relative;
}

.overlay_bg_90::before,
.overlay_bg_80::before,
.overlay_bg_70::before,
.overlay_bg_60::before,
.overlay_bg_50::before,
.overlay_bg_40::before,
.overlay_bg_30::before,
.overlay_bg_30::before,
.overlay_bg_20::before,
.overlay_bg_10::before,
.overlay_bg_danger_90:before,
.overlay_bg_light_green_90:before,
.overlay_bg_default_90:before,
.overlay_bg_default_80:before,
.overlay_bg_default_70:before,
.overlay_bg_default_60:before,
.overlay_bg_default_50:before,
.overlay_bg_default_40:before,
.overlay_bg_default_30:before,
.overlay_bg_default_20:before,
.overlay_bg_default_10:before,
.overlay_bg_danger_90:before,
.overlay_bg_danger_80:before,
.overlay_bg_danger_70:before,
.overlay_bg_danger_60:before,
.overlay_bg_danger_50:before,
.overlay_bg_danger_40:before,
.overlay_bg_danger_30:before,
.overlay_bg_danger_20:before,
.overlay_bg_danger_10:before,
.overlay_bg_light_green_90:before,
.overlay_bg_light_green_80:before,
.overlay_bg_light_green_70:before,
.overlay_bg_light_green_60:before,
.overlay_bg_light_green_50:before,
.overlay_bg_light_green_40:before,
.overlay_bg_light_green_30:before,
.overlay_bg_light_green_20:before,
.overlay_bg_light_green_10:before,
.overlay_bg_blue_90:before,
.overlay_bg_blue_80:before,
.overlay_bg_blue_70:before,
.overlay_bg_blue_60:before,
.overlay_bg_blue_50:before,
.overlay_bg_blue_40:before,
.overlay_bg_blue_30:before,
.overlay_bg_blue_20:before,
.overlay_bg_blue_10:before,
.overlay_bg_blue2_90:before,
.overlay_bg_blue2_80:before,
.overlay_bg_blue2_70:before,
.overlay_bg_blue2_60:before,
.overlay_bg_blue2_50:before,
.overlay_bg_blue2_40:before,
.overlay_bg_blue2_30:before,
.overlay_bg_blue2_20:before,
.overlay_bg_blue2_10:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay_bg_90::before {
  background-color: rgba(0, 0, 0, 0.90);
}

.overlay_bg_80::before {
  background-color: rgba(0, 0, 0, 0.80);
}

.overlay_bg_70::before {
  background-color: rgba(0, 0, 0, 0.70);
}

.overlay_bg_60::before {
  background-color: rgba(0, 0, 0, 0.60);
}

.overlay_bg_50::before {
  background-color: rgb(0 0 0 / 25%);
  border-radius: 20px;
}

.overlay_bg_40::before {
  background-color: rgba(0, 0, 0, 0.40);
}

.overlay_bg_30::before {
  background-color: rgb(0 0 0 / 17%);
}

.overlay_bg_20::before {
  background-color: rgba(0, 0, 0, 0.20);
}

.overlay_bg_10::before {
  background-color: rgba(0, 0, 0, 0.10);
}

.overlay_bg_danger_90:before {
  background-color: rgba(245, 87, 108, 0.90);
}

.overlay_bg_danger_80:before {
  background-color: rgba(245, 87, 108, 0.80);
}

.overlay_bg_danger_70:before {
  background-color: rgba(245, 87, 108, 0.70);
}

.overlay_bg_danger_60:before {
  background-color: rgba(245, 87, 108, 0.60);
}

.overlay_bg_danger_50:before {
  background-color: rgba(245, 87, 108, 0.50);
}

.overlay_bg_danger_40:before {
  background-color: rgba(245, 87, 108, 0.40);
}

.overlay_bg_danger_30:before {
  background-color: rgba(245, 87, 108, 0.30);
}

.overlay_bg_danger_20:before {
  background-color: rgba(245, 87, 108, 0.20);
}

.overlay_bg_danger_10:before {
  background-color: rgba(245, 87, 108, 0.10);
}

.overlay_bg_light_green_90:before {
  background-color: rgba(179, 211, 105, 0.90);
}

.overlay_bg_light_green_80:before {
  background-color: rgba(179, 211, 105, 0.80);
}

.overlay_bg_light_green_70:before {
  background-color: rgba(179, 211, 105, 0.70);
}

.overlay_bg_light_green_60:before {
  background-color: rgba(179, 211, 105, 0.60);
}

.overlay_bg_light_green_50:before {
  background-color: rgba(179, 211, 105, 0.50);
}

.overlay_bg_light_green_40:before {
  background-color: rgba(179, 211, 105, 0.40);
}

.overlay_bg_light_green_30:before {
  background-color: rgba(179, 211, 105, 0.30);
}

.overlay_bg_light_green_20:before {
  background-color: rgba(179, 211, 105, 0.20);
}

.overlay_bg_light_green_10:before {
  background-color: rgba(179, 211, 105, 0.10);
}

.overlay_bg_default_90:before {
  background-color: rgba(255, 188, 9, 0.90);
}

.overlay_bg_default_80:before {
  background-color: rgba(255, 188, 9, 0.80);
}

.overlay_bg_default_70:before {
  background-color: rgba(255, 188, 9, 0.70);
}

.overlay_bg_default_60:before {
  background-color: rgba(255, 188, 9, 0.60);
}

.overlay_bg_default_50:before {
  background-color: rgba(255, 188, 9, 0.50);
}

.overlay_bg_default_40:before {
  background-color: rgba(255, 188, 9, 0.40);
}

.overlay_bg_default_30:before {
  background-color: rgba(255, 188, 9, 0.30);
}

.overlay_bg_default_20:before {
  background-color: rgba(255, 188, 9, 0.20);
}

.overlay_bg_default_10:before {
  background-color: rgba(255, 188, 9, 0.10);
}

.overlay_bg_blue_90:before {
  background-color: rgba(7, 41, 77, 0.90);
}

.overlay_bg_blue_80:before {
  background-color: rgba(7, 41, 77, 0.80);
}

.overlay_bg_blue_70:before {
  background-color: rgba(7, 41, 77, 0.70);
}

.overlay_bg_blue_60:before {
  background-color: rgba(7, 41, 77, 0.60);
}

.overlay_bg_blue_50:before {
  background-color: rgba(7, 41, 77, 0.50);
}

.overlay_bg_blue_40:before {
  background-color: rgba(7, 41, 77, 0.40);
}

.overlay_bg_blue_30:before {
  background-color: rgba(7, 41, 77, 0.30);
}

.overlay_bg_blue_20:before {
  background-color: rgba(7, 41, 77, 0.20);
}

.overlay_bg_blue_10:before {
  background-color: rgba(7, 41, 77, 0.10);
}

.overlay_bg_blue2_90:before {
  background-color: rgba(67, 130, 255, 0.90);
}

.overlay_bg_blue2_80:before {
  background-color: rgba(67, 130, 255, 0.80);
}

.overlay_bg_blue2_70:before {
  background-color: rgba(67, 130, 255, 0.70);
}

.overlay_bg_blue2_60:before {
  background-color: rgba(67, 130, 255, 0.60);
}

.overlay_bg_blue2_50:before {
  background-color: rgba(67, 130, 255, 0.50);
}

.overlay_bg_blue2_40:before {
  background-color: rgba(67, 130, 255, 0.40);
}

.overlay_bg_blue2_30:before {
  background-color: rgba(67, 130, 255, 0.30);
}

.overlay_bg_blue2_20:before {
  background-color: rgba(67, 130, 255, 0.20);
}

.overlay_bg_blue2_10:before {
  background-color: rgba(67, 130, 255, 0.10);
}

.bg_black {
  background-color: #202325;
}

.bg_gray {
  background-color: #F7F7F7;
}

.bg_linen {
  background-color: #F9F5F0;
}

.bg_default {
  background-color: #0d34ac !important;
}

.bg_light_green {
  background-color: #B3D369;
}

.bg_light_yellow {
  background-color: #f7a400;
}

.bg_light_navy {
  background-color: #554DA7;
}

.bg_danger {
  background-color: #F6475F;
}

.bg_main {
  background-color: #0d34ac;
}

.bg_blue {
  background-color: #38DDF7;
}

.bg_blue2 {
  background-color: #4382FF;
}

.bg_blue_dark {
  background-color: #07294D;
}

.bg_blue_dark2 {
  background-color: #072044;
}

.bg_orange {
  background-color: #F89035;
}

.bg_pink {
  background-color: #F94FA4;
}

.bg_lightdanger {
  background-color: #FFDFE3;
}

.bg_lightorange {
  background-color: #FBE6D4;
}

.bg_lightblue {
  background-color: #CAF7FF;
}

.bg_lightnavy {
  background-color: #D3CFFF;
}

.bg_lightblu2 {
  background-color: #C8DAFD;
}

.bg_lightpink {
  background-color: #FDCFE6;
}

.radius_all_5[class*="overlay_bg_"]:before {
  border-radius: 5px;
}

.radius_all_10[class*="overlay_bg_"]:before {
  border-radius: 10px;
}

.border_top_tran {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ripple {
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #0d34ac;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
  font-size: 18px !important;
  vertical-align: middle;
  margin-left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.ripple::before,
.ripple::after {
  -webkit-animation: ripple 1.8s infinite;
  -moz-animation: ripple 1.8s infinite;
  -o-animation: ripple 1.8s infinite;
  -ms-transition: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
  background-color: #ffffff;
  border-radius: 100%;
  margin: -20px;
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.ripple::before {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.ripple::after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/*Loader Css*/
#preloader {
  position: fixed;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader .preloader {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999999;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

#preloader .preloader:after {
  content: "";
  height: 35px;
  width: 100px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 4px 4px rgba(2, 2, 2, 0.2);
  border-radius: 50%;
  background-color: rgba(2, 2, 2, 0.2);
  z-index: -1;
  -webkit-animation: bounces 1s infinite;
  -moz-animation: bounces 1s infinite;
  -o-animation: bounces 1s infinite;
  animation: bounces 1s infinite;
}

#preloader .preloader img {

  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.spinner,
.spinner-small {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 2px solid #000000;
  border-top: 2px solid #0d34ac;
  border-radius: 100%;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  z-index: 9999;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(359deg)
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0)
  }

  to {
    -o-transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #E7EDF3;
  z-index: 999;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.loader-section.section-left {
  left: 0;
}

.loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}



/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  02.START HEADER DESIGN
*===================================*/
.dark_skin .logo_light,
.dark_skin .logo_default,
.light_skin .logo_default,
.light_skin .logo_dark {
  display: none;
}

.dark_skin .logo_dark,
.light_skin .logo_light {
  display: block;
}

.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
  color: #ffffff;
}

.navbar {
  padding: 0;
}

.navbar .logo {
  position: relative;
  width: 120px;
  height: 100px;
}

.nav-fixed .logo {
  width: 70px;
  height: 70px;
}

.navbar .logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.header_wrap {
  transition: all 0.5s ease 0s;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
  background-color: #fff;
  box-shadow: 0px 0px 20px -10px;
}

.navbar-expand-lg .navbar-nav li {
  position: relative;
  list-style: none;
}

.dropdown-menu ul li {
  border-bottom: 1px solid #e5e5e5
}

.navbar-nav .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  min-width: 12rem;
  padding: 0;
}

.dark_skin .navbar-nav .dropdown-menu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dark_skin .navbar-nav .dropdown-menu.big-menu {
  width: fit-content;
  padding: 15px;
  border-radius: 15px;
}


.dark_skin .navbar-nav .dropdown-menu.big-menu h5 {
  font-weight: 400;
  font-size: 15px;
  position: relative;
}

.dark_skin .navbar-nav .dropdown-menu.big-menu h5:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0d34ac;
  width: 50px;
  height: 2px;
}

.dark_skin .navbar-nav .dropdown-menu.big-menu a {
  padding: 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.navbar-nav .dropdown-menu:not([class*="bg_"]):not([class*="bg-"]) {
  background-color: #333333;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header {
  background-color: transparent;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header.nav-fixed {
  background-color: #fff;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header.light_skin.nav-fixed {
  background-color: #343a40;
}

.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
  background-color: #252525;
}

.dark_skin:not([class*="bg_"]):not([class*="bg-"]) .navbar-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
  border: 1px solid #eee;
  margin-top: -1px;
}

.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
  border-color: #ddd;
}

.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu>ul>li:hover>a,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
  color: #0d34ac;
}

.dark_skin .navbar-expand-lg .navbar-nav .dropdown-item,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
  color: #333;
}

.dark_skin .cart_list a {
  color: #333 !important;
}

.dark_skin .cart_list a:hover,
.dark_skin .item_remove:hover {
  color: #000 !important;
}

.dropdown-toggle::after,
.dropdown-toggler::after {
  border: 0 none;
  content: "\f3d0";
  font-family: ionicons;
  height: auto;
  line-height: normal;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
}

.dd_main_arrow_none .navbar-expand-lg .navbar-nav>li>.nav-link.dropdown-toggle::after {
  content: normal;
}

.dropdown-toggler::after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler::after {
  position: absolute;
  right: 10px;
  top: 10px;
}

.navbar-expand-lg .navbar-nav>li>.nav-link {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 4px;
  text-transform: uppercase;
  color: #0d34ac;
}

.navbar-expand-lg .navbar-nav>li>.nav-link.search-icon {
  font-size: 27px;
}

.navbar-expand-lg .navbar-nav>li>.nav-link.cart {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}

.navbar-expand-lg .navbar-nav>li>.nav-link.cart i {
  font-size: 32px;
  padding: 0 5px;
}

.navbar-expand-lg .navbar-nav>li>.nav-link.cart span {
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
  background: #0d34ac;
  position: absolute;
  top: -7px;
  right: 0px;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.navbar-expand-lg .navbar-nav>li>.nav-link.cart:hover {
  color: #000
}

.navbar-expand-lg .navbar-nav>li>a.active,
.navbar-expand-lg .navbar-nav>li:hover>a {
  color: #f7a400 !important;
}

.main_menu_capitalize .navbar-expand-lg .navbar-nav>li>.nav-link {
  text-transform: capitalize;
}

.main_menu_weight_100 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 100;
}

.main_menu_weight_200 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 200;
}

.main_menu_weight_300 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 300;
}

.main_menu_weight_400 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 400;
}

.main_menu_weight_500 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 500;
}

.main_menu_weight_600 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 600;
}

.main_menu_weight_700 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 700;
}

.main_menu_weight_800 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 800;
}

.main_menu_weight_900 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 900;
}

.main_menu_size_16 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-size: 16px;
}

.bottom-header .navbar-expand-lg .navbar-nav>li>.nav-link {
  padding: 20px 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-item {
  padding: 8px 25px 8px 10px;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .dropdown-header {
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-expand-lg .attr-nav li .nav-link {
  padding: 20px 10px;
  position: relative;
}

.navbar-expand-lg .attr-nav li .nav-link i {
  font-size: 20px;
}

.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav>li>.nav-link {
  margin: 0;
  padding: 20px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.payment-icons .dropdown-item:focus,
.payment-icons .dropdown-item:hover,
.payment-icons .dropdown-item.active,
.payment-icons .dropdown-item:active {
  color: #b7b3b3;
}

.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu>ul>li:hover>a {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-expand-lg .navbar-nav>li {
  margin-left: 1px;
}

.navbar-expand-lg .navbar-nav>li .btn {
  margin-right: 2px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu>ul>li:hover>a,
.navbar-expand-lg .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
  color: #0d34ac;
}

.search-overlay {
  border: 1px solid #ddd;
  right: 0;
  opacity: 0;
  position: absolute;
  min-width: 655px;
  top: 100%;
  transition: all 0.25s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
}

.search-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search_trigger.open i::before {
  content: "\f129";
}

.search_wrap {
  position: relative;
}

.search_icon {
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 4px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  background: #0d34ad;
  color: #fff;
  padding: 0 15px;
  border-radius: 13px;
}

.search_wrap .form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  border: 1px solid #f7a502;
  border-radius: 15px;
  min-width: 320px;
  box-shadow: 0px 0px 8px -1px #f7a502;
  padding-left: 60px;
}

.nav-fixed .navbar-expand-lg .attr-nav li .nav-link,
.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav.attr-nav>li>.nav-link {
  padding: 15px 10px;
  margin: 0;
}

.header_wrap.nav-fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}

.header_wrap.fixed-top.nav-fixed {
  padding-top: 0 !important;
}

.nav-fixed.border_bottom_tran {
  border: 0;
}

.header_wrap.nav-fixed.no-sticky {
  position: relative;
}

.bg-dark.light_skin.nav-fixed .logo_dark {
  display: none;
}

.bg-dark.light_skin.nav-fixed .logo_light {
  display: block;
}

.header_wrap.nav-fixed.bg-dark {
  border-bottom: 0;
}

.bg-dark.light_skin.nav-fixed .navbar-nav>li>a,
.bg-dark.light_skin.nav-fixed .navbar-toggler {
  color: #fff;
}

.bg-dark.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav>li>.nav-link::before {
  background-color: #fff;
}

.header_wrap.nav-fixed[class*="overlay_"]:before {
  content: normal;
}

.mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.dropdown-mega-menu .dropdown-menu {
  right: 0;
}

.mega-menu-col {
  border-right: 1px solid #5d5d5d;
}

.mega-menu-col:last-child {
  border-right: 0;
}

.dropdown-menu li a i {
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.cart_list li {
  list-style: outside none none;
}

.cart_count {
  position: absolute;
  top: 13px;
  right: 2px;
  font-size: 10px;
  background-color: #0d34ac;
  border-radius: 40px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  color: #fff;
  font-weight: normal;
}

.nav-fixed .cart_count {
  top: 8px;
}

.cart_box {
  background-color: #333333;
  width: 300px;
  position: absolute !important;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
  display: block;
  transition: all 0.25s ease-in-out;
}

.navbar-expand-lg .navbar-nav li.show>.dropdown-menu.cart_box {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cart_list li {
  border-bottom: 1px solid #777777;
  padding: 20px;
}

.item_remove {
  float: right;
}

.cart_list img {
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  max-width: 60px;
  vertical-align: top;
}

.cart_list a {
  color: #fff !important;
  font-size: 14px;
  vertical-align: top;
  padding: 0 !important;
}

.cart_list a:hover,
.item_remove:hover {
  color: #ddd !important;
}

.cart_quantity {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}

.cart_list {
  display: table;
}

.cart_total {
  color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  text-align: right;
  font-weight: bold;
}

.cart_total strong {
  float: left;
}
.ad-img{
    text-align: center;
    width: 100%;
    height: 350px;
    margin: 30px 0;
}
.ad-img img{max-width: 100%;}
.cart_buttons {
  margin: 0;
  padding: 10px 20px 20px;
  text-align: center;
}

.cart_buttons .view-cart,
.cart_buttons .checkout {
  margin: 0 5px !important;
  padding: .375rem .75rem !important;
  float: none !important;
}

.top-header,
.middle-header {
  padding: 4px 0;
}

.light_skin .top-header,
.light_skin .middle-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark_skin .top-header,
.dark_skin .middle-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social_icons,
.contact_detail {
  font-size: 0;
}

.social_icons li,
.contact_detail li {
  display: inline-block;
  padding: 2px 3px;
}

.social_icons li a {
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.social_icons.social_small li a {
  height: 25px;
  width: 25px;
  line-height: 26px;
  font-size: 16px;
}

.social_white .social_icons li a,
.social_white.social_icons li a {
  color: #fff;
  border-color: #fff;
}

.border_social li a {
  border: 1px solid #292b2c;
}

.radius_social li a {
  border-radius: 5px;
}

.rounded_social li a {
  border-radius: 50px;
}

.social_style1 li a {
  background-color: rgba(0, 0, 0, 0.1);
}

.social_white.social_style1 li a {
  background-color: rgba(255, 255, 255, 0.1);
}

.contact_detail i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
}

.contact_detail li {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.contact_detail li:first-child {
  margin-left: 0px;
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a {
  color: #fff;
}

.top-header.dark_skin .contact_detail li {
  color: #000;
}

header .social_icons li a {
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.nav-fixed .top-header,
.nav-fixed .middle-header {
  display: none !important;
}

.navbar-toggler {
  float: right;
  margin: 9px 0;
  font-size: 28px;
  transition: all 0.5s ease 0s;
}

.navbar-toggler[aria-expanded="true"] span::before {
  content: "\f129";
  font-size: 20px;
  width: 29px;
  line-height: 28px;
  vertical-align: top;
  border: 2px solid #0d34ad;
  border-radius: 5px;
}

header .attr-nav+.social_icons {
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 5px;
}

header .attr-nav+.social_icons li {
  padding: 0;
}

header.light_skin .attr-nav+.social_icons {
  border-color: #fff;
}

header.light_skin.nav-fixed .attr-nav+.social_icons {
  border-color: #333;
}

header.light_skin.nav-fixed .social_icons li a {
  color: #000;
}

header.light_skin.nav-fixed .social_icons li a:hover {
  color: #0E93D8;
}

.navbar .btn {
  padding: 10px 20px;
}

.header_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_info li {
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.header_info li:first-child {
  padding-left: 0px;
}

.header_info li i {
  width: 30px;
  font-size: 28px;
  height: 30px;
  color: #0e93d8;
}

.header_info li p {
  margin: 0;
  color: #292b2c;
}

.header_info li .hd_info {
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
}

.lng_dropdown {
  position: relative;
  display: inline-block
}

.lng_dropdown .ddTitleText img,
.lng_dropdown .ddChild li img {
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.lng_dropdown .ddlabel {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}

.lng_dropdown #pr_select_msdd .ddlabel {
  margin-left: 0;
}

.lng_dropdown .dd.ddcommon {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  width: auto !important;
  outline: none;
}

.lng_dropdown .ddTitleText {
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
}

.lng_dropdown .ddChild {
  background-color: #fff;
}

.lng_dropdown .ddChild li {
  cursor: pointer;
  line-height: normal;
  list-style: outside none none;
  padding: 3px 10px;
}

.ddArrow::before {
  content: "\f3d0";
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 6px;
}

.lng_dropdown.lng_dropdown_white .ddTitleText,
.lng_dropdown_white .ddArrow::before {
  color: #fff;
}

.search_box {
  position: relative;
}

.search_box input {
  padding-right: 30px;
}

.search_box button {
  border: 0;
  padding: 0 10px;
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.header_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_list>li {
  position: relative;
  padding-left: 15px;
}

.header_list>li a {
  font-size: 14px;
}

.border_list {
  position: relative;
}

.border_list::before {
  content: "";
  position: absolute;
  left: 0;
  height: 25px;
  width: 1px;
  background-color: #eee;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white {
  border: 2px solid #333;
  color: #333;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
}

.top-header.light_skin .header_list li a,
.top-header.light_skin .header_list li span,
.top-header.light_skin .lng_dropdown .ddlabel,
.top-header.light_skin .ddArrow::before {
  color: #fff;
}

.top-header.light_skin .header_list>li::before {
  background-color: #fff;
}

.top-header.light_skin .lng_dropdown .ddChild {
  background-color: #343a40;
}

.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .contact_detail li a:hover,
.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
  color: #f7a400 !important;
}

.alertbox {
  position: relative;
  z-index: 999;
  transition: all 0.4s ease 0s;
}

.alertbox.alert_fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

.alertbox.alert_fixed.fixed {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.alertbox_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alertbox .alert {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px;
}

.alertbox .close {
  float: none;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 31px;
}

.alertbox_content *,
.alertbox_content a {
  color: #000;
  font-weight: bold;
}

marquee {
  display: block;
}

.news_ticker a {
  padding: 0 10px;
}

.news_ticker a:hover {
  color: #fff;
}

/*===================================*
  02.END HEADER DESIGN
*===================================*/

/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen,
.full_screen .carousel-item {
  min-height: 64vh;
}

.banner_content_wrap .carousel-item {
  padding: 215px 0;
}

.banner_content_wrap.banner_py_large .carousel-item {
  padding: 200px 0;
}

.banner_content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  vertical-align: bottom;
}

.banner_content p {
  color: #333;
  font-size: 18px;
  margin-bottom: 35px;
}

.banner_content.text_white p {
  color: #fff;
}

.banner_section .banner_slide_content {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-control-next,
.carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  height: 50px;
  opacity: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 0;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev {
  left: 20px;
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
  border-radius: 100%;
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  height: 45px;
  width: 45px;
}

.carousel_style2 .carousel-control-next:hover,
.carousel_style2 .carousel-control-prev:hover {
  background-color: #0d34ac;
  color: #fff;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  border-radius: 100%;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.content_overlay_bg {
  padding: 50px;
  position: relative;
}

.content_overlay_bg::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner_head2 {
  font-size: 40px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.carousel-indicators.justify-content-end {
  left: auto;
}

.carousel-indicators.justify-content-start {
  right: auto;
}

.carousel-item img {
  position: relative;
  z-index: -1;
}

.down {
  bottom: 20px;
  font-size: 48px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}

.down .mouse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 24px;
  opacity: .8;
  cursor: pointer;
  vertical-align: middle;
}

.down .mouse span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 8px;
  height: 12px;
  margin: 0px 0 0 -4px;
  background: #333;
  border-radius: 20px;
  -webkit-animation: scroll 2s linear infinite;
  -moz-animation: scroll 2s linear infinite;
  animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

.down_white.down .mouse {
  border-color: #fff;
}

.down_white.down .mouse span {
  background: #fff;
}

/*===================================*
  03.END BANNER SECTION
*===================================*/

/*===================================*
  04. START ICON BOX CSS
*===================================*/
.icon_box {
  padding: 30px;
  z-index: 9;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}
.exams .icon_box{
    padding: 0;
    box-shadow: 0px 0px 8px -1px #f7a502;
}
.categoty_box {
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 1px #f7a502;
}
.categoty_box a{
    line-height: 0;
    display: block;
}
.intro_desc {
  position: relative
}

.categoty_box .intro_desc {
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}

.content_box .intro_desc {
  top: 33%;
}

.box_icon i {
  font-size: 37px;
}

.icon_box img {
  max-width: 60px;
}

.icon_box_style1.icon_box {
  background-color: #fff;
  padding: 10px;
  /* border: 2px solid #f6f6f6; */
  -moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-fill-mode: none;
  min-height: 252px;
  box-shadow: 0px 0px 15px -1px #f7a502;
  animation-fill-mode: none;
  border-radius: 25px;
}
.icon_box_style1.icon_box .service_price{
   display: grid;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
}
.icon_box_style1.icon_box .service_price span {
    font-weight: 700;
    color: #0d34ad;
    line-height: 1;
    font-size: 21px;
}
.icon_box_style1.icon_box .service_price del{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.courses-page .icon_box_style1.icon_box {
    background: none;
    border: 0;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
}
.icon_box_style1 .box_icon {
  float: left;
  margin-right: 8px;
  width: 70px;
  height: auto;
}

.icon_box_style1.icon_box:hover {
  box-shadow: 0px 0px 15px -7px #f7a502;
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  margin-top: 15px;
}

.icon_box_style1.icon_box img {
  max-width: 70px;
}

.icon_box_style1 .intro_desc {
  overflow: hidden;
}
.exams .intro_desc h5 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 60px;}
.intro_desc h5 {
  text-transform: capitalize;
  display: -webkit-box;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #0d34ac;
  /* height: 45px; */
}

.categoty_box .intro_desc h5 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.content_box .intro_desc h5 {
  font-size: 20px;
}

.categoty_box .intro_desc p {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 45px;
}
.categoty_box .intro_desc hr{
    background: #f7a502;
    opacity: .5;
}
.content_box .intro_desc p {
  font-size: 16px;
}

.intro_desc p:last-child {
  margin: 0;
}
.service_desc p{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	font-size: 14px;
}
.packages-center{
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px solid #d9dbde;
    border-bottom: 1px solid #d9dbde;
}
.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
  display: inline-block;
  padding: 0;
  position: relative;
  height: 200px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 13px;
}
.exams .icon_box_style2 .box_icon,
.exams .icon_box_style3 .box_icon {
    padding: 0;
}
.content_box .icon_box_style2 .box_icon {
  height: 170px;
}

.content_box .icon_box_style2 .box_icon:hover img {
  transform: scale(1.3);
  transition: all 0.5s ease-in-out;
}

.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
  line-height: 60px;
}

.icon_box_style2 .box_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0px;
  opacity: .7;
  transition: all 0.2s ease-in-out;
  background: #0d34ac;
  z-index: 9;
}
.about-page .icon_box_style2 .box_icon::before, .exams .icon_box_style2 .box_icon::before {
	display: none
}
.icon_box_style2 .box_icon img {
  padding: 5px;
  transition: all 0.5s ease-in-out;
  height: 200px;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
.exams .icon_box_style2 .box_icon img{
	padding: 0;
	object-fit: fill;
}

.about-page .icon_box_style2 .box_icon img{
	object-fit: contain;
}
.categoty_box img {
  padding: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon_box_style2:hover {
  margin-top: 20px;
}

.icon_box_style3 .box_icon {
  overflow: hidden;
}

.icon_box_style3:hover .box_icon i {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

/*===================================*
  04. END ICON BOX CSS
*===================================*/

/*===================================*
  05.START COURSE CATEGORIES SECTION
*===================================*/
.overlap_box {
  margin-top: -124px;
  position: relative;
  z-index: 9;
}

.cat_overlap_box {
  top: -50%;
}

.single_categories a {
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 30px 20px;
  color: #fff;
}

.single_categories a:hover {
  color: #fff;
}

.single_categories i {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
}

.cat_style1 a {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  padding: 50px 20px;
}

.cat_style1 a:hover {
  background-color: #0d34ac;
}

.cat_style2 {
  margin-top: 30px;
}

.cat_style2.single_categories a {
  border-radius: 10px;
  padding: 30px 10px;
}

.cat_style2:hover a {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.course_categories.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 25px;
}

.cat_count {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  margin: 10px auto 0;
}

/*===================================*
  05.END COURSE CATEGORIES SECTION
*===================================*/

/*===================================*
  06.START TEAM SECTION
*===================================*/
.team_box {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.team_title {
  background-color: #fff;
  padding: 15px;
  text-transform: capitalize;
 
}
.team_title span{
	 height: 50px;
	 overflow: hidden;
	 display: block;
}
.team_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.member-id .team_img{
    width: 100%;
    height: auto;
}
.member-id .team_img img{
    height: auto;
    object-fit: contain;
}
.team_single .team_img{
    width: 100%;
    height: auto;
}

.team_single .team_img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.team_style1 .social_icons,
.team_style4 .social_icons {
  position: absolute;
  top: 100%;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.team_style1:hover .social_icons,
.team_style4:hover .social_icons {
  top: 50%;
  opacity: 1;
}

.team_img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
  height: 250px;
}

.team_style1 .team_img::before,
.team_style4 .team_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.team_style1.team_box:hover .team_img:before,
.team_style4.team_box:hover .team_img:before {
  opacity: 1;
}

.team_style1 {
  border-radius: 10px;
}

.team_style1 .team_img,
.team_style1 .team_img img,
.team_style1 .team_img:before {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team_single_info {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.contact_info span {
  color: #333;
  float: left;
  margin-right: 10px;
  line-height: normal;
  max-width: 70px;
  width: 100%;
}

.team_name {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.team_name a{
	color: #fff
}
.team_name span{
    color: #f5a602;
    font-weight: 700;
}
.team_style2 .social_icons,
.team_style3 .social_icons,
.team_style4 .social_icons {
  margin-top: 10px;
}

.team_style2:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team_style3 .team_img img {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  border: 10px solid #eee;
}

.team_box.team_style3:before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 280px 280px 20px 20px;
  z-index: -1;
}

.team_style4 .team_img img {
  background-color: #fff;
  border-radius: 100%;
}

.team_style4 .team_img::before {
  border-radius: 100%;
}

/*===================================*
  06.END TEAM SECTION
*===================================*/

/*===================================*
  07.START TESTIMONIAL SECTION
*===================================*/
.testimonial_img img {
  max-width: 100px;
}

.testimonial_img,
.author_img {
  float: left;
  margin-right: 20px;
}
.testimonial_style1 .testimonial_img, .author_img, .testimonial_style1 .testimonial_img img, .author_img img{
	width: 100px;
}
.testimonial_style1 .testimonial_img img, .author_img img{
    max-height: 100px;
}
.testi_user span,
.author_intro span {
  /* font-style: italic; */
}

.testi_user,
.author_intro {
  margin-bottom: 6px;
}

.testi_meta,
.author_meta {
  overflow: hidden;
}

.testimonial_style1 .testimonial_box,
.course_author {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 30px 30px 50px;
  margin: 5px 5px 5px 50px;
  position: relative;
  z-index: 1;
  min-height: auto;
  min-height: 140px;
}
.course_author_packages.course_author {
    padding: 2px 50px 2px 30px;
    min-height: 93px;
    display: flex;
    align-items: center;
}
.testimonial_style1 .testimonial_box::before {
  content: "\f10e";
  position: absolute;
  right: 40px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 130px;
  line-height: normal;
  font-weight: 900;
  z-index: -1;
  color: rgba(0, 0, 0, 0.02);
}

.testimonial_style1 .testimonial_img,
.author_img {
  margin-left: -100px;
}

.testi_desc p:last-child,
.author_desc p:last-child {
  margin: 0;
}

.testimonial_style2 .testimonial_box {
  text-align: center;
  border: 2px solid #eee;
  padding: 20px;
  margin-top: 60px;
  background-color: #fff;
}

.testimonial_style2 .testimonial_img {
  float: none;
  margin: -80px auto 20px;
  display: table;
  padding: 10px;
  border: 2px solid #eee;
  background-color: #fff;
}

.testi_img_holder {
  position: relative;
}

.testimonial_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.testimonial_style4 .testimonial_img img {
  border-radius: 100%;
  max-width: 60px;
}

.testimonial_style4 .testi_user {
  margin: 6px 0 0;
  display: inline-block;
}

.testimonial_style4 .testi_meta {
  margin: 5px 0 25px 0;
}

.testimonial_slider.testimonial_style4:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  color: rgba(0, 0, 0, 0.08);
  line-height: normal;
  font-weight: 900;
}

.testimonial_style4.owl-theme .owl-nav [class*="owl-"] {
  bottom: 15px;
}

.nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-next {
  right: 30px
}

.nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-prev {
  right: 80px
}

.testimonial_style5 .testimonial_box {
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  text-align: center;
}

.testimonial_style5 .testimonial_img {
  float: none;
  margin: 0 auto 20px;
  display: table;
}

.testimonial_style5 .testimonial_img img {
  border-radius: 100%;
}

.testimonial_style5::before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.testimonial_style5 .testi_meta {
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonial_style5 {
  max-width: 730px;
  position: relative;
  margin: 0 auto;
}

.testimonial_style5 .testi_desc {
  position: relative;
  z-index: 1;
}

.testimonial_style5 .testimonial_box::before {
  content: "\f10d";
  position: absolute;
  left: 100px;
  top: 70px;
  font-family: "Font Awesome 5 Free";
  font-size: 100px;
  line-height: normal;
  color: #f2f2f2;
  z-index: 0;
  font-weight: 900;
}

/*===================================*
  07.END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  08.START BLOG SECTION
*===================================*/
.blog_post {
  margin-top: 30px;
}

.blog_title {
  margin-bottom: 10px;
}

.blog_img {
  position: relative;
  overflow: hidden;
}

.blog_img img {
  width: 100%;
}

.blog_img a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}

.blog_post:hover .blog_img a:before {
  opacity: 1;
}

.blog_meta {
  display: table;
  width: 100%;
}

.blog_meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog_meta li:last-child {
  /* margin-right: 0px; */
}

.blog_meta li i {
  margin-right: 8px;
  color: #0d34ac;
  font-size: 16px;
}

.blog_meta li a {
  color: #888;
  font-size: 14px;
  text-transform: capitalize;
}

.blog_meta li a:hover {
  color: #0d34ac;
}

.blog_content,
.blog_footer {
  padding: 15px;
}

.blog_content p {
  margin-bottom: 10px;
}

.blog_footer {
  border-top: 1px solid #ddd;
}

.link_blog {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.blog_post:hover .link_blog {
  top: 50%;
  opacity: 1;
}

.blog_hover_style1 {
  transition: all 0.5s ease;
}

.blog_hover_style1:hover {
  margin-top: 20px;
}

/*===================================*
  08.END BLOG SECTION
*===================================*/

/*===================================*
  09.START SUBSCRIBE FORM
*===================================*/
.newsletter_form {
  position: relative;
  text-align: center;
}

.newsletter_overlap h1 i {
  margin: 0 26px;
  font-size: 78px;
  line-height: 1;
  color: #f7a400 !important;
}

.newsletter_form ul li a {
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 35px;
}

.newsletter_form ul li a:hover {
  transition: all ease-in-out .5s;
  transform: translate(0px, -10px);
}

.newsletter_form ul li i {
  font-size: 28px;
}
.newsletter_form ul li a:hover i {color: #f7a400 !important;}
.newsletter_form input {
  padding: 10px 45px 10px 45px;
  width: 100%;
  border: 0;
  color: #777777;
  height: 47px;
  border-radius: 150px;
  box-shadow: 0px 0px 8px -1px #f7a502;
  margin-bottom: 10px;
}

.newsletter_form button {
}

.rounded_input input {
  border-radius: 40px;
  padding-left: 20px;
}

.form_lg input {
  padding: 10px 105px 10px 20px;
  height: 55px;
}

.form_lg .btn {
  padding: 10px 25px;
  top: 6px;
  right: 6px;
}

.newsletter_box {
  position: relative;
  padding: 30px 50px;
  box-shadow: 0px 0px 16px -1px #f7a502;
}

.icon_bg {
  position: absolute;
  top: 50%;
  right: 70px;
  -moz-transform: rotate(20deg) translateY(-50%);
  -webkit-transform: rotate(20deg) translateY(-50%);
  transform: rotate(20deg) translateY(-50%);
}

.icon_bg i {
  font-size: 140px;
  opacity: 0.2;
}

.newsletter_overlap {
  margin-bottom: -76px;
}

/*===================================*
  09.END SUBSCRIBE FORM
*===================================*/

/*===================================*
  10.START FOOTER
*===================================*/
.footer_logo {
  margin: 0 auto;
  position: relative;
  min-width: 155px;
  height: 155px;
  margin-bottom: 10px;
}
.secure-logo{
    height: 60px;
    width: 95px;
    margin: 0;
    max-width: 95px;
    min-width: 95px;
    margin-top: 20px;
}
.footer_logo img {
  position: absolute;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0;
}

.top_footer {
  padding: 50px 0 0;
}

footer p {
  font-size: 14px;
}

.widget_links li {
  padding: 0 0 10px;
}

.widget_links li:last-child {
  padding-bottom: 0;
}

.widget_links li a {
  color: #888888;
  font-size: 14px;
  position: relative;
}

.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
  padding-left: 5px;
}

.links_style2 li a::before {
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact_info>li>i {
  font-size: 18px;
  vertical-align: middle;
  max-width: 15px;
  width: 100%;
  text-align: center;
  margin-left: 10px;
}

.contact_info li:first-child {
  margin-top: 0;
}

.contact_info>li {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.payment-icons {
  align-items: center;
  list-style: none;
}

.payment-icons li {
  padding: 5px;
}

.payment-icons li a {
  color: #fff
}

.payment-icons li img {
  border-radius: 0;
}

.payment-icons li .dropdown-menu {
  top: inherit;
  bottom: 59px;
  height: 140px;
  overflow-y: scroll;
}

.contact_info i+*,
.contact_info span+* {
  font-size: 14px;
  color: #888888;
  margin: 0;
  vertical-align: top;
}

footer .widget_title {
  font-size: 18px;
  margin-top: 10px;
}

.widget_title {
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.bottom_footer {
  padding: 10px 0;
  position: relative;
}

.footer_link li {
  display: inline-block;
  position: relative;
}

.footer_link li a {
  font-size: 14px;
  padding: 0 5px;
  color: #888;
}

.post_img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}

.post_date {
  font-size: 80%;
}

.post_content {
  overflow: hidden;
}

.recent_post li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.recent_post li:last-child {
  margin-bottom: 0;
}

.post_content h6 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: normal;
}

.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p,
.footer_dark .contact_info li i,
.footer_dark .contact_info i+*,
.footer_dark .widget_links li a,
.footer_dark p a,
.footer_dark .footer_link li a,
.footer_dark .post_content h6 a {
  color: #fff;
}
.footer_dark .widget_title{
	color: #f7a502;
}
.footer_dark .post_date {
  color: rgba(255, 255, 255, 0.6);
}

.footer_dark .widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_dark .post_content h6 a:hover,
.footer_dark .contact_info a:hover {
  color: #0d34ac;
}

.instafeed li {
  float: left;
  width: 25%;
  padding: 3px;
  position: relative;
}

.instafeed li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.instafeed li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 188, 9, 0.7);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.insta_icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.instafeed img {
  width: 100%;
}

.instafeed li:hover a::before,
.instafeed li:hover .insta_icon {
  opacity: 1;
}

/*===================================*
  10.END FOOTER
*===================================*/

/*===================================*
  11.START CONTACT
*===================================*/
.contact_map iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.map_radius_rtrb {
  border-radius: 0 10px 10px 0;
}

/*===================================*
  11.END CONTACT
*===================================*/

/*===================================*
  12.START 404 SECTION
*===================================*/
.error_txt {
  color: #333;
  font-size: 180px;
  font-weight: bold;
  line-height: 1.2;
}

/*===================================*
  12.END 404 SECTION
*===================================*/

/*===================================*
  13.START GALLERY SECTION
*===================================*/
.grid_filter {
  margin-bottom: 30px;
}

.grid_filter li {
  display: inline-block;
  margin: 0 3px;
}

.grid_filter li a {
  background-color: #eee;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
}

.grid_filter li a.current,
.grid_filter li a:hover {
  background-color: #0d34ac;
  color: #fff;
}

.grid_container {
  list-style: none;
}

.gutter_small {
  margin: 0 -7.5px -15px -7.5px;
}

.gutter_small>li {
  padding: 0 7.5px 15px 7.5px;
}

.gutter_medium {
  margin: 0 -15px -30px -15px;
}

.gutter_medium>li {
  padding: 0px 15px 30px 15px;
}

.grid_col3>li {
  width: 33.33%;
  float: left;
}

.grid_col4>li {
  width: 25%;
  float: left;
}

.gallery_item {
  overflow: hidden;
  position: relative;
}

.gallery_item img {
  width: 100%;
}

.gallery_content {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: absolute;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.gallery_item:hover .gallery_content {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.gallery_item::before {
  background-color: rgba(0, 0, 0, 0.60);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.gallery_item:hover:before {
  opacity: 1;
  visibility: visible;
}

.grid_container .owl-carousel.owl-theme .owl-dots {
  margin: 0 !important;
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 9;
}

.grid_container .owl-carousel {
  z-index: inherit;
}

.grid_container .owl-carousel.owl-theme .owl-dots span {
  margin: 5px 2px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #9a9a9a;
  margin: 5px;
}

.dots_white.owl-theme .owl-dots .owl-dot.active span,
.dots_white.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border-color: #fff;
}

.dots_white.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}

.nav_bottom_right.owl-theme .owl-nav [class*="owl-"] {
  top: auto;
  -moz-transform: translateY(0);
  -webkittransform: translateY(0);
  transform: translateY(0);
}

.nav_bottom_right.owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 50px;
}

.gallery_content .ripple {
  margin: 0;
}

.text_holder {
  margin-top: 25px;
  text-transform: capitalize;
}

/*===================================*
  13.END GALLERY SECTION
*===================================*/

/*===================================*
  14.START ELEMENT DESIGN
*===================================*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 6px 16px;
  background: #ffffff33;
  border-radius: 0;
  position: absolute;
  top: 40%;
  -moz-transform: translateY(-50%);
  -
  webkittransform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.owl-theme .owl-nav:hover [class*="owl-"] {}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  color: #0d34ac;
}

.nav_style1 {
  overflow: hidden;
}

.nav_style1.owl-theme .owl-nav .owl-prev {
  left: -50px;
  opacity: 0;
}

.nav_style1.owl-theme .owl-nav .owl-next {
  right: -50px;
  opacity: 0;
}

.nav_style1.owl-theme:hover .owl-nav .owl-prev {
  left: 0px;
  opacity: 1;
}

.nav_style1.owl-theme:hover .owl-nav .owl-next {
  right: 0px;
  opacity: 1;
}

.course_video_play {
  position: absolute;
  right: 0;
  display: table;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.bounce_img {
  -webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
  animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.content_box {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
}
.liberary .content_box {
    box-shadow: 0px 0px 8px -1px #f7a502;
    margin: 10px 0;
}
.content_desc {
  position: relative;
  padding: 11px;
}
.all_packages .content_desc p img{
    width: 23px;
    margin-left: 5px;
    border-radius: 0;
}
.price {
  float: right;
  display: grid;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}
.price del{
    display: block;
}
.price span {
  font-weight: 700;
  color: #0d34ad;
  line-height: 1.4;
  font-size: 21px;
}
.books .price{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.books .price span{
    padding-left: 10px;
}
.services .content_title {
  font-size: 24px;
  margin-bottom: 0;
  color: #0d34ac;
}

.services .content_title a {
  color: #0d34ac;

}

#myTabContent .content_title {
  height: 45px;
  overflow: hidden;
}

.content_title {
  font-size: 18px;
  margin-bottom: 10px;
  height: 43px;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_box:hover .content_title a{
    color: #f7a601;
}
.package_slider .content_title {
	/* height: auto; */
}

.event_box .content_meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content_desc p {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.courses-page .content_desc p{
	-webkit-line-clamp: 2;
}
.blog .content_desc p {
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden;
}

.rating_stars i {
  color: #ffc600;
  font-size: 18px;
  line-height: normal;
}

.teacher img {
  border-radius: 100%;
  width: 40px !important;
  margin-right: 10px;
  display: inline-block !important;
}

.content_footer {
  border-top: 1px solid #ddd;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  width: 100%;
  min-height: 60px;
}

.course-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.course_meta {
  display: inline-block;
}

.content_meta li {
  float: left;
  padding-right: 15px;
  font-size: 15px;
}

.content_meta li:last-child {
  padding-right: 0px;
}

.content_meta li i {
  margin-right: 6px;
  font-size: 14px;
}

.price .alert {
  margin: 0;
  padding: 5px 15px;
  display: block;
  background: #0d34ac;
  color: #fff !important;
  border-color: #0d34ac;
  font-size: 15px;
  font-weight: 500;
}
.price .alert del{
	display: block;
	font-size: 16px;
}
.courses_info .content_meta {
  float: right;
  width: auto;
}

.courses_info,
.content_meta {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.courses_info{
	display: none
}
.course-data {
  padding-top: 5px;
  justify-content: space-around;
  align-items: center;
}
.course-data .add_to_cart{padding: 0;background: inherit !important;color: #0d34ac !important;border: 0;}
.course-data .add_to_cart i{font-size: 32px;color: #f7a502;}
.course-data .add_to_cart:hover{
    color: #f7a400 !important;
}
.course-type {
  padding: 2px 5px;
  background: #2e61ff;);
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.course-type i, .course-time i{
	color: #f7a400
}
.course-time {
  padding: 2px 5px;
  background: #2e61ff;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.courses_info .rating_stars {
  float: left;
}

.content_meta li a {
  color: #292b2c;
}

.content_meta li a:hover {
  color: #0d34ac;
}

.all_courses .nav-tabs {
  border: 0;
}

.all_courses .nav-item .nav-link {
  border: 0;
  font-weight: 600;
  background: none;
  color: #0d34ad;
  padding: 0;
  font-size: 20px;
}

.home-section.all_courses .nav-item .nav-link:hover {
  color: #f7a502;
}
.all_courses .nav-item .nav-link:hover {
  color: #0d34ac;
}
.all_courses .nav-item .nav-link.active {
  -webkit-text-decoration: underline .15rem #f7a400;
  text-decoration: underline 0.15rem #f7a400;
  text-underline-offset: 0.4rem;
}

.content_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 220px;
}

.content_img a::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    background: #000;
      /* fallback for old browsers */
    background: linear-gradient(to top, #00000040, #ffffff00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #00000040, #ffffff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 1;
}
.cousre-category a::after{
	display: none
}
.services .content_img{
    width: 100%;
    height: 300px;
}
.services .content_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.all_packages .content_img {
  width: 100%;
  height: 300px;
  position: relative;
}

.all_packages .content_img img {
  height: 300px;
  object-fit: cover;
}

.content_img .wishlist {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 40px;
  height: 40px;
  transition: all ease-in-out .5s;
  z-index: 2;
}

.content_img .wishlist a {
  padding: 3px;
  width: 40px;
  height: 40px;
}
.content_img .wishlist a i{
  padding: 0px;
}

.content_box:hover .wishlist {
  right: 10px;
}

.content_img a {
  display: block;
}

.content_img img {
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.content_box:hover .content_img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.liberary .content_img {
  width: 100%;
  height: 190px;
}

.liberary .content_img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.content_box.hover_style1 {
  transition: all 0.5s ease;
}

.content_box.hover_style1:hover {
  margin-top: 20px;
}

.content_box.hover_style1:hover .content_img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.course_list .content_img {
  float: left;
  width: 40%;
  margin-left: 15px;
  margin-top: 15px;
}

.course_list .content_desc {
  overflow: hidden;
  max-height: 173px;
  min-height: 173px;
}

.course_list .content_title {
  max-height: 45px;
  overflow: hidden;
}

.course_list .content_desc p {
  height: 48px;
  overflow: hidden;
}

.program_info li {
  float: left;
  padding-right: 15px;
  color: #0d34ac;
}

.program_info li span {
  color: #292b2c;
}

.box_counter i {
  font-size: 50px;
}

.box_counter img {
  max-width: 60px;
  margin-bottom: 15px;
  border-radius: 0;
}

.counter_style2 .counter_icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  margin: 0 auto 15px;
  padding: 0px;
  position: relative;
}

.counter_style2 .counter_icon:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 100%;
}

.counter_style2.box_counter img {
  margin: 0;
  padding: 10px;
  max-width: 60px;
}

.counter_text {
  font-size: 30px;
}

.counter_content {
  text-transform: capitalize;
}

.box_counter p {
  margin: 0;
}

.event_title {
  border-bottom: 1px solid #dad1b9;
  padding-bottom: 10px;
  margin: 15px 0;
}

.event_date {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 75px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  display: none;
}

.event_time {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.event_date h5 {
  font-size: 14px;
  margin: 0;
  padding: 5px;
}

.event_date h5 span {
  display: block;
  font-size: 24px;
}

.event_date span {
  display: block;
  padding: 5px;
}

.all_packages .content_desc p {
  margin: 0;
  height: auto;
  font-weight: 700;
  display: flex;
}

.event_list {
  margin-top: 30px;
}

.event_list .content_box {
  margin-top: 15px;
  display: inline-block;
}

.event_list .content_box:first-child {
  margin-top: 0px;
}

.event_list .event_date {
  position: static;
  float: left;
  margin: 15px 0px 15px 15px;
}

.event_list .event_date h5 {
  border: 1px solid #eee;
}

.event_list .content_desc {
  overflow: hidden;
}

.event_list .content_desc p {
  height: 48px;
  overflow: hidden;
}

.custom_select {
  position: relative;
}

.custom_select::before {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  font-weight: 900;
  pointer-events: none;
  font-size: 12px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 5px 30px 5px 20px;
  width: 100%;
}

.cl_logo_slider.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
  opacity: 0.7;
  padding: 0 10px;
}

.lr_popup .modal-body {
  padding: 0;
}
.group-quest .custome-checkbox .form-check-label{
    font-size: 20px;
}
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
}
.custome-checkbox{
	position: relative
}
.custome-checkbox .form-check-input{
    position: absolute;
    top: 5px;
    right: 2px;
    border: 0;
    border-radius: 0;
}
.custome-checkbox .form-check-input.show_answer {border-radius: 0;top: 9px;right: 2px;border: 0;background-image: none;}

.custome-checkbox .form-check-label::before {
  content: "";
  border-radius: 3px;
  border: 2px solid #0d34ac;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 0 0;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after ,  .group-quest .custome-checkbox input[type="radio"]:checked+.form-check-label::after{
  opacity: 1;
}
.lesson .custome-checkbox input[type="checkbox"]+.form-check-label::after ,  .group-quest .custome-checkbox input[type="radio"]+.form-check-label::after{
    position: absolute;
    top: 13px;
    left: 59px;
    right: 4px;
    opacity: 1;
}
.custome-checkbox input[type="checkbox"]+.form-check-label::after, .group-quest .custome-checkbox input[type="radio"]+.form-check-label::after{
  content: "";
  width: 11px;
  position: absolute;
  top: 13px;
  left: 5px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #0d34ac;
  border-bottom: 2px solid #0d34ac;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lr_popup .close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
}

.different_login {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.different_login span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.different_login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login_footer {
  text-align: left;
}

.login_footer a {
  float: right;
  color: #505050;
}

.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}

.btn-login li a {
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  display: block;
}

.btn-login li a i {
  margin-right: 10px;
  font-size: 18px;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background: #344e86;
  border-color: #344e86;
}

.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.btn-google:hover {
  color: #fff;
  background: #d33d2b;
  border-color: #d33d2b;
}

.form-note {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.tab-content {
  margin-top: 20px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs li.nav-item {
  margin-left: 20px;
}

.all_courses .nav-tabs li.nav-item {
  margin: 0 15px;
  position: relative;
}

.all_courses .nav-tabs li.nav-item:after {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f7a400;
}

.all_courses .nav-tabs li.nav-item:last-child:after {
  display: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  /* border: 2px solid #0d34ad; */!i;!;
  /* background: #0d34ac; */!;!i;!;
}
.lessons-nav.nav-tabs .nav-link.active,
.lessons-nav.nav-tabs .nav-link.active:hover {
    background: #0d34ac;
    border: 1px solid #0d34ac;
    color: #fff;
}
.nav-tabs .nav-link:hover {border-color: #f7a502;background: #f7a502;}
.home-section .nav-tabs .nav-link:hover {border-color: #f7a502;background: none;}

.nav-tabs li.nav-item a {
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  color: #0d34ad;
  font-weight: 700;
  border: 2px solid #0d34ad;
  border-radius: 25px;
  padding: .5rem 1rem;
}

.breadcrumb_section {
  padding: 15px 0 !important;
  background: none !important;
}
.breadcrumb_section .parallax-inner{
    background: none !important;
    /* background-color: #ffffff !important; */!i;!;
}
.page-title h1 {
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
  color: #0d34ac;
  position: relative;
  max-width: max-content;
  margin-bottom: 1rem;
}

.page-title h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  background: #f7a400;
  width: 80%;
  height: 3px;
  margin: auto;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.page-title-light *,
.page-title-light .breadcrumb-item,
.page-title-light .breadcrumb-item::before {
  color: #000;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #0d34ac;
}

.pagination li {
  margin-right: 5px;
}
.pagination {
    display: flex;
    padding-right: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.pagination .page-item a , .pagination .page-item span{
  border: 2px solid #dee2e6;
  border-radius: 4px;
  color: #888888;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  padding: 0;
}

.pagination .page-item a i {
  font-size: 24px;
  vertical-align: middle;
}

.page-item.active .page-link,
.page-item .page-link:hover {
  background-color: #0d34ac;
  border-color: #0d34ac;
  color: #fff;
}

.page-link:focus {
  box-shadow: none;
}

.sidebar ul {
  list-style: none;
}

.search_form {
  position: relative;
}

.search_form .form-control {
  padding: 10px 45px 10px 15px;
  height: 47px;
}

.search_form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px;
  font-size: 18px;
  height: 46px;
}

.search_form button:hover {
  color: #0d34ac;
}

.sidebar .widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar .widget:last-child {
  margin: 0;
  padding: 0;
}

.sidebar .widget_title {
  position: relative;
  padding-bottom: 15px;
}

.sidebar .widget_title::before {
  background-color: #0d34ac;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.sidebar .widget_title::after {
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
}

.widget_categories .categories_num {
  float: right;
}

.widget_categories ul li,
.widget_archive ul li {
  padding-bottom: 15px;
  line-height: normal;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.widget_categories a::before,
.widget_archive a::before {
  content: "\f125";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 12px;
}

.sidebar .widget_countdown {
  padding: 15px;
  margin-bottom: 30px;
}

.widget_countdown .countdown_box .countdown {
  font-size: 26px;
}

.widget_countdown .countdown_box::before {
  font-size: 20px;
  top: 5px;
}

.widget_countdown .countdown_time .cd_text {
  font-size: 12px;
	margin: 0 10px 
}

.tags a {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
}

.tags a:hover {
  background-color: #0d34ac;
  color: #fff;
  border-color: #0d34ac;
}

.countent_detail_meta {
  display: inline-block;
  width: 100%;
}

.countent_detail_meta ul {
  list-style: none;
}

.countent_detail_meta li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dad1b9;
}

.instructor img {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  max-width: 50px;
  width: 100%;
}

.countent_detail_meta label {
  display: block;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.course_student span {
  color: #333;
}

.instructor_info {
  overflow: hidden;
}

.course_cat a::after {
  content: ",";
  margin: 0 2px;
}

.course_cat a:last-child:after {
  content: normal;
}

.countent_detail_meta li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.course_img {
  position: relative;
  max-height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.course_img .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.enroll_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.course_detail {
  padding: 20px;
  margin-bottom: 20px;
  background: #ededed;
}

.course_title h2,
.event_title h2 {
  font-size: 24px;
  margin: 0;
  color: #0d34ac;
}

.curriculum_sections li {
  border-bottom: 1px solid #eee;
}

.curriculum_sections li:last-child {
  border-bottom: 0;
}

.curriculum_sections li a {
  display: table;
  width: 100%;
}

.curriculum_sections li a::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  display: table-cell;
  width: 20px;
  text-align: center;
  line-height: 50px;
}

.course_item_meta {
  text-align: right;
}

.item_meta.duration {
  background-color: #0d34ac;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 20px;
}

.item_meta.duration::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.item_meta.duration2 {
  background-color: #0d34ac;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  right: 110px;
  font-size: 14px;
  top: 20px;
}

.item_meta.duration2::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.accordion .card-header a {
  display: block;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  line-height: normal;
  background: #0d34ad1a;
}
.checkout .accordion .card-header a {
	background: #f7a50224;
}
.accordion .card-header a:hover{
	color: #000
}
.accordion .card-header a.collapsed{
    background: #fff;
}
.accordion .card-header a.collapsed:hover{
    color: #f7a502;
}
.accordion .card-header a::after {
  content: "\f126";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 20px;
  top: 22px;
}

.accordion .card-header a.collapsed::after {
  content: "\f123";
}

.course_tabs .accordion .card-header a {
  padding: 20px 120px 20px 50px;
}

.tab_box {
  padding: 25px;
  border: 0;
  box-shadow: 0px 0px 20px -11px #efa405;
  border-radius: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.accordion .card-body ul,
.tab_box ul {
  padding: 0 15px;
}
.accordion .card-body ul li:hover a h5,
.tab_box ul li:hover a h5{color: #f7a502;font-weight: 600;transition: all ease-in-out .5s;}
.tab-content p:last-child {
  margin: 0;
}

.comment_content p:last-child,
.card-body p:last-child {
  margin: 0;
}

.course_rate .review_bar {
  width: calc(100% - 120px);
  margin: 0 10px;
  height: 15px;
  background-color: #DDD;
  display: inline-block;
}

.course_rate .review_bar .rating {
  background-color: #0d34ac;
  height: 15px;
}

.course_rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.rating_review {
  width: 40%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
}

.review_number {
  display: block;
  font-size: 70px;
  color: #333;
  font-weight: 500;
  line-height: normal;
}

.rating_box {
  width: 60%;
  padding: 20px;
}

.course_rate {
  margin-bottom: 10px;
}

.course_rate:last-child {
  margin-bottom: 0px;
}

.user_img img {
  max-width: 100px;
  margin-right: 15px;
}

.comment-time {
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}

.meta_data {
  margin-bottom: 6px;
}

.comment_info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.comment_info.reply {
  padding-right: 60px;
}
.comment_info .user_img{
}
.countdown_time {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  width: auto;
  margin-right: auto;
  align-items: center;
}
.modal-content .countdown_time{margin: 5px auto;}
.countdown_time .countdown_box {
  float: left;
  max-width: 24%;
  text-align: center;
  position: relative;
  border: 3px solid #f7a400
}
.background_bg .countdown_time_home.countdown_time .countdown_box{
	padding: 20px 20px
	
}
.background_bg .countdown_time .countdown_box{
	padding: 20px
	
}
.countdown_time .cd_text {
  display: block;
  color: #333;
}
.modal-content .countdown_time .cd_text{
	color: #fff !important
}
.countdown_box .countdown {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

.countdown_white .countdown_box .countdown,
.countdown_white .countdown_box .cd_text {
  color: #f7a400;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  font-weight: 800;
}
.background_bg .countdown_time_home.countdown_time .countdown_box .cd_text {
	line-height: 1.5;
}
.background_bg .countdown_time .countdown_box .countdown{
	font-size: 24px
}
.background_bg .countdown_time .countdown_box  .cd_text {
	text-align: center;
	font-size: 15px
}
.countdown_box::before {
  content: ":";
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: -6px;
}

.countdown_white .countdown_box::before {
  color: #fff;
}

.countdown_box:last-child:before,
.countdown_style1 .countdown_box::before {
  content: normal;
}

.countdown_style1 .countdown_box {
  border: 2px solid #f7a400;
  border-radius: 50%;
  padding: 10px;
  width: 100px;
  height: 100px;
}

/* .countdown_style1 .countdown_box:last-child {
  border-right: 0;
} */

iframe {
  border: 0;
}

.event_map iframe {
  width: 100%;
  height: 300px;
}

.event_map {
  margin-bottom: 40px;
}

.social_icons [class*="sc_"] {
  color: #fff !important;
}

.social_icons [class*="sc_"]:hover {
  opacity: 0.8;
}

.sc_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.sc_linkedin {
  background-color: #0e76a8 !important;
  border-color: #0e76a8 !important;
}

.sc_rss {
  background-color: #ee802f !important;
  border-color: #ee802f !important;
}

.sc_skype {
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
}

.sc_twitter {
  background-color: #00acee !important;
  border-color: #00acee !important;
}

.sc_youtube {
  background-color: #c4302b !important;
  border-color: #c4302b !important;
}

.sc_vimeo {
  background-color: #86c9ef !important;
  border-color: #86c9ef !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_tumblr {
  background-color: #34526f !important;
  border-color: #34526f !important;
}

.sc_instagram {
  background-color: #3f729b !important;
  border-color: #3f729b !important;
}

.sc_pinterest {
  background-color: #c8232c !important;
  border-color: #c8232c !important;
}

.sc_dribbble {
  background-color: #EA4C89 !important;
  border-color: #EA4C89 !important;
}

.sc_reddit {
  background-color: #C6C6C6 !important;
  border-color: #C6C6C6 !important;
}

.sc_github {
  background-color: #171515 !important;
  border-color: #171515 !important;
}

.sc_android {
  background-color: #A4C639 !important;
  border-color: #A4C639 !important;
}

.sc_windows {
  background-color: #00A7E7 !important;
  border-color: #00A7E7 !important;
}

.sc_tux {
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
}

.sc_delicious {
  background-color: #205cc0 !important;
  border-color: #205cc0 !important;
}

.sc_paypal {
  background-color: #00588b !important;
  border-color: #00588b !important;
}

.sc_blogger {
  background-color: #fc4f08 !important;
  border-color: #fc4f08 !important;
}

.sc_flickr {
  background-color: #ff0084 !important;
  border-color: #ff0084 !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_dropbox {
  background-color: #3d9ae8 !important;
  border-color: #3d9ae8 !important;
}

.sc_ebay {
  background-color: #89c507 !important;
  border-color: #89c507 !important;
}

.sc_wordpress {
  background-color: #1e8cbe !important;
  border-color: #1e8cbe !important;
}

.sc_yelp {
  background-color: #c41200 !important;
}

blockquote {
  padding: 20px 20px 20px 75px;
  background-color: #f6f6f6;
  font-style: italic;
  position: relative;
  border-left: 3px solid #888;
}

blockquote p:last-child {
  margin: 0;
}

blockquote::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  left: 30px;
  top: 17px;
}

.single_post .single_post_content {
  margin-top: 15px;
}
.single_post_content h3{
    font-size: 24px;
}
.single_post .blog_text .blog_meta {
  margin: 10px 0;
}

.post_navigation i {
  font-size: 32px;
  line-height: normal;
}

.post_navigation span {
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}

.single_post .post_navigation {
  margin: 30px 0;
}

.single_post .related_post {
  margin: 40px 0;
}

.single_post .comment_list {
  margin-bottom: 40px;
}

.comment-title h5 {
  margin: 0;
}

.rating>span.selected {
  color: #ffc300;
}

.rating>span {
  cursor: pointer;
  display: inline-block;
}

.rating span i {
  font-size: 30px;
}

.rating>span.selected i::before {
  content: "\f2fc";
}

.share {
  margin: 5px 0;
}

.share h5 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.list_item li {
  display: inline-block;
  padding-right: 30px;
}

.list_item li:last-child {
  padding-right: 0;
}

.overlap_section {
  margin-right: -50px;
  position: relative;
  z-index: 2;
  border-radius: 0 200px 200px 0;
}

.register_form {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancy_box {
  position: relative;
}

.fancy_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  border: 3px solid #0d34ac;
  width: 50%;
  z-index: -1;
}

.fancy_box::after {
  content: "";
  position: absolute;
  left: 0;
  border-right: 3px solid #fff;
  top: 50%;
  bottom: 0;
  width: 50%;
  height: 80%;
  transform: translateY(-50%);
  z-index: -1;
}

.fancy_img {
  padding-right: 30px;
  margin-bottom: 30px;
}

.fancy_img::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: -30px;
  right: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.cta_section p:last-child {
  margin-bottom: 0;
}

.list_style_1 li {
  list-style: none;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
}

.list_style_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  top: 0px;
  font-size: 16px;
  font-weight: 900;
  color: #f7a400 !important;
}

.list_style_1 li:first-child {
  margin-top: 0;
}

.offer_info {
  margin-top: -30px;
}

.owl-carousel .event_box.box_shadow1 {
  margin: 0 10px;
}

/*===================================*
  14.END ELEMENT DESIGN
*===================================*/

/*===================================*
  15.START PARALLAX SHAPE DESIGN
*===================================*/
[class*="ol_shape"] {
  position: absolute;
}

.ol_shape1 {
  top: 50px;
  left: 20px;
  max-width: 91px;
}

.ol_shape2 {
  bottom: 70px;
  right: 90px;
  max-width: 92px;
}

.ol_shape3 {
  top: 150px;
  right: 20px;
  max-width: 119px;
}

.ol_shape4 {
  bottom: 35px;
  left: 50%;
  max-width: 35px;
}

.ol_shape5 {
  bottom: 35px;
  left: 20px;
  max-width: 70px;
}

.ol_shape6 {
  top: 10%;
  left: 40%;
  max-width: 43px;
}

.ol_shape7 {
  top: 45%;
  left: 70px;
  max-width: 65px;
}

.ol_shape8 {
  top: 35%;
  left: 12%;
  max-width: 70px;
}

.ol_shape9 {
  top: 10%;
  left: 45%;
  max-width: 50px;
}

.ol_shape10 {
  top: 10%;
  right: 10%;
  max-width: 100px;
}

.ol_shape11 {
  top: 45%;
  right: 4%;
  max-width: 70px;
}

.ol_shape12 {
  bottom: 12%;
  right: 35%;
  max-width: 50px;
}

.ol_shape13 {
  top: 5%;
  left: 10%;
  max-width: 80px;
}

.ol_shape14 {
  top: 8%;
  right: 40%;
  max-width: 60px;
}

.ol_shape15 {
  bottom: 8%;
  left: 5%;
  max-width: 80px;
}

.ol_shape16 {
  bottom: 8%;
  left: 50%;
  max-width: 80px;
}

.ol_shape17 {
  top: 8%;
  right: 5%;
  max-width: 40px;
}

.ol_shape18 {
  bottom: 15%;
  left: 30%;
  max-width: 50px;
}

.ol_shape19 {
  top: 15%;
  left: 35%;
  max-width: 50px;
}

.ol_shape20 {
  top: 15%;
  left: 12%;
  max-width: 50px;
  z-index: -1;
}

.ol_shape21 {
  top: 40%;
  left: 8%;
  max-width: 34px;
  z-index: -1;
}

.ol_shape22 {
  bottom: 35%;
  left: 12%;
  max-width: 25px;
  z-index: -1;
}

.ol_shape23 {
  bottom: 10%;
  left: 7%;
  max-width: 26px;
  z-index: -1;
}

.ol_shape24 {
  top: 15%;
  right: 15%;
  max-width: 37px;
  z-index: -1;
}

.ol_shape25 {
  top: 30%;
  right: 10%;
  max-width: 31px;
  z-index: -1;
}

.ol_shape26 {
  bottom: 40%;
  right: 15%;
  max-width: 31px;
  z-index: -1;
}

.ol_shape27 {
  bottom: 25%;
  right: 10%;
  max-width: 36px;
  z-index: -1;
}

.ol_shape28 {
  bottom: 8%;
  right: 15%;
  max-width: 56px;
  z-index: -1;
}

.ol_shape29 {
  top: 15%;
  left: 15%;
  max-width: 62px;
  z-index: -1;
}

.ol_shape30 {
  top: 45%;
  left: 8%;
  max-width: 95px;
  z-index: -1;
}

.ol_shape31 {
  bottom: 10%;
  left: 12%;
  max-width: 86px;
  z-index: -1;
}

.ol_shape32 {
  top: 15%;
  right: 10%;
  max-width: 72px;
  z-index: -1;
}

.ol_shape33 {
  top: 45%;
  right: 7%;
  max-width: 75px;
  z-index: -1;
}

.ol_shape34 {
  bottom: 10%;
  right: 10%;
  max-width: 88px;
  z-index: -1;
}

/*===================================*
  15.END PARALLAX SHAPE DESIGN
*===================================*/

.alert-msg-failure {
  color: #721c24;
  background-color: #efa0a0;
  border-radius: 3px;
  margin-top: 10px;
}

.alert-msg-success {
  color: #155724;
  background-color: #d4edda;
  border-radius: 3px;
  margin-top: 10px;
}

/*Demo Switcher Css*/
span.statcounter {
  display: none;
}

.demo_switcher {
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 40%;
}

.demo>ul>li>a {
  font-size: 22px;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.demo>ul>li>a.menu_icon {
  line-height: 44px;
  font-size: 25px;
}

.demo_list ul {
  list-style: none;
  display: inline-block;
}

.demo_list {
  background-color: #fff;
  position: fixed;
  right: -360px;
  ;
  max-width: 360px;
  padding: 5px;
  overflow: auto;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}

.demo_list.switch-active {
  right: 0;
}

.demo_list li {
  float: left;
  width: 50%;
  padding: 5px;
}

.demo_list li a {
  display: block;
  border: 1px solid #ddd;
  padding: 4px;
  position: relative;
}

.demo_list li a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.demo_list li a:hover:before {
  opacity: 1;
}

body.switch-open {
  overflow: hidden;
  padding-right: 15px;
}

.switch-open::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.demo li {
  position: relative;
}

.demo>ul>li>a.demo_icon.switch-active {
  position: relative;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateX(-360px);
  -webkit-transform: translateX(-360px);
  transform: translateX(-360px);
}

.demo>ul>li>a.demo_icon.switch-active i::before {
  content: "\f129";
  font-size: 20px;
  vertical-align: middle;
}

.demo>ul>li>a.menu_icon.switch-active {
  line-height: 36px;
}

.demo_list h5 {
  margin: 10px 0;
}

.demo li.switch-active .color_icon {
  transition: all 0.5s ease-in-out;
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.color-switch {
  background: #212121;
  right: -200px;
  padding: 10px;
  position: absolute;
  top: 0;
  transition: all .5s ease-in-out;
  ;
  width: 200px;
  z-index: 999;
}

.switch-active {
  right: 0;
}

.color-switch button::after {
  color: #ffffff;
  content: "\f122";
  font-family: "Ionicons";
  font-size: 18px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 2px;
}

.color-switch button.active::after {
  opacity: 1;
}

.color-switch button {
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  height: 25px;
  line-height: 20px;
  margin: 2px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 25px;
}

.default {
  background-color: #0d34ac;
}

.green {
  background-color: #00C382;
}

.orange {
  background-color: #FD5A38;
}

.blue-light {
  background-color: #00C3CB;
}

.red {
  background-color: #f0222c;
}

.demo_list li a span {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  opacity: 0;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}

.demo_list li a:hover span {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .demo_list {
    right: -270px;
    max-width: 270px;
  }

  .demo>ul>li>a.icon.switch-active {
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: space-around;
  }
}

.pre_shadow {
  border-radius: 50%;
  position: relative;
  height: 100px;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

@-webkit-keyframes bounce {
  0% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }

  50% {
    margin-top: 0px;
    height: 100px;
    width: 100px;
  }

  100% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }
}

@-moz-keyframes bounce {
  0% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }

  50% {
    margin-top: 0px;
    height: 100px;
    width: 100px;
  }

  100% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }
}

@-o-keyframes bounce {
  0% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }

  50% {
    margin-top: 0px;
    height: 100px;
    width: 100px;
  }

  100% {
    margin-top: 20px;
    height: 90px;
    width: 105px;
  }
}

@keyframes bounce {
  0% {
    margin-top: 20px;
    height: 145px;
    width: 155px;
  }

  50% {
    margin-top: 0px;
    height: 150px;
    width: 150px;
  }

  100% {
    margin-top: 20px;
    height: 145px;
    width: 155px;
  }
}

@-webkit-keyframes bounces {
  0% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }

  50% {
    margin-top: 0px;
    height: 20px;
    width: 70px;
    left: 17px;
  }

  100% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }
}

@-moz-keyframes bounces {
  0% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }

  50% {
    margin-top: 0px;
    height: 20px;
    width: 70px;
    left: 17px;
  }

  100% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }
}

@-o-keyframes bounces {
  0% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }

  50% {
    margin-top: 0px;
    height: 20px;
    width: 70px;
    left: 17px;
  }

  100% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
    left: 25px;
  }
}

@keyframes bounces {
  0% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
  }

  50% {
    margin-top: 0px;
    height: 20px;
    width: 70px;
  }

  100% {
    margin-top: -20px;
    height: 10px;
    width: 50px;
  }
}

.text-page .card {
  padding: 25px;
  border: 0;
  box-shadow: 0px 0px 20px -11px;
  border-radius: 15px;
}

.text-page .card h1,
.text-page .card h2,
.text-page .card h3,
.text-page .card h4,
.text-page .card h5,
.text-page .card h6 {
  color: #0d34ac;
}

.text-page .card p {
  color: #000;
}

.text-page .card ul {
  padding: 15px;
  color: #000;
}

ul li::marker {
  color: #f7a400;
}

.text-page .card a {
  color: #f7a400;
}

#curriculum .card-body {
  padding: 15px 0;
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
}

.course-content {
  height: 200px;
  overflow-y: scroll;
}

.course-content ul {
  list-style: none;
}

.course-content li {
  padding: 10px 15px;
  font-size: 20px;
  border-bottom: 1px solid #66666630;
  position: relative;
}

.free-lesson {
  padding: 10px 0;
  font-size: 20px;
}

.course-content li i,
.free-lesson i {
  color: #0d34ac;
  font-size: 20px;
}
.course-content li img{
	width: 23px;
	border-radius: 0;
}
.course-content li h5,
.free-lesson h5 {
  margin: 0;
  padding: 0 10px;
}
.icon-left{
    position: absolute;
    left: 0;
    top: 0;
}
.course-content li .icon-left i,
.free-lesson .float-right i {
  color: #f7a400;
}

.check-certificate .search-box {
  display: table;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}

.check-certificate .search-box .search-box-header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 15px;
}

.check-certificate .search-box .search-box-header .fa {
  color: #0d34ac;
  font-size: 24px;
  margin-right: 10px;
}

.check-certificate .search-box .search-box-header h2 {
  color: #000;
  font-size: 24px;
}

.btn-search {
  border-radius: 10px;
  padding: 8px 35px;
  margin: 0 5px;
}

p.bold {
  font-weight: 600;
}

.select2-container {
  margin-block: 16px;

}

.select2-container--default .select2-selection--single {
  height: 47px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline: 0;
  color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 90%;
  top: 1px;
  right: 8px;
}

.heading_s2 a {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

.course-list-table .course-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.course-list-table .starts,
.course-list-table .length {
  width: 15%;
}

.course-list-table thead tr th {
  border-bottom: 2px solid #0d34ac;
  color: #0d34ac;
  font-size: 16px;
  font-weight: 600;
  padding-block: 14px;
}
.course-list-table thead tr th:first-of-type{
    width: 40%;
}
.course-list-table tr td {
  padding-block: 14px;
}

.course-list-table tr td b{
	color: #0d34ac;
}
.course-list-table tr td b del{
	color: #000;
}
.course-has-date {
  background: #f7a400;
  padding: 8px;
  color: #000;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.si-course {
  background: #3566f5;
  padding: 8px;
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.vip-course {
  background: green;
  padding: 8px;
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.vip-course i,
.si-course i,
.course-has-date i {
  margin-right: 5px;
}

.table-responsive {
  box-shadow: 0px 0px 20px -11px;
}

.contact-data {
  background-color: #E7EDF3;
  margin-bottom: 16px;
  padding: 17px 22px !important;
  border-radius: 15px;
  box-shadow: 0px 0px 8px -1px #f7a502;
}

.contact-data i {
  margin-right: 20px;
  color: #f7a502;
  font-size: 24px;
}

.text-main {
  color: #0d34ac;
}

.pb-6 {
  padding-bottom: 50px;
}

.map-contact {
  height: 300px;
}

.contact-data h4 {
  color: #000;
  font-size: 24px;

}

/*======================
    404 page
=======================*/


.page_404 {
  padding: 40px 0;
  background: #f1f1f1;
  font-family: "Cairo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
}


.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
}

.join-form {
  box-shadow: 0px 0px 20px -11px;
  border-radius: 12px;
  background-image: url(https://sls.hyper-design.com/resources/assets/front/images/category_bg_1.jpg);
  background-position: center;
  background-size: contain;
}

/*gallary css*/
.magnific-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.mfp-bottom-bar,
* {
  font-family: "Cairo", serif;
}

.magnific-img {
  display: inline-block;
  width: 100%;
  height: 230px;
  position: relative;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.breadcrumb_section::before {
  content: '';
  position: absolute;
  background-color: #00000012;
  width: 100%;
  height: 100%;
  top: 0;
}
.filter-courses .total h5{
    font-weight: 500;
    font-size: 18px;
}
.filter-courses .total p{
    font-weight: 700;
    color: #0d34ad;
    font-size: 18px;
    text-align: center;
}
.filter-courses .total p del{
    display: block;
    color: #666;
    font-size: 13px;
}
.filter-courses {
  background-color: #E7EDF3;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 0 20px -11px;
  border-radius: 20px;
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
}
.cart .filter-courses{
	padding: 0 40px;
}
.checkout .filter-courses{
	box-shadow: 0px 0px 8px -1px #f7a502;
}
.filter-courses .heading_s1 h2{
	font-size: 21px;
}
.filter-courses .all-courses{
    margin-bottom: 30px;
}
.searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  padding: 6px;
}

.fx-2 {
  font-size: 22px;
}

.courses_list {
  list-style-type: square;
  padding-left: 16px;
}

.certificate-result p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.certificate-result span {
  font-weight: 700;
  color: #0d34ac;
}

.certificate-result img {
  height: 200px;
}

.reference-number {
  color: #0d34ac;
  font-size: 16px;
}

.reference-number i {
  color: #000;
  font-size: 20px;
}

.checkout .page-title h1 {
  font-size: 20px;
  color: #0d34ac;
  font-weight: 500;
}

.checkbox-items .form-group {
  display: block;
  margin-bottom: 15px;
}

.checkbox-items .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-items .form-group label {
  position: relative;
  cursor: pointer;
}

.checkbox-items .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0d34ac;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  /* padding: 11px; */
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 5px;
  background: #fff;
}

.checkbox-items .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 5px;
  height: 10px;
  border: solid #0d34ac;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-items p {
  color: #000;
  font-size: 16px;
}

.checkbox-txt {
  color: #00A7E7;
  font-size: 14px;
}

.course-price {
  color: #0d34ac;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.checkbox-items .course-price h6{
    font-size: 18px;
}
.checkbox-items .course-price h5{
    font-size: 18px;
}
.cart .course-price {
    font-size: 17px;
}
.course-price h5, .course-price h6{
  color: #0d34ac;
  font-weight: 700;
  }
.payment-images {
  background-color: #E7EDF3;
  padding: 16px;
  justify-content: center;
  display: flex !important;
}
.course-price del{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #666;
}
.bg-none{
	background: none;
}
.payment-images li {
  position: relative;
  width: 66px;
  height: 40px;
  /* border: 1px solid #0d34ac; */
  margin-right: 6px;
}

.payment-images li:last-child {
  margin-right: 0px;
}

.payment-images li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  inset: 0;
  margin: auto;
  border-radius: 0;
}
.payment-images .form-check-label img{
    max-height: 28px;
}
.payment-images .form-check-input{
    width: 20px;
    height: 20px;
}
.form-check-input:checked {
    background-color: #fff;
    border-color: #f7a502;
    /* background-image: none !important; */
}
.payment_method.form-check-input:checked {
    background-color: #f7a502;
    border-color: #fff;
    /* background-image: none !important; */
}
.login .form-check-input:checked, .login .custome-checkbox .form-check-input {
    display: none;
}
.payment-images .form-check-label {
    width: 100%;
    cursor: pointer;
}
.payment-card {
  background-color: #E7EDF3;
  padding: 25px 18px;
  background-image: url(https://sls.hyper-design.com/resources/assets/front/images/category_bg_1.jpg);
  background-position: top;
  background-size: contain;
  box-shadow: 0 0 20px -11px;
  border-radius: 20px;
  position: relative;
}

.checkout-data {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.checkout-data p a {
  font-size: 14px;
  color: #0d34ac;
  font-weight: 600;
}
.about_img{
    border-radius: 20px;
    overflow: hidden;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.related_post{
  padding-top: 40px;
}
.nopadding{
  padding: 0 !important; 
}
.ptb-0{
    padding-bottom: 0 !important; 
    padding-top: 0 !important; 
}
.pb-0{
    padding-bottom: 0 !important; 
}
.sidebar .card, .show-form .card{background: none;border: 0 !important;box-shadow: none !important;}
.sidebar .card h2{
    /* font-size: 25px; */
}
.sidebar .card h3{
    color: #0d34ac;
}
.sidebar .card .rating_stars i{
    font-size: 23px;
}
.sidebar .card .teacher{
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}
.sidebar .card .teacher img{
    width: 65px !important;
    height: 65px !important;
}
.sidebar .card .teacher span{
    font-weight: 600;
}
.sidebar .card .course-details li{
    padding: 2px 0;
    font-size: 18px;
    align-items: center;
    color: #000;
}
.sidebar .card .course-details li i{
	margin: 0 5px;
	width: 26px;
	text-align: center;
	color: #0d34ac;
}
.sidebar .card .course-details li img{
    margin-left: 6px;
    width: 21px;
    height: auto;
    border-radius: 0;
}
.sidebar .card .price{
    float: inherit;
    text-align: inherit;
    margin: 10px 0;
    display: flex !important;
    align-items: center;
}
.sidebar .card .price span{
    font-size: 21px;
    color: #0d34ac;
}
.sidebar .card .price{
    display: block;
}
.sidebar .card .price span{
    font-size: 21px;
}
.sidebar .card .price del{
    font-size: 18px;
    display: block;
}
.sidebar .card .price del{
    padding: 0 10px;
    font-size: 18px;
    color: #737373;
}
.sidebar .card .teacher_chat .chat-btn{
    background: linear-gradient(to bottom, #7bef8a, #42c352);
    color: #fff !important;
    border-color: #42c352 !important;
    font-size: 14px;
    display: inline-block;
    padding: 7px 22px;
    margin-bottom: 0;
    width: inherit;
}
.sidebar .card .teacher_chat .chat-btn svg path  {
	fill: #fff;
}
.sidebar .card .teacher_chat .chat-btn:hover{
	color: #0d34ac !important;
}
.sidebar .card .teacher_chat .chat-btn:hover svg{
	transform: scale(1.3);
	margin: 0 0px 0 10px;
	transition: all ease-in-out .5s;
}
.sticky{
  position: sticky;
  top: 100px;
}
.accordion .card {
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 20px !important;
}
.teacher_chat{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.sidebar .card .btn{
    width: 100%;
    margin: 10px auto;
    font-size: 17px;
    padding: 14px;
}
.sidebar .card  .btn-sm{
    padding: 7px 60px;
    margin-bottom: 0;
    font-size: 15px;
    width: auto;
    display: block;
}
.btn i{
	padding: 0 5px;
}
.chat .card{
  padding: 20px;
  border: 0;
  
}
.chat .card .card-chat{
height: 500px;
overflow-y: scroll;
display: 1;
}
.chat .receive_message{
  margin: 15px 0 0;
  display: block;
}
.chat .send_message{
  margin: 15px 0 0;
  display: block;
}
.chat .receive_message .d-flex{
  max-width: 85%;
  float: right;
}
.chat .send_message .d-flex{
  max-width: 85%;
}
.chat .receive_message .d-flex p{
  margin: 0;
  font-size: 15px;
  color: #000;
}
.chat .send_message .d-flex p{
  margin: 0;
  font-size: 15px;
  color: #000;
}
.chat .receive_message .d-flex span{
  float: right;
  font-size: 15px;
}
.chat .send_message .d-flex span{
  float: right;
  font-size: 15px;
}
.chat .d-flex img{
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
.chat .card .text{
  background: #f2f2f2;
  padding: 15px;
  border-radius: 20px;
  margin: 0 10px;
  max-width: 90%;
}
.chat .card .send-input{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid;
}
.chat .card .send-input form{
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  padding: 0 10px;
  border-radius: 33px;
}
.chat .card .send-input form textarea{
  border: 0;
  height: 45px;
  background: none;
}
.chat .card .send-input form button{
  border-radius: 50px;
  padding: 10px 25px;
}
.me-2 {
  margin-right: .5rem !important;
}
.clear{
clear: both;
}
.sidebar, .show-form{
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.show-form{
	margin-top: 30px;
}
.twitter-link{
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d6da;
    padding-bottom: 15px;
}
.twitter-link a{
  margin: 5px 0;
}
.twitter-link a img{
    max-width: 72%;
    margin-bottom: 10px;
}
.twitter-link a img:hover{
	transform: scale(.8);
	transition: all ease-in-out .5s;
}
.more-cert{
    margin: 20px 0;
}
.more-cert a{
	font-weight: 600
}
.check-cert{
    width: 100%;
    position: relative;
    height: 500px;
    margin: 10px 0;
}
.check-cert img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.gallery-page .gallery-img{
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
}
.gallery-page .gallery-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-page .card{
    background-image: url(../images/category_bg_1.jpg);
    background-position: top right !important;
    background-size: contain;
    padding: 15px;
    transition: all ease-in-out .5s;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}
.gallery-page .card:hover{
  transform: translateY(-15px);
  box-shadow: none;
}
.gallery-page .card h5{
    text-align: center;
    color: #0d34ac;
}
.changeCurrency label{
    color: #f7a502;
    padding: 0 15px;
    margin: 0;
}
label{
  font-weight: 600;
  color: #0d34ac;
}
.register .tab-pane{
    background-image: url(../images/category_bg_1.jpg);
    background-position: top right !important;
    background-size: contain;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cart .product-img{
    position: relative;
    width: 100%;
    height: 125px;
    margin-bottom: 15px;
}
.cart .product-img img{
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}
.cart .product-content{
    margin-bottom: 15px;
    max-width: 90%;
}
.cart .product-content h5.title{
    font-size: 19px;
    font-weight: 700;
} 
.cart h5.title {
    font-size: 17px;
}
.cart .product-content .course-price h4{
    color: #0d34ac;
    margin: 10px 0;
    font-size: 20px;
}
.cart .delete-cart-btn{background: none;color: #bd2130;border: 0;padding: 0;}
.row{
    margin: 0;
}
.cart .delete-cart-btn:hover{
    color: #ff0019;
}
.add_to_cart{
    font-size: 14px;
    padding: 7px 15px;
}
hr{
    width: 100%;
}
.custome-checkbox a:hover{
	color: #f7a502;
}
.text-page .card {
    padding: 25px;
    border: 0;
    box-shadow: 0px 0px 20px -11px;
    border-radius: 15px;
}
#timer {
    font-size: 30px;
    font-weight: 600;
    color: #0d34ac;
}
.exams #timer {
    width: fit-content;
    margin: 15px 0;
    box-shadow: 0px 0px 16px -1px #f7a502;
    font-size: 28px;
    border-radius: 25px 9px;
    padding: 10px;
    background: #f7a502;
    color: #fff;
    font-weight: 700;
}
.card .question h3 {
	/* color: #000; */
	font-weight: 500;
}
.card .question p{
    font-size: 18px;
}
.quiz-result .card .question i {
	font-size: 100px;
	margin: 15px 0;
}

.c-green {
	color: green !important;
}

.c-red {
	color: red !important
}

.quiz-result .box {
	padding: 25px 10px;
	background: #f3f3f3;
	margin: 20px 0;
	border-radius: 15px;
}
.quiz-result .box h4{
    font-size: 21px;
}

.quiz-result .box .score p {
	font-weight: 600;
	font-size: 40px;
}

.quiz-result .box .result {
	padding-top: 15px;
	border-top: 1px solid #999;
}
.quiz-result .share p{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.quiz-result .share .social_icons li a {
	font-size: 32px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.comment_content{
    width: 100%;
}
.iti{
    display: block !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    direction: ltr;
}
.iti--separate-dial-code .iti__selected-flag {
    z-index: 5;
    border-radius: 15px;
}

.paymont-icon{
    width: 50px;
}
.liberary-img{
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}
.liberary-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.booking-user-info img{
    width: 135px;
    margin-left: 10px;
    max-width: 135px;
}
.booking-info h4{
    font-size: 20px;
}
.booking-info p{
    font-size: 15px;
}
.booking-item-wrap span{
    font-weight: 700;
}
.booking-summary li p, .booking-summary li span{
    padding-bottom: 8px;
    font-size: 19px;
}
.profile_icons .card{
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 13px -10px;
}
.profile_icons .profile_icon-img{
    width: 100%;
    height: 160px;
    position: relative;
}
.profile_icons .profile_icon-img img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.profile_icons h5{
    text-align: center;
    font-weight: 700;
    color: #0d34ac;
}
.profile_icons .card:hover h5{
    color: #f7a400;
}

.modal.loadModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.loadModal p{
    margin: 0;
    font-size: 13px;
    padding: 10px 0;
    color: #fff;
}
.loadModal .modal-content {
  background-color: #212121;
  padding: 15px;
  border-radius: 22px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.5s ease;
  /* background-image: url(../images/category_bg_1.jpg); */
  background-position: top right !important;
  background-size: contain;
  overflow: hidden;
}

/* Close button */
.loadModal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  background: #0d34ac;
  width: 30px;
  height: 30px;
  z-index: 9;
  line-height: .7;
  border-radius: 50px;
  color: #fff;
}

/* Button */
.loadModal button {
  background-color: #0d34ac;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #0d34ac;
}

.loadModal button:hover {
  background-color: #fff;
  color: #0d34ac;
}

/* Fade-in animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Button on the right side of the page */
 .modal-button {
  position: fixed;
  bottom: 225px;
  right: -70px;
  background-color: #0d34ac;
  color: white;
  border: none;
  padding: 10px 25px;
  font-size: 15px;
  cursor: pointer;
  transform: rotate(-90deg);
  z-index: 999999;
  border-radius: 15px 15px 0 0px;
  box-shadow: 0px 0px 8px -1px #f7a502;
}
.modal-button img{
	width: 23px;
	border-radius: 0;
	margin: 0 0px 0 9px;
}
 .modal-button:hover {
  background-color: #0056b3;
}


.api_key {
  border: 1px dotted;
  background: #f7a400;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  border-radius: 30px;
  margin-top: 5px;
}
.modal-img{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.modal-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
}

.icon_box_style1.icon_box .box-img{
    width: 100%;
    height: 180px;
    text-align: center;
    position: relative;
}
.icon_box_style1.icon_box .box-img img{
    width: 100%;
    height: 180px;
    object-fit: contain;
}
.service-box.icon_box_style1.icon_box .box-img img{
    max-width: 100%;
    object-fit: cover;
}
.icon_box_style1 .intro_desc .btn{
    margin: 10px 0;
}
.subscribe-form{
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
}
.comment-area{
  margin: 30px 0;
}
.show_service .blog_img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.show_service .blog_img img{
    height: 400px;
    object-fit: cover;
}
.show_service .service_price{
    color: #0d34ac;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    align-content: center;
}
.show_service .service_price del{
	color: #666;
	display: block;
	font-size: 18px;
}
.mob-show{
    display: none;
}
.video_play {
	position: absolute;
	right: 0;
	display: block;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(0%) translateX(0%);
	text-align: center;
}
.bounce_img {
	-webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
	animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
	transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }

@keyframes bounce_img {
from {
	-webkit-transform: translateY(0px);
	transform: translateY(0px); }
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }
	
.cousre-category{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0d34ad;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    z-index: 678;
}
	
.cousre-category label{
    color: #fff;
    line-height: 0;
    font-size: 13px;
}
.cousre-start{
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #f7a502;
    font-weight: 600;
    font-size: 17px;
    z-index: 2;
}
.cousre-start i{
    margin: 0 10px;
}
.top_links a{
    padding: 0 5px;
    color: #fff;
}
.top_links a img{
    width: 26px;
    border-radius: 0;
    margin: 0 5px;
}
.search-btn{
    position: absolute;
    top: 3px;
    left: 10px;
    height: 40px;
    padding: 0 30px;
}
.parallax_bg{
    padding: 40px 0;
}
.countdown_course.countdown_style1{
    justify-content: center;
}
.countdown_course.countdown_style1 .cd_text{
	color: #000
}
.countdown_course.countdown_style1 .countdown_box{
    border: 0;
    width: auto;
    height: auto;
    display: block;
    padding: 0;
    text-align: center;
    padding-left: 7px;
}
.countdown_course.countdown_style1 .countdown_box{
	padding-left: 0;
	margin-left: 7px;
	border: 1px solid #f7a502 !important;
	border-radius: 3px;
	padding: 3px 5px 5px;
	margin-bottom: 5px;
}
.countdown_course.countdown_style1 .countdown_box .countdown{
    font-size: 20px;
}
.countdown_date{
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.countdown_date i{
	margin: 0 5px;
	color: #f7a502;
}
.form-group{
    position: relative;
}
.countdown_parag{
       width: 95%;
       margin: 0px auto;
       color: #fff;
       margin-bottom: 0;
       font-size: 16px;
}
.toggle-password{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    color: #f7a400;
    right: inherit !important;
}
.rating_stars{
    /* text-align: center; */
}
.login-card{
    padding: 45px;
    margin: 20px 0;
    box-shadow: 0 0 20px -11px;
    border-radius: 20px;
    background-image: url(https://sls.hyper-design.com/resources/assets/front/images/category_bg_1.jpg);
    background-position: center;
    background-size: contain;
    margin-top: 0;
}
#form_check_certificates .btn{
    height: 45px;
    padding: 0 31px;
    border-radius: 15px;
    margin: 0 5px;
}
.certi-img{
    height: 500px;
    width: 100%;
    position: relative;
}.certi-img img{
    height: 500px;
    width: 100%;
    object-fit: contain;
}
.instractur-in-course .author_desc{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 90px;
} .instractur-in-course .author_desc{display: none}
.no-raduis{
    /* border-radius: 0 !important; */
    padding: 7px 70px !important;
    font-size: 17px;
}
#call{
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: auto;
    padding: 0;
    z-index: 9999;
}
#call .whatsapp img{
    width: 60px;
    border-radius: 0;
}
.fixed-course{
    position: fixed;
    bottom: -3px;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    box-shadow: -2px -4px 17px -6px;
    text-align: center;
}
.fixed-course .whatsapp-course img{
    width: 45px;
}
.fixed-course .btn-default{
        padding: 10px 40px;
}
.bounce {
    animation: bounce 2s infinite;
    list-style: none;
}
@keyframes bounce {
    0%, 25%, 50%, 75%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-12px);
    }
}
.custome-checkbox a{
    border-bottom: 1px solid #99999945;
    padding-right: 0;
    padding-left: 0;
}
.custome-checkbox a.active{
    font-weight: 600;
    color: #000;
}
#courses.row .col-md-4{
    padding: 0 5px;
}
.ship-btn{
    height: 47px;
    padding: 5px 35px;
    border-radius: 10px;
    margin-right: 10px;
}
.check-certificate table tr:hover .course-title a{
    color: #f7a502;
}
.table-hover>tbody>tr:hover{
	background: #0d34ad00;
}
.cart-price{
    font-weight: 700;
    font-size: 16px;
    color: #0d34ad;
}.cart-price del{
    color: #666;
    font-size: 16px;
    padding: 0 5px;
}
.pt-20{
    padding-top: 20px;
}
.payment-icons{
    flex-wrap: wrap;
    justify-content: center;
}
.about-page .about-data p{
    font-size: 15px;
}
.about-page .about-data ul{
    padding: 0 20px;
}
.about-page .about-data ul li{
    font-size: 15px;
}
.side-img{
    text-align: center;
}
.cart .course-box{
    box-shadow: 0 0 20px -11px;
    border-radius: 15px;
    padding: 10px;
}
.cart .custome-checkbox input[type="checkbox"]+.form-check-label::after,  .group-quest .custome-checkbox input[type="radio"]+.form-check-label::after{
    right: 4px;
    /* opacity: 1; */
}
.cart .custome-checkbox .form-check-label{
    color: #000;
}
.book-img{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 15px;
    margin-bottom: 10px;
}
.book-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
}
.blog-page .blog_img{
    width: 100%;
    height: 400px;
}
.blog-page .blog_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-page .blog_text{
    padding: 15px;
    box-shadow: 0 0 20px -14px;
    border-radius: 20px;
}
.service-price{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    background: #0d34ad;
    color: #fff;
    transition: all ease-in-out .5s;
    border-radius: 15px;
}
.service-price p{
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.service-price del{
    font-size: 14px;
}

.icon_box_style1.icon_box:hover .service-price{
    background: #f5a405;
}
.checkCouponForm form{
    position: relative;
}
.checkCouponForm .form-btn{
    position: absolute;
    top: 3px;
    left: 6px;
    bottom: 0;
}
.checkCouponForm .form-btn .btn{
	 height: 40px;
	 line-height: inherit;
	 padding: 0 25px;
	 border-radius: 15px;
}
.show_service .card{
        box-shadow: 0 0 20px -14px;
        border-radius: 20px;
        border: 0;
}
.show_service .card .blog_text{
	padding: 15px 30px;
}
.price-img{
    width: 25px;
    margin: 0 6px;
}
.price-img img{
    border-radius: 0;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-right: 2em !important;
    margin-bottom: .125rem;
    justify-content: normal;
    align-items: center;
    cursor: pointer;
}
.form-check label, .form-check input{
	 cursor: pointer;
}
.checkout .form-check{
    padding: 8px 30px;
}
.nomargin{
    margin: 0 !important;
}
.mt-20{
    margin-top: 20px;
}
.app-soon{
    margin-bottom: 20px;
}
.app-soon li{
    list-style: none;
    width: 40%;
    padding-left: 10px;
}
.app-soon li img{
    border-radius: 0;
}
.form-img, .form-video iframe{
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}
.video{
    text-align: center;
}
.form-img img{
    width: 100%;
    height: 350px;
	object-fit: contain
}
.have-account{
    color: #000;
    font-weight: 600;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: inherit !important;!i;!;
    left: 0 !important;!i;!;
    padding: .75rem 1.25rem;
    color: inherit;
}
.have-account i{
    color: #f7a502
}
.owl-carousel .owl-stage-outer {
    padding: 0px;
}
.lesson-links {
    padding: 5px 30px;
    font-size: 17px;
}
.lesson-links i{
    color: #f7a502 !important;
}
.lesson-side li {
    margin-bottom: 10px;
}
.lesson-side li .categories_num{
    float: left;
}
.lesson-side li a{
    color: #000;
}
.lesson-side li.active a{
    color: #0d34ac;
}
.lesson-side li a:hover{
    color: #f7a502;
}
.lesson .comment-num{
    float: left;
    margin-bottom: 20px;
}
.lesson .field_form{
    position: relative;
}
.lesson .field_form input{
    border-radius: 52px !important;
}
.lesson .field_form button{
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    padding: 0 18px;
    height: 44px;
    margin: auto;
}
input.file_input_with_replacement {display: none;}
input.file_input_replacement {cursor: pointer;padding: 10px 50px;}
button.file_input_replacement {background: #252525; color: #fff; padding: 7px 10px; border-radius: 20px; border: none; }
.certi-box p{
    color: #0d34ac;
}
#subscribe-dev .btn{
    padding-right: 45px;
    padding-left: 45px;
}
.scroll-cart{
    max-height: 500px;
    overflow-y: scroll;
    padding: 0 10px;
}
.scroll-cart::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.scroll-cart::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 10px;
}
 
/* Handle */
.scroll-cart::-webkit-scrollbar-thumb {
  background: #f7a50261; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll-cart::-webkit-scrollbar-thumb:hover {
  background: #f7a502; 
}
#loader-div {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff91;
    margin: auto;
}
#loader-div img {
    height: 100px;
    margin: 0 auto;
    position: absolute;
    width: 100px;
    top: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto !important;
    margin: auto !important;
    background: none;
}
.ccicon{
    right: inherit !important;
    top: 4px !important;
    width: 60px !important;
    left: 14px;
}
.lesson-name{
    font-size: 16px;
}
.radius{
    border-radius: 20px;
}
.about-home{
	    background-image:  url(../images/category_bg_1.jpg);
    background-position: top right !important;
}
.about-home .card{
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -19px;
    border: 0;
}
.teacher_desc{
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -19px;
    border: 0;
    box-shadow: 0px 0px 8px -1px #f7a502;
}
.member-id{
    text-align: center;
    margin: 0;
}
.lessons-nav li.nav-item a.btn-success {
    color: #fff;
    background-color: #198754;
    padding: .5rem 1rem;
    border-color: #198754;
}
.lessons-nav li.nav-item a.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.lessons-nav li.nav-item a.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.show_text_answer p{
    margin: 15px !important;
    font-weight: 600;
}
.show_hide_answer{
	width: auto;
	margin-bottom: 20px;
}
.finish-btn{
    margin: 10px auto;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    left: 0;
	right: initial !important;
    z-index: 2;
    padding: 1.25rem 1rem
}
#currencyForm {
    position: relative;
}
#currencyForm .currencyIcon{
    right: inherit;
    left: 9px;
    top: 6px;
    font-size: 16px;
}
.package-start{
    color: #000;
    font-weight: 600;
    font-size: 17px;
    z-index: 2;
    align-items: center;
}
.package-start i{
    color: #f7a502;
    margin: 0 5px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    text-align: left !important
}
.blog_text ul, .teacher_desc ul{
    padding-right: 15px;
}

.accordion .card.active {
    background: #f7a7002b;
}
.accordion .card.active .accordion-collapse{
    background: #fff;
}

ul#iti-0__country-listbox {
    text-wrap: auto;
}

.iti-mobile .iti--container {
    top: 48px !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    width: 100% !important;
    height: 300px;
    overflow-y: scroll;
}

.iti-mobile .iti__country-list {
    max-height: 100% !important;
    width: 100% !important;
    position: relative;
    top: 0 !important;
    right: 0% !important;
    left: 0 !important;
    direction: ltr;
}
#phone-container {
  position: relative;
}

.iti {
  width: 100%;
}
.iti--allow-dropdown {
    position: relative;
}
.iti__country-list {
  z-index: 9999 !important;
  position: absolute !important;
  top: 48px !important;
  left: 0 !important;
  width: 100% !important;
}
.iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
    white-space: normal;
}
.checkCouponForm.card{
    padding: 20px;
    box-shadow: 0px 0px 8px -1px #f7a502;
    border: 0;
    border-radius: 15px;
    margin-bottom: 15px;
}
.breadcrumb{
    display: flex;
    flex-wrap: nowrap;
 }
 .packages-course{
    padding-right: 30px;
}
 .packages-course .course_count{
    position: relative;
    color: #212121;
    margin-bottom: 15px;
    margin-top: 10px;
}
 .packages-course .course_count:after{
     content: "";
     position: absolute;
     right: -23px;
     background: #efa405;
     width: 2px;
     height: 100%;
     border-radius: 15px;
     top: 80%;
     bottom: 0;
 }
 .packages-course .course_count:before{
     content: "";
     position: absolute;
     right: -30px;
     background: #efa405;
     width: 15px;
     height: 15px;
     border-radius: 15px;
     top: 25%;
 }
 .packages-course .course_author{
    margin: 0;
    padding-right: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
 .packages-course .course_author:after{
     content: "";
     position: absolute;
     right: -23px;
     background: #efa405;
     width: 2px;
     height: 100%;
     border-radius: 15px;
     top: 0;
     bottom: 0;
 }
 .packages-course .course_author:last-child:after{
    bottom: inherit;
    height: 50%;
}
 .packages-course .course_author:before{
     content: "";
     position: absolute;
     right: -30px;
     background: #efa405;
     width: 15px;
     height: 15px;
     border-radius: 15px;
     top: 45%;
 }
 .packages-course .course_author .author_img{
    float: inherit;
    margin: 0;
    padding-right: 0;
    width: 160px;
    height: 90px;
}
 .packages-course .course_author .author_img img{
    width: 160px;
    height: 90px;
    min-width: 160px;
    min-height: 90px;
}
 .packages-course .course_author .author_meta{
    padding: 0 20px;
}
.quiz-lang{
    width: fit-content;
    margin: 15px 0;
    box-shadow: 0px 0px 16px -1px #0d34ad;
    font-size: 28px;
    border-radius: 9px 25px;
    padding: 10px;
    background: #0d34ad;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav>li.quiz-lang>a {
	color: #f7a400
}

.navbar-expand-lg .navbar-nav>li.quiz-lang:hover{
	background: #f7a400;
	 box-shadow: 0px 0px 16px -1px #f7a400;
}
.navbar-expand-lg .navbar-nav>li.quiz-lang:hover>a{
	color: #0d34ad !important
}
.navbar-expand-lg .navbar-nav li.quiz-lang:hover > .dropdown-menu{
	background: #fff;
	box-shadow: 0 0 11px -7px #000;
	border-radius: 10px;
	right: inherit;
	left: 0;
}
.navbar-expand-lg .navbar-nav li.quiz-lang .dropdown-item{
	color: #0d34ad;
	FONT-WEIGHT: 700;
	font-size: 18px;
}
.navbar-expand-lg .navbar-nav li.quiz-lang .dropdown-item:hover{
	background: #e2e2e2;
}
.card.english-lang{
    direction: ltr;
    text-align: left;
}
.card.english-lang .custome-checkbox .form-check-input.show_answer {
    border-radius: 0;
    top: 9px;
    left: 22px;
    border: 0;
    background-image: none;
    right: inherit;
}
.card.english-lang .custome-checkbox .form-check-label::before {
    content: "";
    border-radius: 3px;
    border: 2px solid #0d34ac;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px 0 0px;
    right: 0;
}
.card.english-lang  .group-quest .custome-checkbox input[type="radio"]+.form-check-label::after {
    position: absolute;
    top: 16px;
    left: 5px;
    right: inherit;
 }