/*-----------------------------------------------------------------------------------

    Template Name: UNICARE - Education HTML Template 
    Template URI: http://uniquethemeszone.com
    Description: This is html5 template
    Author: Unique_Themes_Zone
    Author URI: http://uniquethemeszone.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2.  header
        2.1 header top area
        2.2 header-bottom-area
    3.  slider-area
    4.  service-area
    5.  about-area
    6.  awesome-area
    7.  gallery-area
    8.  popular-course-area
    9.  counterup-area
    10. event-area
    11. our-team-area
    12. our-client-area
    13. our-pricing-area
    14. our-blog-area
    15. footer-top-area
    16. footer-bottom-area
    17. course-page
        17.1 course-details
    18. event-page
        18.1 event-details
    19. news-page
        19.1 news-details
    20. about-us-2
    21. gallery-2
    22. contact-us
        22.1 googleMap
        22.2 service-area
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #e75e50;
  text-decoration: none;
}
a:active, a:hover {
	outline: 0 none;
	text-align: center;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body,
html {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    position: relative;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*----------------------------------------*/
/*  2.  header-area
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.1  header top area
/*----------------------------------------*/
.header_top_area {
  padding: 20px 0px;
  background: #f8f8f8;
}
.header_left ul {
  display: block;
}
.header_left ul li {
  display: inline-block;
  padding: 5px 5px;
  font-size: 13px;
  color: #717171;
  font-weight: medium 500;
}
.header_left ul li i {
  color: #e75e50;
  font-size: 18px;
  padding-right: 10px;
  transform: translateY(3px);
}
.sign-in i {
  color: #e75e50;
  font-size: 20px;
  padding-right: 10px;
  transform: translateY(3px);
}
.sign-in a {
  color: #e75e50;
  font-size: 13px;
}
.sign-in a:hover {
  color: #e75e50;
  text-decoration: none;
}
.social_icon {
  float: right;
  margin-right: 35px;
  margin-top: -19px;
  overflow: hidden;
}
.social_icon ul li {
  display: inline-block;
}
.social_icon ul li a {
  display: block;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border: 1px solid#e5e5e5;
  margin-left: 3px;
  background: #e5e5e5;
  transition: .5s;
  font-size: 11px;
  text-align: center;
  transition: .5s;
}
.social_icon ul li a:hover {
  background: #e75e50;
  color: #fff;
  border: 1px solid#e75e50;    
}
.social_icon i {
  margin-left: -5px;
  position: absolute;
  top: 9px;
}
/*----------------------------------------*/
/*  2.2  header bottom area
/*----------------------------------------*/    
.header_bottom_area {
  padding: 16px 0 17px;
}
.form-control_2.form-control_sp{
  background: #f8f8f8 none repeat scroll 0 0;
} 
.logo_area {
  margin-top: -7px;
}
.menu ul {
  margin-left: 148px;
}
.menu ul li {
  display: inline-block;
  position: relative;
}  
.menu ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding: 10px 11px;
  text-decoration: none;
  margin-top: 17px;
  text-transform: uppercase;
  font-family: "Roboto",sans-serif;
}
.menu ul li a:hover {
  color: #e75e50;
}    
ul.submenu {
 background: #f8f8f8 none repeat scroll 0 0;
 border-top: 3px solid #e75e50;
 left: -172px;
 opacity: 0;
 padding: 3px 22px;
 position: absolute;
 text-align: left;
 top: 100%;
 transform: scaleY(0);
 transform-origin: 0 0 0;
 transition: all 0.3s ease 0s;
 width: 180px;
 z-index: 999;
}
.menu ul li > ul.submenu li a:hover {
  color: #e75e50;
  padding-left: 5px;
}
.menu ul li:hover ul.submenu {
  opacity: 1;
  transform: scaleY(1);
}
.header-search .cate-toggler::after {
  display: none;
}
ul.submenu li {
 display: block;
 border-top: 1px solid #414141;
}
ul.submenu li:first-child {
 border-top: 0;
}
ul.submenu li a {
 color: #555;
 padding: 0 0 15px;
 text-transform: capitalize;
}
.menu nav > ul > li.active > a, .menu nav > ul > li:hover > a {
  color:#e75e50;
}
/*----------------------------------------*/
/*  3. slider-area
/*----------------------------------------*/
.slider-area {
  position: relative;
  z-index: 2;
}
.header-transparent {
  background: transparent none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.layer-1-1 h3 {
  padding-top: 132px;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 5px;
  text-align: center;
}
.layer-1-4.wow.bounceInUp {
  margin-top: 40px;
}
.layer-1-2 h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.layer-1-2 span {
  color: #e75e50;
}
.layer-1-3 p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  max-width: 714px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
}
.layer-1-4 {
  text-align: center;
}
.my_button {
  color: #fff;
  background: transparent;
  padding: 12px 24px;
  text-transform: uppercase;
  border: 2px solid #fff;
  display: inline-block;
  margin-top: 17px;
  font-weight: 700;
  font-size: 15px;
  transition: .3s;
  border-radius: 5px;
}
.my_button:hover {
  background: #e75e50;
  color: #fff;
  border: 2px solid #e75e50;
}
.slider-area .slides::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.nivo-controlNav {
  bottom: 0;
  left: 0;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
  bottom: 30px;
}
.slider-area .slides::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.nivo-control {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 30px;
}
.nivo-controlNav a.active {
  background: #e75e50 none repeat scroll 0 0;
}
.layer-1-1 h3 >span{
  color: #e75e50;
}
/*----------------------------------------*/
/*  4. service-area
/*----------------------------------------*/

.our_service_area {
  overflow: hidden;
  padding: 61px 0 38px;
  text-align: center;
}
.service_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
}
.service_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 567px;
  margin: 0 auto;
  margin-top: 14px;
}
.all_design {
  margin-top: 99px;
}
.sicial_icon_design {
  position: relative;
}
.design {
  height: 60px;
  width: 60px;
  background: #333;
  border-radius: 50%;
  margin-left: 107px;
  color: #fff;
  transition: .5s;
  position: absolute;
  top: -35px;
  left: 0;
  transition: .5s;
}
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  font-size: 28px;
  line-height: 60px;
  margin: auto;
}
.social-desc {
  background: #f8f8f8 none repeat scroll 0 0;
  height: 206px;
  padding: 36px 9px;
  width: 269px;
}
.social-desc h3 {
  font-size: 20px;
  font-weight: 700;
}
.social-desc h3 a {
  color: #333;
  transition: .5s;
  text-decoration: none;
}
.social-desc p {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  max-width: 206px;
  margin: 0 auto;
}
.sicial_icon_design:hover .social-desc h3 a {
  color: #e75e50;
}
.sicial_icon_design:hover .design {
   background: #e75e50;
}
.wow.animated.animated > span {
  color: #e75e50;
}
.design i {
  font-size: 28px;
  line-height: 60px;
  margin: auto;
}
/*----------------------------------------*/
/*  5. about-area
/*----------------------------------------*/
.about_area {
  padding: 0 0 70px;
  position: relative;
  overflow: hidden;
}
.about_vidieo_area{
  margin-top: 30px; 
}
.about_content {
  margin-left: 0;
  margin-top: 30px;
}
.about_content h2{
  font-size:30px ;
  color: #333;
  font-family: "Kaushan Script",cursive;
  font-weight: 400;
}
.about_content p{
  font-size:14px ;
  color: #717171;
  margin-bottom: 30px;
}
.about_btn{
  padding: 10px 20px;
  background: #fff;
  color: #e75e50;
  transition: .5s;
  border:1px solid#e75e50;
}
.about_btn:hover{
  background: #e75e50;
  color: #fff ;
  text-decoration: none;
  border: 1px solid#e75e50 ;
}
.about_content_heading{
  margin-top: 131px;
  margin-left: 60px;
}
.about_content_images{
  margin-top: 10px;
  margin-left: 30px;
}
.about_content_pic_1 img{
  margin-left: 150px;
  margin-top: 33px;
}
/*----------------------------------------*/
/*  6. awesome-area
/*----------------------------------------*/
.awesome_area {
  background: #f8f8f8 none repeat scroll 0 0;
  overflow: hidden;
  padding: 62px 0 58px;
}
.awesome_left_area {
  margin-top: 64px;
}
.awesome_photography {
  margin-top: 96px;
}
.awesome_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-align: center;
}
.awesome_start.awesome_start_space {
	margin-top: 20px;
	text-align: right;
}
.flat-new.flat-new_space{
  position: relative;
}
.flat-new.flat-new_space i {
  position: absolute;
  top: 14px;
}
.awesome_start_2.awesome_start_space_2 {
  margin-top: 20px;
}
.flat-new_2.flat-new_space_2{
  position: relative;
}
.flat-new_2.flat-new_space_2 i {
  position: absolute;
  top: 17px;
}
.awesome_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 567px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
}
.single-icon_new {
  overflow: hidden;
}
.single-icon {
  overflow: hidden;
}
.awesome_start {
  float: left;
  width: calc(100% - 50px);
}
.awesome_start h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  margin-right: 37px;
}
.awesome_start p {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  max-width: 286px;
  line-height: 24px;
  text-align: right;
}
.awesome_start_2 {
  float: right;
  width: calc(100% - 50px);
}
.awesome_photography_2 { 
  margin-top: 96px;
}
.flat-new_2 i {
  color: #e75e50;
}
.awesome_start_2 h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1px
}
.awesome_start_2 p {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  max-width: 286px;
  line-height: 24px;
}
.awesome_pic {
  background: rgba(0, 0, 0, 0) url("img/features-pic/new_photo.jpg") no-repeat scroll 0 0;
  height: 560px;
  width: 382px;
  margin-left: -14px;
}
.aww_photo {
  height: 435px;
  margin-left: 20px;
  max-width: 326px;
  position: relative;
  top: 57px;
  background-position: center top;
  transition: .90s;
}
.awesome_pic:hover .aww_photo {
  background-position: center 100%;
}
.flat-new {
  position: relative;
  font-size: 30px;
  color:#e75e50;    
}
.flat-new i {
  position: absolute;
  right: 27px;
  top: -1px;
}
.flat-new_2 {
  font-size: 30px;
  position: relative;
  color:#e75e50;    
}
.flat-new_2 i {
  left: 4px;
  position: absolute;
  top: 0px;
}
/*----------------------------------------*/
/*  7. gallery-area
/*----------------------------------------*/
.galary_area {
  padding: 60px 0 70px;
  text-align: center;
  overflow: hidden;
}
.galary_new_section {
  margin-top: 65px;
}
.galary_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
}
.galary_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 567px;
  margin: 0 auto;
  margin-top: 14px;
}
.galary_image {
  position: relative;
  overflow: hidden;
  display: block;
}
.galary_image img {
  transition: 0.8s;
  width: 100%;
}
.galary_image:hover img {
  transform: scale(1.15);
}
.galary_overly {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(229, 73, 58, 0.68);
  left: 0;
  transition: .5s;
  top: -100%;
  transform: scale(0);
}
.galary_image:hover .galary_overly {
  top: 0;
  transform: scale(1);
}
.caption {
  position: absolute;
  left: 33%;
  bottom: -100%;
  transition: .6s;
  display: block;
  margin: -19px;
}
.caption:hover {
  transform: scale(1.3);
}
.galary_image:hover .caption {
  bottom: 40%;
}
.caption i {
  color: #fff;
  margin-left: -13px;
  margin-bottom: 10px;
  font-size: 25px;    
}
.caption h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.caption h4 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
/*----------------------------------------*/
/*  8. popular-course-area
/*----------------------------------------*/
.popular_area {
  background: #f8f8f8 none repeat scroll 0 0;
  overflow: hidden;
  padding: 62px 0 60px;
}
#course_slider .item, #director_slider .item, #news_slider .item {
  padding: 0 15px;
}
.image {
  overflow: hidden;
}
.image, .image img {
  position: relative;
}
.main_new_pro.indicator-brand-2.owl-carousel.owl-theme {
  margin-top: 64px;
}
.image img {
  transition: all 0.8s ease 0s;
  width: 100%;
}
.border_radius {
  border-radius: 4px;
}
.bottom15 {
  margin-bottom: 11px;
}
.bottom15.new-one {
  color: #717171;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
}
.btn_common.blue.border_radius {
  border: 1px solid #e75e50;
}
.btn_common::after, .search_btn > span, .icon_box, .owl-theme .owl-controls .owl-buttons div, .tparrows, #director_slider .post, .teacher .post, .items > li > a:hover, .items > li > a.expanded, ul.tabs li, .shop_tab .tabs li, .overlay, .pushmenu-push, #menu_bars span, .pushmenu .push_nav > li, pricing_item, #search, #search.open, .about_box:hover, .about_box img, input, .pushmenu .push_nav > li > a span {
  transition: all 0.3s ease 0s;
  color: #fff;    
}
#parallax, #courses, #courses p, #counter, #counter p {
  color: #fff;
}
p {
  font-family: "Roboto",sans-serif;
  font-size: 1em;
}
.yellow, .btn_common.blue::after, .btn_common.white_border::after {
  background: #e75e50 none repeat scroll 0 0;
}
.btn_common:hover::after, .btn_common:focus::after, #course_slider .item:hover .btn_common.blue::after, .course:hover .btn_common.yellow::after, .blog_item:hover .btn_common::after {
  opacity: 1;
  transform: scale(1, 1);
}
.btn_common::after {
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 0.5);
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}
.yellow, #course_slider .item:hover .btn_common.blue, .btn_common.white_border:hover, .btn_common.white_border:focus, .btn_common.blue:hover, .btn_common.blue:focus {
  border: 1px solid #e75e50;
}
.yellow, .yellow:hover, .yellow:focus, .white_border, .white_border:hover, .white_border:focus, .btn_border:hover, .btn_border:focus, .blue, .blue:hover, .blue:focus, .blog_item:hover .btn_common.btn_border {
  color: #fff;
}
.blue, .btn_common.yellow::after, .btn_common.btn_border::after, .search_btn::after {
  background: #fff none repeat scroll 0 0;
  color: #e75e50;     
}
#parallax a, .btn_common {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.image:hover img, .events:hover .image img, .course:hover .image img, #course_slider .item:hover img, .teacher:hover .image img {
  transform: scale(1.1);
  transform-origin: center center 0;
}
.image:hover img, .events:hover .image img, .course:hover .image img, #course_slider .item:hover img, .teacher:hover .image img {
  transform: scale(1.1);
  transform-origin: center center 0;
}
.events:hover h4 a, .news_box:hover h4 a, .course:hover h3 > a, #course_slider .item:hover h3 a {
  color: #fff;
}
.btn_common:hover::after, .btn_common:focus::after, #course_slider .item:hover .btn_common.blue::after, .course:hover .btn_common.yellow::after, .blog_item:hover .btn_common::after {
  opacity: 1;
  transform: scale(1, 1);
}
.item:hover .bottom15 > a {
  color: #e75e50;
}
.item:hover .btn_common.blue.border_radius{
  background: #e75e50;
  color: #fff;
}
.bottom15 > a {
  color: #333;
}
.item:hover .image img {
  transform: scale(1.15);
}
.image img{
  overflow: hidden;
}
.item{
  position: relative;
  overflow: hidden;
}
.popular_heading h2 {
  color: #fff;
  font-family: "Kaushan Script",cursive;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  padding: 30px 30px;     
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -93px;
  width: 100%;
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -39px;
  position: absolute;
  right: 0;
  top: 189px;
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -39px;
  position: absolute;
  right: 0;
  top: 235px;
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: none;
  color: #e75e50;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 26px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
.indicator-brand-2.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #e75e50;
  display: inline-block;
  font-size: 17px;
  margin: 26px 2px;
  opacity: 1;
  padding: 3px 10px;
}
.xotica_area {
  background: #fff none repeat scroll 0 0;
  padding: 28px 20px;
}
/*----------------------------------------*/
/*  9. counterup-area
/*----------------------------------------*/
.counter_area {
  background: rgba(0, 0, 0, 0.5) url("img/count-pic/count-pic.jpg") no-repeat scroll 0 0;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;    
  padding: 19px 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.count{
  color: #fff;
  padding: 20px 0;
  margin-top: 80px;
}
.count span{
  font-size:60px ;
  color: #e75e50;
  font-weight: 500;
}
.count h4{
  font-size:18px ;
  color: #fff;
}
.service_heading_new h2{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.service_heading_new p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 8px auto 17px;
  max-width: 539px;
}
.count i {
  color: #fff;
  font-size: 50px;
  left: 118px;
  position: absolute;
  top: 48px;
}
.counter_area::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -9;
  opacity: 0.68;
}
/*----------------------------------------*/
/*  10. event-area
/*----------------------------------------*/
.event_area {
  padding: 63px 0 70px;
  overflow: hidden;
}
.iq_upcomming_bg{
  padding-bottom:25px;	
}
.iq_upcomming_event{
  float:left;
  width:100%;
  position:relative;
  margin:0px 0px 30px;	
}
.iq_upcomming_event figure:before{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0.35;
  background-color:#000;
  transform: scale(0);
}
.iq_upcomming_event:hover figure:before{
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  opacity: 0.7;
  transform: scale(1);
  transition: .5s;    
}
.iq_upcomming_event figure img{
  width:100%;
  height:auto;	
}
.iq_upcomming_des{
  bottom:15px;
  width:100%;	
  padding:0px 30px;
  position:absolute;
  text-align:center;
}
.iq_upcomming_event:hover .iq_upcomming_des{
  bottom: 50%;
  transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.iq_upcomming_des span {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 16px;
  opacity: 0;
  padding: 9px 15px 10px;
  text-transform: uppercase;
  visibility: hidden;
  width: 70px;
}
.iq_upcomming_des p {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin: 0 0 13px;
  padding: 6px 20px;
  text-transform: uppercase;
  background: #e75e50;
      
}
.iq_upcomming_event:hover .iq_upcomming_des span{
  opacity: 1;
  visibility:visible;
}
.iq_upcomming_des h5 a{
  color:#fff;
  font-size:22px;	
  text-transform: uppercase;
}
/*HOVER*/
.iq_upcomming_event:hover:before{
  opacity:0.75;
  width:93%;
  height:94%;	
}
.iq_upcomming_event:hover p{
  background-color:#fff;  
  color:#333;	
}
select, input, .tag-link, input.tag-link, .iq-tags li a, .flickrbadges, .iqoniq-tabs a, .text-footer a, .comment-reply, .link-wrapper a, .iq_course_icon, .overlay1::before, .categries-list a, .iq_upcomming_des, .flickrbadges img, .widget_archive li, .o_teacher_social a, .brnd-slider .thumb, .navigation ul li a, .iq_teacher_style_1, .iq_upcomming_des p, .iq_upcomming_des p, .popular_thumb h6 a, .widget_archive li a, .iq_tab_menu ul li a, .iqoniq2-info ul li i, .iqoniq2-info ul li a, .course_comments li a, .select ul.options li, .iq_upcomming_des span, .iq_footer_social li a, .course-lesson-list li, .blog_detail_navi li a, .Popular_capstion_thumb, .iq_contact_info ul li i, .course-lesson-list li a, .iq_gallery_menu ul li a, .popular_capstion > h5 a, .navigation ul li a::before, .our_teacher_page figure > a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .iq_contact_info ul li i::after, .iqoniq-pagination .page-numbers, .iq_upcomming_event figure::before, .iq_time_wrap a, .iq_top_contact a, .our_teacher_page figure > a::before, .iq_banner .slick-dots li.slick-active button {
  transition: all 0.3s ease-in-out 0s;
}
.iq_link_1, .fc-content, .blog1_link, .flickrbadges, .tag-link:hover, .overlay1::before, .iq_contact_info, .o_teacher_social a, .iq-tags li a:hover, .instractor_heading, .course-rating-head, .iqoniq-tabs a:hover, .dl-menuwrapper button, .fc-toolbar .fc-button, .iqoniq-tabs .active a, .dl-menuwrapper .dl-menu, .fc-unthemed td.fc-today, .widget_archive li:hover, .center-dec .text p::before, .navigation ul li a::before, .iq_tab_menu ul li:hover a, .slider-progress .progress, .iq_tab_menu ul li.active a, .event_pg_blog .fig_caption, .select ul.options li:hover, .course-progress .progress-bar, .iq_search.pull-right > button, .fc-toolbar button.fc-today-button, .our_teacher_page figure > a::before, .popular_thumb .overflow-text > span, .iq_upcomming_event:hover figure::before, .slick-dots li.slick-active button, .iqoniq-pagination .page-numbers:hover, .course-lesson-list li:hover, .iqoniq-pagination .page-numbers.current, .iq-progress .tooltip > .tooltip-inner, .iq-progress .progress-bar, .iq_footer_newsletter .iq-input-icon {
  background-color: #e75e50;
}
.iq_upcomming_event.iq_upcomming_event_2 {
  margin-bottom: 0;
}
.next_new_reh {
  padding-bottom: 64px;
}
/*----------------------------------------*/
/*  11. our-team-area
/*----------------------------------------*/
.our_team_area {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 62px 0 56px;
  overflow: hidden;
}
.our_team_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-align: center;
}
.our_team_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
}
.team_single {
  margin-top: 65px;
  overflow: hidden;
  position: relative;
}
.team_overlay {
  position: absolute;
  background: rgba(229, 73, 58, 0.68);
  left: 0;
  top: -100%;
  height: 84%;
  width: 100%;
  transition: .5s;
  transform: scale(0);
}
.team_single:hover .team_overlay {
  top: 0;
  transform: scale(1);
}
.team_content {
  position: absolute;
  left: 28%;
  top: -100%;
  transition: .6s;
  display: block;
  margin: -16px;
}
.team_single:hover .team_content {
  top: 40%;
}
.team_content i {
  border: 1px solid #facfcf;
  color: #fff;
  font-size: 26px;
  padding: 9px;
  background: #fff;
  color: #e75e50;
  height: 56px;
  width: 56px;
  float: left;
  text-align: center;
  display: block;
  line-height: 38px;
  transition: .5s;
}
.team_content i:hover {
  background: #e75e50;
  border: 1px solid #e75e50;
  color: #fff;
}
.team_membar_details {
  text-align: center;
  margin-top: 27px;
}
.team_membar_details h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.team_membar_details h4 {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
}
.team_single img {
  transition: 0.8s;
  width: 100%;
}
.team_single:hover img {
  transform: scale(1.15);
}
.tm-img {
  overflow: hidden;
}
/*----------------------------------------*/
/*  12. our-client-area
/*----------------------------------------*/
.our_client_area {
  padding: 60px 0 80px;
  overflow: hidden;
}
.client_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-align: center;
}
.client_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
}
.carrasol_area {
  margin-top: 67px;
}
.new_carassol.owl-carousel.owl-theme {
  margin-top: -2px;
  margin-bottom: -21px;
}
.indicator-brand-3.owl-theme .owl-controls .owl-buttons {
  opacity: 0;
  position: absolute;
  top: 30px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.new_carassol:hover.indicator-brand-3.owl-theme .owl-controls .owl-buttons{
  opacity: 1;
} 
.indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -49px;
  position: absolute;
  right: 0;
  top: 26px;
}
.indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -49px;
  position: absolute;
  right: 0;
  top: -17px;
}
.indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-3.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-3.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: 0;
  color: #de2259;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 25px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
/*----------------------------------------*/
/*  13. our-pricing-area
/*----------------------------------------*/
.our_pricing_area {
  background: #f8f8f8 none repeat scroll 0 0;
  overflow: hidden;
  padding: 62px 0 70px;
}
.pricing_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-align: center;
}
.pricing_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
}
.all_pricing {
  background: #fff;
  color: #000;
  padding: 20px;
  border: 1px solid#ebebeb;
  text-align: center;
}
.new_price {
  border: 4px solid #ebebeb;
  margin-top: 64px;
  padding: 5px;
  transition: all 0.5s ease 0s;
}
.table_status {
  text-align: center
}
.table_status h2 {
  font-size: 30px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  transition: .5s;
}
.table_status h3 {
  font-size: 16px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 4px;
}
.pricing_top {
  height: 140px;
  width: 140px;
  border: 5px solid#333;
  border-radius: 100%;
  padding: 10px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 23px;
  transition: .5s;
}
.pricing_top h1::after {
  content: "$";
  font-size: 18px;
  left: 150px;
  margin-top: -43px;
  position: absolute;
  top: 280px;
}
.pricing_top > h1 {
  font-size: 50px;
  margin-left: -8px;
  margin-top: 12px;
}
.pricing_top > h3 {
  font-size: 14px;
  margin-top: -4px;
}
.all_pricing ul {
  padding: 0;
}
.all_pricing ul li {
  margin: 15px;
  font-size: 16px;
  color: #717171;
}
.pricing_button {
  background: #333;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  height: 40px;
  width: 130px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: 1px solid transparent;
}
.new_price:hover {
  border: 4px solid#e75e50;
}
.new_price:hover .table_status h2 {
  color: #e75e50;
}
.new_price:hover .pricing_top {
  background: #e75e50;
  border: 5px solid#e75e50;
}
.new_price:hover .pricing_button {
  background: #e75e50;
  border: 1px solid#e75e50;
  color: #fff;
}
/*----------------------------------------*/
/*  14. our-blog-area
/*----------------------------------------*/
.our_blog_area {
  padding: 60px 0;
  overflow: hidden;
}
.blog_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-align: center;
}
.blog_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
}
.blog_new_section {
  margin-top: 65px;
}
.all_blog {
  border: 1px solid#ebebeb;
  padding: 5px;
  transition: .5s;
}
.blog_statement {
  background: #f8f8f8;
  padding: 10px 20px;
}
.blog_statement h2>a {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
.meta_post {
  margin-top: -3px;
}
.meta_post i {
  color: #717171;
}
.meta_post a {
  color: #717171;
  margin-right: 10px;
  font-size: 14px;
}
.meta_post span {
  color: #717171;
}
.blog_statement p {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin-top: 16px;
}
.blog_button {
  border-radius: 3px;
  color: #e75e50;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 38px;
  height: 40px;
  width: 120px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: 1px solid#e75e50;
  padding: 1px 18px;
  transition: .5s;
  margin-bottom: 14px;
}
.single_blog {
  height: 41px;
  width: 41px;
  line-height: 41px;
  background: #e75e50;
  position: absolute;
  top: 0;
  z-index: 999999;
}
.single_blog img {
  margin-top: -1px;
  margin-left: 10px;
}
.recent_blog {
  position: relative;
}
.blog_image {
  position: relative;
  overflow: hidden;
}
.blog_image a::before {
  background: rgba(229, 73, 58, 0.68);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9;
}
.all_blog:hover .blog_image a::before {
  opacity: 0.5;
  transform: translateX(0px);
  transition: all 0.4s ease 0s;
  visibility: visible;
}
.all_blog:hover .recent_blog {
  box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.6), -1px -1px 3px rgba(31, 31, 31, 0.6);
}
.all_blog:hover .blog_button {
  background: #e75e50;
  border: 1px solid#e75e50;
  color: #fff;
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -93px;
  width: 100%;
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -36px;
  position: absolute;
  right: 0;
  top: 189px;
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -35px;
  position: absolute;
  right: 0;
  top: 235px;
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: none;
  color: #e75e50;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 26px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
.indicator-brand-4.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #e75e50;
  display: inline-block;
  font-size: 17px;
  margin: 26px 2px;
  opacity: 1;
  padding: 3px 10px;
}
/*----------------------------------------*/
/*  15. footer-top-area
/*----------------------------------------*/
.footer_top_area {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 65px 0 52px;
  overflow: hidden;
}
.new-lgo-pix {
  margin-top: -18px;
}
.single_footer p {
  color: #717171;
  font-size: 15px;
  font-weight: 400;
  margin-top: 1px;
  max-width: 346px;
}
.form-control_2.form-control_color {
  background: #f5f5f5 ;
}
.single_footer {
  position: relative;
}
.single_footer p::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1%;
  left: 0;
  position: absolute;
  top: 232px;
  width: 363px;
}
.social_icon_footer p {
  margin-top: 50px;
  font-size: 15px;
  color: #717171;
}
.social_icon_footer {
  margin-top: 57px;
}
.social_icon_footer span {
  font-size: 15px;
  color: #717171;
  font-weight: 400;
}
.social_icon_footer a {
  margin-left: 15px;
}
.social_icon_footer i {
  font-size: 17px;
  color: #333;
  transition: .5s;
}
.social_icon_footer i:hover {
  color: #e75e50;
}
.last_form {
  margin-top: 30px;
}
.form-control_2 {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  height: 38px;
  margin: 8px 26px 10px -2px;
  padding: 3px 15px;
  width: 246px;
  color: #333
}
.last_button {
  background: #e5493a none repeat scroll 0 0;
  border: 1px solid #e75e50;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  margin-left: -29px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.last_button:hover {
  background: #fff;
  border: 1px solid#e75e50;
  color: #e5493a;
}
.post_caption {
  overflow: hidden;
}
.post_caption img {
  float: left;
  margin: 17px;
}
.post_caption h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 18px;
}
.post_caption h4 {
  font-size: 13px;
  font-weight: 500;
  color: #717171;
}
.post_caption a {
  color: #717171;
}
.post h2 {
  color: #e75e50;
  font-size: 30px;
  font-weight: 700;
  margin-left: 15px;
}
.instragram_area {
  overflow: hidden;
}
.instrgrm_image {
  position: relative;
  overflow: hidden;
}
.ins_overlay {
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  background: rgba(229, 73, 58, 0.68);
}
.instrgrm_image:hover .ins_overlay {
  top: 0;
}
.instrgrm_image {
  float: left;
  width: 30.33%;
  margin: 4px;
}
.instrangrm_heading h2 {
  color: #e75e50;
  font-size: 30px;
  font-weight: 700;
  margin-left: 15px;
  margin-bottom: 26px;
}
/*----------------------------------------*/
/*  16. footer-bottom-area
/*----------------------------------------*/
.footer_bottom_area {
  padding: 30px 0px;
  background: #f8f8f8;
  overflow: hidden;
}
.footer_last {
  text-align: center;
}
.footer_last p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
}
.footer_last span {
  font-size: 16px;
  color: #f38181;
  font-weight: 400;
}
.stick.header_bottom_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fafafa;
  box-shadow: 0px 2px 10px #999;
}
.nav > li > .active,
.nav > li > a:focus {
  color: blue;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.footer_last p a {
  color:  #e75e50;
  text-decoration: none;
}
#scrollUp {
  background: #e75e50 none repeat scroll 0 0;
  border: 1px solid  #e75e50;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  font-size: 28px;
  height: 45px;
  line-height: 40px;
  opacity: 1;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
}
#scrollUp:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid  #e75e50;
  color:  #e75e50;
}
/*----------------------------------------*/
/*  17. course-page
/*----------------------------------------*/
.item.item-2 {
  margin-bottom: 30px;
}
.new_area_slide {
  background: rgba(0, 0, 0, 0) url("img/slider/pic-1.png") no-repeat scroll 0 0;
  padding: 100px 0;
  position: relative;
  background-size: cover;    
}
.new_area_slide::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
  left: 0;    
  top: 0;    
}
.new_area_slide {
  margin-top: 0;
}
.new_account > h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 68px;
  width: 100%;
  z-index: 1;
}
.shop-head ul.shop-head-menu li a span {
  padding-right: 30px;
  position: relative;
}
.shop-head ul.shop-head-menu li a span:hover {
  color: #e75e50; 
}
.shop-head.shop-head-mix ul.shop-head-menu li a {
  color: #fff;
}
.shop-head.shop-head-mix {
	height: 100%;
	left: -2px;
	position: absolute;
	text-align: center;
	top: 96px;
	width: 100%;
	z-index: 1;
}
.shop-head {
  display: block;
  overflow: hidden;
  padding: 24px 0 51px;
}
.shop-head-menu {
  margin-top: -4px;
}
.shop-head ul.shop-head-menu li {
  color: #e75e50;
  display: inline-block;
}
.shop-head.shop-head-mix ul.shop-head-menu li i {
  color: #fff;
}
.shop-head.shop-head-mix ul.shop-head-menu li a span::after {
  color: #fff;
}
.shop-head ul.shop-head-menu li a span::after {
  color: #333333;
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
}
.blog-pagination ul {
  border-top: 1px solid rgba(0, 0, 0, 0.04);    
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}
.blog-pagination ul li {
  display: inline-block;
}
.blog-pagination ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #717171;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
}
.blog-pagination ul li.active a {
  background:  #e75e50 none repeat scroll 0 0;
  color: #fff;
}
.list-unstyled {
  background: #f8f8f8 none repeat scroll 0 0;
}
.popular_area.popular_area_2 {
  padding: 69px 0;
}
.awesome_heading.awesome_heading_2 > p {
  margin-bottom: 65px;
}
.footer_top_area.footer_top_area_2 {
  background: #fff none repeat scroll 0 0;
}
.footer_bottom_area.footer_bottom_area_2 {
  background: #fff;
}
.item.item-2.item-3 {
  margin-bottom: 60px;
}
.form-control_3 {
  background: #f7f7f7 none repeat scroll 0 0;
}
ul.submenu.submenu-2{
  background: #fff none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  17.1 course-details
/*----------------------------------------*/

 .blog-hover {
   position: absolute;
   left: 50%;
   top: 50%;
   content: "";
   opacity: 0;
   transform: translate(-50% -50%)
   margin: auto;
   z-index: 1;
   -webkit-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.course-details-content{padding-top: 35px; overflow: hidden}
.course-details-content h2{
  font-size: 28px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
.course-details-content p{
  font-size: 14px;
  color: #717171;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
}
.course-details-left {
  float: left;
  margin-left: 28px;
  padding-right: 50px;
  width: 56%;
}
.course-details-right {
  overflow: hidden;
  width: 40%;
}
.course-details-left h3, .course-details-right h3{
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 14px;
}
.course-details-right {
  border: 1px solid #e1e1e1;
  float: left;
  padding: 45px 35px;
}
.course-details-right h3{margin-bottom: 50px}
.course-details-right ul li{
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.course-details-right ul li:last-child{
  border-bottom: none;
}
.course-details-right ul li span{
  float: right
}
.course-details-right h3.red{
  color:#e75e50; 
  margin-bottom: 0;
}
.course-details-content p.margin{
  margin-bottom: 15px;
}
.reply-area h3 {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -10px;
  text-transform: uppercase;
}
.reply-area p {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 26px;
}
.reply-area form {
  position: relative;
}
.reply-area form p {
  color: #030303;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.reply-area form input, .reply-area form textarea {
  border: 1px solid #e1e1e1;
  height: 42px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
input, select, textarea {
 transition: all 0.5s ease-out 0s;
}
a, button, input {
  color: #606060;
  outline: medium none;
  transition: all 0.3s ease 0s;
}
.reply-area form textarea {
  height: auto;
  margin-bottom: 40px;
}
.reply-area form a.reply-btn {
  background: #fff none repeat scroll 0 0;
  color: #e75e50;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  padding: 8px 25px;
  text-transform: uppercase;
  border: 1px solid#e75e50;    
}
.reply-area form a.reply-btn:hover {
  background: #ec1c23 none repeat scroll 0 0;
  transition: all 0.5s ease 0s;
  border: 1px solid#e75e50; 
  color: #fff;    
}
.courses-details-area.blog-area.pt-150.pb-140 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 70px 0 40px;
}
.sidebar-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.sidebar-box .sidebar-box-inner {
  padding: 30px 25px;
}
h3.sidebar-title::before {
  background: #e75e50;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}
h3.sidebar-title {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 35px;
  position: relative;
  text-transform: capitalize;
}
.sidebar-course-price span {
  color: #333;
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}
.sidebar-course-price .enroll-btn {
  margin-bottom: 30px;
}
.enroll-btn {
  background: #e75e50;
  border: 2px solid #e75e50;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.enroll-btn:hover{
  background: #fff;
  border: 2px solid#e75e50;
  color: #e75e50;  
}
.download-btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e75e50;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.download-btn::before {
  color: #333;
  content: "";
  font-family: FontAwesome;
  left: 8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.download-btn:hover::before {
  color: #fff;
}
.download-btn:hover {
  background: #e75e50; 
  border: 1px solid #e75e50;
  color: #fff;
  transition: all 0.5s ease-out 0s;
}
.sidebar-related-area ul li {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar-related-area ul li .related-img {
  flex: 2 1 0;
  margin-right: 10px;
}
.sidebar-related-area ul li .related-content {
  flex: 3 1 0;
}
.sidebar-related-area ul li .related-content h4 {
  color: #333;
  font-size: 16px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.sidebar-related-area ul li .related-content h4 a {
  color: #333;
  transition: all 0.5s ease-out 0s;
}
.sidebar-related-area ul li .related-content p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.sidebar-content ul {
  margin: 0;
}
.sidebar-list-item li {
  line-height: 50px;
  border-bottom: 1px solid#d5d5d5;
}
.blog-sideber ul li a {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 35px;
  padding-bottom: 5px;
}
.sidebar-course-reviews h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-course-reviews h4 span {
  color: #333;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
}
.sidebar-course-reviews ul li {
  color:#e75e50;
  display: inline-block;
}
.skill-area {
  overflow: hidden;
  position: relative;
}
.skill-area .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  margin-top: 45px;
  overflow: visible;
  position: relative;
}
.skill-area .progress .lead {
  color: #333;
  font-weight: 500;
  position: absolute;
  top: -30px;
}
.skill-area .progress > span {
  color: #333;
  position: absolute;
  right: 0;
  top: -30px;
}
.skill-area .progress:nth-child(1) .progress-bar {
  background: #e75e50; 
}
.skill-area .progress:last-child {
  margin-bottom: 0;
}
.sidebar-content ul {
  margin: 0;
}
.blog-tags li {
  border-bottom: medium none;
  margin: 2px 0;
  padding-right: 0;
}
.blog-tags li a {
  background: #fff;
  border: 1px solid#e75e50;
  color: #e75e50;
  display: block;
  padding: 5px 15px;
  transition: all 0.4s ease 0s;
}
.blog-tags li a:hover {
 background: #e75e50;
  border: 1px solid#e75e50;
  color: #fff;
}
.comments {
  color: #4c4c4c;
  overflow: hidden;
  padding: 78px 15px 0px 0;
}
h4.title {
  color: #4c4c4c;
  font-size: 24px;
  margin-bottom: 27px;
  padding-bottom: 10px;
  position: relative;
}
.reply-area {
  padding: 0 0 10px
}
h4.title::after {
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 73px;
  background: #e75e50;    
}
.single-comment {
  margin-bottom: 31px;
  overflow: hidden;
}
.author-image {
  border: 2px solid #eaeaea;
  border-radius: 2px;
  float: left;
  height: 67px;
  margin-right: 23px;
  width: 67px;
}
.comment-text {
  overflow: hidden;
  padding-bottom: 8px;
}
.author-info > h4 {
  display: inline-block;
  font-family: "montserratregular";
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
}
.author-info > h4 a {
  color: #4c4c4c;
}
.comment-time, span.reply {
  float: right;
  font-family: "montserratregular";
  line-height: 22px;
}
span.comment-time {
  padding-right: 3px;
  position: relative;
}
.comment-text > p {
  line-height: 20px;
  padding-top: 30px;
}
.single-comment.comment-reply {
  padding-left: 131px;
}
.single-blog-banner {
  position: relative;
}
.single-blog-banner a {
  display: block;
  position: relative;
}
.single-blog-banner a img {
  display: block;
  line-height: 0;
}
.single-blog-banner h2 {
  bottom: 25px;
  color: #fefefe;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-weight: 700;
  left: 20px;
  line-height: 35px;
  position: absolute;
  text-transform: uppercase;
  z-index: 9;
}
.single-blog-banner a::after {
  background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar-question-form .form-group input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  color: #002147;
  height: 40px;
}
.help-block {
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.sidebar-question-form .form-group textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  color: #002147;
}
.default-full-width-btn {
  background:  #e75e50 none repeat scroll 0 0;
  border: 2px solid  #e75e50; 
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.default-full-width-btn:hover {
  background: #fff none repeat scroll 0 0;
  color:#e75e50;
  border: 2px solid  #e75e50;
}



/*----------------------------------------*/
/*  18. event-page
/*----------------------------------------*/
.event_area.event_area_2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 68px 0 70px;
}
.event-details-content {
  margin-top: 32px;
}
.event-details-content h2 {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.event-details-content ul {
  margin-bottom: 28px;
}
.event-details-content ul li {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  text-transform: capitalize;
}
.event-details-content ul li span {
  font-weight: 700;
}
.event-details-content p {
  color: #606060;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  margin-bottom: 22px;
}
.speakers-area {
  margin-bottom: 70px;
  margin-top: 50px;
}
.fix {
  overflow: hidden;
}
.speakers-area h4 {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-speaker {
  display: table-cell;
  padding-right: 65px;
}
.speaker-img {
  float: left;
  margin-right: 25px;
}
.speaker-name {
  display: table-cell;
  padding-top: 16px;
}
.speaker-name h5 {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.speaker-name p {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
/*----------------------------------------*/
/*  18.1 event-details
/*----------------------------------------*/
.sidebar-find-course .course-name input {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 40px;
}
.sidebar-find-course .form-group input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #717171;
}
.sidebar-find-course .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-search-btn-full {
  background: #e75e50;
  border: 2px solid #e75e50;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.sidebar-search-btn-full:hover {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e75e50;
  color: #e75e50;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 12px;
  width: 100%;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -39px;
  position: absolute;
  right: 0;
  top: 189px;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -39px;
  position: absolute;
  right: 0;
  top: 235px;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: none;
  color: #e75e50;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 26px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #e75e50;
  display: inline-block;
  font-size: 17px;
  margin: 26px 2px;
  opacity: 1;
  padding: 3px 10px;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: 13px;
  top: 65px;
}
.indicator-brand-9.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 13px;
  top: 108px;
}
.team_overlay.team_overlay_evnt {
  position: absolute;
  height: 284px;    
}
.team_content.team_content_event i {
  font-size: 19px;
  height: 43px;
  line-height: 27px;
  width: 43px;
}
.team_content.team_content_event {
  left: 19%;
}
.team_single.team_single_event {
  margin-top: 0;
}
.team_membar_details > h4{
  font-size:14px; 
}


/*----------------------------------------*/
/*  19. news-page
/*----------------------------------------*/
.our_blog_area.our_blog_area_2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 4px 0 70px;
}
.blog_statement.blog_statement_2 {
  background: #fff;
}
.all_blog.all_blog_space {
  margin-bottom: 30px;
}
/*----------------------------------------*/
/*  19.1 news-details
/*----------------------------------------*/
.single-news-details img {
  margin-bottom: 20px;
  width: 100%;
}
.single-news-details .content .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.single-news-details .content .news-meta {
  margin-bottom: 10px;
}
.single-news-details .content .news-meta span, .single-news-details .content .news-meta a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 15px;
}
.single-news-details .content .news-meta span i, .single-news-details .content .news-meta a i {
  font-size: 14px;
  margin-right: 5px;
  padding-left: 1px;
}
.single-news-details .content .news-meta span, .single-news-details .content .news-meta a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 15px;
}
.single-news-details .quote-section {
  background-color: #efefef;
  border-left: 2px solid#e75e50;
  margin: 38px 0 39px 35px;
  overflow: hidden;
  padding: 17px 37px 17px 27px;
}
.single-news-details .quote-section p {
  margin: 0;
}
.news-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding: 10px 0;
}
.related-tag {
  display: inline-block;
}
.related-tag span {
  float: left;
  margin-right: 10px;
}
.related-tag .tag {
  display: inline-block;
  vertical-align: top;
}
.related-tag .tag a {
  color: #898989;
  font-weight: 300;
}
.share-links {
  float: right;
}
.share-links span {
  float: left;
  margin-right: 10px;
}
.share-links .links {
  display: inline-block;
  vertical-align: top;
}
.share-links .links a {
  color: #898989;
  display: block;
  float: left;
  font-weight: 300;
  margin-right: 15px;
}
.share-links .links a:hover {
  color:#e75e50;
}
.comment-wrapper {
  margin-top: 70px;
  overflow: hidden;
}
.comment-wrapper h3 {
  line-height: 18px;
  margin-bottom: 50px;
}
.single-comment {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.single-comment .author-image {
  border: 1px solid #eaeaea;
  float: left;
  height: 70px;
  margin-right: 15px;
  width: 70px;
}
.single-comment .author-image img {
  width: 100%;
}
.single-comment .author-info h4 {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.single-comment .time, .single-comment .reply {
  float: right;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.single-comment .reply a {
  color: #e75e50;
  display: block;
}
.single-comment .time {
  padding-right: 3px;
  position: relative;
}
.single-comment .comment-text p {
  line-height: 20px;
}
p:last-child {
  margin-bottom: 0;
}
.comment-list li ul li {
  padding-left: 70px;
}
.courses-details-area.courses-details-area-3t.blog-area.pt-150.pb-140 {
  padding: 69px 0 70px;
}
.post-information h2 {
  color: #181818;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "oswald",sans-serif;
  font-weight: 700;
}
.author-description.author-description-2 > h2 {
   margin-top: 12px;
}
.post-information {
  padding: 25px 0;
}
.comments-area {
  margin-bottom: 75px;
  margin-top: 30px;
}
.post-information .entry-meta span a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
}
.entry-meta span a:hover {
  color:  #e75e50;
}
.post-information .entry-meta {
  border: 4px double #777;
  margin: 20px 0;
}
.post-information .entry-meta span i {
  padding: 0 10px;
}
.entry-content > p {
  color: #333;
  line-height: 22px;
}
.entry-meta > span {
  color: #333;
}
.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #e75e50;
  font-size: 17.5px;
  font-style: italic;
  line-height: 26px;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:  #e75e50;
  border-color:  #e75e50;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}
.social-sharing > h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 15px 10px;
}
.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}
.sharing-icon a {
  border: 1px solid #444444;
  color: #333;
  display: block;
  float: left;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  text-align: center;
  width: 28px;
}
.sharing-icon a:hover {
  color:  #e75e50;
  border: 1px solid #e75e50;
}
.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}
.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}
.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 5px 1px;
  padding: 15px;
  width: 100%;
}
.comment-text > p {
  margin-top: 46px;
}
.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}
.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.comments-list ul li{margin-bottom: 25px;}
.comments-list-img{float: left;
margin-right: 15px;}
.comments-content-wrap{
  border: 1px solid #ccc;
  color: #444;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 63px; 
  padding: 10px;
  position: relative;
}
.comments-content-wrap::before {
  background: #EBEBEB none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}
.author-description h2 {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
}
.author-description h2 a {
  color: #252525;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
  margin-top: 60px;
}
h3.comment-reply-title{}
span.email-notes{color: #444;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;}
.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;}
.comment-respond textarea#message{
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;height: 130px;
  width: 100%;}
.comment-respond input[type="submit"] {
  background: #fff;
  border: 1px solid  #e75e50;
  border-radius: 0;
  box-shadow: none;
  color:  #e75e50;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.comments-content-wrap span a {
  color: #000;
}
.comments-content-wrap span a:hover {
  color:  #e75e50;
}
.comment-respond input[type=submit]:hover{
  background:  #e75e50;   
  color: #fff;
  border: 1px solid#e75e50;  
}
.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin:0;
  padding-top:30px;
}
.entry-content p {
  color: #444;
}
.box-date::after {
  background-color: #333;
  content: "";
  display: block;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 50px;
}

.box-date {
  background-color: #e75e50;
  color: #fff;
  float: left;
  font-family: "Open Sans";
  font-size: 11px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 70px;
}
.number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
/*----------------------------------------*/
/* 20. about-us-2
/*----------------------------------------*/
.about_area.about_area_2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 38px 0 70px;
}
.our_ctr_area {
  padding: 68px 0;
} 
.indicator-brand-6.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 12px;
  width: 100%;
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -39px;
  position: absolute;
  right: 0;
  top: 189px;
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -39px;
  position: absolute;
  right: 0;
  top: 235px;
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: none;
  color: #e75e50;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 26px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
.indicator-brand-6.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #e75e50;
  display: inline-block;
  font-size: 17px;
  margin: 26px 2px;
  opacity: 1;
  padding: 3px 10px;
}
.Section-element{}
.collapses-group{}
.panel-group .panel {
  margin-bottom: 10px;
}
.panel-title a {
  color: #e75e50;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  font-weight:700;
}
.panel-title a.collapsed{
	color:#333;
}
.panel-default > .panel-heading {
  background:none;
  transition:.3s;
  position:relative;
}
.panel-default > .panel-heading:hover{
	background:#FCFCFC;
}
.panel-heading a::before {
  content: "\e681";
  cursor: pointer;
  display: block;
  font-family: pe-icon-7-stroke;
  font-size: 15px;
  left: 10px;
  position: absolute;
  top: 10px;
}
.panel-heading a.collapsed::before{
	content:" "
}
.our-skill {
  overflow: hidden;
  padding-top: 60px;
}
.progress {
  height: 10px;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
}
.our-skill .progress:last-child{
	margin-bottom:0;
} 
.progress-bar {
  background-color: #e75e50;
  border-radius: 6px;
}
.skill-title {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: -35px;
}
.progress-bar span {
  color: #e75e50;
  height: 40px;
  position: absolute;
  right: 40px;
  top: -50px;
  width: 40px;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.section-element {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 64px 0 48px;
}
.our_testimonial_area {
  background-image: url("img/testimonial-pic/carasel-1.jpg");
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.our_team_area.our_team_area_2 {
  padding: 62px 0 47px;
}
.our_client_area.our_client_area_2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 60px 0 ;
}
.footer_top_area.footer_top_area_2.footer_top_area_about_2 {
  padding: 64px 0 52px;
}
.testimonial-overlay-70 {
  display: block;
  padding-bottom: 161px;
  padding-top: 70px;
  position: relative;
}
.testimonial-overlay-70.testimonial-overlay-70-three {
  padding-bottom: 60px;
}
.testimonial-overlay-70::before {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}   
.new_class {
  height: 100%;
  left: 95px;
  position: absolute;
  top: 145px;
  width: 100%;
}
.test_all {
  background: rgba(0, 0, 0, 0) url("img/testimonial-pic/t-shape.png") no-repeat scroll left top / 100% 99%;
  margin: 0 15px;
  padding: 35px;
}
.test_1 {
  float: left;
}
.test_2 {
  float: right;
}
.test_1 h3 {
  color: #e75e50;
  font-size: 17px;
  font-weight: 500;
  margin-left: 18px;
}
.test_2 h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  left: 152px;
  margin-left: -128px;
  margin-top: 37px;
  position: absolute;
  top: -1px;
  width: 100%;
}
.test_2.test_2_main > h4 {
  left: 138px;
}
.test_2.test_2_main_3 > h4 {
  left: 145px;
}
.test_2 a {
  color: #fff;
  margin-left: 4px;
}
blockquote {
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: -24px;
  margin-top: -12px;
  position: relative;
}
.test_4_pic > img {
  border-radius: 50%;
}
.test_4_pic {
  float: left;
  margin-top: 12px;
}
.testimonial-post-carousel.owl-carousel.owl-theme .owl-controls {
  text-align: right;
  margin-top: -117px;
}
.indicator-brand-8 .owl-pagination {
  position: absolute;
  top: 177px;
  right: 19px;
}
.indicator-brand-7.owl-theme .owl-controls .owl-page.active span,
.indicator-brand-7.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e75e50;
}
.indicator-brand-7.owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
}
.indicator-brand-8.owl-theme .owl-controls .owl-buttons {
  opacity: 0;
  position: absolute;
  top: 30px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.new_carassol_2:hover.indicator-brand-8.owl-theme .owl-controls .owl-buttons{
  opacity: 1;
} 
.indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -49px;
  position: absolute;
  right: 0;
  top: 26px;
}
.indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: -49px;
  position: absolute;
  right: 0;
  top: -17px;
}
.indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background:#e75e50;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-8.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background:#e75e50 ;
  color: #fff; 
  border: 1px solid#e75e50;    
}
.indicator-brand-8.owl-theme .owl-controls .owl-buttons div {
  background-color: #fff;
  border: 1px solid #e75e50;
  border-radius: 0;
  color: #e75e50;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 35px;
  line-height: 25px;
  margin: 26px 2px;
  opacity: 1;
  text-align: center;
  transition: all 300ms ease 0s;
  width: 35px;
}
/*----------------------------------------*/
/* 21. gallery-2
/*----------------------------------------*/
.galary_area.galary_area_2 {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 4px 0 0;
}
/*----------------------------------------*/
/* 22. contact-us
/*----------------------------------------*/
.contact-area {
  padding: 50px 0 70px;
}
.contact-area form{}
.contact-area form input {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.contact-area form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #aaa;
  color: #252525;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition:.3s;
}
.contact-area form button:hover{
	background:#e75e50;
	border-color:#e75e50;
	color:#fff;
}
.contact-area .massage-box form textarea {
  padding: 5px 0 0 10px;
}
.contact .massage-box {
  margin-left: 30px;
}
/*----------------------------------------*/
/* 22.1 googleMap
/*----------------------------------------*/
#googleMap{
  width:100%;
  height:300px;
}
/*----------------------------------------*/
/* 22.2 service-area
/*----------------------------------------*/
.contact .single-service:hover .service-icon.effect a i {
  transform: rotate(30deg);
}
.service-icon {
  float: left;
  margin-top: 1px;
  width: 20%;
}
.single-service {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 15px 30px;
  border: 1px solid#e75e50;
}
.service-icon a {
  color: #e75e50;
  font-size: 40px;
  transition: all 0.3s ease 0s;
}
.service-icon a i {
  transition: all 0.3s ease 0s;
}
.service-text {
  float: left;
  margin-top: 6px;
  width: 80%;
}
.service-text h3 {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}
.service-text span {
  color: #aaa;
  font-size: 15px;
}
.service-area-2.ptb-50 {
  padding: 68px 0 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.section-title h2 {
  color: #333;
  display: inline-block;
  font-size: 18px;
  padding: 6px 0;
  position: relative;
  text-transform: uppercase;
}
.section-title h2::before {
  background: #e75e50;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 20%;
}
.contact-area form input {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  font-size: 13px;    
}
.contact-area form button {
  background: #fff;
  border: 1px solid #e75e50;
  color: #e75e50;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.contact-area form button:hover {
  background: #e75e50; 
  border-color: #e75e50;
  color: #fff;
}
.contact .massage-box {
  margin-left: 30px;
}
.contact-area .massage-box form textarea {
  padding: 5px 0 0 10px;
  font-size: 13px;    
}
.reviews-area .comment-form textarea, .comments-form textarea, .massage-box textarea {
  border: 1px solid #ccc;
  display: block;
  padding: 3px 10px;
  width: 100%;
}
.main_area {
  background: #f8f8f8;
}
.single-service:hover .service-icon.effect a i {
  transform: rotate(30deg);
}
.single-course-left.single-course-left-2 {
  margin-top: 30px;
}
