
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(menu.css);
@import url(ace-responsive-menu.css);
@import url(animate.css);

html{
  overflow-x: hidden;
  overflow-y: scroll !important;
}

@media screen and (max-width: 375px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}


.sign_up_modal:before {
  background-color: rgba(0, 0, 0, .9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-backdrop{
  display: none;
}
.sign_up_modal .modal-header {
  background-color: #3452ff;
  border-radius: 50%;
  border: none;
  height: 50px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 50px;
}
.sign_up_modal .modal-header button.close{
  margin-top: -5px;
  margin-right: 0;
  margin-left: 4px;
  opacity: 1;
  padding: 0;
}
.sign_up_modal .modal-header button.close span{
  color: #ffffff;
}
.sign_up_modal .modal-header button.close span:focus{
  border: none;
  outline: none;
  text-shadow: none;
}
.sign_up_tab li.nav-item{
  text-align: center;
  width: 50%;
}
.sign_up_tab li.nav-item .nav-link{
  background-color: #f9fafc;
  height: 70px;
  line-height: 65px;
  margin: 0;
  padding: 0;
}
.sign_up_tab li.nav-item .nav-link{
  border: none;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: bold;
}
.sign_up_tab li.nav-item .nav-link.active{
  background-color: #ffffff;
  border: none;
}

.dropdown_content {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: flex;
  flex-direction: column;
  margin: 0;
  opacity: 0;
  padding: 30px 30px 10px 30px;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  width: 414px;
  z-index: -1;
}
.dropdown_content > li:first-child{
  padding-top: 0;
}
.dropdown_content > li {
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 0;
}
.dropdown_content > li:last-child{
  border-bottom: none;
}
.dropdown_content .list_content a img{
  border-radius: 50%;
  margin-right: 20px;
}
.dropdown_content .list_content a p{
  color: #0a0a0a;
  margin: 0;
}
.dropdown_content .list_content a small{
  font-size: 14px;
  margin: 0;
}
.dropdown_content .list_content a .close_icon{
  font-size: 16px;
  margin: -10px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_content .list_content h5{
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.dropdown_content .list_content .cart_btns{
  border: 1px solid transparent;
  margin-right: 10px;
}
.dropdown_content .list_content .cart_btns:hover {
  background-color: #2ac4ea;
  border: 1px solid #2ac4ea;
}
.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns{
  border-radius: 25px;
  color: #ffffff !important;
  height: 50px;
  line-height: 40px;
  width: 170px;
}
.dropdown_content .list_content .checkout_btns:hover{
  background-color: #ff4d7f;
}
/* Search Overlay */
.search_overlay{
  height: 100%;
  width: 100%;
}
.mk-search-trigger {
  margin-left: 15px;
  position: absolute;
  top: 25px;
}
.search_overlay.home3 .mk-search-trigger,
.search_overlay.home5 .mk-search-trigger{
  position: relative;
  top: 0;
}
.search_overlay.home5 .mk-search-trigger{
  margin-left: 0;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit],
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus{
  outline: none;
  border: none;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 15px;
  color: #0a0a0a;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}
#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
  position: relative;
  vertical-align: middle;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  color: #262626;
  font-size: 17px;
  padding: 20px;
  width: 800px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2:focus{
  border: none;
  outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mk-fullscreen-search-overlay {
  z-index: 99999;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
#search-button,
#search-button2 {
  cursor: pointer;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
#search-button i,
#search-button2 i{
  color: #ffffff;
  font-size: 22px;
}
.search_overlay.home5 #search-button i,
.search_overlay.home5 #search-button2 i{
  color: #0a0a0a;
}
/*== Header Top Style ==*/
.header_top.home2{
  background-color: #000000;
  height: 80px;
  position: relative;
  z-index: 999;
}

.home3_header_top_contact li a,
.home4_header_top_contact li a{

}
.home4_header_top_contact li a,
ul.sign_up_btn.home4 li a,
ul.sign_up_btn.home6 a{
  font-size: 14px;
  line-height: initial;
  border-radius: 0px;
}
.header_top.home4,
.header_top.home6{
  background-color: #3452ff;
  height: 40px;
  position: relative;
}
.home4_header_top_contact{
  margin-bottom: 0;
  margin-top: 5px;
}
.sign_up_btn.home4 .btn{
  height: auto;
  line-height: inherit;
}
.header_top.home6{
  background-color: #192675;
}
.header_top.home7{
  background-color: transparent;
  height: 40px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.header_top.home7 .header_top_lang_widget_home6 button.btn.dropdown-toggle{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
  height: auto;
  line-height: 1.2;
}
.header_top.home7 .header_top_lang_widget_home6 button.btn.dropdown-toggle::after{
  margin-top: 5px;
}
ul.sign_up_btn.home7 a{
  font-size: 14px;
  border-radius: 0px;
}
.light_white,
.light_white:hover{
  color: rgba(255,255,255, 0.5);
}
/* Header Top Search Field css home2 */
.header_search_widget .mailchimp_form .form-control{
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  height: 48px;
  padding-left: 30px;
  margin-top: 6px;
  width: 450px;
  border: none;
}
.header_search_widget .mailchimp_form button{
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  color: #000000;
  font-size: 24px;
  height: 45px;
  margin-left: -72px;
  margin-top: 5px;
}
.header_search_widget .mailchimp_form button:active,
.header_search_widget .mailchimp_form button:focus{
  color: #000000 !important;
  background: #FFF !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
.ht_left_widget,
.ht_right_widget{
  margin-top: 10px;
}
.ht_left_widget ul,
.ht_right_widget ul{
  margin-bottom: 0;
}
.ht_left_widget ul li{
  position: relative;
  vertical-align: middle;
}
.ht_right_widget ul li.list-inline-item:nth-child(2){
  margin-left: 10px;
  margin-top: 4px;
  padding-right: 15px;
  text-align: center;
}
.ht_left_widget ul li.list-inline-item:first-child{
  margin-right: 25px;
}
.ht_left_widget ul li.list-inline-item:nth-child(2){
  margin-right: 20px;
}
.ht_right_widget ul{
  margin-bottom: 0;
}
.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn,
.header_top_lang_widget ul li .btn.cart_btn{
  color: #a4a4a4;
  font-size: 14px;
}

header.header-nav.menu_style_home_three.navbar-scrolltofixed .ht_left_widget.home3 .header_top_lang_widget{
  margin-top: 5px;
}
.ht_left_widget.home3 .cd-dropdown-trigger,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger.dropdown-is-active:hover,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger:hover{
  background-color: #ffffff !important;
  color: #0a0a0a;
}
.ht_left_widget.home3 .cd-dropdown-trigger{
  text-transform: capitalize;
}
.ht_left_widget.home3 .cd-dropdown-trigger::before,
.ht_left_widget.home3 .cd-dropdown-trigger::after{
  background-color: #0a0a0a;
}
.ht_right_widget a.btn.cart_btn span{
  background-color: #ffffff;
}
.header_top_lang_widget ul li a{
  color: #a4a4a4;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_top_lang_widget ul li a.dropdown-item.active,
.header_top_lang_widget ul li a.dropdown-item:active{
  background-color: #2441e7;
  border-radius: 0px;
}
.header_top_lang_widget button.btn.dropdown-toggle{
  background-color: transparent;
  border: none;
  bottom: -8px;
  color: #a4a4a4;
  float: right;
  margin-top: 10px;
  padding: 0 8px;
  width: 90px;
}
.header_top_lang_widget_home4 button.btn.dropdown-toggle,
.header_top_lang_widget_home6 button.btn.dropdown-toggle{
  background-color: transparent;
  border: none;
  color: #ffffff;
  line-height: inherit;
  width: 90px;
  font-size: 14px;
}
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu{
  display: inline;
  margin-top: -17px;
}
.header_top_lang_widget_home6.home7 .dropdown.bootstrap-select.show-tick.show .dropdown-menu{
  margin-top: 0;
}
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item.active,
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item:active{
  background-color: #192675;
}
.menu6_search.home6 .mk-search-trigger,
.menu7_search.home7 .mk-search-trigger{
  margin-left: -25px;
  top: 22px;
}
.menu6_search.home6 .mk-search-trigger{
  top: 17px;
}
.header_top_lang_widget_home6 button.btn.dropdown-toggle::after{
  vertical-align: middle;
}
.header_top_lang_widget_home6.home7 button.btn.dropdown-toggle::after{
  vertical-align: top;
}
.header_top_lang_widget_home4 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.header_top_lang_widget_home6 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: auto;
}
.header_top_lang_widget_home4 button .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget_home4 button .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget_home4 button .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus{
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
}
.header_top_lang_widget_home4 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home4 button.btn.dropdown-toggle:focus,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus{
  box-shadow: none !important;
  outline: none !important;
}
.header_top_lang_widget .dropdown.bootstrap-select.show-tick{
  width: auto;
}

li.has-children a{
  line-height: 51px;
}
/*== Menu Style For Home V1 & V2 ==*/
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list,
.menu-style-one nav.transparent .nav-header {
  background-color: transparent;
}
nav .wrap-core-nav-list,
nav .nav-header {
  background: #fff;
}
nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 20px;
}
nav .brand img {
  width: 100%;
}
nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}
nav .menu li.active > a,
nav .menu li a:hover {
  color: #e74c3c;
}
nav button {
  background: transparent;
  border: none;
  outline: none;
}
header.header-nav {
  padding: 0 50px;
}
header.header-nav.dashbord_pages {
  padding: 0 5px 0 15px;
}
header.header-nav a.navbar_brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 37px;
  margin-top: 20px;
  position: relative;
}
header.header-nav a.navbar_brand:before {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: -25px;
  top: 0;
  width: 1px;
}
.menu_style_home_one.stricky-fixed{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
header.header-nav a.navbar_brand .logo2{
  display: none;
}
header.header-nav.menu_style_home_one.dashbord_pages{
  background-image: -moz-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
}
header.header-nav.menu_style_home_one{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_three.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_four.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_five.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_six.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_seven.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
header.header-nav.menu_style_home_one  a.navbar_brand{
  margin-top: 15px;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1{
  display: none;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2{
  display: inline-block;
}
header.header-nav.menu_style_home_one a.navbar_brand span,
header.header-nav.menu_style_home_three a.navbar_brand span,
header.header-nav.menu_style_home_five a.navbar_brand span{
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand:before {
  background-color: #dadada;
}
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li > a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i{
  color: #0a0a0a;
}

header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .cart_btn .flaticon-shopping-bag span{
  color: #fff;
}


header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a{
  color: #ffffff;
}

header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed .user_setting_content a{
  color: #0a0a0a;
}


header.header-nav.menu_style_home_one .ace-responsive-menu li a{
  color: #ffffff;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu{
  margin-right: 0;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before{
  left: 0px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu{
  left: 260px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu{
  margin-left: -180px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  padding-left: 0 !important;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu:before{
  background-color: #ffffff;
  content: "";
  height: 17px;
  right: 25px;
  position: absolute;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before{
  background-color: #191919;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before{
  background-color: #051925;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before{
  left: 25px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu{
  margin-left: 0;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu:before{
  left: 25px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu{
  margin-left: -445px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a{
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  width: 260px;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li{
  background-color: transparent;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  background-color: #191919;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu{
  background-color: #051925;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before{
  display: none;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #c75533;
  padding-left: 7px;
  box-shadow: none !important;
}
header.header-nav.menu_style_home_one ul.sign_up_btn{
  margin-right: 35px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a{
  font-family: 'Nunito', sans-serif;
  padding: 30px 35px 30px 10px;
  text-transform: uppercase;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a{
  padding: 27px 35px 30px 10px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a{
  padding: 27px 20px 30px 10px;
}
/*== Menu Style For Home V2 ==*/
header.header-nav.home2.style_one {
  display: -webkit-box;
  background-color: #141414;
  position: relative;
  z-index: 99 !important;
}
header.header-nav.home2.style_one .ace-responsive-menu > li > a{
  padding: 27px 40px 27px 5px;
}
header.header-nav.home2.style_one ul.sign_up_btn li{
  position: relative;
  margin-top: 6px;
}
header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before{
  background-color: #434343;
  content: "";
  height: 30px;
  right: -5px;
  position: absolute;
  top: 0px;
  width: 1px;
}
header.header-nav.home2.style_one ul.sign_up_btn li a{
  color: #a4a4a4;
  font-family: "Nunito";
  font-size: 14px;
  line-height: 1.2;
}
header.header-nav.home2.style_one ul.sign_up_btn li a:hover{
  color: #ffffff;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #dedede;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #ffffff;
  padding-left: 20px;
  box-shadow: none !important;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before{
  display: none;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #555;
  color: #a4a4a4;
  font-family: "Nunito";
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu{
  box-shadow: none !important;
  color: #ffffff;
  padding-left: 7px;
}
header.header-nav.menu_style_home_three a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_three .ht_left_widget.home3 ul li:last-child{
  margin-top: 5px;
}
header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form .form-control{
  margin-top: 10px;
}
header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form button{
  background-color: transparent;
  margin-top: 10px;
}
/*== Menu Style For Home V3 ==*/
header.header-nav.menu_style_home_three{
  background-color: #051925;
  padding: 0;
}
header.header-nav.menu_style_home_three a.navbar_brand:before{
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li{

}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu{
  background-color: #051925;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:nth-child(3){
  left: 0;
  margin-left: auto;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li a,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #2e2e2e;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li.last a{
  padding-right: 5px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li .sub-menu li:hover a{
  padding-left: 20px;
}
header.header-nav.menu_style_home_three .container-fluid{
  padding: 0 70px;
}
header.header-nav.menu_style_home_three a.navbar_brand:before{
  display: none;
}
.sign_up_btn .btn{
  box-shadow: none;
  font-family: 'Nunito', sans-serif;
  border-radius: 4px;
  color: #ffffff;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sign_up_btn.home3 .btn{
  font-family: "Nunito";
  font-size: 14px;
  line-height: 1.2;
}
.sign_up_btn.home3 .btn i{
  font-size: 18px;
  margin-right: 5px;
}
/*
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li{
  border-right: 1px solid #dadada;
}*/
.sign_up_btn li:first-child .btn span{
  padding-left: 10px;
}
.sign_up_btn a.btn.cart_btn,
.sign_up_btn a.btn.search_btn,
.cart_btnes.home4 a.btn.cart_btn{
  font-size: 24px;
  line-height: normal;
}
.cart_btnes.home4 a.btn.cart_btn{
  color: #ffffff;
  margin-top: 15px;
}
.sign_up_btn a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span{
  background-color: #192675;
  margin: 0 auto 0 -10px;
}
.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup{
  color: #ffffff;
}
.sign_up_btn a.btn.cart_btn span,
.ht_right_widget .cart_btn a.btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btnes.home4 a.btn.cart_btn span,
.cart_btn.home5 a.btn.cart_btn span{
  border-radius: 50%;
  font-size: 11px;
  height: 17px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  width: 17px;
  padding-left: 0px;
}
.sign_up_btn.home3 a.btn.cart_btn span{
  line-height: 17px;
}
.ht_right_widget .cart_btn a.btn span{
  line-height: 20px;
}
.cart_btn.home5 a.btn.cart_btn span{
  color: #ffffff;
  margin-top: -5px;
  z-index: 9;
}
.cart_btn.home5 a.btn.cart_btn span sup{
  font-size: 10px;
  line-height: 1.7rem;
  margin-left: 0;
}
.ht_right_widget .cart_btn a.btn span{
  margin: -5px auto 0 -5px;
}
.sign_up_btn a.btn.cart_btn span sup,
.cart_btnes.home4 a.btn.cart_btn span sup{
  font-size: 12px;
  margin-left: -10px;
  vertical-align: baseline;
}
.cart_btnes.home4 a.btn.cart_btn span sup{
  margin-left: 0;
  top: 1px;
  font-size: 11px;
}
.ht_right_widget .cart_btn a.btn span sup{
  color: #141414;
  font-size: 10px;
  margin-left: 0;
  vertical-align: sub;
}
header.header-nav.menu_style_home_one .sign_up_btn li.list_s{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0 !important;
}
header.header-nav.menu_style_home_one .sign_up_btn li.list_s a.btn.flaticon-user{
  line-height: 30px;
}
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s{
  border-right: 1px solid #dadada;
}
.sign_up_btn li.list_s:last-child{
  border: none;
}
.sign_up_btn li .btn .cart_btn{
  background-color: #192675;
  font-size: 10px;
  height: 17px;
  width: 17px;
  text-align: center;
}
/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_four{
  background: transparent;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_four a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_four.stricky-fixed .cart_btnes.home4 a.btn.cart_btn{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_four a.navbar_brand span{
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_four.stricky-fixed{
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
}
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_four a.navbar_brand:before{
  background-color: transparent !important;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a{
  color: #0a0a0a;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_four  .ace-responsive-menu li a{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a{
  color: #0a0a0a;
}

header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span{
  color: #0a0a0a;
}

/*== Menu Style For Home V5 ==*/
header.header-nav.menu_style_home_five{
  background-color: #ffffff;
  height: 98px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header.header-nav.menu_style_home_five a.navbar_brand{
  margin-top: 8px;
}
header.header-nav.menu_style_home_five a.navbar_brand:before{
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu{
  display: block;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu li{
  width: auto;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content{
  height: auto;
  right: 10px;
  top: 110%;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .cart_btns{
  background-color: #2441e7;
  border: 1px solid #2441e7;
  float: left;
  line-height: 20px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .checkout_btns{
  background-color: #ff1053;
  border: 1px solid #ff1053;
  float: right;
  line-height: 0;
  line-height: 20px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn{
  font-size: 22px;
  padding-top: 21px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span{
  background-color: #192675;
  border-radius: 50%;
  height: 17px;
  line-height: 17px;
  margin: -2px auto 0 -10px;
  position: absolute;
  text-align: center;
  width: 17px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span:before{
  display: none;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span sup{
  color: #ffffff;
  font-size: 10px;
  z-index: 9;
}
header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li a{
  padding-top: 27px;
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a{
  padding: 12px 20px 12px 15px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li:first-child{
  padding-left: 10px;
}
header.header-nav.menu_style_home_five .container-fluid{
  padding: 0 70px;
}
header.header-nav.menu_style_home_five a.navbar_brand:before{
  display: none;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button{
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #0a0a0a;
  font-size: 24px;
  height: 45px;
  margin-left: -65px;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:active,
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:focus{
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
header.header-nav.menu_style_home_five .sign_up_btn{
  margin-bottom: 0;
}
header.header-nav.menu_style_home_five .sign_up_btn .btn{
  color: #0a0a0a;
  margin-top: 10px;
}
.ht_left_widget.home5 .cd-dropdown-trigger::before,
.ht_left_widget.home5 .cd-dropdown-trigger::after{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control{
  background-color: #edeff7;
  border: 1px solid #edeff7;
  border-radius: 25px;
  color: #555555;
  font-size: 14px;
  height: 45px;
  margin-top: 5px;
  padding-left: 30px;
  width: 450px;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control:focus{
  border: 1px solid #edeff7;
  box-shadow: none;
  outline: none;
}
header.header-nav.menu_style_home_five .ht_left_widget.home5 .cd-dropdown-trigger{
  background-color: #0a0a0a;
  color: #ffffff;
}
.home5_shop_reg_widget li:first-child{
  margin-right: 0;
}
/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_six {
  display: -webkit-box;
  background: #ffffff;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 99 !important;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
header.header-nav.menu_style_home_six a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_six.stricky-fixed .cart_btnes.home4 a.btn.cart_btn{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_six a.navbar_brand span{
  color: #0a0a0a;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_six.stricky-fixed{
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_six a.navbar_brand:before{
  background-color: transparent !important;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a{
  color: #0a0a0a;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_six  .ace-responsive-menu li a{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li.last{
  margin-right: 40px;
}
header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a{
  color: #0a0a0a;
}
.menu6_search.home6 #search-button i{
  color: #0a0a0a;
}
.home7_search.home7 #search-button i{
  color: #ffffff;
}
header.header-nav.menu_style_home_four.home8 .container-fluid{
  padding: 0 70px;
}
header.header-nav.menu_style_home_four.home8.stricky-fixed a.navbar_brand span{
  background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*== Menu Style For Home V6 ==*/
header.header-nav.menu_style_home_six{
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;

}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a{
  padding: 25px 25px 25px 5px;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_six  .ace-responsive-menu li a{
  color: #251730;
}
header.header-nav.menu_style_home_six a.navbar_brand:before{
  background-color: transparent;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn{
  border: none;
  color: #ffffff;
  margin-top: 10px;
}
/*== Menu Style For Home V7 ==*/
header.header-nav.menu_style_home_seven {
  display: -webkit-box;
  background-color: transparent;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}
header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_seven a.navbar_brand{
  margin-top: 0;
  position: relative;
}
header.header-nav.menu_style_home_seven a.navbar_brand:before{
  display: none;
}
header.header-nav.menu_style_home_seven a.navbar_brand .logo1.home7{
  border-radius: 0 0 5px 5px;
  margin-top: -50px;
}
header.header-nav.menu_style_home_seven.stricky-fixed .cart_btnes.home4 a.btn.cart_btn{
  color: #0a0a0a;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a{
  color: #0a0a0a;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_seven  .ace-responsive-menu li a{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  padding: 18px 20px 18px 15px;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a:hover{
  padding-left: 20px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li.last{
  margin-right: 40px;
}
/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar{
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.stylehome1 .mm-navbar,
.stylehome1 .mm-panel{
  background-color: #0a0a0a;
}
.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #1c1c1c;
  color: #ffffff;
}
.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #cecff9;
}
.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #1c1c1c;
  color: #ffffff;
}
.stylehome1.home4 .mm-navbar,
.stylehome1.home4 .mm-panel{
  background-color: #201b72;
}
.stylehome1.home4 a.mm-listitem__text,
.stylehome1.home4 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #cecff9;
}
.stylehome1.home4 a.mm-listitem__text:hover,
.stylehome1.home4 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #151156;
  color: #ffffff;
}
.stylehome1.home6 .mm-navbar{
  background-color: #ffffff;
}
.stylehome1.home6 .mm-panel{
  background-color: #ebf9f4;
}
.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text{
  color: #252834;
}
.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover{
  background-color: #43d4b6;
  color: #ffffff;
}
.stylehome1.home6 .mm-navbar{
  color: #252834;
}
.stylehome1.home6 .mm-btn_next::after{
  border-color: #252834;
}
.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus{
  color: #ffffff;
}
.stylehome1 .mm-navbar{
  border-color: #545454;
  background-color: #2d2d2d;
  height: 60px;
  line-height: 40px;
}
.stylehome1 .mm-btn_prev:before,
.stylehome1 .mm-btn_next:after{
  border-color: rgba(255,255,255,.8);
}
/*== Home Css ==*/
.home1-mainslider {
  margin-top: -1px;
  width: 100%;

}
.home1-mainslider .banner-style-one .slide:before,.home1-mainslider .banner-style-two .slide:before{
  background-image: -moz-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.home1-mainslider .banner-style-one .banner-title{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.home1-mainslider .home-content{
  padding-top: 250px;
}
.home_iconbox_container{
  margin-bottom: 120px;
  margin-top: -240px;
}
.home-four{
  margin-top: 77px !important;
}
.home-four:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 98px;
  content: "";
  left: 0;
  position: absolute;
  top: -98px;
  width: 100%;
}
.animated  {
  -webkit-animation-duration :3s;
  animation-duration :3s;
  -webkit-animation-delay :500ms;
  animation-delay :500ms;
}
.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}
.search_box_home4 form.form-inline.mailchimp_form{
  display: inline-block;
  margin-top: 25px;
  position: relative;
}
.search_box_home4 .header_search_widget .mailchimp_form .form-control{
  border-radius: 30px;
  border: none;
  height: 60px;
  padding-left: 30px;
  width: 600px;
}
.search_box_home4 .header_search_widget .mailchimp_form button{
  position: absolute;
  right: 20px;
  top: 7px;
}
.home5_slider.owl-carousel.owl-theme .owl-dots .owl-dot span{
  background-color: #e4e3e1;
  display: none;
  height: 8px;
  width: 8px;
}
.home5_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
  background-color: #ffffff;
  height: 15px;
  width: 15px;
}
.home-text h1,
.home-text h2,
.home-text h3 {
  color: #ffffff;
  margin-top: 0;
}
.mouse_scroll {
  position: relative;
}
.mouse_scroll:before {
  border-radius: 50%;
  border: 2px solid #ffffff;
  bottom: 43px;
  content: "";
  height: 92px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 92px;
  z-index: 0;
}
.mouse_scroll:after {
  border-radius: 50%;
  border: 2px solid #ffffff;
  bottom: 25px;
  content: "";
  height: 129px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 129px;
  z-index: 9;
}
.mouse_scroll .icon {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -90px;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 3 !important;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
.mouse_scroll .icon span{
  color: #ff1053;
  font-size: 16px;
}
.home-seven{
  position: relative;
  margin-top: -120px;
}
.home-seven:before{
  background-color: rgba(0, 0, 0, .7);
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-banner-wrapper {
    overflow: hidden;
  }
}
.main-banner-wrapper .carousel-btn-block {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 0;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  vertical-align: middle;
  z-index: 9;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
  opacity: 1;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  margin-left: 10px;
  position: absolute;
  left: 70px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn i {
  margin-right: 15px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  margin-right: 10px;
  position: absolute;
  right: 70px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn i {
  margin-left: 15px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn span.left,
.main-banner-wrapper .carousel-btn-block .carousel-btn span.right{
  font-size: 16px;
  display: -webkit-inline-box;
  position: relative;
  vertical-align: middle;
      font-family: 'Nunito', sans-serif;
}
.banner-style-one .slide,
.banner-style-two .slide{
  padding: 165px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-style-two .slide{
  padding: 430px 0 290px;
}
.banner-style-one .slide:before,
.banner-style-two .slide:before{
  background-color: rgba(0,0,0,.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-style-one .owl-nav,
.banner-style-two .owl-nav{
  display: none;
}
.banner-style-one h3,
.banner-style-one p,
.banner-style-two h3,
.banner-style-two p {
  margin: 0;
}
.banner-style-one .banner-title,
.banner-style-two .banner-title{
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-title,
.banner-style-two .banner-title{
  font-weight: normal;
  text-transform: uppercase;
}
.main-banner-wrapper.home7 .carousel-btn-block .carousel-btn{
  top: 70px;
}
.banner-style-one p,
.banner-style-two p{
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 300;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  font-family: 'Nunito', sans-serif;
}
.banner-style-two p{
  margin: 0 auto;
  max-width: 410px;
}
.banner-style-one .banner-btn{
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  padding: 19.5px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-btn:hover{
  background-color: #ffffff;
  color: #2D174F;
}
.banner-style-one .active .banner-title,
.banner-style-two .active .banner-title{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.banner-style-one .active p,
.banner-style-two .active p{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-style-one .active .banner-btn{
  border:2px solid #ffffff;
  border-radius:27px;
  color:#ffffff;
  font-family: 'Nunito', sans-serif;
  font-size:16px;
  padding:12px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.banner-style-one .active .banner-btn:hover,
.banner-style-one .active .banner-btn:active,
.banner-style-one .active .banner-btn:focus{
  background-color:#ffffff;
  color:#2441e7;
}
.banner-style-one .owl-dots,
.banner-style-two .owl-dots{
  display: none !important;
  margin: 0;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  text-align: center;
}
.banner-style-one .owl-dots .owl-dot span,
.banner-style-two .owl-dots .owl-dot span{
  background-color: #949493;
  width: 8px;
  height: 8px;
  margin: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-style-one .owl-dots .owl-dot + .owl-dot,
.banner-style-two .owl-dots .owl-dot + .owl-dot{
  margin-left: 7px;
}
.banner-style-one .owl-dots .owl-dot.active span,
.banner-style-two .owl-dots .owl-dot.active span{
  height: 13px;
  width: 13px;
  background-color: #ffffff;
}
.banner-style-one.no-dots .owl-dots,
.banner-style-two.no-dots .owl-dots{
  display: none !important;
}
.home-three,
.home-four,
.home-five{
  margin-top: -95px;
  padding: 0;
  position: relative;
  z-index: -1;
}
.home3_bgi6{
  background-image: url(../images/background/6.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 1006px;
}
.home3-overlay:before {
  background-image: -moz-linear-gradient( 135deg, rgb(54,159,219) 0%, rgb(5,25,37) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(54,159,219) 0%, rgb(5,25,37) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(54,159,219) 0%, rgb(5,25,37) 100%);
  content: "";
  left: 0;
  opacity: 0.851;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.home3_wave{
  position: relative;
}
.home3_wave:before {
  background-image: url(../images/home/wave2.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
}
.home3_wave:after {
  background-image: url(../images/home/wave3.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 400px;
  left: 0;
  position: absolute;
  right: 0;
  top: -300px;
  width: 100%;
}
.home-three .home-text{
  margin: 0 auto;
  left: 0;
  padding: 400px 0;
  position: absolute;
  right: 0;
}
.home-three .home-text a.btn {
  border: 2px solid #ffffff;
  border-radius: 27px;
  font-family: 'Nunito', sans-serif;
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home-three .home-text a.btn:hover {
  background-color: #ffffff;
  color: #2D174F;
}
.row_style {
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute!important;
  right: 0;
  z-index: 4!important;
}
.row_style svg.waves {
  height: 250px;
}
.row_style svg {
  bottom: -10px;
  fill: #fff;
  height: auto;
  position: absolute!important;
  width: 100%;
}
.row_style.home8{
  bottom: -8px;
  left: -15px;
  width: 105%;
}
.home4_overlay:before{
  background-color: rgba(10,10,10, .5);
  bottom: 97px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-five{
  margin-top: 0;
}
.home-five .home-text{
  padding: 230px 0 210px;
}
.home-five .home-text h2{
  color: #0a0a0a;
  font-size: 45px;
}
.home-five .home-text p{
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 30px;
  max-width: 495px;
}
.home-five .home-text a.btn {
  border: 2px solid #0a0a0a;
  border-radius: 27px;
  color: #0a0a0a;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home-five .home-text a.btn:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #2D174F;
}
.slide.slide-one.home6{
  height: 730px;
}
.banner-style-one .slide.slide-one.home6 .banner-title{
  font-size: 50px;
  font-weight: normal;
  line-height: initial;
  text-transform: uppercase;
}
.banner-style-one .slide.slide-one.home6 p{
  margin: 0 auto;
  max-width: 450px;
}
.banner-style-one .slide.home6 {
  padding: 295px 0;
}
.banner-style-one .slide.home6:before{
  background-color: rgba(0,0,0,.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home8_bgi7{
  background-image: url(../images/background/7.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 950px;
}
.home8-overlay{
  position: relative;
}
.home8-overlay:before {
  content: "";
  background-image: -moz-linear-gradient( 105deg, rgb(219,214,92) 0%, rgb(86,20,176) 100%);
  background-image: -webkit-linear-gradient( 105deg, rgb(219,214,92) 0%, rgb(86,20,176) 100%);
  background-image: -ms-linear-gradient( 105deg, rgb(219,214,92) 0%, rgb(86,20,176) 100%);
  opacity: 0.851;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home8_wave{
  position: relative;
}
.home8_wave:before {
  background-image: url(../images/home/wave4.png);
  background-repeat: no-repeat;
  content: "";
  height: 250px;
  left: -375px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  z-index: -1;
}
.home8_wave:after {
  background-image: url(../images/home/wave5.png);
  background-repeat: no-repeat;
  content: "";
  height: 1300px;
  position: absolute;
  right: -70.5%;
  top: 0;
  width: 100%;
  opacity: .3;
  bottom: 0;
  z-index: -1;
}
.header_top.home8{
  height: 25px;
}
/*== Home Icon Box ==*/
.home_icon_box{
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home_icon_box .icon{
  margin-bottom: 10px;

}
.home_icon_box:hover {
  opacity: .5;
  margin-top: -10px;
}
.home_icon_box p{
  color: #ffffff;
  font-family: "Nunito";
  font-size: 16px;
  margin-bottom: 0;
}
.row_home4{
  margin-top: -250px;
  margin-bottom: 75px;
}
.home_icon_box.home4 .icon{
  color: #ffffff;
  opacity: 1;
}
.home_icon_box.home4 .icon span{
  float: left;
  font-size: 40px;
  margin-right: 20px;
  opacity: 1;
}
.home_icon_box.home4 .details h4{
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
}
.home_icon_box.home4 .details p{
  line-height: normal;
}
.home_icon_box.home6,
.home_icon_box.home8{
  margin-bottom: 60px;
}
.home_icon_box.home6 .icon {
  font-size: 60px;
}
.home_icon_box.home6 .icon span{
  color: #192675;
}
.home_icon_box.home6:hover .icon span{
  color: #ff1053;
}
.home_icon_box.home6 p{
  color: #0a0a0a;
}
.home_icon_box.home8 .icon{
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
}
.home_icon_box.home8.one .icon span{
  color: #ecd06f;
}
.home_icon_box.home8.one p{
  color: #ecd06f;
}
.home_icon_box.home8.two .icon span{
  color: #df6c4f;
}
.home_icon_box.home8.two p{
  color: #df6c4f;
}
.home_icon_box.home8.three .icon span{
  color: #00a78e;
}
.home_icon_box.home8.three p{
  color: #00a78e;
}
.home_icon_box.home8.four .icon span{
  color: #00bce4;
}
.home_icon_box.home8.four p{
  color: #00bce4;
}
/*== Home Five Overlay Slider ==*/
.divider.home5 {
  padding: 170px 135px;
}
.divider-btn {
  line-height: 40px;
}
.home1-divider2 {
  background-image: url(../images/background/3.jpg);
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 145px 0 145px;
  position: relative;
}
.home1-divider2:before {
  background-color: rgba(36, 65, 231, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.app_grid h1{
  margin-bottom: 5px;
  font-size: 26px;
}
.app_grid h1,
.app_grid p{
  color: #ffffff;
}
.app_grid p{
  margin-bottom: 40px;
}
.app_grid button:last-child{
  margin-right: 0;
}
.app_grid .apple_btn,
.app_grid .play_store_btn{
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid rgba(255,255,255, .4);
  color: #ffffff;
  height: 75px;
  line-height: normal;
  margin-right: 30px;
  position: relative;
  -ms-text-align-last: auto;
  text-align: left;
  width: 210px;
}
.app_grid .apple_btn{
  width: 230px;
}
.app_grid .apple_btn:hover,
.app_grid .play_store_btn:hover{
  border: 2px solid transparent;
  cursor: pointer;
}
.app_grid .apple_btn .icon,
.app_grid .play_store_btn .icon{
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-left: 15px;
}
.app_grid .apple_btn .title,
.play_store_btn .title{
  display: block;
  font-size: 16px;
  font-family: "Nunito";
  margin-top: 3px;
}
.app_grid .apple_btn .subtitle,
.play_store_btn .subtitle{
  font-size: 13px;
  font-family: "Nunito";
}
.phone_img{
  position: absolute;
  right: 0;
  top: -80px;
}
/*== School Category Courses ==*/
.img_hvr_box{
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 30px 55px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img_hvr_box:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_hvr_box:hover{
  cursor: pointer;
  margin-top: -10px;
}
.img_hvr_box:hover:before {
  background-color: rgba(36, 65, 231, .8);
}
.img_hvr_box.home3:hover:before {
  background-color: rgba(54, 159, 219, .8);
}
.img_hvr_box .overlay .details{
  display: block;
  position: relative;
}
.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p{
  color: #ffffff;
  margin-bottom: 0;
}
.img_hvr_box .overlay .details h5{
  font-size: 18px;
  font-weight: bold;
}
.img_hvr_box .overlay .details p{
  font-size: 15px;
}
.home7_row{
  margin-top: -105px;
}
.img_hvr_box.home7{
  height: 200px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  width: 307px;
}
.img_hvr_box.home7 .overlay{
  margin-top: 30px;
}
.img_hvr_box.home7 .overlay .details h4{
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.img_hvr_box.home7:before {
  background-color: rgba(236, 208, 111, .9);
}
.img_hvr_box.home7.two:before {
  background-color: rgba(255, 16, 83, .9);
}
.img_hvr_box.home7.three:before {
  background-color: rgba(0, 167, 142, .9);
}
.img_hvr_box.home7.four:before {
  background-color: rgba(0, 188, 228, .9);
}
.courses_all_btn .btn{
  border: 2px solid;
  border-radius: 25px;
  font-size: 15px;
  height: 50px;
  line-height: 47px;
  margin-top: 30px;
  padding: 0 60px;
}
.courses_all_btn.home3 .btn{
  border-color: #369fdb;
  color: #369fdb;
}
.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.course-single2{
  background-color: #f9fafc;
}
.courses_single_container{
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor{
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor .cs_instrct_list li{
  margin-right: 15px;
}
.cs_row_one .cs_instructor .cs_instrct_list li .thumb{
  height: 50px;
  width: 50px;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: #0a0a0a;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li:first-child a{
  font-size: 20px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a{
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 2.2;
}
.cs_row_one .cs_title{
  font-size: 26px;
  color: #0a0a0a;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller{
  margin-bottom: 15px;
}
.cs_row_one .cs_review_seller li{
  margin-right: 4px;
}
.cs_row_one .cs_review_seller li a{
  font-size: 13px;
  font-family: "FontAwesome";
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.cs_row_one .cs_review_seller li:first-child{
  margin-right: 15px;
}
.cs_row_one .cs_review_seller li:first-child a{
  border-radius: 5px;
  background-color: rgb(255, 16, 83);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.cs_row_one .cs_review_seller li:first-child a span{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 2.2;
}
.cs_row_one .cs_review_seller li:last-child a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll{
  margin-bottom: 30px;
}
.cs_row_one .cs_review_enroll li{
  margin-right: 15px;
}
.cs_row_one .cs_review_enroll li a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll li a span{
  padding-right: 6px;
}
.cs_row_one .courses_big_thumb{
  margin-bottom: 30px;
}
.cs_row_one .courses_big_thumb .thumb{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.cs_ins_container .courses_big_thumb .iframe_video{
  border-radius: 5px;
  min-height: 540px;
  max-width: 960px;
}
.cs_row_one .courses_big_thumb .thumb img{
  border-radius: 5px;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon:before{
  bottom: 0;
  background-color: rgba(0,0,0, .3);
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  top: 58%;
}
.cs_row_one.csv3 .cs_review_enroll{
  display: inline;
}
.cs_row_two .cs_overview{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks{
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
  border-width: 0px;
  margin-top: 30px;
}
.cs_row_two .cs_overview .title{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 22px;
}
.cs_row_two .cs_overview h4{
  font-family: "Nunito";
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
  margin-bottom: 10px;
}
.cs_row_two .cs_overview p{
  font-family: "Open Sans";
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.cs_row_two .cs_overview ul.cs_course_syslebus{
  margin-bottom: 17px;
  margin-right: 100px;
}
.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2{
  display: inline-block;
}
.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p{
  font-family: "Open Sans";
  font-size: 15px;
  color: rgb(126, 126, 126);
  display: inline;
  line-height: 2.8;
  margin-bottom: 0;
  padding-left: 10px;
}
.cs_row_two .cs_overview ul.list_requiremetn li i{
  font-size: 10px;
  color: rgb(126, 126, 126);
}
.cs_row_two .cs_overview ul.list_requiremetn li p{
  color: rgb(126, 126, 126);
  font-family: "Open Sans";
  font-size: 15px;
  display: inline;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 13px;
}
.cs_row_three .course_content{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}
.cs_row_three .course_content .cc_headers{
  position: relative;
}
.cs_row_three .course_content h4.title{
  font-size: 20px;
  color: #0a0a0a;
  float: left;
  line-height: 1.2;
  font-weight: 600;
}
.cs_row_three .course_content .details{
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_three .course_content .details .cc_tab{
  margin-top: 10px;
}
.cs_row_three .course_content .details .cc_tab h4.panel-title{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(59, 59, 59);
  line-height: 1.7;
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 50px;
  padding: 10px 20px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li{
  border-bottom: 1px solid #eeeeee;
  padding: 20px 25px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child{
  border-bottom: none;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span{
  padding-right: 4px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew{
  float: right;
  margin-right: 50px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a{
  color: #2441e7;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_time{
  float: right;
}
.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.cs_row_six .sfeedbacks .sspd_review_liked{
  background-color: rgb(237, 239, 247);
  border-radius: 20px;
  height: 40px;
  text-align: center;
  max-width: 200px;
}
.cs_row_six .sfeedbacks .sspd_review_liked a{
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 2.714;
}
.cs_row_six.csv2.style2{
  overflow: hidden;
}
.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 25px;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .about_ins_info{
  float: left;
}
.cs_row_four .about_ins_container .details{
  padding-left: 160px;
}
.cs_row_four .about_ins_container .details h4{
  font-size: 20px;
  font-family: "Nunito";
  color: #0a0a0a;
  margin-bottom: 0;
  line-height: 1.5;
}
.cs_row_four .about_ins_container .details .subtitle{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(137, 137, 137);
  margin-bottom: 15px;
  line-height: 1.714;
}
.cs_row_four .about_ins_container .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li:first-child p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  margin-bottom: 0;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .review_list{
  float: left;
  margin-right: 80px;
}
.cs_row_four.csv2 .about_ins_container .details .review_list{
  margin-right: 50px;
}
.cs_row_four.csv2 .about_ins_container .details .about_info_list li{
  margin-right: 15px;
}
.cs_row_four .about_ins_container .details .review_list li{
  margin-right: 4px;
}
.cs_row_four .about_ins_container .details .review_list li i{
  font-size: 13px;
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.cs_row_four .about_ins_container .details .about_info_list li{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-right: 30px;
}
.cs_row_four .about_ins_container .details .about_info_list li:last-child{
  margin-right: 0;
}
.cs_row_four .about_ins_container .details .about_info_list li span{
  padding-right: 10px;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 470px;
  padding-left: 100px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills{
  margin-bottom: 30px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills li{
  color: rgb(79, 79, 79);
  font-size: 14px;
  font-family: "Open Sans";
  float: left;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar{
  background-color: #d0d23c !important;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar-container{
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar p.title{
  float: right;
  margin-right: -50px;
  margin-top: -10px;
}
.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 170px;
  padding-left: 100px;
}
.my_course_content_list .mc_content_list .sonny_progressbar .bar-container{
  margin-left: -190px;
  margin-right: 130px;
  margin-top: 10px;
}
.my_course_content_list .mc_content_list .sonny_progressbar p.title{
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -10px;
}
.cs_row_five .student_feedback_container .aii_average_review{
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 180px;
  position: absolute;
  right: 30px;
  top: 45px;
  width: 230px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content{
  margin-top: 45px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content h2{
  font-size: 50px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 0.6;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content .aii_rive_list li{
  font-size: 13px;
  font-family: "FontAwesome5FreeSolid";
  color: rgb(208, 210, 60);
  margin-right: 3px;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 1.2;
}
.r_course_title{
  font-size: 26px;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 30px;
}
.mbp_first.media.csv1.style2{
  position: relative;
}
.mbp_first.media.csv1.style2:before{
  bottom: -30px;
  background-color: #dedede;
  content: "";
  position: absolute;
  height: 1px;
  left: -30px;
  right: -30px;
  width: 105%;
}
/*== School Category Top Courses ==*/
.top_courses {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_courses.home2 {

  border:none;
}

.top_courses.home2 .details .tc_content h5{
  height: 46px;
}


.top_courses .thumb{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.top_courses .thumb:before{
  background-color: rgba(0,0,0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay .tag{
  background-color: #c75533;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
}
.top_courses .thumb .overlay .icon{
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.top_courses .thumb .overlay .tag,
.top_courses .thumb .overlay a.tc_preview_course{
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_courses:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses:hover .thumb .overlay:before{
  background-color: rgba(0,0,0,.4);
  bottom: 0;
  content:"";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses.home8:hover .thumb .overlay:before{
  background-color: rgba(25, 38, 117, .7);
}
.top_courses.home8 .wc_age_seat li a {
  color: #7e7e7e;
  font-size: 13px;
}
.top_courses:hover .thumb .overlay .tag,
.top_courses:hover .thumb .overlay a.tc_preview_course{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses .thumb .overlay a.tc_preview_course {
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.top_courses .details{
  position: relative;
}
.top_courses .details .tc_content{
  padding: 20px;
}
.top_courses .details .tc_content p{
  color: #7e7e7e;
  font-size: 15px;
  margin-bottom: 5px;
}
.top_courses .details .tc_content h5{
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_content h5{
  color: #0a0a0a;
  font-family: "Nunito";
  line-height: 1.333;
}
.top_courses .details .tc_content .tc_review{
  margin-bottom: 0;
}
.top_courses .details .tc_content .tc_review li a i{
  color: #d0d23c
}
.top_courses .details .tc_content .tc_review li{
  margin-right: 4px;
  font-size: 14px;
}
.top_courses .details .tc_footer {
  border-top: 1px solid #eeeeee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.top_courses .details .tc_footer .tc_meta{
  margin-bottom: 0;
}
.top_courses .details .tc_footer .tc_meta li {
  margin-right: 4px;
}
.top_courses .details .tc_footer .tc_meta li a {
  font-size: 14px;
}
.top_courses .details .tc_footer .tc_meta li:nth-child(2){
  margin-right: 10px;
}

.top_courses .details .tc_footer .tc_meta li .flaticon-comment{
  position: relative;
  top: 3px;
  font-size: 16px;
}

.top_courses .details .tc_footer .tc_price{
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.top_courses.home2 .details .tc_footer .tc_price{
  color: #192675;
}
.container-fluid.style2{
  max-width: 1720px;
  width: 90%;
}
.courses-list{
  background-color: #f9fafc;
}
.my_course_content{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 20px 0 0;
}
.courses_list_heading,
.my_course_content_header{
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
}
.my_course_content_header{
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 20px 30px;
}
.my_course_content_list{
  position: relative;
}

.my_course_content_list h5.title{
  font-size: 18px;
    font-weight: 600;
        font-family: 'Nunito', sans-serif;
}

.my_course_content_list .mc_content_list{
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
}
.my_course_content_list .mc_content_list:hover{
  background-color: #f9fafc;
}
.my_course_content_list .mc_content_list:hover .view_edit_delete_list{
  opacity: 1;
}
.my_course_content_list .mc_content_list:last-child{
  border-bottom: none;
}
.my_course_content_list .mc_content_list .thumb{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 20px;
  min-height: 150px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
}
.my_course_content_list .mc_content_list .thumb .overlay{
  background-color: rgba(0,0,0, .5);
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my_course_content_list .mc_content_list:hover .thumb .overlay{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-align: center;
}
.my_course_content_list .mc_content_list .thumb .overlay ul{
  margin-top: 110px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li{
  border-radius: 17.5em;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  height: 35px;
  text-align: center;
  width: 100px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li a{
  color: #ffffff;
  font-size: 14px;
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .thumb img{
  border-radius: 5px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul{
  display: inline;
}
.my_course_content_list .mc_content_list .details .mc_footer ul:first-child{
  margin-right: 25px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li{
  margin-right: 3px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(199, 85, 51);
  font-weight: bold;
  line-height: 1.2;
  margin-left: 15px;
}
.my_course_content_list .mc_content_list .details .mc_footer{
  margin-top: 23px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price a{
  color: rgb(199, 85, 51);
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li:nth-child(6) a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li a i{
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-bottom: 5px;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle .title{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(10, 10, 10);
  line-height: 1.333;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span{
  border-radius: 5px;
  background-color: rgb(27, 213, 75);
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 90px;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span.style2{
  background-color: #ff1053;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span .tag{
  color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .details .mc_content p{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.714;
}
.my_setting_content{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.my_setting_content_header{
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.my_setting_content_details{
  padding: 30px;
}
.my_profile_setting_input label,
.my_profile_setting_input2 label{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(10, 10, 10);
  line-height: 1.2;
}
.my_profile_setting_input .form-control,
.my_profile_setting_input2 .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
  margin-bottom: 30px;
}
.my_profile_setting_input .form-control:focus,
.my_profile_setting_input2 .form-control:focus{
  outline: none;
}
.my_setting_savechange_btn{
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  height: 55px;
  width: 150px;
}
.view_edit_delete_list {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.view_edit_delete_list li:hover{
  cursor: pointer;
}
.view_edit_delete_list li:first-child {
  background-color: #8e9298;
}
.view_edit_delete_list li:nth-child(2) {
  background-color: #2441e7;
}
.view_edit_delete_list li:last-child {
  background-color: #ff1053;
}
.view_edit_delete_list li {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.view_edit_delete_list li a span{
  color: #ffffff;
  font-size: 20px;
}
.courses_list_heading.style2{
  box-shadow: none;
}
.courses_container{
  position: relative;
}
.courses_container.style2{
  box-shadow: none;
}
.courses_container .courses_list_content{
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  position: relative;
}
.courses_container .courses_list_content:hover{
  background-color: #f9fafc;
}
.courses_list_content .top_courses.list{
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
.courses_list_content .top_courses.list{
  background-color: transparent;
}
.courses_list_content .top_courses.list:hover{
  box-shadow: none;
}
.courses_list_content .top_courses.list .details .tc_content p{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.714;
}
.courses_list_content .top_courses.list:hover .details .tc_content h5{
  color: #2441e7;
}
.original_price{
  font-size: 13px;
  font-family: "Nunito";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review{
  margin-bottom: 0;
  margin-right: 20px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li{
  margin-right: 4px;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li a{
  font-size: 13px;
  color: rgb(208, 210, 60);
  line-height: 1.2;
}
.courses_list_content .top_courses.list .details .tc_footer ul.tc_review li:last-child a{
  color: #7e7e7e;
}
.courses_list_content .top_courses.list .details .tc_content{
  padding: 0px 0px 20px 15px;
}
.courses_list_content .top_courses.list .details .tc_footer{
  padding: 0 20px;
}
.courses_list_content .top_courses.list .thumb{
  border-radius: 5px;
  overflow: hidden;
  width: 450px;
}
.courses_list_content .top_courses.list .details .tc_footer{
  border: none;
}
/*== Popular Job Categories => Icon Hover Image Box ==*/
.hvr_img_box_container{
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.hvr_img_box_container:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.hvr_img_box_container .hvr_img_box{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container:hover .hvr_img_box{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hvr_img_box{
  position: relative;
  padding: 60px 50px;
}
.hvr_img_box.imgs{
  height: 100%;
  position: absolute;
  width: 100%;
}
.hvr_img_box_container:hover:before {
  background-color: rgba(0,0,0, .5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container .overlay .details{
  display: block;
  height: 250px;
  padding: 60px 50px;
  position: relative;
  width: 300px;
  z-index: 9;
}
.hvr_img_box_container .overlay .details h5 {
  color: #0a0a0a;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hvr_img_box_container .overlay .details p {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.hvr_img_box_container .overlay .details a {
  color: #192675;
  font-size: 14px;
  line-height: 24px;
}
.hvr_img_box_container .overlay .details a span.span{
  padding-left: 15px;
}
.hvr_img_box_container:hover .overlay .details h5,
.hvr_img_box_container:hover .overlay .details p,
.hvr_img_box_container:hover .overlay .details a{
  color: #ffffff;
}
.pjc_all_btn {
  margin-top: 25px;
}
.pjc_all_btn a.btn{
  border-radius: 4px;
  line-height: 45px;
  padding: 5px 40px;
}
.pjc_all_btn.home5 a.btn{
  border: 1px solid #262626;
  color: #262626;
}
.pjc_all_btn.home5 a.btn:hover{
  border: 1px solid #2441e7;
  color: #ffffff;
}
/*== Funfact Counter ==*/
.funfact_one .icon{
  color: #ffffff;
  font-size: 70px;
  line-height: initial;
}
.funfact_one .details ul{
  margin-bottom: 0;
}
.funfact_one .details .timer,
.funfact_one .details ul li{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-right: -2px;
}
.funfact_one .details ul li:last-child{
  margin: 0;
}
.funfact_one .details h5{
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}
.funfact_two_details li{
  margin-right: 100px !important;
}
.funfact_two .details .timer{
  color: #0a0a0a;
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  line-height: 1.2;
}
.funfact_two .details h5{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 2.667;
}
.about_whoweare h4{
  color: #0a0a0a;
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  line-height: 1.2;
}
.about_whoweare p{
  margin-bottom: 0;
}
.funfact_one .timer {
  color: #ffffff;
  font-size: 25px;
}
.funfact_one p {
  margin-bottom: 0;
}
.funfact_one.home6 {
  text-align: center;
}
.funfact_one.home6 .icon{
  color: #1fbda5;
  font-size: 60px;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 6px;
}
.funfact_one.home6 .timer{
  color: #252834;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
}
.funfact_one.home6:hover .icon{
  color: #252834;
}
.brdr_left_right {
  position: relative;
}
.brdr_left_right:before {
  background-color: #383838;
  bottom: 0;
  content: "";
  height: 40px;
  left: -30px;
  position: absolute;
  top: 25px;
  width: 1px;
}
.brdr_left_right.home6:before{
  left: -15px;
}
.brdr_left_right.home3:before {
  background-color: #d5d6d8;
}
.footer_middle_area.home6 {
  background-color: #ffffff;
  position: relative;
}
/*== Footer Social Widget ==*/
.footer_social_widget {
  position: relative;
  text-align: right;
}
.footer_middle_area.home3 .footer_social_widget p {
  color: #969ca9;
}
.footer_social_widget ul{
  margin-bottom: 0;
}
.footer_social_widget li{
  color: #969696;
  padding-left: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_social_widget li a{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_social_widget li:hover a{
  color: #ffffff;
}
.footer_middle_area.home3 .footer_social_widget li a {
  color: #969696;
}
.footer_middle_area.home3 .footer_social_widget li:hover a,
.footer_middle_area.home4 .footer_social_widget li:hover a {
  color: #0a0a0a;
}
.footer_social_widget.home8 li a{
  color: #969696;
}
.footer_social_widget.home8 li:hover a{
  color: #0a0a0a;
}
/*== 1st Layout Footer ==*/
.footer_one{
  padding: 80px 0;
}
.footer_middle_area {
  border-top: 1px solid #383838;
}
.footer_middle_area,
.footer_one {
  background-color: #151515;
}
.footer_bottom_area {
  background-color: #0a0a0a;
}
.copyright-widget p {
  margin-bottom: 0;
  font-size: 13px;
}
.footer_one.home3,
.footer_one.home4{
  background-color: #f9fafc;
}
.footer_one.home3:before {
  background-image: url(../images/background/1.png);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}
.footer_middle_area.home3{
  border-top: 1px solid #e5e8ef;
  background-color: #f9fafc;
}
.footer_bottom_area.home3{
  background-color: #ebeef4;
}
.footer_bottom_area.home3 .copyright-widget p,
.footer_bottom_area.home4 .copyright-widget p {
  color: #969696;
}
.footer_bottom_area.home4{
  background-color: #fafafa;
}
.footer_middle_area.home4{
  border-top: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.footer_one.home8{
  background-color: transparent;
}
.footer_one.home8:before{
  background-image: url(../images/background/3.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -75px;
  z-index: -1;
}
.footer_one.home5{
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
/*== Footer Widget ==*/
.footer_contact_widget p{
  color: #969696;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0;
}
.footer_contact_widget h4,
.footer_company_widget h4,
.footer_program_widget h4,
.footer_support_widget h4,
.footer_apps_widget h4{
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer_contact_widget li a,
.footer_company_widget li a,
.footer_program_widget li a,
.footer_support_widget li a {
  color: #9e9e9e;
  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_contact_widget li:hover a,
.footer_company_widget li:hover a,
.footer_program_widget li:hover a,
.footer_support_widget li:hover a {
  color: #ffffff;
  padding-left: 10px;
}
.footer_apps_widget .app_grid .apple_btn,
.footer_apps_widget .app_grid .play_store_btn{
  background-color: #0a0a0a;
  border: none;
  border-radius: 4px;
  height: 75px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}
.footer_apps_widget .app_grid .apple_btn:hover,
.footer_apps_widget .app_grid .play_store_btn:hover{
  background-color: #3452ff;
}
.footer_apps_widget .app_grid .play_store_btn{
  margin-bottom: 0;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .play_store_btn span{
  margin-right: 5px;
}
.footer_apps_widget .app_grid .apple_btn span.title,
.footer_apps_widget .app_grid .play_store_btn span.title{
  color: #ffffff;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .apple_btn span.subtitle,
.footer_apps_widget .app_grid .play_store_btn span,
.footer_apps_widget .app_grid .play_store_btn span.subtitle{
  color: #969696;
}
.footer_apps_widget .app_grid .apple_btn:hover span,
.footer_apps_widget .app_grid .apple_btn:hover span.subtitle,
.footer_apps_widget .app_grid .play_store_btn:hover span,
.footer_apps_widget .app_grid .play_store_btn:hover span.subtitle{
  color: #ffffff;
}
.footer_apps_widget.home3 .app_grid .apple_btn:hover,
.footer_apps_widget.home3 .app_grid .play_store_btn:hover{
  background-color: #369fdb;
}
.footer_apps_widget .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .apple_btn:active,
.footer_apps_widget.home3 .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .play_store_btn:active,
.footer_apps_widget.home3 .app_grid .play_store_btn:focus{
  box-shadow: none;
  outline: none;
}
.logo-widget{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.logo-widget span{
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.logo-widget.home3 span{
  color: #051925;
}
.logo-widget.home8 span{
  background: linear-gradient(to right, #835bb4 0%, #d7cf96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_menu_widget ul{
  margin-bottom: 0;
}
.footer_menu_widget ul li{
  padding-right: 25px;
  vertical-align: middle;
  padding-top: 7px;
}
.footer_menu_widget ul li a{
  color: #969696;
  font-size: 13px;
      -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer_menu_widget ul li a:hover{
  color: #ffffff;
}
.footer_menu_widget.home3 ul li a:hover{
  color: #0a0a0a;
}
.footer_contact_widget.home3 h4,
.footer_company_widget.home3 h4,
.footer_program_widget.home3 h4,
.footer_support_widget.home3 h4,
.footer_apps_widget.home3 h4,
.footer_contact_widget.home4 h4,
.footer_company_widget.home4 h4,
.footer_program_widget.home4 h4,
.footer_support_widget.home4 h4,
.footer_apps_widget.home4 h4,
.footer_one.home3 .footer_company_widget li:hover a,
.footer_one.home3 .footer_contact_widget li:hover a,
.footer_one.home3 .footer_program_widget li:hover a,
.footer_one.home3 .footer_support_widget li:hover a,
.footer_one.home4 .footer_company_widget li:hover a,
.footer_one.home4 .footer_contact_widget li:hover a,
.footer_one.home4 .footer_program_widget li:hover a,
.footer_one.home4 .footer_support_widget li:hover a{
  color: #051925;
}
.footer_contact_widget.home8 p{
  line-height: 30px;
  color: #6f7074;
}

.footer_one.home8 .footer_menu_widget ul li a{
  color: #6f7074;
}


.footer_one.home8:after{
  background-color: #e2e9f0;
  bottom: 80px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.logo-widget.home8{
  margin-left: 150px;
}
.footer_apps_widget .mailchimp_form .form-control {
  background-color: #1a1a1a;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  color: #707070;
  height: 52px;
  width: 80%;
}
.footer_apps_widget .mailchimp_form button{
  background-color: #2441e7;
  border: transparent;
  height: 52px;
  width: 52px;
}
.footer_company_widget.home5 h4,
.footer_program_widget.home5 h4,
.footer_apps_widget.home5 h4{
  color: #262626;
}
.footer_one.home3 .footer_contact_widget li a,
.footer_one.home3 .footer_company_widget li a {
  color: #969ca9;
}
.footer_one.home3 .footer_apps_widget .mailchimp_form button{
  background-color: #1c327e;
}
.footer_one.home6 .footer_apps_widget .mailchimp_form button{
  background-color: #333745;
}
.mailchimp_form.home5 .form-control {
  background-color: #fafafa;
}
.footer_apps_widget.home6 .mailchimp_form .form-control{
  background-color: #101219;
}
.footer_menu {
  padding-left: 60px;
}
.footer_menu ul li:last-child {
  border-radius: 4px;
}
.footer_menu ul li:last-child a{
  background-color: transparent !important;
  color: #7c7c7c;
  padding-left: 20px;
}
.footer_menu ul li:last-child:hover a{
  color: #7c7c7c;
}
.footer_menu ul li .bootstrap-select>.dropdown-toggle {
  background-color: #2f2b2b;
  box-shadow: none !important;
  border: transparent;
  color: #ffffff;
  height: 45px;
  line-height: 35px;
  margin-left: 15px;
  outline: none !important;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: 130px;
  z-index: 1;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
  outline: none;
}
.footer_menu ul li .bootstrap-select {
  width: auto !important;
}
.footer_bottom_area.home3 .footer_menu ul li .bootstrap-select>.dropdown-toggle {
  background-color: #1f2532;
}
.footer_bottom_area.home4 .footer_menu ul li .bootstrap-select>.dropdown-toggle{
  background-color: #ededed;
  border-radius: 22.5px;
  color: #8b8b8b;
}
.footer_bottom_area.home5{
  background-color: #ffffff;
}
.footer_bottom_area.home5 .footer_menu ul li .bootstrap-select>.dropdown-toggle{
  background-color: #e6e6e6;
  color: #8b8b8b;
}
.footer_one.home6{
  background-color: #1b1e28;
}
.footer_one.home6{
  border-bottom: 1px solid #363a48;
}
/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
  background-image: url(../images/background/inner-pagebg.jpg);
  background-repeat: no-repeat;
  height: 400px;
  margin-top: -1px;
  position: relative;
}
.inner_page_breadcrumb:before{
  content: "";
  background-image: -moz-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0px;
}
.inner_page_breadcrumb .breadcrumb_content{
  margin-top: 150px;
}
.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content{
  margin-top: 100px;
}
.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  padding-top: 5px;
}
.inner_page_breadcrumb .breadcrumb_title {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner_page_breadcrumb .breadcrumb_title li:first-child{
  color: #7f7f7f;
}
.inner_page_breadcrumb .breadcrumb_title li:last-child{
  color: #221f1f;
}
.inner_page_breadcrumb .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  color: #ffffff;
  text-transform: capitalize;
}
/*== About Page About Content ==*/
.about_content p {
  line-height: 30px
}
.about_content .btn{
  border-radius: 4px;
  font-size: 16px;
  width: 188px;
}
/*== About home3 ==*/
.home3_about,
.home3_about2{
  overflow: hidden;
}
.about_home3{
  margin-top: 100px;
}
.about_home3 h3{
  font-size: 26px;
  margin-bottom: 10px;
}
.about_home3 h5{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about_home3 p{
  margin-bottom: 0;
  max-width: 560px;
}
.about_home3 a.about_btn_home3{
  background-color: #ffffff;
  border: 2px solid #369fdb;
  border-radius: 25px;
  color: #369fdb;
  height: 50px;
  line-height: 35px;
  margin-top: 40px;
  width: 180px;
}
.about_home3 a.about_btn_home3:hover,
.about_home3 a.about_btn_home3:active,
.about_home3 a.about_btn_home3:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.about_home3 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 50px;
}
.about_home3 .partners_thumb_list li{
  margin-right: 55px;
}
.about_home3 .partners_thumb_list li:last-child{
  margin-right: 0;
}
.home3_about_icon_box{
  border-radius: 5px;
  display: block;
  margin-bottom: 45px;
  padding: 30px 60px 35px 40px;
  position: relative;
  z-index: 1;
}
.home3_about_icon_box.home8{
  padding: 70px 60px 60px 45px;
}
.home3_about_icon_box .icon{
  font-size: 70px;
}
.home3_about_icon_box .icon span{
  color: #ffffff;
}
.home3_about_icon_box h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.home3_about_icon_box h4,
.home3_about_icon_box p {
  color: #ffffff;
  font-weight: 700;
}
.home3_about_icon_box p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.home3_about_icon_box.one{
  background-color: #ecd06f;
  margin-top: -50px;
}
.home3_about_icon_box.two{
  background-color: #ff1053;
  margin-top: -80px;
}
.home3_about_icon_box.three{
  background-color: #00a78e;
  margin-bottom: 0;
}
.home3_about_icon_box.four{
  background-color: #00bce4;
  margin-bottom: 0;
  margin-top: -25px;
}
.home3_about_icon_box.five{
  background-color: #2ac4ea;
  margin-top: -50px;
}
.home3_about_icon_box.six{
  background-color: #3452ff;
  margin-bottom: 0;
}
.home3_about_icon_box.seven{
  background-color: #fbbc05;
  margin-bottom: 0;
  margin-top: -25px;
}
.about_home3_shape_container{
  position: relative;
}
.about_home3_shape {
  bottom: -210px;
  position: absolute;
  right: -306px;
}
.about_home3_shape2 {
  bottom: -500px;
  left: -306px;
  position: absolute;
  z-index: -1;
}
.about_home3_shape3 {
  bottom: -160px;
  position: absolute;
  right: -306px;
  z-index: -1;
}
.about_home4_shape4 {
  bottom: 550px;
  position: absolute;
  left: -225px;
  z-index: -1;
}
.about_home3_shape.home8{
  bottom: 70px;
  z-index: -1;
}
.about_home3_shape2.home8{
  bottom: -300px;
}
.about_home3_shape3.home8{
  bottom: 350px;
}
.about2_home3{
  margin-top: 100px;
}
.about2_home3 h3{
  font-size: 30px;
  margin-bottom: 10px;
}
.about2_home3 p{
  font-size: 16px;
  margin-bottom: 0;
}
.about2_home3 a.about_btn_home3{
  background-color: #ffffff;
  border: 2px solid #051925;
  border-radius: 25px;
  color: #051925;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 180px;
}
.about2_home3 a.about_btn_home3:hover,
.about2_home3 a.about_btn_home3:active,
.about2_home3 a.about_btn_home3:focus{
  background-color: #051925;
  color: #ffffff;
}
.instructor_col{
  text-align: center;
  margin-bottom: 40px;
}
.instructor_col .thumb img{
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.instructor_col .details p{
  font-size: 14px;
  margin-bottom: 0;
}
.instructor_col .details ul {
  margin-top: 10px;
}
.instructor_col .details ul li{
  margin-right: 4px;
}
.instructor_col .details ul li a {
  color: #d0d23c;
}
.instructor_col .details ul li:last-child a {
  color: #7e7e7e;
}
.instructor_personal_infor{
  position: relative;
}
.instructor_personal_infor .instructor_thumb{
  margin-bottom: 70px;
  margin-top: -140px;
}
.instructor_personal_infor .instructor_thumb img{
  border-radius: 50%;
  -webkit-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.instructor_personal_infor h4{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.instructor_personal_infor p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
  margin-bottom: 20px;
}
.instructor_personal_infor .instructor_estimate{
  margin-bottom: 30px;
}
.instructor_personal_infor .instructor_estimate li{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.about_box_home6 .details{
  position: relative;
}
.about_box_home6 .details h3{
  font-size: 26px;
  margin-bottom: 20px;
}
.about_box_home6 .details p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 35px;
  max-width: 540px;
}
.about_box_home6 .details a{
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
  height: 50px;
  line-height: 30px;
  width: 200px;
}
.about_box_home6 .thumb,
.about_box_home7 .thumb{
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.about_box_home6 .thumb:before,
.about_box_home7 .thumb:before{
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 410px;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 630px;
  z-index: -1;
}
.about_box_home7 .thumb:before{
  background-color: #f9f9f9;
}
.smp_icon_box{
  position: relative;
}
.smp_icon_box .icon{
  margin-bottom: 15px;
}
.smp_icon_box .details h4{
  font-size: 18px;
  font-family: "Nunito";
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.smp_icon_box .details p{
  color: #131313;
  font-size: 15px;
  line-height: 30px;
}
.smp_icon_box.box1 .details h4{
  color: #f25141;
}
.smp_icon_box.box2 .details h4{
  color: #93c524;
}
.smp_icon_box.box3 .details h4{
  color: #28a8e3;
}
.smp_icon_box.box4 .details h4{
  color: #00a78e;
}
.about_home3.home8{
  margin-top: 30px;
}
.our-team.instructor-page{
  background-color: #f9fafc;
}

.our-team.instructor-page .owl-carousel .owl-stage-outer{
  padding: 30px 0px;
}


.team_member{
  background-color: #ffffff;
  border: 2px solid #edeff7;
  border-radius: 5px;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_member.style2{
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    border: none;
}
.team_member.style3:hover{
  -webkit-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.team_member .instructor_col{
  margin-bottom: 15px;
}
.team_member .instructor_col .thumb img{
  height: 120px;
  margin: 0 auto 20px;
  width: 120px;
}
.team_member .instructor_col .details p{
  font-size: 15px;
}
.team_member .tm_footer{
  border-top: 1px solid #eeeeee;
}
.team_member .tm_footer ul{
  margin-bottom: 0;
  padding: 10px 0 10px;
}
.team_member .tm_footer ul li:first-child{
  padding-right: 10px;
}
.team_member .tm_footer ul li a{
  font-size: 14px;
}
/*== Testimonials Grid ==*/
.our-testimonials{
  background-color: #f9fafc;
}
.testimonial_item .thumb{
  margin-bottom: 30px;
  text-align: center;
}
.testimonial_item .thumb img{
  height: 60px;
  width: 60px;
}
.testimonial_item .details {
  text-align: center;
}
.testimonial_item .details h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial_item .details .small{
  font-size: 13px;
}
.testimonial_item .details p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.testimonialsec {
  float: left;
  width: 100%;
}
.tes-for {
  float: left;
  margin: 0;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tes-nav {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -150px;
}
.tes-nav img {
  float: none;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px 0;
}
.tes-nav .slick-slide.slick-current.slick-active.slick-center img {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 3px solid #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2{
  position: relative;
  text-align: center;
  opacity: .5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2 .details{
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 13px 60px 35px;
  padding-left: 120px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial_item.home2 .thumb .title{
  color: #060606;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}
.testimonial_item.home2 .thumb .subtitle{
  color: #2441e7;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}
.testimonial_slider_home2 .testimonial_item.home2{
  opacity: .5;
}
.testimonial_slider_home2 .owl-item.active.center .testimonial_item.home2 {
  margin: 0 auto;
  max-width: 555px;
  opacity: 1;
}
.testimonial_slider_home2 .owl-item.active.center .testimonial_item.home2 .details{
  background-color: #2441e7;
}
.testimonial_slider_home2 .owl-item.active.center .testimonial_item.home2 .details .icon{
  color: #4e66f0;
}
.testimonial_slider_home2 .owl-item.active.center .testimonial_item.home2 .details p{
  color: #ffffff;
}
.testimonial_slider_home2.owl-theme .owl-dots .owl-dot span{
  background-color: #c7c7c7;
  border-radius: 50%;
  height: 8px;
  margin-bottom: 0;
  width: 8px;
}
.testimonial_slider_home2.owl-theme .owl-dots .owl-dot.active span{
  background-color: #0a0a0a;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.testimonial_slider_home2.home8 .owl-item.active.center .testimonial_item.home2 .details{
  background-color: #debf52;
}
.testimonial_slider_home2.home8 .owl-item.active.center .testimonial_item.home2 .details .icon{
  color: #eacc61;
}
.testimonial_slider_home2.home8.owl-theme .owl-dots .owl-dot.active span{
  background-color: #debf52;
}
.testimonial_slider_home2 .testimonial_item.home2 .details .icon{
  color: #d4d4d4;
  font-size: 50px;
  left: 30px;
  line-height: normal;
  position: absolute;
  top: 20px;
}
.testimonial_item.home2 .details .icon{
  font-size: 40px;
  left: 50px;
  line-height: normal;
  position: absolute;
  top: 70px;
}
.testimonial_item.home2 .thumb img{
  display: inline-block;
  margin-bottom: 25px;
}
.becomea_instructor{
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 65px 15px 55px 200px;
}
.becomea_instructor.style2{
  background-color: #f9f9f9;
  padding: 65px 200px 55px 15px;
}
.becomea_instructor h3{
  font-size: 26px;
  margin-bottom: 25px;
}
.becomea_instructor p{
  margin-bottom: 30px;
}
.becomea_instructor a{
  border-radius: 5px;
  font-size: 14px;
  padding: 15px 25px 15px 40px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}
.becomea_instructor a span{
  padding-left: 15px;
}
.becomea_instructor_home3 {
  border-radius: 5px;
  padding: 65px 0 55px 35px;
}
.becomea_instructor_home3 h3 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}
.becomea_instructor_home3 p {
  color: #ffffff;
  font-size: 16px;
}
.becomea_instructor_home3.style1{
  background-color: #369fdb;
}
.becomea_instructor_home3.style2{
  background-color: #051925;
}
.becomea_instructor_home3 a{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  line-height: 35px;
  margin-top: 20px;
  width: 198px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.becomea_instructor_home3.style1 a{
  color: #369fdb;
}
.becomea_instructor_home3.style1 a:hover,
.becomea_instructor_home3.style1 a:active,
.becomea_instructor_home3.style1 a:focus{
  background-color: #051925;
  color: #ffffff;
}
.becomea_instructor_home3.style2 a{
  color: #051925;
}
.becomea_instructor_home3.style2 a:hover,
.becomea_instructor_home3.style2 a:active,
.becomea_instructor_home3.style2 a:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.becomea_instructor_home3 a span{
  padding-left: 15px;
}
/*== Blog Post Home V1 ==*/
.blog_post{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb{
  display: grid;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb img{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog_post:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 0;
}
.blog_post.one .thumb .post_title{
  font-size: 5vw;
  color: #ffffff;
  left: 20px;
  opacity: .15;
  position: absolute;
  top: 0;
}
.blog_post_home2 .bph2_header .bph2_date_meta,
.blog_post.one .thumb .post_date{
  background-color: #ffffff;
  border-radius: 5px;
  left: auto;
  padding: 15px;
  right: 30px;
  text-align: center;
}
.blog_post_home2 .bph2_header .bph2_date_meta span,
.blog_post.one .thumb .post_date span{
  color: #0a0a0a;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: table-caption;
  line-height: 22px;
}
.blog_post .thumb .post_date{
  color: rgba(255,255,255, .8);
  font-size: 13px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 9;
}
.blog_post.one .thumb:before{
  background-color: rgba(25, 38, 117, .7);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}
.blog_post .thumb:before{
  background-color: rgba(0,0,0, .6);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_post.one .details .post_meta{
  position: relative;
}
.blog_post.one .details .post_meta ul li{
  margin-right: 30px;
}
.blog_post.one .details .post_meta ul li:last-child{
  margin-right: 0;
}
.blog_post.one .details .post_meta ul li a{
  color: #ffffff;
  font-size: 14px;
}
.blog_post.one .details .post_meta ul li a i {
  font-size: 16px;
  margin-right: 10px;
}
.blog_post .details{
  bottom: 20px;
  left: 30px;
  position: absolute;
  z-index: 9;
}
.blog_post .details h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  width: 90%;
}
.blog_post .details h4{
  color: #ffffff;
}
.blog_post .details h5{
  color: rgba(255,255,255, .8);
  font-size: 14px;
}
.blog_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-prev{
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 40%;
}
.blog_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-next{
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  right: 20px;
  position: absolute;
  top: 40%;
}
.read_more_home a{
  color: #c75533;
}
.blog_post_home4 {
  position: relative;
}
.blog_post_home4 .bph4_thumb{
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 214, 100, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.blog_post_home4 .bph4_thumb:before{
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta{
  border-radius: 4px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  text-align: center;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .year {
  background-color: #f8faf9;
  color: #221f1f;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 20px 3px;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .year,
.blog_post_home4 .bph4_thumb .bph4_date_meta .date{
  margin-bottom: 0;
}
.blog_post_home4 .bph4_thumb .bph4_date_meta .date{
  background-color: #ffffff;
  color: #221f1f;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 13px 5px;
}
.blog_post_home4.home8 .bph4_thumb{
  box-shadow: none;
}
.blog_post_home4.home8 .bph4_thumb:before{
  background-color: transparent;
}
.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .year{
  background-color: #2441e7;
  color: #ffffff;
}
.blog_post_home4.home8 .bph4_thumb .bph4_date_meta .date{
  background-color: #192675;
  color: #ffffff;
}
.blog_post_home4 .details{
  padding-top: 25px;
}
.blog_post_home4 .details h4{
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.blog_post_home4 .details p{
  font-size: 15px;
  line-height: 28px;
  max-width: 342px;
}
.blog_post_home6 {
  position: relative;
}
.blog_post_home6 h3.title{
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6 .thumb h4{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.blog_post_home6 .thumb a{
  font-size: 15px;
  line-height: 30px;
}
.blog_post_home6_media_objects .title{
  font-size: 15px;
  margin-bottom: 60px;
  padding-top: 5px;
  position: relative;
  text-align: right;
}
.blog_post_home6_media_objects .title a{
  color: #0a0a0a;
  font-size: 15px;
}
.blog_post_home6_date{
  cursor: pointer;
  position: relative;
}
.blog_post_home6_date .title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog_post_home6_date .post_grid{
  background-color: #f9f9f9;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 15px 30px 15px;
  position: relative;
}
.blog_post_home6_date .post_grid.home7{
  background-color: #ffffff;
}
.blog_post_home6_date .post_grid:hover .post_date {
  background-color: #192675;
}
.blog_post_home6_media_objects .title a span,
.blog_post_home6_date .title a span{
  padding-left: 15px;
}
.blog_post_home6_date .title h3{
  float: left;
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6_date .title a{
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.blog_post_home6_date .post_grid .post_date {
  border-radius: 5px;
  background-color: #ff1053;
  color: #ffffff;
  float: left;
  height: 60px;
  line-height: normal;
  margin-right: 15px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_home6_date .post_grid .post_meta ul{
  margin-bottom: 0;
}
.blog_post_home6_date .post_grid .post_meta ul li a{
  font-size: 13px;
}
.blog_post_home6_date .post_grid .post_meta ul li a span{
  font-size: 16px;
  padding-right: 5px;
}
.about_home6 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 70px;
}
.about_home6 .partners_thumb_list li{
  margin-right: 55px;
}
.about_home6 .partners_thumb_list li:last-child{
  margin-right: 0;
}
.footer_apps_widget_home1.home6 input.form-control{
  margin: 0 45px 0 0;
}
.footer_apps_widget_home1.home6 button.btn,
.footer_apps_widget_home1.home7 button.btn{
  border-radius: 5px;
}
.footer_apps_widget_home1.home7 input.form-control{
  background-color: #f9f9f9;
}
/*== Team Slider Code ==*/
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
  left: -85px;
}
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev{
  left: 20px;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
  right: -85px;
}
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next{
  right: 20px;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff !important;
  color: #2441e7;
  height: 50px;
  line-height: 45px;
  position: absolute;
  top: 40%;
  width: 50px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.team_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.shop_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.single_product_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover{
  background-color: #2441e7 !important;
  color: #ffffff;
}
.shop_product_slider .shop_grid .thumb img,
.feature_post_slider .shop_grid .thumb img,
.single_product_slider .single_product .single_item .thumb img{
  margin: 0 auto;
  width: auto;
}
/*== Pricing Table Four ==*/
.membership_container{
  position: relative;
  background-color: #ffffff;
  padding: 30px 0;
}
.membership_container ul.mc_parent_list ul.mc_child_list .membership_header{
  border-radius: 5px;
  background-color: rgb(249, 250, 252);
  height: 210px;
  width: 250px;
}
ul.mc_parent_list li{
  margin-right: -3px !important;
}
ul.mc_parent_list ul.mc_child_list.one li{
  padding: 10px 200px 10px 50px;
}
ul.mc_parent_list ul.mc_child_list.one li,
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li{
  border-bottom: 1px solid #eeeeee;
  color: rgb(79, 79, 79);
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 3.333;
}
ul.mc_parent_list ul.mc_child_list.two li,
ul.mc_parent_list ul.mc_child_list.three li,
ul.mc_parent_list ul.mc_child_list.four li{
  padding: 10px 20px;
}
ul.mc_parent_list ul.mc_child_list.one li:first-child,
ul.mc_parent_list ul.mc_child_list.two li:first-child,
ul.mc_parent_list ul.mc_child_list.three li:first-child,
ul.mc_parent_list ul.mc_child_list.four li:first-child,
ul.mc_parent_list ul.mc_child_list.one li:last-child,
ul.mc_parent_list ul.mc_child_list.two li:last-child,
ul.mc_parent_list ul.mc_child_list.three li:last-child,
ul.mc_parent_list ul.mc_child_list.four li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px;
}
ul.mc_parent_list ul.mc_child_list .membership_header{
  padding: 60px 50px;
}
ul.mc_parent_list ul.mc_child_list .membership_header .price{
  font-size: 30px;
  font-family: "Nunito";
  color: rgb(199, 85, 51);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
ul.mc_parent_list ul.mc_child_list .membership_header h4{
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
  margin: 0;
}
ul.mc_parent_list ul.mc_child_list .membership_header p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
ul.mc_parent_list ul.mc_child_list.one:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.two:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.three:hover .membership_header,
ul.mc_parent_list ul.mc_child_list.four:hover .membership_header{
  background-color: #2441e7;
}
ul.mc_parent_list ul.mc_child_list:hover .membership_header .price,
ul.mc_parent_list ul.mc_child_list:hover .membership_header h4,
ul.mc_parent_list ul.mc_child_list:hover .membership_header p{
  background-color: #2441e7;
}
ul.mc_parent_list ul.mc_child_list:hover .membership_header .price,
ul.mc_parent_list ul.mc_child_list:hover .membership_header h4,
ul.mc_parent_list ul.mc_child_list:hover .membership_header p{
  color: #ffffff;
}
ul.mc_parent_list ul.mc_child_list .pricing_btn{
  border-radius: 25px;
  border:1px solid #d0d4dc;
  background-color: #ffffff;
  color: #0a0a0a;
  font-size: 15px;
  font-family: "Open Sans";
  height: 50px;
  line-height: 2.2;
  width: 200px;
}
ul.mc_parent_list ul.mc_child_list:hover .pricing_btn{
  background-color: #2441e7;
  color: #ffffff;
}
/*== Our Partners ==*/
.our-partner {
  padding: 40px 0;
}
.our_partner{
  text-align: center;
}
/*== Our Newslatters ==*/
.our-newslatters{
  background-color: #f9fafc;
}

.footer_apps_widget_home1 input.form-control{
  border: none;
  border-radius: 5px;
  height: 50px;
  margin: 0 auto;
  width: 65%;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.footer_apps_widget_home1 input.form-control:focus{
  border: none;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.footer_apps_widget_home1 button.btn{
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  width: 150px;
}
.footer_apps_widget_home1 button.btn span{
  margin-left: 10px;
}
.our-newslatters.home7{
  background-color: #ffffff;
}
/*== Error/404 Page ==*/
.our-error{
  position: relative;
  padding: 80px 0 127px;
  height: 100vh !important;
  background-size: cover;
}
.our-error:before{
  background-image: -moz-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(255,16,83) 0%, rgb(52,82,255) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.851;
  position: absolute;
  right: 0;
  top: 0;
}
.logo-widget.error_paged{
  padding-left: 30px;
}
.erro_code h1{
  color: #ffffff;
  font-family: "Nunito";
  font-weight: 600;
  font-size: 10.450vw;
  line-height: 1.2;
  margin-bottom: -10px;
  text-transform: uppercase;
}
.error_page.footer_apps_widget {
  position: relative;
  margin-bottom: 25px;
  margin-top: 130px;
}
.error_page.footer_apps_widget h4 {
  font-size: 35px;
  font-family: "Nunito";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.error_page.footer_apps_widget p{
  color: #ffffff;
  line-height: 30px;
  margin: 0 auto 50px;
  max-width: 885px;
  font-family: Nunito;
  font-size: 16px;
}
.error_page.footer_apps_widget .form-inline {
  display: inline-block;
}
.error_page.footer_apps_widget .mailchimp_form .form-control {
  background-color: #ffffff;
  width: 400px;
}
/*== LogIn Register Page ==*/
.our-log {
  background-color: #f9fafc;
}
.login_form {
  padding: 40px 40px 0;
}
.sign_up_form .divide,
.login_form .divide{
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider{
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  padding: 0 80px 0;
}

.sign_up_form.inner_page .custom-control-label::before,
.login_form.inner_page .custom-control-label::before{
  top: 4px;
}


.modal-content .custom-control-label::before{
  top: 4px;
}


.login_form.inner_page .heading h3{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_form .heading {
  margin-bottom: 40px;
}
.login_form .heading h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);

}
.login_form .form-control{
  border: 1px solid #dddddd;
  color: #6f7074;
  border-radius: 5px;

  color: #6f7074;
  height: 50px;
  margin-bottom: 20px;
}
.login_form .form-control:focus{
  border: 1px solid #dddddd;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label{
  color: #0a0a0a;
  font-size: 14px;
  padding-left: 8px;
}
.login_form button {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 40px;
}
.login_form .btn-log {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  font-weight: bold;
  height: 55px;
}
.login_form .btn-fpswd{
  color: #c75533;
  font-size: 14px;
}
/*== SignUP Form ==*/
.sign_up_form {
  padding: 40px 40px 0;
}
.sign_up_form .heading {
  margin-bottom: 40px;
}
.sign_up_form .form-control{
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-control:focus{
  outline: none;
}
.sign_up_form.inner_page .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
/* Create a custom checkbox */
.sign_up_form .checkmark {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-label{
  color: #0a0a0a;
  font-size: 14px;
  padding-left: 7px;
}
.sign_up_form button {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 40px;
}
.sign_up_form .btn-log {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  font-weight: bold;
  height: 55px;
}
/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons{
  margin-bottom: 50px;
}
.shortcode_widget_buttons .ui_kit_button button{
  margin-right: 10px;
}
.shortcode_widget_buttons .ui_kit_button button:last-child{
  margin-right: 0;
}
.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.faq_question_widget {
  background-color: rgba(243, 243, 246, 0);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  padding: 30px 30px 15px 30px;
}
.faq_question_widget .title {
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
}
.faq_question_widget ul{
  margin-bottom: 0;
}
.faq_question_widget ul li a {
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 2.667;
  color: #4f4f4f;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq_question_widget ul li:hover a {
  color: #2441e7;
  padding-left: 15px;
}
.faq_according .panel .panel-body{
  padding: 15px 25px;
}
.faq_according .panel .panel-body p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.faq_according .panel .panel-body h4{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(59, 59, 59);
  line-height: 1.333;
}
.faq_according .panel-heading{
  background-color: rgb(237, 239, 247);
  border-radius: 5px;
}
.faq_according .panel-heading .panel-title{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(59, 59, 59);
  line-height: 1.333;
}
.faq_according .panel-heading .panel-title a{
  padding: 15px 25px;
}
/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
  background-color: #2441e7;
  border-radius: 4px;
}
.ui_kit_tab .nav.nav-tabs {
  padding: 10px 15px;
}
.ui_kit_tab .nav.nav-tabs .nav-link {
  color: #ffffff;
  height: 43px;
  line-height: 27px;
  text-align: center;
  width: 104px;
}
.ui_kit_tab .nav.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.ui_kit_tab .nav.nav-tabs .nav-link.active {
  border-radius: 5px;
  color: #2441e7;
  border: none;
}
.ui_kit_tab .tab-content .tab-pane {
  font-size: 15px;
  padding: 35px 20px;
}
/*== Table Widget UI Page ==*/
.ui_kit_table .table {
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}


.ui_kit_table .table th {
  background-color: #2441e7;
  padding: 20px;
  border-bottom: transparent;
  color: #ffffff;
  font-weight: normal;
}
.ui_kit_table .table th,
.ui_kit_table .table td {
  padding-left: 30px;
}
/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert{
  height: 70px;
  line-height: 50px;
}
.ui_kit_button .btn {
  border-radius: 4px;
  height: 55px;
  width: 170px;
}
/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
  padding-left: 20px;
}
.ui_kit_input .form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}
/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5{
  margin-bottom: 18px;
}
.ui_kit_textarea .form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}
/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  margin-right: 5px;
  width: 100px;
}
.ui_kit_tooltip .btn:hover {
  color:
}
.ui_kit_tooltip .btn:focus {
  box-shadow: none;
  border-color: #dddddd;
}
/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn{
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  color: #6d6d6d !important;
  height: 50px;
  line-height: 35px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui_kit_select_search button.btn:focus{
  box-shadow: none !important;
  border-color: #dddddd;
  outline: none !important;
}
.ui_kit_select_search .bs-searchbox .form-control {
  height: 50px;
}
.ui_kit_select_search .bs-searchbox .form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}
.ui_kit_select_search .bs-searchbox:before {
  color: #d0d1d3;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  right: 25px;
  z-index: 999;
}
.ui_kit_select_search .dropdown-item {
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
}
.ui_kit_select_search .dropdown-item:hover {
  background-color: transparent;
  color: #221f1f;
}
.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active {
  background-color: transparent;
  color: #7f7f7f;

}
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio {
  display: inline-block;
  vertical-align: top;
}
.ui_kit_radiobox .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ui_kit_radiobox input[type=radio] {
  box-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui_kit_radiobox .radio label {
  cursor: pointer;
  line-height: 25px;
  margin: 0px 0 10px;
  padding-left: 29px;
  position: relative;
}
.ui_kit_radiobox label, legend {
  display: block;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 8px;
}
.ui_kit_radiobox .radio input[type=radio]:checked+label .radio-label {
  background-color: #2441e7;
  box-shadow: inset 0 0 0 5px #fff;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label {
  content: '';
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #dedede;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 0;
}
.ui_kit_radiobox label span, legend span {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.ui_kit_radiobox .radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label:after {
  background-color: #2441e7;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 100%;
  z-index: 99;
}
/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox input[type=checkbox],
.ui_kit_checkbox input[type=radio] {
  height: 17px;
  width: 17px;
}
.ui_kit_checkbox.style2 .custom-control-label::before{
  border-radius: 8.5px;
}
.ui_kit_checkbox .custom-control-label::after{
  top: .5rem;
}
.custom-control-label:focus,
.custom-control:focus{
  outline: none;
}
.custom-control-label::before{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  top: .50rem;
}
.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #2441e7;
  border-color: #2441e7;
}
.ui_kit_checkbox .custom-control-label {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 33px;
  margin: 0 0 10px;
  outline: none;
  padding-left: 7px;
  padding-right: 15px;
  width: 100%;
}
.ui_kit_checkbox .custom-control-label span{
  color: #c1c1c1;
  font-size: 14px;
}
.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox .custom-control-label {
  line-height: 2;
  margin: 0 0 10px;
  outline: none;
  padding-left: 25px;
}
.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #2441e7;
}
.ui_kit_whitchbox .custom-switch .custom-control-label::before {
  height: 1.25rem;
  border: 1px solid #dddddd;
  width: 3.15rem;
}
.ui_kit_whitchbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(2.0rem);
  transform: translateX(2.0rem);
}
.ui_kit_whitchbox .custom-switch .custom-control-label::after {
  height: 14px;
  top: 11px;
  width: 14px;
}
/*== Select Box Widget UI Page ==*/
.ui_kit_select_box .custom-select:focus{
  box-shadow: none;
  border-color: #dddddd;
}
.ui_kit_select_box .dropdown.bootstrap-select.custom-select-lg {
  padding-left: 0;
  padding-top: 0;
}
.ui_kit_progress_bar .skills li span {
  color: #262626;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu {
  margin-top: 10px;
}
/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown-menu {
  margin-top: 10px;
  padding: 20px;
}
.ui_kit_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #7f7f7f;
  height: 50px;
  line-height: 40px;
  padding-left: 20px;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}
.ui_kit_select_box .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
  outline: none;
}
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_select_box .show>.btn-light.dropdown-toggle,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_multi_select_box .show>.btn-light.dropdown-toggle {
  background-color: #ffffff;
  color: #7f7f7f;
}
/*== Blog Post Main Page ==*/
.mbp_pagination {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mbp_thumb_post .thumb{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.mbp_thumb_post .thumb:before{
  background-color: rgba(0,0,0, .5);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.mbp_thumb_post .thumb .tag{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(250, 250, 250);
  line-height: 1.2;
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.mbp_thumb_post .thumb .post_date{
  bottom: 30px;
  font-weight: bold;
  max-width: 95px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.mbp_thumb_post .thumb .post_date h2{
  font-size: 50px;
  font-family: "Nunito";
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.mbp_thumb_post .thumb .post_date span{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(255, 255, 255);
}
.main_blog_post_content .mbp_thumb_post .details {
  padding-top: 20px;
}
.main_blog_post_content .mbp_thumb_post .details p{
  font-size: 15px;
}
.main_blog_post_content .mbp_thumb_post .details ul.post_meta{
  margin-bottom: 20px;
}
.main_blog_post_content .mbp_thumb_post .details h4{
  font-size: 18px;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li{
  display: block;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li:before{
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  left: 15px;
  margin-top: 12px;
  position: absolute;
}
.main_blog_post_content .mbp_thumb_post .details ul.bs_content_list li p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 20px;
}
.mbp_thumb_post .details h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.mbp_thumb_post .details h4{
  font-size: 18px;
}
.mbp_thumb_post .details .post_meta li:nth-child(2) {
  margin-right: 20px;
  margin-left: 8px;
}
.mbp_thumb_post .details .post_meta li:nth-child(4) {
  margin-left: 8px;
}
.mbp_thumb_post li {
  display: inline-block;
}
.mbp_pagination ul.page_navigation {
  height: 70px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mbp_pagination ul.page_navigation li.page-item {
  display: inline-block;
  margin-top: 12px;
}
.mbp_pagination ul.page_navigation li.page-item:first-child .page-link,
.mbp_pagination ul.page_navigation li.page-item:last-child .page-link {
  border: 2px solid #eeeeee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mbp_pagination ul.page_navigation li.page-item:first-child .page-link:hover {
  border: 2px solid #eeeeee;
  background-color: #eeeeee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
}

.mbp_pagination ul.page_navigation li.page-item:last-child .page-link:hover {
  border: 2px solid #eeeeee;
  background-color: #eeeeee;
  border-radius: 22.5px;
  color: #4f4f4f;
  height: 45px;
  line-height: 25px;
  width: 104px;
}


.mbp_pagination ul.page_navigation li.page-item:first-child .page-link span{
  color: #fb3274;
  padding-right: 5px;
}
.mbp_pagination ul.page_navigation li.page-item:last-child .page-link span{
  color: #fb3274;
  padding-left: 5px;
}
.mbp_pagination ul.page_navigation li.page-item:last-child:focus{
  box-shadow: none;
}
.mbp_pagination ul.page_navigation li .page-link {
  background-color: transparent;
  border-radius: 50%;
  border: none;
  color: #7f7f7f;
  height: 45px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 45px;
}
.mbp_pagination ul.page_navigation li.active .page-link {
  background-color: #2441e7;
  color: #ffffff;
}
.event_counter_plugin_container{
  border-radius: 5px;
  background-image: -moz-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  height: 100px;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.event_counter_plugin_content{
  text-align: center;
}
.event_counter_plugin_content ul{
  margin-bottom: 0;
  text-align: center;
}
.event_counter_plugin_content ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 2.667;
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
  width: 22%;
}
.event_counter_plugin_content ul li:last-child{
  width: auto;
}
.event_counter_plugin_content ul li span {
  display: block;
  font-size: 26px;
  font-family: "Nunito";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}
/*== Blog Grid Post ==*/
.blog_grid_post{
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 5px;

}

.blog_grid_post .thumb{
  position: relative;
  overflow: hidden;

}
.blog_grid_post .thumb:before{
  background-color: rgba(0,0,0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog_grid_post .thumb .tag{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(250, 250, 250);
  line-height: 1.2;
  left: 30px;
  line-height: 40px;
  position: absolute;
  top: 30px;
}
.blog_grid_post .thumb .post_date{
  bottom: 30px;
  font-weight: bold;
  max-width: 95px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.blog_grid_post .thumb .post_date h2{
  font-size: 50px;
  font-family: "Nunito";
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.blog_grid_post .thumb .post_date span{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(255, 255, 255);
}
.blog_grid_post .details h3{
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 15px;
}
.blog_grid_post .details{
  padding: 20px 25px 30px 30px;
}
.blog_grid_post .details ul.post_meta{
  margin-bottom: 18px;
}
.blog_grid_post .details ul.post_meta li a span{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.blog_grid_post .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
  margin-bottom: 0;
}
.blog_grid_post.style2 .details{
  border-radius: 0 5px 5px 0;
  padding: 60px 45px 55px 40px;
}
.blog_grid_post.style2 .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.blog_grid_post .details .post_meta li:nth-child(2){
  margin-right: 20px;
  margin-left: 8px;
}
.blog_grid_post .details .post_meta li:nth-child(4){
  margin-left: 8px;
}
.blog_grid_post li{
  display: inline-block;
}
.blog_grid_post.style2.event_lists{
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.main_blog_post_content .event_lists:hover .blog_grid_post.event_lists{
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.blog_grid_post.style2.event_lists .thumb img{
  max-width: 600px;
  max-height: 385px;
}
.blog_grid_post.style2.event_lists ul li{
  display: list-item;
}
.blog_grid_post.style2.event_lists .details{
  padding: 59px 75px 60px 50px;
}
.blog_grid_post.style2.event_lists .details h3{
  font-size: 22px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.091;
}
.blog_grid_post.style2.event_lists .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.blog_grid_post.style2.event_lists .details ul{
  margin-top: 25px;
}
.blog_grid_post.style2.event_lists .details ul li{
  margin-bottom: 20px;
}
.blog_grid_post.style2.event_lists .details ul li:last-child{
  margin-bottom: 0;
}
.blog_grid_post.style2.event_lists .details ul li a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.blog_grid_post.style2.event_lists .details ul li a span{
  font-size: 18px;
  padding-right: 10px;
}
.event_participator_tile{
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 50px;
}
.participator_team .thumb img{
  height: 100px;
  width: 100px;
}
.participator_team .details h4{
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.333;
  margin-bottom: 0;
  margin-top: 20px;
}
.participator_team .details p{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
/*== Search Widget Blog Page ==*/
.blog_search_widget{
  margin-bottom: 30px;
}
.blog_search_widget button.btn{
  height: 48px;
}
.blog_search_widget input.form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  flex: 1;
  height: 48px;
  padding-left: 20px;
  width: 100%;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_search_widget input.form-control:focus{
  border-right: none;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.blog_search_widget button#button-addon2{
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  border-left: transparent !important;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  -webkit-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.blog_search_widget button#button-addon2:focus{
  box-shadow: none;
}
.blog_search_widget button#button-addon2:hover{
  color: #6c757d;
}
/*== Category Widget Blog Page ==*/
.blog_category_widget{
  margin-bottom: 30px;
}
.blog_recent_post_widget .title,
.blog_category_widget .title{
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog_category_widget ul.list-group{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px;
}
.blog_category_widget ul li.list-group-item{
  background-color: transparent;
  border: none;
  font-size: 15px;
  font-family: "Open Sans";
  color: #0a0a0a;
  padding: 10px 0;
}
.blog_category_widget ul li.list-group-item span{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  font-weight: normal;
}
.event_details_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.event_details_widget .title{
  font-size: 20px;
  font-family: "Nunito";
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 25px;
}
.event_details_widget ul{
  margin-bottom: 0;
}
.event_details_widget ul li{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.5;
  margin-bottom: 20px;
}
.event_details_widget ul li:last-child{
  margin-bottom: 0;
}
.event_details_widget ul li span{
  font-size: 18px;
  padding-right: 10px;
}
.category_sidebar_widget{
  position: relative;
}
.category_sidebar_widget .category_list{
  margin-bottom: 0;
}
.category_sidebar_widget .category_list li a{
  font-family: "Open Sans";
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.category_sidebar_widget .category_list li a span{
  font-family: "Open Sans";
  font-size: 14px;
  color: rgb(193, 193, 193);
  line-height: 2.857;
}
.feature_course_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px 0 15px;
  margin-bottom: 30px;
}
.feature_course_widget h4{
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  padding-left: 30px;
}
.feature_course_widget ul li{
  border-bottom: 1px solid #eeeeee;
  color: #0a0a0a;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 2.667;
  padding: 0 30px;
}
.feature_course_widget ul li span{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 2.667;
}
.feature_course_widget ul li:last-child{
  border-bottom: none;
  padding: 0 30px;
}
.instructor_pricing_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;

}
.instructor_pricing_widget.csv2{
  margin-top: -300px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
  border-width: 0px;
}

.feature_course_widget.csv1,
.blog_tag_widget.csv1{
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
  border-width: 0px;
  background-color: #FFF;
}

.instructor_pricing_widget .price{
  font-size: 30px;
  font-family: "Nunito";
  color: #0a0a0a;
  font-weight: bold;
  line-height: 1.2;
}
.instructor_pricing_widget .price span{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.instructor_pricing_widget .price small{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(193, 193, 193);
  line-height: 2.857;
}
.instructor_pricing_widget h5{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a span{
  color: #0a0a0a;
  font-size: 18px;
  padding-right: 5px;
}
.cart_btnss{
  border-radius: 27px;
  background-color: rgb(255, 16, 83);
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  height: 50px;
  line-height: 3.2;
  margin-bottom: 23px;
  margin-top: 23px;
  max-width: 234px;
  border: 2px solid #ff1053;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart_btnss:hover{
  background-color: #ffffff;
  border: 2px solid #ff1053;
  color: #ff1053;
}
.cart_btnss_white{
  background-color: #ffffff;
  border: 2px solid #ff1053;
  border-radius: 27px;
  color: #ff1053;
  display: block;
  font-size: 15px;
  font-family: "Open Sans";
  line-height: 3.2;
  margin-bottom: 23px;
  height: 50px;
  max-width: 234px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart_btnss_white:hover{
  background-color: #ff1053;
  color: #ffffff;
}
/*== Recent Post Widget Blog Page ==*/
.blog_recent_post_widget{
  margin-bottom: 30px;
}
.blog_recent_post_widget .title{
  font-size: 20px;
  margin-bottom: 20px;
}
.blog_recent_post_widget.media_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px 20px 30px 30px;
}
.blog_recent_post_widget.media_widget .media{
  margin-bottom: 30px;
}
.blog_recent_post_widget.media_widget .media:last-child{
  margin-bottom: 0;
}
.blog_recent_post_widget.media_widget .media img{
  border-radius: 8px;
  max-width: 90px;
}
.blog_recent_post_widget .media-body .post_title{
  font-size: 16px;
  font-family: "Nunito";
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog_recent_post_widget .media-body a{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(123, 123, 123);
  line-height: 1.2;
}
/*== Tag Widget Blog Page ==*/
.blog_tag_widget {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.blog_tag_widget .title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog_tag_widget .tag_list li {
  border-radius: 15px;
  background-color: rgb(237, 239, 247);
  height: 30px;
  margin-bottom: 15px;
  padding: 0px 25px;
}
.blog_tag_widget .tag_list li a{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb(79, 79, 79);
}
.blog_tag_widget .tag_list li:nth-child(3),
.blog_tag_widget .tag_list li:nth-child(4) {
  margin-bottom: 0;
}
/*== BlokQuote Blog Sinlge Page ==*/
.mbp_blockquote{
  padding: 13px 0px 20px 0px;
}
.mbp_blockquote .blockquote{
  position: relative;
}
.mbp_blockquote .blockquote:before{
  background-color: transparent;
}
.mbp_blockquote .blockquote span{
  color: #3b3b3b;
  font-size: 36px;
  float: left;
  line-height: 0.85;
  padding-right: 15px;
}
.mbp_blockquote .blockquote em{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(59, 59, 59);
  font-style: italic;
  line-height: 1.6;
}
.blog_post_share li{
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_share li:first-child{
  width: auto;
}
.blog_post_share li:first-child:hover{
  background-color: transparent;
}
.blog_post_share li:hover{
  cursor: pointer;
}
.blog_post_share li a{
  font-size: 16px;
  line-height: 1.2;
}
.blog_post_share li:hover a{
  color: rgb(72, 73, 77);
}
.blog_post_share li p{
  font-size: 18px;
  font-family: "Nunito";
  color: rgb(59, 59, 59);
  line-height: 1.333;
}
.blog_post_share li a{
  font-size: 16px;
  font-family: "FontAwesome";
  color: rgb(182, 185, 199);
  line-height: 1.2;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*== Next Prev Pagination Blog Sinlge Page ==*/
.mbp_pagination_tab{
  background-color: #ffffff;
  padding: 30px 0;
  position: relative;
}
.mbp_pagination_tab .pag_prev a{
  padding-left: 0;
}
.mbp_pagination_tab .pag_prev a span{
  margin-right: 15px;
}
.mbp_pagination_tab .pag_prev p{
  padding-left: 30px;
}
.mbp_pagination_tab .pag_next a{
  padding-right: 0;
}
.mbp_pagination_tab .pag_next a span{
  margin-left: 15px;
}
.mbp_pagination_tab .pag_next p{
  padding-right: 30px;
}
.mbp_pagination_tab .pag_prev p,
.mbp_pagination_tab .pag_next p{
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 10px;
}
.mbp_pagination_tab .pag_prev p:hover,
.mbp_pagination_tab .pag_next p:hover,
.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover{
  color: #2441e7;
}
/*== Commenting Blog Sinlge Page ==*/
.mbp_pagination_comments{
  position: relative;
  margin-top: 30px;
}
.mbp_pagination_comments .title{
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_pagination_comments .mbp_first img,
.mbp_pagination_comments .mbp_second img{
  margin-right: 2.16rem !important;
  width: 80px;
}
.mbp_pagination_comments .mbp_first .mbp_sub{
  margin: 55px 0;
}
.mbp_pagination_comments .mbp_first .mbp_sub img{
  margin-right: 1.16rem !important;
}
/*== Commenting Form Blog Sinlge Page ==*/
.mbp_comment_form{
  margin-top: 20px;
}
.mbp_comment_form h4{
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_comment_form .comments_form{
  background-color: #f1f1f1;
  padding: 30px 50px 50px;
}
.mbp_comment_form .comments_form input{
  border: 1px solid #dddddd;
  height: 50px;
}
.mbp_comment_form .comments_form input:focus,
.mbp_comment_form .comments_form button.btn:focus,
.mbp_comment_form .comments_form textarea:focus{
  box-shadow: none;
}
.mbp_comment_form .comments_form textarea{
  border: 1px solid #dddddd;
  height: auto;
}
.mbp_comment_form .comments_form .form-group label {
  color: #221f1f;
}
.mbp_comment_form .comments_form button.btn {
  border-radius: 4px;
  font-size: 16px;
  height: 55px;
  margin-top: 10px;
  padding: 0 80px;
}
.mbp_comment_form .comments_form button span {
  padding-left: 10px;
}
/*== Dashbord details Page ==*/
.our-dashbord {
  background-color: #f9fafc;
  margin-top: 90px;
  position: relative;
}
.our-dashbord.dashbord .container-fluid{
  padding-right: 60px;
}
.breadcrumb_widgets{
  border-radius: 5px;
  background-color: rgb(225, 230, 239);
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}
.breadcrumb_widgets .title{
  font-size: 22px;
  font-family: "Nunito";
  font-weight: 600;
  color: rgb(10, 10, 10);
  line-height: 1.2;
  margin-bottom: 0;
}
.breadcrumb_widgets .breadcrumb{
  background-color: transparent;
  padding: 0;
  position: relative;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item{
  font-family: "Open Sans";
  font-size: 15px;
  color: #7e7e7e;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item.active{
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.user_board{
  padding: 0 15px 0 0;
  position: relative;
}
.our-dashbord.dashbord:before{
  background-color: rgb(255, 255, 255);
  bottom: 0;
  content:"";
  left: 0;
  right: 0;
  max-width: 280px;
  top: -65px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
}
.user_profile {
  margin-bottom: 10px;
  position: relative;
}
.user_profile .media .media-body h4{
  font-size: 18px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.2;
  padding-left: 30px;
}
.user_profile .media .media-body h5,
.user_profile .media .media-body p {
  margin-bottom: 0;
}
.user_profile .media img {
  width: 65px;
}
.dashbord_nav_list h4{
  position: relative;
  padding-left: 30px;
}
.dashbord_nav_list li {
  height: 50px;
  line-height: 45px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dashbord_nav_list li a{
  font-family: "Nunito";
  color: #7f7f7f;
  font-size: 16px;
}
.dashbord_nav_list li:hover a,
.dashbord_nav_list li:hover a span{
  color: #2441e7;
}
.dashbord_nav_list li.active{
  background-color: #f9fafc;
}
.dashbord_nav_list li.active a{
  color: #2441e7;
}
.dashbord_nav_list li.active:before {
  background-color: #2441e7;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 2px;
}
.dashbord_nav_list li a span {
  font-size: 23px;
  margin-right: 15px;
}
.skill_sidebar_widget {
  margin-top: 40px;
  margin-left: 15px;
  padding-right: 50px;
}
.skill_sidebar_widget h4 {
  font-size: 17px;
  margin-bottom: 20px;
}
.skill_sidebar_widget .sonny_progressbar .bar{
  border-radius: 5px;
  height: 10px;
}
.skill_sidebar_widget .sonny_progressbar .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.password_change_form form input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  height: 48px;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.password_change_form form input:focus {
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  outline: none;
}
.password_change_form form button {
  border-radius: 4px;
  height: 55px;
  padding: 0 35px;
}
.password_change_form form button:focus {
  box-shadow: none;
  outline: none;
}
/*== Header User Notification & User ID ==*/
.header_user_notif {
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_user_notif li{
  display: inline-block;
  vertical-align: middle;
}
.header_user_notif li:first-child{
  margin-right: 20px;
}
.header_user_notif li:nth-child(2){
  margin-right: 15px;
}
.header_user_notif li span{
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
}
.header_user_notif li .dropdown .notification_icon{
  border-radius: 50%;
  background-color: #e35a9a;
  display: block;
  height: 43px;
  line-height: 40px;
  text-align: center;
  width: 43px;
}
.header_user_notif li img {
  width: 50px;
}
.header_user_notif .user_notif {
  position: relative;
}
.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show{
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: -270px !important;
  padding: 30px 10px 25px 30px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  max-width: 340px;
}
.header_user_notif li.user_setting .dropdown-menu.notification_dropdown_content.show:before {
  background-color: #ffffff;
  content: "";
  height: 37px;
  position: absolute;
  right: 40px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show .view_all_noti{
  display: block;
  padding: 20px 0 0;
}
.header_user_notif .user_notif .so_heading:before {
  background-color: #ffffff;
  content: "";
  height: 37px;
  position: absolute;
  right: 30px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif .user_notif .so_heading p{
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Nunito";
  line-height: 1.333;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.header_user_notif .user_notif .so_content {
  max-height: 200px;
}
.header_user_notif .user_notif .so_content .simplebar-offset{
  width: auto;
}
.header_user_notif .user_notif .so_content ul{
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0 20px;
}
.header_user_notif .user_notif .so_content ul li h5,
.header_user_notif .user_notif .so_content ul li p{
  font-size: 15px;
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li p{
  color: #7f7f7f;
}
.header_user_notif .user_notif .so_content ul li:first-child {
  margin-right: 0;
}
.header_user_notif .user_notif .so_content ul li:last-child {
  border-bottom: none;
}
.header_user_notif .user_notif {
  padding: 0;
}
.header_user_notif .user_notif .simplebar-offset:focus {
  outline: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar * {
  background:transparent;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-track {
  display: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important; // manage scrollbar thumb background color here
  border-radius: 6px;
}
.simplebar-placeholder {
  max-height: 355px !important;
  width: 325px !important;
}
/*== Header User Setting ID ==*/
.header_user_notif li.user_setting {
  position: relative;
}
.header_user_notif li.user_setting .btn{
  border: 1px solid transparent;
  color: #ffffff;
}
.header_user_notif li.user_setting a.btn.dropdown-toggle:after{
  display: none;
}
.header_user_notif li.user_setting .btn:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.header_user_notif li.user_setting .dropdown-menu.show {
  border: none;
  border-radius: 5px;
  margin-top: 19px;
  margin-left: -200px !important;
  padding: 30px 30px 10px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  width: 300px;
}
.header_user_notif li.user_setting .dropdown-menu.show:before {
  background-color: #ffffff;
  content: "";
  height: 37px;
  position: absolute;
  right: 40px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif li.user_setting .dropdown-menu.show .user_set_header{
  padding: 10px 0;
}
.header_user_notif li.user_setting .dropdown-menu.show .user_set_header img{
  margin-right: 15px;
}
.header_user_notif li.user_setting .dropdown-menu .user_set_header p{
  font-size: 16px;
  font-family: "Nunito";
  color: #0a0a0a;
  line-height: 1.2;
}
.header_user_notif li.user_setting .dropdown-menu .user_set_header p span{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content {
  padding: 15px 0 0;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a {
  border-bottom: 1px solid #dedede;
  color: #0a0a0a;
  font-size: 16px;
  font-family: "Nunito";
  line-height: 3.125;
  padding-left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a:last-child{
  border-bottom: none;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a:hover{
  color: #c75533;
  padding-left: 12px;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a.active,
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a.active span,
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a:hover,
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a:hover span {
  background-color: transparent;
}
.header_user_notif li.user_setting .dropdown-menu .user_setting_content a span {
  margin-right: 10px;
}