 @charset "utf-8";
   body {
    margin: 0px 0px !important;
    padding: 50px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0px !important;
}
.wrapper {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}
.header, .banner, .author, .author_content, .share_page, .footer, .footer_content, .footer_content_rgt, 
.teacher_section, .teacher_sec, .about_menu, .carousel-showmanymoveone,  
.single_team, .teacher_view, .process, .process_content, .pop_content, .inner_banner, 
.inner_menu, .blog_page, .blog_left, .blog_right, .author_left, .author_rgt, .author_img,
.author_des, .content_sec, .commment_sec, .text_sec, .text_frm, .box_sec, .box_image, 
.box_content, .box_menu, .reply_sec, .text_title, .section-title, .list_lo, .contact_page, 
.contact_left, .contact_left, .contact_address, .conatact_page, .login, .join, .join_inner, 
.content, .content_section, .cur_sec, .right_cour_tab, .video_tag, .describtion, 
.describtion_sec, .gallery, .myaccount_page, .filter_search, .myaccount_sec, .cust_table, .book_pages,  .myfrm,  
.bl_sec, .blog_sec, .arrival_item  {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.example6 .navbar-brand{ 
  background: url(../images/logo.png) center / contain no-repeat;
  width: 200px;
}
.example6 {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  margin: 0;
}
.example6 .navbar-right>.active>a, 
.example6 .navbar-right>.active>a:focus, 
.example6 .navbar-right>.active>a:hover {
 background-color: #ef6537;
 color: #ffffff !important;
}
.example6 .navbar-right a {
   color: #000000 !important;
    font-weight: 600;
    padding: 15px 5px;
}
.last_sec a {
  border: 2px solid #f07c29;
  padding: 3px 10px !important;
  margin: 10px;
}
.banner .carousel-control {
  opacity: 1;
}
.bnr-text {
  top: 20%;
  bottom: auto;
}

.bnr-text h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}
.bnr-text p {
  margin: 0 0 10px;
  color: #fff;
  text-shadow: none;
  font-size: 13px;
  font-weight: 200;
}
.bnr-text h2 {
  margin: 20px 0 0 0;
}
.fa_left {
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
  left: 20%;
  padding: 10px 16px;
  background: #f07c29;
  opacity: 1;
}
.fa_right {
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 16px;
  background: #f07c29;
  opacity: 1;
  right: 20%;
}
.custom_indicators li {
  width: 45px;
  height: 2px;
  margin: 1px;
  opacity: 0.5;
}
.custom_indicators .active {
  width: 45px;
  height: 2px;
  margin: 1px;
  opacity: 1;
  background: #f07c29;
  border: 1px solid #f07c29 !important;
}
.btn-blue-bg {
  background: transparent;
  color: #fff!important;
  text-align: center;
  font-size: 11px;
  padding: 10px 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 0;
}
.btn-blue-bg span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  transition: 0.5s;
}
.btn-blue-bg span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  color: #fff;
  top: -4px;
  right: -20px;
  transition: 0.5s;
  font-size: 18px;
}
.btn-blue-bg:hover span {
  padding-right: 15px;
}

.btn-blue-bg:hover span:after {
  opacity: 1;
  right: 0;
}
.author {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  padding: 60px 0;
  margin: 0 0 4px 0;
}
.author_content h1 {
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
}
.author_content h1 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.author_content h2 {
  color: #f07c29;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  margin: 0 0 15px 0;
  font-weight: 600;
  position: relative;
}
.author_content p {
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.author_content h2:before {
  content: "\f10d";
  font-size: 60px;
  color: #f3f3f3;
  font-family: FontAwesome;
  position: absolute;
  top: -74%;
  left: -10%;
}
.footer {
  background: #f5f4f0;
  padding: 50px 0px;
}
.footer_content {
  border-right: 1px solid #c0c0c0;
}
.footer_content ul {
  margin: 0 20px 0 0px;
  padding: 0px;
  text-align: right;
}
.footer_content ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 24px;
}
.footer_content ul li a {
  color: #6f6f6f;
  font-weight: 600;
  font-size: 15px;
}
.footer_content_rgt h1 {
  margin: 0px;
}

.footer_content_rgt h1 {
  margin: 18px 0 20px 0;
  font-size: 28px;
  font-weight: 600;
  color: #6f6f6f;
}
.teacher_section {
    background: #f5f4f0;
    margin: 0 0 60px 0;
    padding: 20px 0;
    position: relative;
    z-index: 0;
}
.teacher_sec h2 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.teacher_sec h2 span {
  background: #f07c29;
  padding: 3px 15px;
}
.teacher_sec h1 {
  font-size: 38px;
  display: block;
  color: #000;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
}
.single_team .team-img {
  overflow: hidden;
  position: relative;
}
.single_team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}
.team-social {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.team-social li {
  display: inline-block;
}
.team-social li:nth-child(1) a {
  transition-delay: 0.0s;
}
.team-social li a {
  color: #000000;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
  margin-left: 8px;
  display: inline-block;
  background: #fff;
  -webkit-transform: .4s;
  -ms-transform: .4s;
  transform: .4s;
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  padding: 5px 8px;
  border: 2px solid #f07c29;
  font-weight: 600;
}
.team-social li a i {
  display: inline-block;
}
.team-social li:nth-child(2) a {
  transition-delay: 0.1s;
}
.team-social li:nth-child(3) a {
  transition-delay: 0.3s;
}
.single_team .team-caption {
  background: #fff;
  padding: 15px 0px;
  text-align: center;
  box-shadow: 2px 2px 10px #929090;
  margin: 0 0 10px 0;
}
.single_team .team-caption h3 {
 margin: 0 0 5px 0;
 color: #ef6537;
 font-size: 16px;
 font-weight: 600;
}
}
.single_team .team-caption h3 a {
  color: #33384e;
  font-weight: 700;
  font-size: 18px;
}
.single_team .team-caption p {
  color: #57667e;
}
.single_team:hover .team-img img {
  transform: scale(1.06);
}
.single_team:hover .team-img .team-social a {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.team-social li a {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.teacher_view h4 {
  text-align: center;
  margin:  30px 0 20px 0;
}
.more_btn{
 background: #f07c29;
 color: #fff;
 padding: 20px 20px;
 cursor: pointer;
 display: inline-block;
 font-size: 16px;
 border-radius: 0px;
 -moz-user-select: none;
 font-weight: 400;
 letter-spacing: 1px;
 line-height: 0;
 margin-bottom: 0;
 margin: 10px;
 cursor: pointer;
 transition: color 0.4s linear;
 position: relative;
 z-index: 1;
 border: 0;
 overflow: hidden;
 margin: 0;
}
.more_btn:hover {
  color: #fff;
  text-decoration: none;
}
.more_btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
.more_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #e3650b;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}
.color_more {
  background: #f07c29;
  color: #fff;
}
.author_content h4 {
  text-align: center;
  margin: 30px 0px 0px 0px;
}
.about_menu h1 {
  margin: -70px 0 0 0;
  font-size: 30px;
  background: rgba(255,255,255,0.4);
  position: relative;
  top: -18px;
  padding: 5px 0;
}
.about_menu h1 span {
  color: #f07c29;
  font-weight: 600;
  display: block;
}
.about_menu h2 {
  color: #e6dbd5;
  font-weight: bold;
  position: relative;
  left: -28%;
  top: -60px;
}
.about_menu h2 img {
  width: 100%;
}
.about_menu p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  text-align: justify;
}
.about_menu h3 a {
  color: #000 !important;
  border: 2px solid #000;
}
.about_menu h3 a span {
  color: #000;
}
.about_menu .btn-blue-bg span:after {
 color: #000;
}
.about_menu_rgt h1 {
  margin: 30px 0px 0px 0px;
}
.about_menu_rgt h1 img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.process_content h1 {
  text-align: right;
  margin: 10px 0 0 0;
}
.process_content h1 img{
  width: 100%;
}
.process {
  padding: 110px 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  margin: 0 0 4px 0;
}
.homt_title h3 {
  text-align: left !important;
}
.homt_title p {
  margin: 0px 0px 8px 0px !important;
}
.homt_rgt h2 {
  margin: 0px;
}

#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
  #slider-control img {
    padding-top: 70px;
    margin: 0 auto;
  }
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -20%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 20%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.fac_left {
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #b90000;
  font-size: 24px;
  left: -20%;
  padding: 5px 13px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #000;
  opacity: 1;
}
.fac_right {
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #b90000;
  font-size: 24px;
  padding: 5px 13px;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #000;
  opacity: 1;
  right: -20%;
}
.pop_content .modal-header, 
.pop_content .modal-body, 
.pop_content .modal-footer {
  float: left;
  width: 100%;
}
.pop_content .modal-header {
  background: #f07c29;
  padding: 10px 10px;
}
.pop_content .modal-header h4 {
  color: #fff;
  font-weight: 200;
  margin: 0;
}
.pop_content .modal-header button {
  color: #fff;
  font-weight: 200;
  opacity: 1;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.table_cls tr th {
  background: #0a598e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.table_cls tr td {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.table_cls tr td a {
  background: #f07c29;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
  font-weight: 500;
  border-radius: 3px;
}

/***css********/
.inner_banner h1 {
  margin: 0px;
}
.inner_banner h1 img {
  height: 100px;
  width: 100%;
}
.inner_menu .breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-align: center;
  margin: 0;
}
.inner_menu .breadcrumb li {
  display: inline;
  font-size: 15px;
}
.inner_menu .breadcrumb li a {
  color: white;
  text-decoration: none;
}
.inner_menu .breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}
.inner_menu {
  margin: -60px 0 0 0;
}
.blog_left h1 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin: 0px;
}
.search_frm input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #333;
  height: 40px;
  padding-left: 10px;
  width: 100%;
  font-weight: 400;
  padding-right: 40px;
  margin: 15px 0 20px 0;
}
.search_frm a {
  color: #333;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search_frm {
  position: relative;
}
.blog_left h2 {
    color: #fff;
    background-color: #ef6537;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 2px 2px 10px #e1e1e1;
   padding: 10px 10px;
    margin: 0;
}
.frm_list {
  list-style: outside none none;
  margin: 0;
  padding: 0; 
}
.frm_list li {
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 15px;
    display: block;
    margin: 0;
}
.frm_list li a {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
  font-weight: 400;
}
.frm_list li a:hover {
  color: #F07C29;
}
.blog_page {
  margin: 50px 0 50px 0;
}
.author_img {
  display: inline-block;
  float: left;
  margin-right: 0px;
  position: absolute;
  left: 0px;
}
.author_des {
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 70px;
  position: relative;
  z-index: 99;
}
.author_img img {
  width: 100%;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
  background: #e1e1e1;
  max-width: 60px;
  min-width: 60px;
}
.author_des h2 {
  margin: 0px;
  font-size: 16px;
}
.author_des h2 a {
  margin: 0;
  color: #333;
  font-weight: 400;
}
.author_des h4 {
  margin: 3px 0px;
  color: #333;
  font-size: 15px;
}
.author_rgt {
  display: inline-block;
  float: right;
  margin: 10px 0 0 0;
  width: 100%;
}
.author_rgt span {
  color: #333;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  float: left;
}
.author_rgt ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.author_rgt ul li {
  display: inline-block;
  margin: 0 0 10px 13px;
  color: #4a4d4f;
  font-size: 15.3px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}
.author_rgt ul li a {
  font-size: 16px;
  color: #333;
  transition: .3s;
}
.author_rgt ul li a:hover {
  color: #F07C29;
}
.author_left {
  position: relative;
}
.content_sec {
  margin: 30px 0 0 0;
}
.content_sec h1 {
  margin: 0px;
}
.content_sec h1 img {
  width: 100%;
}
.content_sec h2 {
  margin: 20px 0 15px 0;
  font-size: 28px;
  color: #f07c29;
}
.content_sec p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: #000;
}
.content_sec h3 {
  background: #f2f2f2;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: #000;
  padding: 15px 15px;
  font-style: italic;
}
.content_sec h4 {
  margin: 20px 0 20px 0;
}
.blog_right {
  border-bottom: 2px dashed #181818;
  margin: 0 0 30px 0;
}
.blog_right:last-child {
  border-bottom: none;
}
.text_frm textarea {
  border-radius: 0px;
  padding: 10px 10px;
  color: #000;
  width: 100%;
  max-width: 100%;
}
.text_frm input[type="text"], .text_frm input[type="email"] {
  border-radius: 0px;
  padding: 10px 10px;
  height: 38px;
  color: #000;
  width: 100%;
  max-width: 100%;
}
.text_sec {
  background: #f2f2f2;
  padding: 30px 20px;
}
.box_image {
  position: absolute;
}
.box_image h1 {
  margin: 0px;
}
.box_image h1 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.box_content {
  position: relative;
  top: 0px;
  padding: 0 0 0 70px;
}
.box_content h2 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #3b7ae7;
}
.box_content p {
  font-size: 14px;
  line-height: 20px;
}
.box_sec {
  margin: 40px 0 0 0;
  position: relative;
  border-bottom: 1px solid #c4c4c4;
}
.box_sec:last-child {
  border-bottom: none;
}
.box_content h2 span {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.box_content button {
  margin: 0px;
}
.box_content button {
  color: #8a8a8a;
  font-size: 12px;
  background: #f2f2f2;
  padding: 1px 10px;
  border: 1px solid #8a8a8a;
}
.box_menu {
  position: relative;
  margin: 0 0 20px 0;
}
.reply_sec {
  padding: 0 0 0 70px;
}
.text_title h1 {
  margin: 15px 0 15px 0;
  color: #f07c29;
  font-size: 22px;
  font-weight: 600;
}
.submittingForm {
  display: none;
}
video {
  width:100%;
  height:400px;
  object-fit: cover;

}
.skills{
  padding: 50px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #e1e1e1;
  min-height: 353px;
  margin:20px 0;
}
.section-title {
  margin:20px 0;
}
.single-contact p i {
  font-size: 18px;
  background: #ffffff;
  color: #f60;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  border: 1px solid #6d6a6a;
  margin-right:10px;
}
.login {
  padding: 0;
  margin: 80px auto 0 auto;
  width: 58%;
  text-align: center;
  float: none;
}
.join {
  background-color: #f5f5f5;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  float: none;
  box-shadow: 2px 2px 10px #929292;
}
.join_inner {
  width: 58%;
  text-align: center;
  float: none;
  margin: 0 auto;
  padding: 30px 0;
}
.section-title h3 {
  margin: 10px 0 40px 0;
  color: #000;
  font-size: 28px;
  text-align: center;
}
.section-title h3 span {
 color: #f07c29;
}
.section-title p {
  font-size: 15px;
  margin: 0 0 15px 0;
}
.list_lo {
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #e1e1e1;
  min-height: 318px;
  margin: 20px 0;
}
.list_lo p {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.list_lo li i {
  padding: 0px 10px 0px 0px;
  color: #f60;
}
.list_lo li {
  line-height: 24px;
  font-size: 15px;
}
.contact_page {
  margin: 50px 0 50px 0;
}
.contact_left h4 {
  color: #000000;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.contact_left {
  background: #f2f2f2;
  padding: 20px 20px;
}
.contact_left input[type="text"], .contact_left input[type="email"] {
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
}
.contact_left textarea {
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  color: #000;
}
.contact_left  .form-group {
  margin-bottom: 15px;
}
.contact_left  .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.contact_address h1 {
  margin: 0 0 20px 0;
  font-size: 20px;
}
.ftr_adds {
  margin: 20px 0 0 0;
  padding: 0px;
  width: 100%;
}
.ftr_adds li {
  display: block;
  margin: 0 0 20px 0;
}
.icons {
  width: 40px;
  font-size: 18px;
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
  text-align: center;
}
.icons i {
  color: #f07c29;
  font-size: 18px;
  top: -5px;
  position: relative;
}
.texts {
  display: table-cell;
  vertical-align: top;
  color: #000000;
  font-size: 15px;
}
.login h3 {
  color: #f07c29;
  text-align: center;
  margin: 0 0 20px 0;
}
.login input {
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  border: 1px solid #c2c2c2;
}
.login .form-group {
  margin: 0px 0px 30px 0px;
}
.login button {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.join input {
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  border: 1px solid #c2c2c2;
}
.join .form-group {
  margin: 0px 0px 30px 0px;
}
.join button {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.join h3 {
  color: #f07c29;
  text-align: center;
  margin: 0 0 20px 0;
}
.conatact_page {
  margin: 50px 0 50px 0;
}
.login h4 {
  margin: 10px 0 0 0;
}
.login h4 a {
  margin: 0px;
  color: #000;
  font-size: 13px;
}
.cust_tab {
  text-align: center;
  margin: 0 auto 30px auto;
  width: 100%;
}

/* Style the buttons inside the tab */

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #f07c29;
}
.nav-pills>li>a {
  border-radius: 4px;
  color: #f60;
  background-color: #f2f2f2;
  font-size:16px;
}
/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.cust_tab button.active {
  color: #f07c29;
  background-color: #f2f2f2;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.content_section {
  margin: 30px 0px;
}
.video_tag {
  margin: 0 0 20px 0;
}
.section-title h3 {
  margin: 10px 0 40px 0;
  color: #000;
  font-size: 28px;
  text-align: center;
}
.describtion_sec h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  color: #f07c29;
}
.describtion_sec ul {  
  margin: 0 0 15px 15px;
  padding: 0px;
}
.describtion_sec ul li {
  line-height: 24px;
  font-size: 16px;
  color: #000;
  list-style-type: circle;
}

.describtion_sec h2{
  font-size: 23px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  color: #000;
}
.describtion_sec p {
  font-size: 16px;
  margin: 0 0 12px 0;
  color: #000;
  line-height: 21px;
}
.describtion_sec h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  color: #000;
}
.describtion_sec h5 span {
  color: #f07c29;
}
.describtion_sec h6 {
  margin: 20px 0px 10px 0px;
}
.describtion_sec h6 img {
  max-width: 100%;
}
.describtion_sec {
  border-bottom: 2px dashed #181818;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
.gallery
{
  display: inline-block;
  margin-top: 20px;
}
 .blog_left {
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #e1e1e1; 
  margin: 0 0 20px 0;
    border: 1px solid #d2d2d2;
}
.list li {
  line-height: 24px;
  font-size: 16px;
}
.list li i {
  padding: 0px 10px 0px 0px;
  color: #f60;
}
.chapter {
  width:100%;
  float:left;
  margin:50px 0px;
  text-align: justify;
  font-size:16px;
}
.chapter h2 {
  font-size: 23px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  color: #f07c29;
}
a:hover {
  text-decoration: none;
}
.chapter h5 span {
  color: #f07c29;
}
.chapter h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  color: #000;
}

.gallery_product {
  margin: 30px 0;
}
.gallery_product img {
  box-shadow: 3px 4px 20px 0 rgba(0,0,0,.1);
  -webkit-transition: .7s cubic-bezier(.26,.76,.3,.75);
  transition: .7s cubic-bezier(.26,.76,.3,.75);
  width: 100%!important;
  min-height: 200px;
  max-height: 200px;
}
.content {
  margin:30px 0;
}
@media (min-width: 50px) and (max-width: 767px ) {
  .example6 .navbar-brand {
    margin: 0 0 0 15px;
  }
  .bill_sub button {
    padding: 20px 10px;
}
.bill_sub a button {
    padding: 14px 10px !important;
    font-size: 13px !important;
    width: 55%;
}
  .bnr-text {
   width: 80%;
   left: 10%;
   padding: 10px 10px;
   top: 10%;
 }
 .bnr-text h3 {
  margin: 0 0 0 0;
  font-size: 13px;
}
.carousel-indicators {
  display: none;
}
.bnr-text h2 {
  margin: 10px 0 10px 0;
  line-height: 28px;
  padding: 0px;
}
.section-title {
  margin: 20px 0;
  padding: 0 10px;
}
video {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
}
.btn-blue-bg {
  font-size: 9px;
  padding: 5px 10px;
  margin: 0;
}
.fa_right {
  top: 40%;
  padding: 5px 5px;
}
.fa_left {
  top: 40%;
  padding: 5px 5px;
}
.author_content h2:before {
  font-size: 40px;
  top: -114%;
  left: 10%;
}
.teacher_sec h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.single_team.mb-30 {
  margin: 0 0 30px 0;
}
.teacher_view h4 {
  margin: 0;
}
.process {
  padding: 40px 0;
}
.about_menu h2 {
  position: static;
  left: 0;
  top: 0;
}
.about_menu h1 {
  margin: 0 0 10px 0;
  font-size: 24px;
  top: 0;
  padding: 5px 0;
}
.footer_content {
  border-right: none;
}
.footer_content ul {
  margin: 0;
  text-align: left;
}
.homt_title h3 {
  text-align: left !important;
  font-size: 17px !important;
  margin: 0 0 10px 0 !important;
}
.blog_left {
 min-height: auto;
}
.login {
   margin: 0 0 50px 0;
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px ) {
  .bnr-text {
    width: 50%;
    left: 10%;
    padding: 20px 10px;
    top: 18%;
  }
   .bill_sub button {
    padding: 20px 10px;
}
.bill_sub a button {
    padding: 14px 10px !important;
    font-size: 13px !important;
    width: 55%;
}
  .bnr-text h3 {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
  }
  .single_team.mb-30 {
    margin: 0 0 30px 0;
  }
  .teacher_view h4 {
    margin: 0;
  }
  .example6 .navbar-right a {
    padding: 15px 7px;
    font-size: 12px;
  }
  .front p, .back p {
    font-size: 13px !important;
    margin: 0px 0 10px 0 !important;
    line-height: 18px !important;
  }
  .front h3, .back h3 {
    top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1023px ) {
  .bnr-text {
    width: 50%;
    left: 10%;
    padding: 20px 10px;
    top: 18%;
  }
  
   .bill_sub button {
    padding: 20px 10px;
}
.bill_sub a button {
    padding: 14px 10px !important;
    font-size: 13px !important;
    width: 55%;
}
  .bnr-text h3 {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
  }
  .single_team.mb-30 {
    margin: 0 0 30px 0;
  }
  .teacher_view h4 {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px ) {
  .bnr-text {
    width: 36%%;
    left: 10%;
    padding: 20px 10px;
    top: 18%;
  }
  .bnr-text h3 {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
  }
  .single_team.mb-30 {
    margin: 0 0 30px 0;
  }
  .teacher_view h4 {
    margin: 0;
  }
}

.myaccount_sec .tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}
.myaccount_page {
    margin: 60px 0 50px 0;
}
.myaccount_sec h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.myaccount_sec ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
    width: 24%;
    float: left;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.myaccount_sec ul.tabs li, .myaccount_sec ul.tabs li a {
    margin: 0;
    cursor: pointer;
    padding: 8px 15px;
    line-height: 31px;
    color: black;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
}
.myaccount_sec ul.tabs li a {
    padding: 0px;
    border-bottom: none;
}
.myaccount_sec ul.tabs li i {
    margin: 0 10px 0 0px;
    font-size: 15px;
}
.myaccount_sec ul.tabs li.active, .myaccount_sec ul.tabs li.active a {
    background: #ef6136;
    color: #ffffff;
}
.myaccount_sec .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    width: 75%;
    text-align: left;
    background: white;
    border-radius: 0px;
}

.myaccount_sec .tab_content {
  padding: 0px 20px 20px 20px;
  height: 100%;
  display: none;
}

.myaccount_sec .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
 .myaccount_sec  ul.tabs {
    display: none;
  }

  .myaccount_sec .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .myaccount_sec .tab_drawer_heading {
    background-color: #ccc;
    background: #ef6136;
    /* Old browsers */
    background: #ef6136;
    /* FF3.6+ */
    background:#ef6136;
    /* Chrome,Safari4+ */
   
    /* IE6-9 */
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
 .myaccount_sec  .tab_drawer_heading:hover {
    background: #ef6136;

    color: white;
  }

  .myaccount_sec .d_active {
    background: #ef6136;
    color: #fff;
  }
}
.myaccount_sec .tab_content h2 {
    margin: 0 0 15px 0;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px dashed #000;
    padding: 0 0 10px 0;
    color: #ef6136;
}
.myaccount_sec .tab_content p {
    color: #000000;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.myaccount_sec .tab_content p span {
    color: #ef6136;
}
.cust_table thead tr {
  background: #f2f2f2;
  text-align: center;
}
.cust_table tbody td {
 text-align: center;
}
.cust_table tbody td a {
    text-align: center;
    background: #ef6136;
    color: #fff;
    padding: 3px 13px;
    font-size: 12px;
}
.myfrm label {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.myfrm input {
    border-radius: 0px;
    font-size: 13px;
    color: #000;
}
.myfrm .form-group {
    margin: 0 0 20px 0;
}
.myfrm {
    margin: 0 0 40px 0;
}
.frm_sec input, .frm_sec textarea {
    border-radius: 0px;
    font-size: 13px;
    color: #000;
}
.bill_page {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.bill_page h3 {
	    margin: 0px 0 20px 0;
    color: #f07c39;
}
.product-name {
    text-align: left;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
.product_sec h4 {
    margin: 0px;
    font-size: 14px;
}
.product_sec button {
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.product_sec button span {
    font-size: 13px;
    color: #e02c2c;
}
.bill_sec, .bill_left, .bill_rgt, .bill_sub {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.bill_left h1 {
    margin: 0px 0 20px 0;
    color: #f07c39;
    font-size: 21px;
    font-weight: 600;
}
.bill_rgt table {
    border: 1px solid #cabdbd;
    box-shadow: 2px 2px 10px #929292;
}
.bill_rgt td {
    font-weight: 600;
    font-size: 16px;
    padding: 13px 10px !important;
}
.bill_rgt td span {
    font-size: 16px;
    color: #f07c29;
}
.bill_rgt h1 {
    background: #f07c29;
    padding: 10px 10px;
    font-size: 21px;
    margin: 0px;
    color: #fff;
}
.bill_sub button {
    width: 40%;
    float: left;
}
.bill_sub a button {
    float: right;
    background: #ffffff !important;
    color: #000;
    padding: 21px 0px;
    border: 1px solid #f07c29 !important;
    display: inline-block;
    font-size: 16px;
    border-radius: 0px;
    -moz-user-select: none;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}
.bill_sub a button:hover {
   background: #f07c29 !important;
    color: #fff;
}
.billing_page {
    margin: 50px 0 50px 0;
    float: left;
    width: 100%;
}
.bill_left {
	margin: 0px 0px 20px 0px;
}
.tota {
	  color: #f07c29;
}
.stick_page {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: 25%;
    float: left;
} 
.share_page {
  margin: 0px 0px 20px 0px;
}
.share_page h4 {
    margin: 0 0 5px 0;
}
.share_page h4 a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 2px 2px 10px #e1e1e1;
    padding: 10px 20px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.fb {
  background:#4064ac  ;
}
.twis {
  background: #4c9be5;
}
.inss {
  background: #e44465;
}
.whts {
  background: #428bca;
}
 .share_page h4 a i {
  margin: 0 10px 0 0px;
 }
 .arrival_item h1 {
    margin: 0;
}
 .arrival_item h1 img { 
    max-height: 150px;
    min-height: 150px;
    width: 100%;
    height: auto;
} 
 .arrival_item h3 {
    margin: 20px 0 10px 0;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
}
.arrival_item {
    border: 1px solid #dddddd;
    padding: 0 0 20px 0;
}
 a.curve_shape  {
  margin: 0;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
}
.filter_search input  {
    margin: 0 0 20px 0 !important;
    border-radius: 0px;
    font-size: 14px;
} 
 .ct-topbar {
  text-align: right;
  background: #eee;
}
.ct-topbar__list {
  margin-bottom: 0px;
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
  z-index:200;
}
.ct-language__dropdown li{
	background: #222;
	padding: 5px;
}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #444;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
  background: #00aced;
  color: #fff;
  padding: 10px 0;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
  .skiptranslate {
    display: none;
}
 .langage_menu li a {
    padding: 5px 10px !important;
    font-size: 13px;
}