/*-----------------------------------------------------------------------------------

    CSS INDEX
	===================
	1.	header
	2.  slider
	3.	campus-area
	4.	courses-area
	5.	choose-area
	6.	event-area
	7.	news-blog-area
	8.	footer-top-area
	9.	footer-bottom-area
	10.	featured-area
	12. counter-area
	14.	our-courses-area
	15.	course-categories-area
	16.	register-now-area
	17.	our-instructor-area
	18.	testimonial-area
	19.	page-title-area
	20.	about-tutoring-area
	21.	video-area
	22.	gallery-area
	23.	course-list-area
	24.	course-details-area
	25.	event-grid-style-01
	26.	event-details-area
	27.	map
	28. blog-left-sideber
	29.	blog-details
	30.	contact-area
	31. register now
	32. login
	33. welcome-area
-----------------------------------------------------------------------------------*/
/* header */
.header-top-area {
  padding: 20px 0;
}
.header-left-wrapper {
  padding-left: 252px;
}
.header-top-text {
  display: inline-block;
  margin-right: 34px;
}
.header-top-text li {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
}
.header-right-wrapper {
  padding-right: 252px;
  overflow: hidden;
}
.header-button{}
.header-button a {
  background: #ffb606 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 25px;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  text-transform: uppercase;
}
.header-button a::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.header-button a:hover::before{transform: scaley(1);}
.header-right-text {}
.header-right-text li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-right: 55px;
  position: relative;
}
.header-right-text li:last-child{margin-right:0;}
.header-right-text li a {
  color: #6f6f6f;
  transition: all 0.3s ease 0s;
}
.header-right-text li a:hover{color:#ffb606;}
.header-right-text li::after {
  color: #666666;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 15px;
  position: relative;
  right: -25px;
  top: 2px;
}
.header-right-text li:last-child::after{display:none;}
.service-wrapper:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
/* main-menu */
.main-menu-area {
  padding: 0 236px;
}

.logo {
  margin-top: 25px;
}
.logo a img{
  width: 100%;
}
.logo > .footer-logo-bg a img{
  width: 65%;
    margin-bottom: 30px;
}
.logo > .footer-logo-bg a:nth-child(2) img{
  width: 80%;
}
.logo-img {
  width: 100%;
}
.logo a{}
.main-menu {}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child a{padding-right:0}
.main-menu ul li a {
  color: #666666;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 37px 19px;
  transition: all 0.3s ease 0s;
}
.main-menu ul li:hover > a,.main-menu ul li.active > a{color:#ffb606;}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #ffb606;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
}
.main-menu ul li .sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 20%;
}
.main-menu ul li .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

/*Sub Menu Right*/
.main-menu ul li.sub-menu-right .sub-menu {
  left: 0;
  right: auto;
}
.main-menu ul li.sub-menu-right .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  top: 20%;
}
.main-menu ul li.sub-menu-right .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.main-menu ul li:hover > .sub-menu{opacity:1;top:100%;visibility:visible}
.main-menu ul li:hover > .sub-menu li:hover > .sub-menu{opacity:1;top:0;visibility:visible}
.main-menu ul li .sub-menu li{display:block}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  transition:.3s;
}
.main-menu ul li:hover > .sub-menu li > a:hover{color:#fff;background:#ffb606;padding-left:30px;}
/* search */
.header-search {
  float: right;
  margin-top: 30px;
}


/* courses-area */
.courses-area{}
.section-title{}
.section-title h4 {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  position: relative;
  text-transform: uppercase;
}
.section-title h4::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.section-title p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  width: 665px;
}
.videos-wrapper {
  width: 100%;
}
.courses-wrapper {
  transition: all 0.3s ease 0s;
  overflow: hidden;
  min-height: 419px;
}
.courses-wrapper:hover{box-shadow: 0 10px 10px 0 rgba(180, 180, 180, 0.14);}
.courses-img {
  position: relative;
  overflow:hidden;
  height: 250px;
  }
.courses-img::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
}
.courses-wrapper:hover .courses-img::before{opacity:0.4;}
.courses-img>a{position:relative;display:block;}
.courses-img > a img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.courses-wrapper:hover .courses-img > a img{transform:scale(1.1)}
.courses-img span {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 10px 10px 0 rgba(180, 180, 180, 0.14);
  color: #6f6f6f;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
.courses-wrapper:hover .courses-img span{color:#ffb606;}
.courses-content {
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 38px 28px 40px 30px;
}
.courses-wrapper:hover .courses-content{border:1px solid transparent; border-top:0;}
.courses-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  transition:.3s;
  min-height: 70px;
}
.courses-content h4>a{
color: #434343;
transition:.3s;
}
.courses-content h4 a:hover{color:#ffb606;}
.courses-content p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 26px;
}
.courses-content>a {
  background: #434343 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 20px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.courses-content>a::before {
  background: #ffb606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.courses-content>a:hover::before{transform: scaley(1);}
.paginations ul li {
  display: inline-block;
  margin-right: 14px;
}
.paginations ul li a, .paginations ul li span {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  color: #666666;
  display: inline-block;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 34px;
}
.paginations{
  clear: both;
  text-align: center;
}
.paginations ul li:hover a, .paginations ul li.active a {
    background: #f3712d;
	border-color:#f3712d;
	color:#fff;
}
.prev {
  color: #959595;
  font-size: 14px;
  font-weight: 700;
}
.next {
  color: #959595;
  font-size: 14px;
  font-weight: 700;
}
/* choose-area */
.choose-area{}
.choose-wrapper {
  padding: 123px 178px 78px 175px;
}
.col-7 {
  width: 53%;
}
.col-5{width: 47%;}
.white-text{color:#fff}
.white-text h4 {
  color: #fff;
}
.white-text p {
  color: #fff;
}
.choose-content {
  margin-bottom: 47px;
}
.choose-content p {
  color: #dddddd;
  font-size: 14px;
  line-height: 25px;
}
.m-l{margin-left:11px;}
.m-r{margin-right:11px;}
.choose-content-wrapper {
  background: #12446c none repeat scroll 0 0;
  padding: 30px 49px 33px;
}
.choose-space {
  padding: 0 25px;
}
.custom-row {
  margin: 0 -25px;
}
.choose-categories-img {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  width: 50px;
}
.choose-categories-img img {
}
.choose-categories-content {
}
.choose-categories-content h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 19px;
  text-transform: uppercase;
}
.choose-categories-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.choose-area {
  overflow: hidden;
  position: relative;
}
.choose-img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* event-area */
.event-area{}
.event-wrapper{}
.event-title{}
.event-img {
  margin: 0 -15px;
}
.event-img li {
  float: left;
  width: 50%;
  padding: 0 15px;
  position:relative;
}
.event-img li >a{position:relative;display:block;}
.event-img li >a::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: .7;
  left: 0;
  top: 0;
}
.event-img img {
  width: 100%;
}
.event-title {
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 27px;
}
.event-content{
z-index:999;
}
.event-content {
  bottom: 20px;
  padding: 0 20px;
  position: absolute;
  z-index: 999;
}
.event-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
  transition: all 0.3s ease 0s;
}
.event-content h4 a{color:#fff;transition:.3s;}
.event-content h4 >a:hover{color:#ffb606;}
.event-meta {}
.event-meta span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.event-meta span:last-child{margin-right:0;}
.event-meta span i{
margin-right:8px;
}
/* news-blog-area */
.d-felx {
  display: flex;
  flex-wrap: wrap;
}
.news-blog-area{}
.news-blog-wrapper{transition:.3s;}
.news-blog-wrapper:hover{box-shadow: 0 10px 10px 0 rgba(180, 180, 180, 0.14);}
.news-blog-img{}
.news-blog-img a{position:relative;display:block;}
.news-blog-img a::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition:.3s;
  width: 100%;
}
.news-blog-wrapper:hover .news-blog-img a::before{opacity:.4;}
.news-blog-img a img {
  width: 100%;
  transition: .3s;
}
.news-blog-wrapper:hover .news-blog-img a img{transform:scale(1.1)}
.news-blog-img {
  position: relative;
  overflow: hidden;
}
.news-blog-meta {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 17px;
  transition: all 0.3s ease 0s;
}
.news-blog-meta > span {
  color: #6f6f6f;
  font-weight: 400;
  margin-right: 12px;
  font-size: 12px;
}
.news-blog-content {
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 24px 20px 38px 27px;
  transition: all 0.3s ease 0s;
}
.news-blog-wrapper:hover .news-blog-content{border:1px solid transparent; border-top:0;}
.news-blog-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-blog-content h4 a {
  color: #434343;
  transition: .3s;
}
.news-blog-content h4 a:hover{color:#ffb606;}
.news-blog-content p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}
.news-blog-content > a {
  background: #efefef none repeat scroll 0 0;
  border-radius: 5px;
  color: #6f6f6f;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 21px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.news-blog-content > a:hover{color:#fff;}
.news-blog-content >a:before{
  background:#ffb606;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;}
.news-blog-content >a:hover::before{transform: scaley(1);}
/* footer-top-area */
.footer-top-area{
  background: #0c314e;
  *background-image: linear-gradient(to right, #172f78 , #041855);
  padding-top: 60px;
}
.border-bottom {
  padding-bottom: 15px;
  position: relative;
  z-index: 999;
}
.footer-1 {
  padding-left: 60px;
}
.footer-wrapper{}
.footer-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: capitalize;
  min-height: 26px;
}
.footer-content {
  margin-bottom: 22px;
}
.footer-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.footer-link li {
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}
.footer-link li:last-child {
    margin-bottom: 0;
}
.footer-link li i {
  color: #f47836;
  font-size: 20px;
  font-weight: 400;
  margin-right: 16px;
  width: 20px;
}
.footer-menu li {
  padding-bottom: 12px;
}
.footer-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
.footer-menu li a:hover{color:#ffb606;}
.footer-link {
  margin-top: 26px;
}
.latest-news > li {
  margin-bottom: 15px;
  overflow: hidden;
}
.latest-news > li:last-child{margin-bottom:0;}
.latest-news{}
.latest-news-info{}
.latest-news-img {
  float: left;
  margin-right: 11px;
}
.latest-news-img img{}
.latest-news-content{}
.latest-news-content span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.latest-news-content h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0;
}
.latest-news-content a {
  color: #fff;
  transition:.3s;
}
.latest-news-content a:hover{
  color: #ffb606;
}
.footer-img {
    margin: 0 -5px;
}
.footer-img > li {
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 33.33%;
}
.footer-img a {
    display: block;
    position: relative;
}
.footer-img a::before {
    background: #ffb606;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.footer-img a:hover::before {
    opacity: 0.7;
}
.subscribes-area {
  border-top: 1px solid #1c4e81;
  position: relative;
  z-index: 999;
}
.footer-img img {
    width: 100%;
}
.subscribess-wrapper {
  overflow: hidden;
}
.subscribe-info {
  float: left;
  margin-right: 17px;
}
.subscribe-info h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}
.subscribes-content {
  float: left;
}
.subscribes-content > h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 65px;
  margin-top: 10px;
}
.footer-icon{
  margin: 15px 0;
}
.footer-icon a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 6px 0 rgba(69, 69, 69, 0.24);
  color: #959595;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.footer-icon a:last-child{margin-right:0;}
.footer-icon a:hover {
  background: #f47836 none repeat scroll 0 0;
  color: #fff;
}
.subscribes-form > form {
}
.subscribess-wrapper .mc-form input {
  border: medium none;
  border-radius: 5px;
  color: #6f6f6f;
  float: right;
  font-size: 12px;
  height: 36px;
  padding-left: 15px;
  text-transform: capitalize;
  width: 70%;
  position: relative;
}
.subscribess-wrapper.clear input {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease 0s;
  position:relative;
}
.subscribess-wrapper .clear input:hover{background:#fff;color:#ffb606;}
.subscribess-wrapper {
  margin-left: -30px;
}
.clear {
  display: inline-block;
}
.clear.clear2 {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribess-wrapper .mc-form .clear2 input {
  background-color: #ffb606;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  width: inherit;
  border-radius: 0 5px 5px 0;
}
.mc-form .mc-news {
  left: -5000px;
  position: absolute;
}

/* about-us-area */
.abouts-tutoring{position:relative;}
.abouts-img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
/* footer-bottom-area */
.footer-bottom-area {
  background-position: center center;
  background-size: cover;
}
.copyright p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright p i {
  font-size: 12px;
  margin-right: 6px;
}
.copyright a {
  color: #fff;
  transition:.3s;
}
.copyright a:hover{color:#ffb606;}
.footers-link li {
  display: inline-block;
  margin-right: 15px;
}
.footers-link li:last-child{margin-right:0;}
.footers-link li{}
.footers-link li{}
.footers-link li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
}
.footers-link li a:hover{color:#ffb606;}
/* featured-area */
.featured-area {
  position: relative;
  z-index: 999;
}
.bg-1{background:#e8a505;}
.bg-2{background:#f0ab06;}
.bg-3{background:#ffb606;}
.featured-wrapper {
  padding: 56px 100px 50px;
}
.featured-content{}
.featured-icon{}
.featured-icon i {
  background: #ffcc50;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 66px;
  line-height: 67px;
  width: 66px;
}
.featured-content.text-center > h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 26px;
}
.featured-content.text-center > p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.d-flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* counter-area */
.counter-area{}
.counter-area {
  padding-top: 50px;
}
.counter-wrapper{}

.counter-content {
  border: 1px solid #1e4666;
  padding: 16px 20px 25px;
}
.counter-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 2px;
}
.counter-content span {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
/* course-now-area */
.course-now-area {
  margin-bottom: -170px;
}
.course-title {
  margin-bottom: 60px;
}
.course-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}
.course-title p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  width: 473px;
  margin-bottom:0;
}
.course-now-wrapper{
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
}
.now-course{}
#now-course{}
.course-texts {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4b5f6e;
  color: #fff;
  font-size: 12px;
  height: 36px;
  margin-right: 16px;
  padding-left: 15px;
  width: 400px;
}
.keyword {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4b5f6e;
  color: #fff;
  font-size: 12px;
  height: 36px;
  margin-right: 16px;
  padding-left: 15px;
  width: 190px;
}
.now-course button {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 28px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  position:relative;
  transition-property: color;
  vertical-align: middle;
}
.now-course button::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.now-course button:hover::before{transform: scaley(1);}
/* our-courses-area */
.our-courses-area{}
.our-courses-wrapper {
  box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.25);
  padding: 20px 20px 26px;
}
.courses-rating {
  display: inline-block;
}
.courses-rating span {
  color: #ffb606;
  font-size: 14px;
}
.courses-price {
  display: flex;
}
.courses-icon{}
.courses-icon span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 9px;
  padding-top: 6px;
  display: inline-block;
}
.courses {
  margin-bottom: 17px;
}
.price{}
.old-price {
  color: #959595;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}
.new-price {
  font-size: 20px;
  color: #ffb606;
  font-weight: 700;
}
.our-courses-img{}
.our-courses-img a{}
.our-courses-img a img {
  width: 100%;
}
.our-courses-content {
  margin-top: 20px;
}
.our-courses-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.our-courses-content h4::before {
  background: #ffb606 none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin-top: 3px;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease 0s;
  width: 20px;
}
.our-courses-content h4 a {
  color: #434343;
  padding-left: 30px;
  transition:.3s;
}
.our-courses-content h4 a:hover{color:#ffb606;}
.our-courses-meta{}
.courses-meta-left {
  display: inline-block;
}
.courses-meta-left img {
  margin-right: 6px;
}
.courses-meta-left span {
  color: #959595;
  font-size: 14px;
}
.courses-meta-righ{}
.courses-meta-right.floatright {
  display: flex;
  margin-top: 9px;
}
.courses-meta-right.floatright {
  display: flex;
}
.meta {
  margin-right: 12px;
}
.meta span {
  color: #666666;
  float: left;
  font-size: 14px;
  margin-right: 6px;
}
.meta > h5 {
  float: right;
  font-weight: 700;
  color: #959595;
  font-size: 14px;
  margin-bottom: 0;
}
.metass span {
  color: #666666;
  float: left;
  font-size: 14px;
  margin-right: 6px;
}
.metass > h5 {
  color: #959595;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.free {
  color: #93c524;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* course-categories-area */
.course-categories-area {
  padding: 75px 0;
}
.course-categories-area .section-title{
  text-align: center;
  margin-bottom: 75px;
}
.course-categories-area  .section-title h4::before{
  left: 45%;
  bottom: -15px;
}
.course-catagories{position:relative;
}
.course-categories-wrapper {
  backface-visibility: hidden;
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 28px 28px 29px;
  position: absolute;
  top: 0;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  min-height: 331px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
.course-catagories:hover .course-categories-wrapper{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  min-height: 331px;
}
.course-categories-img {
  background: #eeeeee;
  border-radius: 100%;
  display: inline-block;
  height: 77px;
  line-height: 77px;
  margin: auto;
  text-align: center;
  width: 78px;
}
.course-categories-img img{
  width: 37px;
}
.course-categories-content{}
.course-categories-content h5 {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  margin-top: 19px;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 51px;
}
.course-categories-content p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.course-sction h4{position:relative;}
.course-sction h4::before {
  background: #bbbbbb none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.course-catagories{position:relative;}
.course1-categories-wrapper {
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: all 0.5s ease-in-out 0s;
  background-size: cover;
  background-position: center center;
  min-height: 331px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.course-catagories:hover .course1-categories-wrapper{
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}
.course1-categories-content {
  position: relative;
  z-index: 999;
  text-align: center;
}
.course1-categories-content > h1 {
  background: #022540 none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 48px;
  font-weight: 700;
  height: 80px;
  line-height: 75px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 80px;
}
.course1-categories-content > h1:hover{box-shadow: 0 0 18px rgba(255, 182, 6, 0.40);}
.course1-categories-content a{color:#fff;transition:.3s;}
.course1-categories-content a:hover{color:#ffb606 ;}
.course1-categories-content h3 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}
/* upcoming-event-area */
.upcoming-event-area{}
.top-event-wrapper{}
.top-event-img {
  position: relative;
}
.top-event-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: .2;
}
.top-event-img img {
  width: 100%;
}
.top-event-content {
  box-shadow: 0 5px 6px 0 rgba(69, 69, 69, 0.07);
  padding: 32px 25px 41px;
}
.top-event {
  color: #6f6f6f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 18px;
  overflow: hidden;
}
.top-event:last-child{margin-right:0;}
.top-event i {
  color: #6f6f6f;
  float: left;
  font-size: 13px;
  margin-right: 8px;
  margin-top: 5px;
}
.top-event-content > h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 21px;
}
.top-event-content > h4 a{ color: #434343;transition:.3s;}
.top-event-content > h4 a:hover{color:#ffb606;}
.top-event-content > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 26px;
}
.top-event-content > a {
  background: #ffb606 none repeat scroll 0 0;
  border-radius: 5px;
  color: #434343;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 20px;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  text-transform: uppercase;
}
.top-event-content > a::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.top-event-content > a:hover::before{transform: scaley(1);}
.top-event-content > a:hover{ color: #ffb606;}
.top-event-title {
  color: #bbbbbb;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.up-coming-event-wrapper{}
.up-coming-event-img {
  margin-bottom: 25px;
}
.up-coming-event-img img {
  width: 100%;
}
.up-coming-event-content {
  box-shadow: 0 0 6px 0 rgba(69, 69, 69, 0.24);
  padding: 20px;
}
.up-coming-event-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.up-coming-event-content h4 a {
  color: #434343;
  transition:.3s;
}
.up-coming-event-content h4 a:hover{color:#ffb606;}
.up-coming-meta {
  margin-bottom: 6px;
}
.up-coming {
  color: #6f6f6f;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-right: 14px;
}
.up-coming:last-child{margin-right:0;}
.up-coming i {
  color: #6f6f6f;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 6px;
}
/* register-now-area */
.register-now-area{position:relative;}
.register-img {
  background-position: center center;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  background-size: cover;
}
.register-now-wrapper {
  padding: 150px 370px  150px 200px;
}
.register-now-text > h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}
.register-now-text > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.register-now-text {
  margin-bottom: 40px;
}
.register-now{}
#register-now > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #8596a3;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  text-transform: capitalize;
}
#register-now > button {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  padding: 12px 25px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition-property: color;
  vertical-align: middle;
  border-radius: 5px;
}
#register-now > button::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 5px;
}
#register-now > button:hover::before{transform: scaley(1);}
.register-now-content{position:relative;z-index:999;padding: 100px;}
.register-now-content h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.register-now-content p{
  color: #fff;
}
.register-now-content h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 34px;
}
.upcoming-course {
  border-top: 2px solid #71776f;
  color: #908f90;
  padding-top: 60px;
  position: relative;
}
.time-count {
  border: 1px solid #818680;
  float: left;
  font-size: 50px;
  font-weight: 600;
  height: 120px;
  line-height: 1;
  margin-right: 30px;
  padding-top: 13px;
  text-align: center;
  width: 120px;
  color:#fff;
}
.time-count > span {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  text-transform: capitalize;
  color:#fff;
}
/* our-instructor-area */
.our-instructor-area{
  *padding: 70px 0;
  width:100%;
  height:720px;
  background-image:url("../img/bg/team.jpg");
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.our-instructor-area::before{
  content: '';
  position: absolute;
  background: rgb(29, 29, 29, 0.99);
  width: 100%;
  height: 720px;
}
.our-instructor-area .section-title{
  margin-top: 45px;
}
.our-instructor-area .section-title h4, .our-instructor-area .section-title p{
  color:#fff;
  position: relative;
  z-index: 111;
}
.instructor-wrapper{}
.instructor-img {
  background: #f6f6f6 none repeat scroll 0 0;
  transition:.3s;
}
.instructor-wrapper:hover .instructor-img{box-shadow: 0 11px 19px 0 rgba(69, 69, 69, 0.19);
height: 318px;
object-fit: cover;}
.instructor-content {
  background: #0c314e none repeat scroll 0 0;
  padding: 0 10px 15px;
  transition:.3s;
}
.instructor-wrapper:hover .instructor-content{
  background:#ffb606;
  transition:.10s;
  height: 366px;
  width: 90%;
  position: absolute;
  bottom: -5%;
  padding: 25px 15px;
}
.instructor-wrapper:hover .instructor-content p{
  display: block;
  color: #fff;
}
.instructor-wrapper:hover .instructor-icon{
  display: none;
}
.instructor-icon a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  text-align: center;
  width: 36px;
  color: #0c314e;
  transition: .3s;
}
.instructor-icon a:hover{color:#ffb606;}
.instructor-icon a:last-child{margin-right:0;}
.instructor-icon a i {
  line-height: 36px;
  font-size: 14px;
}
.instructor-content h4 {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  text-align: center;
  padding: 20px 20px 0;
  min-height: 53px;
}
.instructor-content span {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.instructor-img > img {
  width: 100%;
}
/* testimonial-area */
.testimonial-area {
  background-size: cover;
  background-position: center center;
}
.col-md-offse {
  margin: auto;
  width: 420px;
}
.testimonial-wrapper {
  padding-top: 50px;
  position: relative;
}
.testimonial-wrapper::before {
  color: #4282b4;
  content: "";
  font-family: fontawesome;
  font-size: 36px;
  left: 0;
  margin: auto;
  opacity: 0.3;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}
.testimonial-content{position:relative;z-index:999;}
.testimonial-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.testimonial-content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.testimonial-img {
  margin-bottom: 31px;
  margin-top: 20px;
}
.testimonial-content img{}
.testimonial-content span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}
/* subscribe-area */
.subscribe-content > h2 {
  color: #eef3f9;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 6px;
}
.subscribe-wrapper .mc-form input {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #6f6f6f;
  font-weight: 700;
  height: 50px;
  margin-right: 5px;
  padding-left: 30px;
  text-transform: capitalize;
  width: 410px;
}
.subscribe-wrapper .mc-form input:-moz-placeholder{
  color: #6f6f6f;
  opacity: 1;
}
.subscribe-wrapper .mc-form input:-webkit-placeholder{
  color: #6f6f6f;
  opacity: 1;
}
.subscribe-wrapper .clear input {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 46px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  width: inherit;
  margin-right: 0;
  transition:.3s;
}
.subscribe-wrapper .clear input:hover{background:#fff;color:#ffb606;}
.subscribe-wrapper {
  margin-left: -30px;
}
.clear {
  display: inline-block;
}
.mc-form .mc-news {
  left: -5000px;
  position: absolute;
}

/* page-title-area */
.page-title-area{
  background-size: cover;
  background-position: center center;
}
.page-title-text{}
.page-title-text h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}
.text-center.page-title-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 10px auto auto;
  width: 677px;
}
  .page-title-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 13px;
  width: 677px;
  }
/* about-tutoring-area */
.about-tutoring-area {
  background-position: center center;
  background-size: cover;
}
.about-tutoring-img{}
.about-tutoring-img img{width:100%}
.about-tutoring-wrapper {
  box-shadow: 0 6px 32px 0 rgba(176, 175, 174, 0.36);
  padding: 50px 44px 50px 50px;
}
.about-tutoring-content{}
.about-tutoring-content h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}
.about-tutoring-content h4::before {
  background: #bbbbbb none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 70px;
}
.about-tutoring-content p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

/* video-area */
.video-area {}
.video-wrapper{}
.video-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin: auto auto 44px;
  width: 445px;
}
.video-icon {
}
.video-icon a {
    background: #ffb606 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 78px;
    transition: all 0.3s ease 0s;
    width: 78px;
}
.video-icon a:hover {
    transform: scale(1.2);
}
.video-icon a i {
    color: #ffffff;
    font-size: 33px;
    line-height: 78px;
    padding-left: 8px;
    text-align: center;
}
/* gallery-area */
.gallery-area{}
.gallery {
  background: #f6f6f6 none repeat scroll 0 0;
  overflow: hidden;
  padding: 30px;
}
.gallery-wrapper{}.gallery-wrapper {
  overflow: hidden;
}.gallery-img{position:relative;}
.gallery-img>a{position:relative;display:block;}
.gallery-img>a::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition:.3s;
}
.gallery-wrapper:hover .gallery-img>a::before{opacity:.5;}
.gallery-img a img {
  width: 100%;
  transition: .3s;
}
.gallery-wrapper:hover .gallery-img a img{ transform: scale(1.2) rotate(7deg);}
.gallery-icon {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 999;
}
.gallery-icon > a {
  color: #fff;
  font-size: 30px;
  transition:.3s;
}
.gallery-icon > a:hover{color:#ffb606;}
.gallery-wrapper:hover .gallery-icon{opacity:1;top:50%;}
/* course-list-area */
.course-list-area{}
.course-list-wrapper{}
.course-list-img {
  float: left;
}
.course-list-img a{}
.course-list-img a img {
  width: 100%;
}
.course-list-content {
  overflow: hidden;
  padding: 35px 43px 38px 35px;
  transition: all 0.3s ease 0s;
}
.course-list-wrapper:hover .course-list-content{box-shadow:0 9px 38px 0 rgba(188, 184, 184, 0.24)}
.course-list-content span {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.course-list-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.course-list-content h4>a{color: #434343;transition:.3s;}
.course-list-content h4>a:hover{color:#ffb606;}
.course-list-content > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.course-list-content > a {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 5px;
  color: #6f6f6f;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 26px;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.course-list-content>a:hover{color:#fff;}
.course-list-content>a::before {
  background: #ffb606;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.course-list-content>a:hover::before{transform: scaley(1);}
.widget{}
.widget-course-title {
  color: #434343;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.widget-course-title::after {
  border-bottom: 1px solid #f37533;
  content: "";
  display: block;
  margin: 10px auto 0 0;
  position: relative;
  width: 52px;
  z-index: 1;
}
.find-courses li {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 5px 20px;
}
.find-courses li:last-child{margin-bottom:0;}
.find-courses li a {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.find-courses li a:hover{color:#ffb606;}
.widget-course-button {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.widget-course-button a {
  background: #ffb606 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.widget-course-button a:hover{color:#fff;}
.widget-course-button a::before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 5px;
}
.widget-course-button a:hover::before{transform: scaley(1);}
.about-toring-content {
  background: #ffb606 none repeat scroll 0 0;
  bottom: 0;
  padding: 7px 10px;
  position: absolute;
  width: 100%;
}
.about-toring-img{position:relative;}
.about-toring-img img {
  width: 100%;
}
.about-toring-content span {
  color: #ffffff;
  float: left;
  font-size: 12px;
  font-weight: 400;
}
.icon-list {
  margin-top: -27px;
  text-align: right;
}
.icon-list> a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  transition:.3s;
  color: #959595;
  box-shadow:0 0 6px 0 rgba(69, 69, 69, 0.24)
}
.icon-list> a:hover{color:#ffb606;}
.icon-list a i {
  font-size: 12px;
}
.latest-courses{}
.latest-courses li {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #f68552;
  margin-bottom: 20px;
}
.latest-courses li:last-child{margin-bottom:0;border-bottom: 0;}
.latest-courses-image {
  float: left;
  margin-right: 20px;
}
.latest-courses-image img {
  width: 160px;
    object-fit: contain;
    height: 130px;
}
.latest-courses-body {
  overflow: hidden;
  padding-top: 15px;
  display: flex;
  align-items: center;
  height: 118px;
}
.latest-courses-body > h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 0;
}
.latest-courses-body a {
  color: #666666;
  transition: .3s;
}
.latest-courses-body a:hover{color:#ffb606;}
.latest-courses-body > span {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 700;
}
.banner-img img {
  width: 100%;
}
.Latest-Blog li{padding-bottom:30px;}
.Latest-Blog li:last-child{padding-bottom:0;}
.widget-latest-blog{}
.widget-latest-blog-img{position:relative;}
.widget-latest-blog-img a{position:relative;display:block;}
.widget-latest-blog-img > a::before {
  background: #9c3201  none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget-latest-blog-img img {
  width: 100%;
}
.widget-latest-blog-content {
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.widget-latest-blog-content h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.widget-latest-blog-content h5 a {
  color: #fff;
  transition: .3s;
  }
.widget-latest-blog-content h5 a:hover{color:#ffb606;}
.widget-latest-blog-content span {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}
/* course-details-area */
.course-details-area{}
.course-details-wrapper{}
.course-details-content{}
.course-details-img {
  border: 1px solid #eeeeee;
  margin-bottom: 26px;
  padding: 20px;
}
.course-details-img > img {
  width: 100%;
}
.details-course {
  overflow: hidden;
}
.details-course h5 {
  color: #6f6f6f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.course-details-icon {
  float: right;
}
.course-details-icon span {
  color: #ffb606;
  font-size: 14px;
}
.course-details-content > span {
  color: #959595;
  float: right;
  font-size: 14px;
}
.course-details-content h3 {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 18px;
}
.course-description-content {
  margin-top: 45px;
}
.course-description-content > h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.course-description-content > h4::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 190px;
}
.course-description-content > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.Courses-Features {
  padding: 31px 70px;
}
.Courses-Features-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
.Courses-Features-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 38px 0 rgba(188, 184, 184, 0.24);
  display: inline-block;
  margin-right: -100px;
  margin-top: 30px;
  width: 360px;
}
.Courses-Features-img > img {
  width: 100%;
}
.Courses-Features-menu > li {
  border-bottom: 1px solid #f6f6f6;
  padding: 14px 30px;
}
.menu-link {
  background: #ffb606;
}
.Courses-Features-menu h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.Courses-Features-menu span {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #6f6f6f;
}
.Courses-Features-img {
  float: right;
}
.course-details-wrapper > p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.requirement-content {
  padding: 20px 70px;
}
.requirement-content h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.requirement-content ul{}
.requirement-content li {
  color: #6f6f6f;
  font-size: 14px;
  padding-bottom: 10px;
}
.requirement-content li:last-child{padding-bottom:0;}
.requirement-content li span {
  color: #434343;
  font-size: 14px;
  margin-right: 8px;
  width: 15px;
}
.share-by-content {
  border-bottom: 2px solid #ffb606;
  margin-top: 60px;
  padding-bottom: 30px;
}
.share-by-info h5 {
  color: #434343;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
  margin-top: 7px;
}
.courses-details-icon{}.courses-details-icon {
  display: inline-block;
}
.share-by-info {
  display: inline-block;
}
.courses-details-icon a {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 6px 0 rgba(69, 69, 69, 0.24);
  color: #6f6f6f;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 36px;
}
.courses-details-icon  a:hover{color:#ffb606}
.courses-details-icon a:last-child{margin-right:0;}
.course-details-wrapper > h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 70px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.course-details-wrapper > h4::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 130px;
}
/* event-grid-style-01 */
.event-grid-style-01{
  background: #e1e1e1;
}
.event-style-title {
  margin-bottom: 45px;
}
.event-style-title > h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.event-style-title > h4::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 105px;
}
.event-style-title p {
  width: 657px;
  color: #959595;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}
.event-style-1-wrapper{}
.eveny-style1-img{position:relative;}
.eveny-style1-img a{}
.eveny-style1-img a img {
  width: 100%;
}
.event-style1-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.event-style1-text {
  padding: 27px 80px 40px 30px;
  position: relative;
  z-index: 999;
}
.event-style1-text::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-style1-meta {
  color: #ffffff;
  position: relative;
  z-index: 999;
}
.event-style1-left {
  font-size: 13px;
  font-weight: 400;
  margin-right: 30px;
}
.event-style1-left:last-child{margin-right:0;}
.event-style1-left i{
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
}
.event-style1-text > h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 11px;
  position: relative;
  z-index: 999;
}
.event-style1-text > h4 a{color: #ffffff;transition:.3s;}
.event-style1-text > h4 a:hover{color:#ffb606;}
/* event-grid-style-02 */
.event-grid-style-02{}
.event-style-02-wrapper {
  border: 1px solid #eeeeee;
  padding: 20px;
  transition:.3s;
}
.event-style-02-wrapper:hover {
  box-shadow: 0 9px 38px 0 rgba(174, 174, 174, 0.24);
  border:1px solid transparent;
}
.event-style-02-img{position:relative;}
.event-style-02-img img {
  width: 100%;
}
.event-style-02-img span {
  background: #ffb606 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: 14px 16px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition:.3s;
}
.event-style-02-wrapper:hover .event-style-02-img span {opacity:1;}
.event-style-02-img span i {
  margin-right: 10px;
}
.event-style-02-content {
  margin-top: 25px;
}
.event-style-02-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.event-style-02-content h4 a {
  color: #434343;
  transition: all 0.3s ease 0s;
}
.event-style-02-content h4 a {
  color: #434343;
  transition: all 0.3s ease 0s;
}
.event-style-02-content h4 a:hover{color:#ffb606;}
.vent-style-02-meta{}
.event-style-02-meta > span {
  color: #6f6f6f;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-right: 8px;
}
.event-style-02-meta > span:last-child{margin-right:0;}
.event-style-02-meta span i {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
}
/* event-list-style-1 */
.event-list-style-1{}
.event-list-1-img{}
.event-list-1-img a{position:relative;display:block;}
.event-list-1-img a::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.event-list-1-img a img {
  width: 100%;
}
.event-list-1-wrapper {
  box-shadow: 0 9px 38px 0 rgba(174, 174, 174, 0.24);
  padding: 35px 60px;
}
.event-list-1-content{}
.event-list-1-meta{}
.list-event {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  margin-right: 36px;
}
.list-event:last-child{margin-right:0;}
.list-event i {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
}
.event-list-1-content > h4 {
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 10px;
}
.event-list-1-content a {
  color: #434343;
  transition: all 0.3s ease 0s;
}
.event-list-1-content a:hover{color:#ffb606;}
.event-list-1-content > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  width: 571px;
}
.event-list-1-content > a {
  color:#434343 ;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  transition:.3s;
}
.event-list-1-content > a:hover{color:#ffb606;}
/* event-details-area */
.event-details-area{}
.event-details-wrapper{}
.event-details-img {
  position: relative;
  margin-bottom: 32px;
}
.event-details-img img{width:100%}
.event-details-count {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.event-details-count .time-count {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-size: 50px;
  font-weight: 700;
  height: 120px;
  line-height: 1;
  margin: 0 15px;
  padding-top: 13px;
  text-align: center;
  width: 120px;
}
.event-details-time {
  background: #ffb606 none repeat scroll 0 0;
  display: inline-block;
  padding: 30px 15px;
}
.time-count {
  border: 1px solid #818680;
  float: left;
  font-size: 50px;
  font-weight: 700;
  height: 120px;
  line-height: 1;
  margin-right: 30px;
  padding-top: 13px;
  text-align: center;
  width: 120px;
}
.time-count > span {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  text-transform: capitalize;
}
.event-details-content > span {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
}
.event-details-content > span i {
  font-size: 13px;
  color: #6f6f6f;
  margin-right: 13px;
}
.event-details-content {
  margin-bottom: 22px;
}
.event-details-content > h4 {
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 22px;
  margin-bottom: 24px;
}
.event-details-content > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.event-details-content > h5 {
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.event-details-link {
  background: #f6f6f6;
  padding: 40px 10px 40px 40px;
}
.event-details-link li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #959595;
  line-height: 24px;
  margin-bottom: 17px;
}
.event-details-link li:last-child{margin-bottom:0;}
.event-details-link li i {
  position: absolute;
  color: #959595;
  font-size: 14px;
  margin-right: 20px;
  width: 15px;
  top: 5px;
  left: 0;
}
/* map */
.map-2{
  height: 500px;
  width: 100%;
}
.map {
  height: 330px;
  width: 100%;
}
.details-event{
color: #434343;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.event-details-wrapper > h5 {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 37px;
  margin-top: 46px;
  text-transform: uppercase;
}
/* blog-left-sideber */
.blog-post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.blog-post:last-child{margin-bottom:0;}
.blog-thumb img {
    width: 100%;
}
.blog-thumb a{position:relative;display:block;}
.blog-icon {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 40px;
}
.blog-quote a blockquote {
  border: 0 none;
  margin: 0;
  padding: 120px 78px 120px 160px;
  transition: all 0.3s ease-out 0s;
}
.blog-quote a blockquote p {
  color: #262626;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
}
.blog-quote{position:relative;background: #f4feff none repeat scroll 0 0;}
.blog-quote::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 29px;
  left: 44px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 60px;
  color: #a8a8a8;
}
.blog-quote a blockquote footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.blog-content {

  z-index: 111;
    position: relative;
}
.blog-content p {
  color: #6f6f6f;
  line-height: 23px;
}
.post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 15px;
}
.post-title > a {
  color: #434343;
  transition:.3s;
}
.post-title > a:hover{color:#ffb606;}
.blog-meta {
  margin-bottom: 18px;
  text-align: center;
  display: flex;
  align-items: center;

}
.blog-meta span {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  margin-right: 17px;
  position: relative;
  text-transform: uppercase;
}
.blog-meta span::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -13px;
  position: absolute;
  top: 8px;
  width: 6px;
}
.blog-meta span:first-child::before {
    display: none;
}
.blog-meta a {
  color: #6f6f6f;
  transition: all 0.3s ease 0s;
}
.blog-meta a:hover{color:#ffb606;}
.read-more {
    margin-top: 30px;
}
.read-more a {
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #6f6f6f;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.read-more a:hover {
    border-color: #ffb606;
    color: #ffffff;
}
.read-more a::before {
  background: #ffb606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.read-more a:hover::before{transform: scaley(1);}
.blog-thumb-active .owl-nav div {
  background: #000000 none repeat scroll 0 0;
  color: #bcbcbc;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}
.blog-thumb-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.blog-thumb-active:hover .owl-nav div {
  opacity: 1;
}
.blog-thumb-active:hover .owl-nav div:hover{background:#ffb606;color:#fff;border:#fff;}
.blog-thumb-active:hover .owl-nav div.owl-next{left:auto;}
.post-title span {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: 40px;
  line-height: 40px;
  margin-right: 17px;
  text-align: center;
  width: 40px;
}
#scrollUp {
  background-color: #ffffff;
  bottom: 30px;
  color: #000;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  right: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 50px;
  border-radius: 50%;
}
#scrollUp i{
  color: #000;
}
#scrollUp:hover{background:#f4742f;color:#fff;}
#scrollUp:hover i{
  color: #fff;
}
/* blog-details */
blockquote {
  border-left: 5px solid #f68552;
  color: #666666;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  margin: 52px 0 54px 70px;
  padding: 0 70px 0 26px;
}
.blog-menu{
  margin: 47px 100px 46px;
}
.blog-menu li {
  color: #6f6f6f;
  font-size: 16px;
  list-style: inside none disc;
  margin-bottom: 19px;
  position: relative;
  list-style: square;
}
.blog-menu li:last-child{margin-bottom:0;}
.blog-banner {
  margin-bottom: 40px;
  margin-top: 55px;
}
.banner-img{}
.banner-img > img {
  width: 100%;
}
.user-info {
  display: block;
  margin: 47px 0 53px;
  overflow: hidden;
}
.user-text {
  color: #666666;
  display: inline-block;
  float: left;
}
.user-name {
  padding-right: 47px;
}
.user-share {
  display: inline-block;
  float: right;
}
.user-share > span {
  color: #666666;
  display: inline-block;
  float: left;
  margin-right: 14px;
}
.user-share > ul {
  display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
.user-share > ul > li:first-child {
  margin-left: 0;
}
.user-share a {
  color: #666666;
}
.user-text a {
  color: #666666;
}
.next-prev {
  border-bottom: 1px solid #484848;
  border-top: 1px solid #484848;
  padding: 20px 0;
  margin: 20px 0;
}
.next-prev a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition:.3s;
}
.next-prev a:hover {
  background-color: #f3702a;
  color: #ffffff;
}
.next-prev a i {
  color: #666666;
  font-size: 11px;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover i {
  color: #ffffff;
}
a.next-btn {
  float: right;
}
.author {
    display: block;
    margin: 100px 0;
    overflow: hidden;
}
.author-img {
    display: inline-block;
    float: left;
}
.author-info > h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.author-info > h4 a {
  color: #434343;
  transition: all 0.3s ease 0s;
}
.author-info > h4 a:hover {
    color: #ffa64d;
}
.author-info {
    padding: 0 80px 0 152px;
}
.author-info > h4 a span {
    color: #6f6f6f;
    font-size: 14px;
    margin-left: 7px;
}
.author-info > p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.related-post {
  display: block;
  overflow: hidden;
}
.sidebar-title {
  color: #434343;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 64px;
  position: relative;
  text-transform: uppercase;
}
.sidebar-title::before {
  background-color: #000000;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}
.single-related-post img {
  width: 100%;
}
.related-post-title {
  margin-top: 20px;
}
.related-post-title > h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.related-post-title > h3 a {
  color: #202020;
  transition: .3s;
}
.related-post-title > h3 a:hover {
  color: #ffb606;
}
.related-post-title > span {
  color: #636363;
  font-size: 13px;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text {
    padding-left: 150px;
}
.comment-text > h3 {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.comment-text > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  padding-right: 25px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comment-text > a {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
	transition:.3s;
}
.comment-text > a:hover {
    background-color: #ffb606;
    color: #ffffff;
	border-color:#ffb606;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment > h3 {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > h3 {
  color: #434343;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.leave-comment > p {
  color: #6f6f6f;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
.leave-comment-form {
  margin-top: 40px;
}
.leave-comment-form form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #6f6f6f;
  font-size: 14px;
  height: 178px;
  letter-spacing: 1px;
  padding: 30px;
  width: 100%;
}
.leave-comment-form form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #6f6f6f;
  font-size: 14px;
  height: 48px;
  letter-spacing: 1px;
  padding: 2px 30px;
  width: 100%;
}
.leave-comment-form .submit {
  background: #ffb606 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 50px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: none;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition-property: color;
  vertical-align: middle;
}
.leave-comment-form .submit::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.leave-comment-form .submit:hover::before{transform: scaley(1);}
/* contact-area */
.contact-area{
  padding: 50px 0;
}
.contact-wrapper{}
.contact-wrapper h4 {
  color: #434343;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}
#contact-form {}
#contact-form input {
  border: 1px solid #eeeeee;
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  margin-bottom: 45px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form textarea {
  border: 1px solid #eeeeee;
  font-size: 12px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  color: #959595;
  height:200px;
}
#contact-form > button {
  float: left;
  background: #f3712c none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 14px;
  margin-top: 27px;
  padding: 17px 30px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
#contact-form > button::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
#contact-form > button:hover::before{transform: scaley(1);}
.map-wrapper.pos-relative {
  position: relative;
}
.map-content {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  left: 0;
  padding: 40px 55px 40px 40px;
  position: absolute;
  top: 0;
}
.map-content{}
.map-content ul{}
.map-content ul li {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 17px;
}
.map-content ul li i {
  margin-right: 12px;
  width: 15px;
  color: #6f6f6f;
  font-size: 14px;
}
.map-content ul li:last-child{padding-bottom:0;}
.map-content ul li i{}
/* frequently-asked-area */
.frequently-asked-area{}
.frequently{position:relative;}
.frequently-asked-wrapper {
  padding: 70px 0 36px 15px;
}
.frequently-img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.frequently-title {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 18px;
  position: relative;
  text-transform: uppercase;
}
.frequently-title::before {
  background: #bbbbbb none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 52px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
}
.panel-heading h4 {}
.panel-heading h4 a {
  color: #434343;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.panel-heading h4 a::after {
  background: #ffb606 none repeat scroll 0 0;
  border: 1px solid #ffb606;
  border-radius: 50px;
  color: #ffffff;
  content: "";
  float: left;
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  width: 25px;
  margin-right: 9px;
  margin-top: -3px;
}
.panel-body {
  padding: 0 34px 0 51px;
}
.panel-body > p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.panel-heading h4 a.collapsed::after {
  content: '\f278';
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.panel {
  background-color: #f6f6f6;
  border: medium none;
  border-radius: 4px;
  box-shadow:none;
  padding-bottom: 16px;
}
.text h4 span {
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  float: right;
  height: 25px;
  line-height: 23px;
  text-align: center;
  width: 25px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0 none;
}
.text h4  span i{
  font-size: 16px;
  color: #a4a4a4;
}
/* register now */
.modals-dialog {
  margin: 150px auto;
  width: 870px;
}
.register-now-button {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  text-transform: uppercase;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition-property: color;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.register-now-button::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.register-now-button:hover::before{transform: scaley(1);}
.modals-body {
  border-bottom: 6px solid #ffb606;
  padding: 40px 30px;
  position: relative;
}
.register-header {
  background: #ffb606 none repeat scroll 0 0;
  padding: 24px 30px;
}
.registers-title {
  color: #fefefe;
  font-size: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#registers-now{}
#registers-now input {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #6f6f6f;
  font-size: 12px;
  height: 40px;
  margin-bottom: 24px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
#registers-now textarea {
  border: 1px solid #eeeeee;
  color: #6f6f6f;
  font-size: 12px;
  height: 220px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}
.close-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fdfdfd;
  float: right;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
#registers-now > button {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 16px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 14px 20px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition-property: color;
  vertical-align: middle;
}
#registers-now > button::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
#registers-now > button:hover::before{transform: scaley(1);}
.login-form-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    padding: 60px 40px;
    text-align: left;
}
/* login */
.login-text {
    margin-bottom: 30px;
    text-align: center;
}
.login-text h2 {
    color: #444444;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.login-text span {
    font-size: 15px;
}
.login-form-container input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: none;
  color: #6f6f6f;
  font-family: open sans;
  font-size: 14px;
  height: 40px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}
.login-form-container input::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}
.login-toggle-btn {
    padding-top: 10px;
}
.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-form-container label {
    color: #777777;
    font-family: open sans;
    font-size: 15px;
    font-weight: 400;
}
.login-toggle-btn > a {
    color: #777777;
    float: right;
    font-family: open sans;
    transition: all 0.2s ease 0s;
}
.login-toggle-btn > a:hover {
    color: #ffb606;
}
.button-box .default-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #777777;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 25px;
    padding: 12px 36px;
    text-transform: uppercase;
    transition:.3s;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition-property: color;
    vertical-align: middle;
}
.button-box .default-btn:hover{color:#fff;border-color:#ffb606;}
.button-box .default-btn::before {
  background: #ffb606;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:5px;
}
.button-box .default-btn:hover::before{transform: scaley(1);}.{}
/* upcoming-event-area */

.upcoming-event-img {
  overflow: hidden;
}
.upcoming-event-img a img {
  width: 100%;
  transition: .3s;
}
.upcoming-event-wrapper:hover .upcoming-event-img a img{transform:scale(1.1)}
.upcoming-content {
  padding: 18px 27px 34px 28px;
  transition:.3s;
  box-shadow:0 10px 13px 0 rgba(187, 187, 187, 0.18)
}
.upcoming-left {
  color: #444444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 5px;
}
.upcoming-right {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.upcoming-left span {
  color: #444444;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.upcoming-info {
  margin-bottom: 15px;
}
.upcoming-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 13px;
  padding-bottom: 15px;
  position: relative;
}
.upcoming-content h4::before {
  background: #ffb606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.upcoming-content h4 a {
  color: #434343;
  transition: .3s;
}
.upcoming-content h4 a:hover{color:#ffb606;}
.upcoming-content p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
}
.upcoming-event-meta > span {
  color: #6f6f6f;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-right: 16px;
}
.upcoming-event-meta > span:last-child {
    margin-right: 0;
}
.upcoming-event-meta span i {
  color: #ffb606;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
/* welcome-area */
.welcome-area {
  background-position: center center;
  background-size: cover;
  background-position: bottom;
}
.welcome-wrapper{}
.welcome-content{}
.welcome-content h4 {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}
.video-title {
  color: #434343;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.welcome-content p {
  color: #6f6f6f;
  line-height: 23px;
  margin-bottom: 0;
}
.welcome-content h5 {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 23px;
}
.welcome-link {
  margin-bottom: 30px;
}
.welcome-link li {
  color: #6f6f6f;
  font-weight: 400;
  margin-bottom: 9px;
  font-size: 14px;
}
.welcome-link li:last-child{margin-bottom:0;}
.welcome-link li i {
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
}
.videos-area{}
.videos-img{position:relative;}
.videos-img::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity:.7;
}
.videos-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  transition:.3s;
}
.videos-img > img {
  width: 100%;
}
.videos-wrapper:hover .videos-content {opacity:0;}
.videos-content h5 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
}
.videos-1 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition:.3s;
}
.videos-wrapper:hover .videos-1 {opacity:1;}
.videos-icon a {
  background: #ffb606 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  transition: all 0.3s ease 0s;
  width: 60px;
}
.videos-icon a:hover {
    transform: scale(1.2);
}
.videos-icon a i {
  color: #fff;
  font-size: 30px;
  line-height: 61px;
  padding-left: 4px;
  text-align: center;
  z-index: 999;
}
.videos-icon > h5 {
  color: #fcfcfc;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}
/* counter1-area */
.counter1-area{
  background-size: cover;
  background-position: center center;
}
.counter-2-area {
  width:1200px;
  margin:auto;
  margin-top:80px;
  text-align:center;
}
.counter1-wrapper{}
.counter1-img {
  margin-bottom: 14px;
}
.counter1-content{}
.counter1-content h1 {
  color: #ffb606;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0;
}
.counter1-content span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 4px;
}
/* brand-area */
.brand-area {
  background-position: center center;
  background-size: cover;
}
.brand-wrapper {
  transition: all 0.3s ease 0s;
}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}
.banner_particle {
  height: 40vh;
  background: linear-gradient(to right, #172f78 , #041855), url(../img/slider/asfalt-light.png);
}
.bodyContent {
  margin-top: 65px;
}
.header_content {
  height: 100vh;
  position: absolute;
  z-index: 999;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.header_content h1 {
  text-align: left;
  color: #fff;
  width: 50%;
  padding: 15px;
  float: left;
  line-height: normal;
  font-size: 48px;
  font-weight: bold;
  font-size: 41px;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  font-family: 'Oswald', sans-serif;
}
.header_content h1 span {
  color: #ffffff;
}
.fixed-header{
  width: 100%;
  position: fixed;
  z-index: 1050;
  background: #fff;
}
.new_alternate2 {
  background: #1d1d1d;
  background-image: url(https://www.transparenttextures.com/patterns/black-orchid.png);
  padding: 40px 0 70px;
}
.new_alternate2 .section-title h4{
  color: #fff;
  text-align: center;
}
.new_alternate2  .section-title h4::before{
  left: 45%;
  bottom: -15px;
}
.weProvide .img_card {
  width: 200px;
  height: 100px;
  margin: 20px auto;
}
.weProvide .img_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.weProvide h3,.weProvide p{
  color: #fff;
  width: 100%;
}
.weProvide .section-title h4::before{
  left: 45%;
  bottom: -15px;
}
.instructor-content p{
  display: none;
}
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 21px;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
.instructor-icon a:first-child{
  display: none;
}
.footer-link li a{
  color: #fff;
}
/* .footer-logo-bg{
  background: #fff;
  padding: 5px;
  border-radius: 10px;
} */
.custom-flex-row {
  display: flex;
  justify-content: center;
}
.register-now-wrapper .contact-wrapper h4{
  color: #fff;
}
.copyright {
  text-align: center;
}
.content-details span{
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-bg{
  padding: 130px 0 45px;
}
.contact-bg .page-title-text {
  text-align: center;
}
.contact-bg .page-title-text p {
  width: 100%;
}
.border-right{
  border-right: 1px solid #fff;
}
.image {
  width:100%;
  height:100vh;
  background-image:url("../img/bg/banner1.jpg") !important;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.image::before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
}
.image1 {
  width:100%;
  height:100vh;
  background-image:url("../img/bg/banner1.png") !important;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.image1::before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
}
.img_card a img:hover, .img_card a img:active, .img_card a img:focus {
  filter: grayscale(0%);
  box-shadow: 18px 14px 27px 0 rgba(0,0,0,.1);
  transform: translateY(-8px);
  background: #fff;
  transition: .5s;
}
.img_card a img{
  transition: .5s;
  transform: translateY(0px);
  background: transparent;
}
.contact-contents {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  padding: 20px;
  margin-right: 65px;
}
.contact-icon {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  height: 50px;
  margin: auto auto 20px;
  position: relative;
  text-align: center;
  width: 50px;
}
.contact-icon img {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.contact_heading {
  position: absolute;
  z-index: 11;
  height: 40vh;
  width: 100%;

}
.particles-js-canvas-el {
  position: relative;
  z-index: 111;
}
.contact_heading h1 {
	margin-top: 175px;
	display: flex;
	justify-content: center;
	align-content: center;
	color: #fff;
	text-transform: uppercase;
}
myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#f3712c;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
  border:1px solid #ccc;
  border-radius: 50%;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#f3712c;
  border-color:#f3712c;
  border-radius: 50%;
}

iframe {
  height: 250px;
}
.carousel-inner{
  width: 95%;
    margin: 0 auto;
}
.carousel-control{
  width:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-indicators {
  bottom: -40px;
}
.contact-address-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 10px;
  color: #222;
}
.blog-heading  {
  width:100%;
  height:300px;
  background-image:url("../img/bg/blogbg.jpg");
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* .blog-heading::before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 300px;
} */
.blog-heading .contact_heading h1{
  margin-top: 175px;
}
.event-grid-style-01{
  padding: 70px 0 30px;
}
.single-blog {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
  min-height: 453px;
}
.blog-img {
  line-height: 0;
  position: relative;
  min-height: 231px;
}
.blog-img > a, .single-post-img a {
  display: block;
  line-height: 0;
}
.blog-img img {
  width: 100%;
  height: 231px;
  object-fit: cover;
  object-position: center;
}
.blog-img a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(247, 149, 91, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.course-hover, .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;
}
.blog-hover i {
  color: #fff;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}
.blog-top p {
  font-size: 14px;
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 20px 10px 25px;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}
.blog-top p i {
  font-size: 16px;
  color: #606060;
  margin-left: 5px;
}
.blog-bottom {
  padding: 26px 15px 30px 25px;
  text-align: center;
}
.blog-bottom h2 {
  margin-bottom: 21px;
    line-height: 20px;
    height: 72px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-bottom h2 a {
  font-size: 18px;
  color: #303030;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-bottom a {
  font-size: 14px;
  color: #EC1C23;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-blog:hover .blog-img a:after, .single-blog:hover .blog-hover, .single-blog:hover .blog-hover i {
  opacity: 1;
}
.single-blog::before {
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  content:'';
}
.single-blog::after {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.single-blog::after,.single-blog::before{
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.5s;
}
.single-blog:hover::after, .single-blog:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.readmore-btn{
  background: #f3712d;
    padding: 10px;
    color: #fff !important;
}
.blog-details-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
.blog-details-content {
  padding-top: 30px;
}
.blog-details-content h2 {
  font-size: 24px;
  color: #303030;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}
.blog-details-content h6 {
  font-size: 16px;
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.blog-details-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #606060;
  margin-bottom: 25px;
}
.single-blog-widget h3 {
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 26px;
}
.blog-img > a, .single-post-img a {
  display: block;
  line-height: 0;
}
.single-post-img a {
  float: left;
  margin-right: 20px;
  position: relative;
}
.single-post-content p {
  color: #606060;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.single-post-content h4 {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 8px;
  margin-top: 5px;
}
.single-tag a {
  float: left;
  text-transform: capitalize;
  border: 1px solid #E1E1E1;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #5e5e5e;
}
.single-tag a:hover {
  color: #fff;
  background: #f3712d;
  border: 1px solid #f3712d;
}
.single-post-img img{
  width: 25%;
}
.single-post {
  display: flex;
}
.blog-details-area {
  background: #fdfdfd;
  padding: 70px 0 30px;
}
.blog-heading::before{
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 300px;
}
.post-img {
  width: 10%;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}
.post-img img {
  width: 100%;
  border-radius: 50%;
  display: flex;
  margin-right: 25px;
}
.team_bg{
    height: 300px;
    background: url(../img/bg/team1.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
}
.team_bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.team_bg .contact_heading h1 {
  margin-top: 175px;
}
.ct-heading .ct-text-outline {
  -webkit-text-stroke-color: #ffc4a5;
  -ms-text-stroke-color: #ffc4a5;
  -o-text-stroke-color: #ffc4a5;
  font-size: 250px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}
.ct-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 80px;
}
.ct-heading h3.ct-heading-tag {
  font-size: 60px;
  line-height: 1.16666;
  position: relative;
  top: 25px;
  left: 20px;
}
.ct-text-outline {
  white-space: nowrap;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,.2);
  -ms-text-stroke-color: rgba(255,255,255,.2);
  -o-text-stroke-color: rgba(255,255,255,.2);
  color: transparent;
  font-size: 400px;
  line-height: 70px;
  letter-spacing: -.02em;
  font-family: 'Gilroy Bold',sans-serif;
}
.view-more-btn a{
  background: #fff;
  color: #fff;
  width: 150px;
  padding: 5px 15px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  border-radius: 25px;
  margin-bottom: 25px;
  font-size: 17px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #000;

}
.team-area-section.bg-opacity-5::before {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.95;
}
/* .team-members-bg{
  height:250px;
  background-image:url("../img/bg/team-member.jpg");
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.team-members-bg::before{
  content: '';
  position: absolute;
  background: rgb(29, 29, 29, 0.5);
  width: 100%;
  height: 250px;
} */

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #F5F7FA;
  background: #000000;
  margin-top: 10px;
  z-index: 9999
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #fff;
}

.timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  color:#000;
}

.timeline-content span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #ffffff;
}


@media screen and (max-width: 768px) {
  .container:before {
     left: 8px;
     width: 2px;
  }
  .timeline-block {
     width: 100%;
     margin-bottom: 30px;
  }
  .timeline-block-right {
     float: none;
  }

  .timeline-block-left {
     float: none;
     direction: ltr;
  }
}
/* .timeline-section .container {
  width: 80%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 11;
} */

/* .timeline-section .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1
} */
.timeline-section {
  background: #ec7234;
  padding: 50px 0;
}
.blog-content h5{
  color: #666;
  font-size: 18px;
  font-weight: 600;
}
.back-to-blog-btn  a{
  background: #f4742f;
  color: #fff;
  width: 150px;
  padding: 5px 15px;
  text-align: center;
  display: block;
  border-radius: 25px;
  margin-bottom: 25px;
  font-size: 17px;
  height: 38px;
}
.servicebg{
  background-image:url("../img/bg/services.jpg");
}
.servicebg .contact_heading p{
  text-align: center;
  color: #fff;
}
.servicebg.blog-heading .contact_heading h1 {
  margin-top: 175px;
}
.service-sub-content{

}
.servicemaincontent {
  padding: 50px 0;
}
.service-sub-content h4 {
  font-size: 26px;
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.service-sub-content p{
  font-size: 16px;
}
.service-sub-content ul li{
  list-style: square;
  color: #818181;
}
.service-sub-content ul{
  padding-left: 22px;
}
.service-sub-content-img{
  width: 75%;
  margin: 0 auto 30px;
}
.service-sub-content-img img{
  width: 100%;
}
.section-ptb {
  padding: 60px 0 40px;
  background: #e1e1e1;

}
.single-case-item {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.single-case-item .case-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-case-item .case-image img {
  width: 100%;
  height: 280px;
}
.single-case-item .case-content {
  padding: 27px 27px;
  text-align: center;
}
.single-case-item .case-content h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #333333;
  min-height: 38px;
}
.single-case-item .case-content h3 a{
  color: #333333;
}
.single-case-item .case-content p {
  font-size: 15px;
  color: #333333;
  min-height: 120px;
}
.mb--30 {
  margin-bottom: 30px;
}
.single-case-item:hover {
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
}
.single-case-item .case-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(244, 114, 46, 0.8);
  background-image: url(../img/case-studies/plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.single-case-item:hover .case-image::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.case-study-list li{
  color: #6f6f6f;
  font-size: 16px;
  margin-bottom: 19px;
  position: relative;
  list-style: square;
}
ul.case-study-list {
  padding: 0 20px;
}
.casestudybg{
  background-image:url("../img/case-studies/casestudiesbg.jpg");
}
.case-study-area{
  padding: 40px 0;
}
.custom-post-inner-img{
  float: right;
  margin-left: 20px;
  margin-bottom: 50px;
}
.custom-post-inner-img img{
  width:150px;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
li.css a {
  border-radius: 0;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



.event-title h1{
  color: #fff;
  text-align: center;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 130px;
  width: 100%;
  object-fit: cover;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.lg-outer .lg-image{
  height: 525px !important;
}
.visibliity-hidden{
  visibility: hidden;
}
.lg-sub-html{
  display: none;
}
.imglist img{
  border: 5px solid #fff;
  margin: 5px auto 20px;
  text-align: center;
  display: block;
  width: 100%;
  height: 170px;
}
.aboutbg{
  background: url(../img/about/abt_building.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-tutoring-area,.brand-area{
  padding: 70px 0;
}
.brand-area{
  background: rgb(29, 29, 29, 0.99);
}
.brand-area .section-title h4::before {
  background: #eeeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  width: 100px;
  display: flex;
  justify-content: center;
}
.brand-area .section-title h4{
  text-align: center;
}
.about-content-list{
  padding-left: 30px;
  padding-bottom: 20px;
}
.about-content-list li{
  list-style: square;
  color: #696969;
}
.evchargeimg{
  width: 60%;
  margin: 20px 0;
  display: block;
}
.case-studies-content ul li{
  list-style: square;
}
.case-studies-content ul{
  padding-left: 30px;
}
.brand-wrapper img:hover, .brand-wrapper img:active, .brand-wrapper img:focus {
    filter: grayscale(0%);
    box-shadow: 18px 14px 27px 0 rgba(0,0,0,.1);
    transform: translateY(-8px);
    background: #fff;
    transition: .5s;
}
.brand-wrapper img {
  transition: .5s;
  transform: translateY(0px);
  background: transparent;
}
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #0c314e;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #0c314e;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #0c314e;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}

.ps-timeline-sec .container ol.ps-timeline {
  margin: 330px 0 285px;
  padding: 0;
  border-top: 2px solid #0c314e;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #0c314e;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 40px;
  color: #df8625;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #0c314e;
  width: 2px;
  height: 50px;
  background: #0c314e;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #0c314e;
  width: 8px;
  height: 8px;
  background: #0c314e;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #0c314e;
  width: 2px;
  height: 50px;
  background: #0c314e;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #0c314e;
  width: 8px;
  height: 8px;
  background: #0c314e;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}
.ps-top div ul li,.ps-bot div ul li{
  width: 100% !important;
  padding-top: 0 !important;
  color: #818181;
}
.ps-timeline img{
  width: 50%;
  border-radius: 50%;
  height: 140px;
  object-fit: cover;
}
.one-stop-img{
  width: 60%;
  margin: 20px auto;
}
.hbar-img{
  width: 10%;
}
.data-modelling-img {
  width: 22%;
  margin: 15px auto;
}
.corporate-goverance-img {
  width: 16%;
  margin-bottom: 0;
  margin-top: 35px;
}
.case-studies-content p{
  color: #131313;
}
.ps-timeline-sec h3{
  text-align: center;
  margin: 15px 0;
}
.about-logo-imgs{
  display: flex;
  justify-content: center;
}
.about-logo-imgs img{
  width: 100%;
}
.about-logo-imgs a:first-child img{
  width: 65%;
    margin: 0 20px;
}
.custom-roman-number li{
  list-style: lower-roman !important;
}
.service-sub-content h5{
  font-weight: bold;
}
.service-sub-content h6{
  font-weight: 600;
  font-size: 15px;
}
.step-by-steo-process ul{
  padding-bottom: 15px;
}
.cloud-based-nodes-img{
  width: 50%;
}
.h-logo {
  width: 50%;
  margin-bottom: 0;
}
.consulting-servies-img{
  width: 60%;
  margin-bottom: 0;
}
.blog-content ul li{
  list-style: square;
}
.blog-content ul {
  padding-left: 30px;
  padding-bottom: 15px;
}
.team_bg p{
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.corby-img img{
  width: 45%;
}
.uk-flex-img{
  width: 100%;
  margin-bottom: 20px;
}
.mean-nav > ul{
  height: auto;
  overflow-y: hidden;
}
#custom-dp-b{
  display: none;
}
#custom-dp-n{
  display: block;
}
.image1{
display: none;
}
.modal-dialog{
  margin: 40vh auto;
}
.form-message.success {
  font-size: 20px;
  line-height: 31px;
  color: green;
}

.modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
position: fixed;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: hsla(0, 0%, 0%, 0.5);
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}

.modal-wrapper {
position: absolute;
z-index: 9999;
top: 6em;
left: 50%;
width: 32em;
margin-left: -16em;
background-color: #fff;
box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
transition: all 0.3s 0.12s;
transform: translateY(-10%);
opacity: 0;
}

.modal.is-visible .modal-transition {
transform: translateY(0);
opacity: 1;
}

.modal-header,
.modal-content {
padding: 1em;
}

.modal-header {
position: relative;
background-color: #fff;
box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
border-bottom: 1px solid #e8e8e8;
}

.modal-close {
position: absolute;
top: 0;
right: 0;
padding: 1em;
color: #aaa;
background: none;
border: 0;
}

.modal-close:hover {
color: #777;
}

.modal-heading {
font-size: 1.125em;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
margin-top: 0;
}

.modal-content > *:last-child {
margin-bottom: 0;
}
.output_message{
  display: inline-block;
  float: left;
  width: 74%;
  margin: 27px;
  color: green;
  font-size: 14px;
  font-weight: 600;
}
/* .cc-custom-banner{
  background: #02154a;
  padding: 20px 0;
}
.cc-banner-embed iframe > html > body{
  background-color: #02154a !important;
} */
  .player{
  max-width: 100%;
  }
  .blog-links{
    padding-left: 15px !important;
  }
  .blog-links li{
    list-style: upper-roman !important;
    color: #060606;
    padding-bottom: 10px;
  }
  .blog-links li a{
  color: #f4742f;
  }
  .blog-links li a:hover{
    text-decoration: underline;
  }
  .ptvolt-logo-hover{
    display:none;
    transition: .5s;
    transform: translateY(0px);
  }
  .ptvolt_img:hover a .ptvolt-logo-hover , .ptvolt_img:active a .ptvolt-logo-hover, .ptvolt_img:focus a .ptvolt-logo-hover{
    filter: grayscale(0%);
    box-shadow: 18px 14px 27px 0 rgba(0,0,0,.1);
    transform: translateY(-8px);
    background: #fff;
    transition: .5s;
    display:block;
  }

  .ptvolt_img:hover a .ptvolt-logo-normal , .ptvolt_img:active a .ptvolt-logo-normal, .ptvolt_img:focus a .ptvolt-logo-normal{
    display:none;
    transition: .5s;
    transform: translateY(0px);
  }
  .ptvolt_img{
    transition: .5s;
    transform: translateY(0px);
    background: transparent;
  }
  .ptvolt-logo-normal{
    width: 65% !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    transition: .5s;
    transform: translateY(0px);
  }
.case-studies-sub-heading{
    font-weight: 600;
}
.case-studies-link{
  color: #f36f29;
  font-weight: 600;
}
.hedera-virutual-img{
  width: 46%;
}
.h21-details .hedera-virutual-img{
  width: 49%;
}
.h20-video-image{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  align-items: center;
}
.h20-utube-video-section{
  width: 47%;
}
.h21-details .h20-utube-video-section {
  width: 47%;
  border-left: 2px solid;
}
.h21-details iframe {
  height: 273px;
  margin-left: 22px;
}
.h20-card-section {
  background: #f4732f;
  background-image: none !important;
  padding: 30px 0 20px;
}
.h20-card-section .course-categories-wrapper{
  position: unset;
  transform: unset;
  min-height: auto !important;
  padding: 30px;
}
.h20-card-section .course-catagories:hover .course-categories-wrapper{
transform: unset;
}
.visit-here-btn{
  background: #f4732f;
  border: 1px solid #f4732f;
  color: #000;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
}
.visit-here-btn:hover,.visit-here-btn:focus{
  color: #000;
}
.custom-height{
  height: 350px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.pre-footer-mail-details p > a{
 color: #fff;
 font-weight: 600;
 text-decoration: underline;
}
.pre-footer-mail-details{
  display: flex;
  margin: 15px 0 0;
}
.pre-footer-mail-details p{
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}
.pre-footer-mail-main-section{
  padding: 30px 0;
}
.custom-h-350{
  height: 350px;
}
.special-note{
  font-size: 11px !important;
  margin-bottom: 20px !important;
}
.special-note sup{
  color: red;
  font-size: 19px;
  top: -3px;
}
.h20-card-section .course-categories-content h5{

}
.pre-footer-mail-details p > sup{
  font-size: 19px;
    margin-right: 2px;
    top: -1px;
}
.h21-card-section{
  background: #1e98ac;
}
.h21-card-section .visit-here-btn {
  background: #1e98ac;
  border: 1px solid #1e98ac;
  color: #fff;
  }
  .case-studies-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #1e98ac;
    margin-bottom: 25px;
}
.case-studies-card h4.case-studies-sub-heading {
  background: #1e98ac;
  padding: 15px;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.case-studies-card p {
  padding: 0 15px;
  min-height: auto;
  font-size: 17px;
}
.case-studies-card ul{
 list-style: none;
 display: flex;
}
.case-studies-card ul li{
  list-style: none;
}
.case-studies-card ul li {
  list-style: none;
  margin-right: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #f26c25;
  padding: 3px 16px;
  font-size: 17px;
}
.case-studies-card ul {
  padding-left: 14px;
}

.h21-details .case-studies-sub-heading {
  font-size: 28px;
  font-weight: bold;
    text-transform: uppercase;
}
.h21-details p{
  font-size: 16px;
  margin-bottom: 35px;
}
.h21-details p > span{
  font-weight: bold;
  margin-right: 15px;
  color: #ffffff;
  background: #1e98ac;
    padding: 4px 13px;
}
.blog-content p a{
  color: #f4742f;
}
.customiframevideo iframe{
  height: 430px;
}
.custom-object-fit{
object-fit: contain;
}
.g20techsprint-card-section{
  background: #42bfec;
  padding: 30px 0 40px;
}
.h20-utube-video-section h5{
font-weight: bold;
text-align: center;
font-size: 20px;
line-height: 25px;
}
.h20-utube-video-section p{
  text-align: center;
  margin-top: 15px;
  }
  .g20-techsprint .h20-utube-video-section{
border: 0;
width: 100%;
  }
  .g20techsprint-card-section .visit-here-btn {
    background: #42bfec;
    border: 1px solid #42bfec;
    color: #fff;
}
.g20-techsprint iframe{
  height: 450px;
}
.gtech-title h3{
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.g20techsprint-card-section .course-categories-content h5 {
  min-height: 88px;
}
.g20techsprint-bg{
  background:#4d812c;
}
.gtech-heading{
font-size: 42px;
font-weight: bold;
}
.gtech-important{
  color: red;
  font-size: 19px;
  top: -3px;
}
.gtech-title1 h3{
  margin-bottom: 35px;
  margin-top: 5px;
}
.gtech-bg1{
  background:none;
}
.gtech-bg1.blog-heading::before{
height: 360px;
display: none;
}
.cus-mar-b-20{
  margin-bottom: 20px;
}
.empty-space-100{
  height: 100px;
}
.gtechbanner-section {
  display: flex;
}
.gtechbanner-section-left {
  width: 50%;
}
.gtechbanner-section-left img{
width: 100%;
}
.gtechbanner-section-right{
  width: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gtechbanner-section-right img{
width: 50%;
object-fit: fill;
}
.custom-padding-top{
padding-top: 180px;
}

.headerlist{
  color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    line-height: 36px;
}
/* .headerlist li:hover {
  color: #f37138;
} */