
.div-padding a{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	text-decoration-line: none;
	color: #03e9f4;
	text-transform: uppercase;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.5s; 
	-webkit-box-reflect:below 1px linear-gradient(transparent,#0005);
}

.div-padding a:hover{
	background-color: #03e9f4;
	color:#fff;
	/*font-weight: 2px;
	box-shadow: 0 0 3px #03e9f4,
				0 0 10px #03e9f4,
				0 0 20px #03e9f4,
				0 0 50px #03e9f4;*/
}

.div-padding a span{
	display: block;
	position: absolute;
}

.div-padding a span:nth-child(1){
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,transparent,#03e9f4);
	animation:but1 1s linear infinite;
}
@keyframes but1{
	0%{
		left: -100%;
	}
   50%,100%{
		left: 100%;
	}
	
}
.div-padding a span:nth-child(2){
	top: 100%;
	right: 0;
	width:2px;
	height: 100%;
	background: linear-gradient(180deg,transparent,#03e9f4);
	animation:but2 1s linear infinite;
	animation-delay: 0.25s;
}
@keyframes but2{
	0%{
		top: -100%;
	}
   50%,100%{
		top: 100%;
	}
	
}
.div-padding a span:nth-child(3){
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(360deg,transparent,#03e9f4);
	animation:but3 1s linear infinite;
	animation-delay: 0.5s;
}
@keyframes but3{
	0%{
		 right:  -100%;
	}
   50%,100%{
	 right:  100%;
	}
	
}
.div-padding a span:nth-child(4){
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg,transparent,#03e9f4);
	animation:but4 1s linear infinite;
	animation-delay: 0.75s;
}
@keyframes but4{
	0%{
		 bottom: -100%;
	}
   50%,100%{
	 bottom: 100%;
	}
	
}


/*<!-- Running Form By Rdx Technologys  Start-->*/
.mv_model_btn a.call_back, .mv_model_btn a:focus {
    position: fixed;
    right: 0;
    top: 500px;
    z-index: 11;
    color: #fff;
  font-size: 26px;
    background: #039fe5;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.02);
  animation: top_btm 3s infinite alternate;
}
.mv_model_btn a.call_back:hover, .mv_model_btn a:focus:hover{background-color: #464040;color: #039fe5;font-weight: 520}

@keyframes top_btm {
  0%   {top: 500px;}
  100% {top: 550px;}
}

.mp_model i.fa.fa-phone {
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 180px;
    background: #00bcd4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
}
.mv_model_btn.mv_model_quote {
    position: relative;
}
.mp_model.mp_model_two .modal-header {
    padding: 32px 30px 28px;
}
.mv_model_btn.mv_model_quote a.call_back {
    left: -48px;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transform: rotate(-90deg);
  text-decoration: none;
}
.mv_model_btn.mv_model_quote a.call_back:after {
    position: fixed;
    content: "";
    width: 20px;
    border-top: solid 10px #00bcd4;
    border-right: solid 10px rgba(0, 0, 255, 0);
    border-left: solid 10px rgba(0, 0, 255, 0);
    border-bottom: solid 10px rgba(0, 0, 255, 0);
    top: 48px;
    left: 60px;
}
.mp_model_two .mp_login .form-group {
    display: flex;
    align-items: center;
}
.mp_model_two .mp_login label {
    width: 80px;
  font-weight: 400;
}
.mp_model_two .mp_login input.form-control {
    width: calc(100% - 80px);
}
.mp_model i.fa.fa-phone {
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 180px;
    background: #00bcd4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
}
.mp_model .modal-content {
    background-color: #ffffff;
}
.mp_model .modal-header {
    padding: 52px 30px 28px;
}
.mp_model .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #a6a6a6;
    opacity: 1;
}
.mp_model h4.modal-title {
    text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
     -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  top: 22%;
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
      transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  top: 22%;
  left: 0;
}
.modal.right.fade .modal-dialog {
  top: 29%;
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
      transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  top: 29%;
  right: 0;
}
.mv_model_btn.mv_model_quote {
    position: relative;
}

.mv_model_btn.mv_model_quote a.call_back {
    left: -48px;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transform: rotate(-90deg);
  text-decoration: none;
}
.mv_model_btn.mv_model_quote a.call_back:after {
    position: fixed;
    content: "";
    width: 20px;
    border-top: solid 10px #039fe5;
    border-right: solid 10px rgba(0, 0, 255, 0);
    border-left: solid 10px rgba(0, 0, 255, 0);
    border-bottom: solid 10px rgba(0, 0, 255, 0);
    top: 48px;
    left: 60px;
}
.mp_login {
    padding: 0px 50px 15px;
}
.mp_login input.form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222222;
    border: 1px solid #eee;
    box-shadow: none;
}

.mp_login button {
    border: none;
}
.mp_login button:focus {
    outline: none;
}
.mp_login label i {
    margin-right: 10px;
    color: #00bcd4;
}
.mp_login .form-control:focus {
    box-shadow: none;
}
.mv_contactform .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mv_contactform .form-group .form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222222;
    border: 1px solid #eee;
    box-shadow: none;
}
.mv_contactform .form-group textarea.form-control {
    height: 140px;
    resize: none;
  padding: 15px 20px;
}
.mv_contactform .form-group .form-control:focus{
  outline:none;
  box-shadow:none;
}
.mv_formdiv .mv_form .form-group .form-control {
    height: 50px;
  }
  .mv_contactform .form-group textarea.form-control {
    height: 100px;
  }
  .mv_btn, .mv_btn:focus {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-decoration: none;
    color: #fff;
    background: #00bcd4;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.9px;
    border: none;
    z-index: 1;
    border-radius: 5px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  outline: none;
  text-align: center;
}
.mv_btn:hover {
    background: red;
  color: #ffffff;
}
/*<!-- Running Form By Rdx Technologys  finixed-->*/

/*<!-- Why choose us? start -->*/

.choose_us .inner-heading{
  margin:0 auto 5rem;
  width: 70%;
}

.choose_us .inner-heading h2{
    margin-bottom: 10px;
}
.choose-list {
    border-width: 1px 1px 1px 3px;
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 #039fe5;
    border-style: solid;
    padding: 12px 12px 12px 38px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
}
.choose-list:hover {
      cursor: move;
    border-width: 1px 1px 1px 10px;
    transition: 0.6s;

    }
.choose-list i {
    position: absolute;
    left: -27px;
    top: 30%;
    background: #039fe5;
    border-radius: 50px;
    padding: 10px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    height: 50px;
}
.choose-list h3 {
    margin-bottom: 10px;
    color: #464040
}
.choose-list p {
    margin: 0;
}
.choose_us img {
    width: 100%;
    padding: 0;
    box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
    border: 10px solid #fff;
}

@media(max-width: 767px){
  section#choose_us{padding-bottom: 50px;}
  .choose_us .inner-heading{width: 100%;}
  .safe-list{padding:0 30px 30px;}
}
@media only screen and (max-width: 991px) {
  .choose_us img { margin: 0px auto 30px; display: block;}
}
.inner-heading h2 {
    font-size: 42px;
    color: #464040
}
.inner-heading h2 span { color: #039fe5; }
/*<!-- Why choose us? finixed -->*/


/*<!-- Testimonials start -->*/
.edu-testimonial.edu-testimonial-ab {padding-bottom: 90px;}
.edu-testimonial .row.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.edu-testimonial {
  position: relative;}

.edu-testimonial .edu_head .section_title span:before {
  background: #ffffff;
}
.edu-testimonial.abt-testml {padding-bottom: 90px;}

@media only screen and (max-width: 991px) {
  .edu-testimonial .inner-heading {margin: 0px auto 4rem; width: 100%;}
}
.edu-testimonial.edu_wide {
    background: url(../images/driving/slide-1.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 100px;
}

.edu-testimonial.edu_wide:before{
  content: '';
  background: linear-gradient(45deg, #003661, #b17a288a);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 
@media only screen and (max-width: 1200px) {
  .edu-testimonial.edu_wide:after {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform: skewX(0deg);
  }
}
@media only screen and (max-width: 767px) {
.edu-testimonial.edu_wide:after {width: 100%; height: 50%; bottom: 0; top: inherit;}
}

.edu_wide .inner-heading h3, .edu_wide .inner-heading h2, .edu_wide .testimonial-abt p {color: #fff; margin-bottom: 0;}

.slider-eductestimo.slick-slider {
    z-index: 1;
}

.edu_wide .slider-eductestimo .testimonial_main{
    background: #fff;
    padding: 50px 20px 40px;
} 
.edu_wide .testimonial_main .client-pic{top: 23px;}

.edu_wide .slider-eductestimo .testimonial_main p {
    margin: 130px 0 30px;
    padding-left: 40px;
}
.edu_wide .slider-eductestimo .slick-prev, .edu_wide .slider-eductestimo .slick-next{bottom: -10px;}
@media only screen and (max-width: 767px) {
.edu_wide .slider-eductestimo:before {top: -44px;}
}
@media only screen and (max-width: 480px) {
.edu_wide .slider-eductestimo:before {top: -24px;}
}

.navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img, 
.sticky-nav-white .logo a img, 
#inner-navigation .navbar.navbar-sticky-in .logo img{width: auto;}
.navbar.navbar-default.reveal-menu-home.sticky-nav,
.sticky-nav-white {
  padding: 10px;
  background: #000;
  transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.52); 
}

.sticky-nav-white {
background-color: #FFFFFF !important; 
}

.sticky-nav-white ul.nav.navbar-nav li a {
  color: #444444 !important; 
}
@media only screen and (max-width: 360px) {
  .navbar.navbar-default.reveal-menu-home.sticky-nav .logo a img,
  .sticky-nav-white .logo a img {
    margin-top: 0px;
    width: 150px;
  } 
  }
.slider-eductestimo1 .testimonial_main{
  background: #fff;
  padding: 30px 20px 40px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  border-radius: 5px;

}

.slider-eductestimo1 .testimonial_main p{position: relative;  margin: 140px 0 40px; padding-left: 0px;}

/*.slider-eductestimo1 .testimonial_main p:before {
    content: "\f10d";
    font-size: 42px;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    top: -30px;
}
*/
.slider-eductestimo1 .testimonial_main h4{
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: super;
    padding-left: 10px;
}
.slider-eductestimo1 .testimonial_main h4 a{
    color: #039fe5!important;
}
.slider-eductestimo1 .testimonial_main h4 a:hover{
    color: #464040!important;
}
.slider-eductestimo1 .testimonial_main h4 span{font-size: 14px; color:#039fe5 ; display: block; margin-top: 10px; font-weight: 300;}

.slider-eductestimo1 .slick-dots {
    bottom: -14px;
    background: #000;
    z-index: 3;
    width: 15%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 5px 0;
}

.slider-eductestimo1 .slick-dots li button:before{background: #039fe5;}

.slider-eductestimo1 .slick-dots li.slick-active button:before {
    background: #039fe5;
}

.slider-eductestimo1 .slick-prev:before, .slider-eductestimo .slick-next:before {font-size:38px; color: #333; opacity:1;}

.slider-eductestimo1 .slick-next {right: 42%;}

.slider-eductestimo1  .slick-prev{left: 42%;}

.slider-eductestimo1 .slick-prev, .slider-eductestimo .slick-next {
    top: inherit;
    bottom: 30px;
    background: #2875b1;
    line-height: 7px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    transition: all ease-in-out .3s;
}
.slider-eductestimo1 .slick-prev:hover, .slider-eductestimo1 .slick-prev:focus, .slider-eductestimo1 .slick-next:hover, 
.slider-eductestimo1 .slick-next:focus {border: 2px solid #2875b1;}

.slider-eductestimo1 .slick-prev:hover:before, .slider-eductestimo1 .slick-prev:focus:before, 
.slider-eductestimo1 .slick-next:hover:before, .slider-eductestimo1 .slick-next:focus:before {color: #2875b1;}

@media only screen and (max-width: 767px) {
.slider-eductestimo1 .slick-dots{width: 30%;}
}


@media only screen and (max-width: 991px) {
.slider-eductestimo .testimonial_main {padding: 55px 15px}
}
.client-pic{
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border:2px solid #ffffff;
  overflow: hidden; 
  display: inline-block;
}
/*<!-- Testimonials finish -->*/

/*contact button responsive*/
.Get-More-Details1{margin-left: 35%}
.Get-More-Details2{margin-left: 51%;margin-top: -9.6%}
@media only screen and (max-width: 1336px) {
.Get-More-Details1{margin-left: -17%;margin-top:11.7%}
.Get-More-Details2{margin-left: 0%;margin-top:0%}
}
@media only screen and (max-width: 1270px) {
.Get-More-Details1{margin-left: -17%;margin-top:13%;}
}
@media only screen and (max-width: 1160px) {
.Get-More-Details1{margin-left: -17%;margin-top:16%;}
}
@media only screen and (max-width: 990px) {
.Get-More-Details1{margin-left: -17%;margin-top:6%;}
}
@media only screen and (max-width: 768px) {
.Get-More-Details1{margin-left: 0%;margin-top:-1%;width: 100%}
}

.Forms-Elements{
  margin-top: 0.7%;
  color: #fff!important;
}
.Forms-Elements h3{color: #fff!important}

/*<!-- placement company logys start -->*/

.autoplay_list img {
    padding: 0 20px;
}

section#partners_t {
    background: #f1f1f1;
    padding: 60px 0 140px;
}

@media(max-width: 767px){
  section#partners_t{padding: 40px 0 75px;}
}

/*<!-- Faq question start -->*/
.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}
.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #464040;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #039fe5 !important;
  font-weight: 600!important
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

@media (min-width: 768px) and (max-width: 991px) {
.tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .tab-menu {
    margin-top: 30px;
  }
   .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
   .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}
.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}
.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #464040;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.team-content.head-team p {
  margin-bottom: 0;
}
/*<!-- Faq question finish -->*/

/*Text slider start*/

.text_item-1, 
.text_item-2, 
.text_item-3 {
  position: absolute;
    display: block;
  width: 115%;
    animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  margin-left: -5%;
  margin-top: -2.5em;
}
.text_item-1 h2,
.text_item-2 h2,
.text_item-3 h2{font-size:35px;}
.text_item-1 h3,
.text_item-2 h3,
.text_item-3 h3{margin-top: -2%!important;font-size:20px; }
.text_item-1 p,
.text_item-2 p,
.text_item-3 p{font-size:15px; }


.text_item-1{
  animation-name: anim-1;
}

.text_item-2{
  animation-name: anim-2;
}

.text_item-3{
  animation-name: anim-3;
}

@keyframes anim-1 {
  0%, 8.3% { left: 70%; opacity: 0; }
  8.3%,25% { left: -2%; opacity: 1; }
  33.33%, 100% { left: -100%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { left: 70%; opacity: 0; }
  41.63%, 58.29% { left: -2%; opacity: 1; }
  66.66%, 100% { left: -100%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { left: 70%; opacity: 0; }
  74.96%, 91.62% { left: -2%; opacity: 1; }
  100% { left: -100%; opacity: 0; }
}

@media(max-width: 1185px){
.text_item-1, 
.text_item-2, 
.text_item-3{width:110%;}

@keyframes anim-1 {
  0%, 8.3% { left: 70%; opacity: 0; }
  8.3%,25% { left: -5%; opacity: 1; }
  33.33%, 100% { left: -100%; opacity: 0; }
  }
  @keyframes anim-2 {
  0%, 33.33% { left: 70%; opacity: 0; }
  41.63%, 58.29% { left: -5%; opacity: 1; }
  66.66%, 100% { left: -100%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { left: 70%; opacity: 0; }
  74.96%, 91.62% { left: -5%; opacity: 1; }
  100% { left: -100%; opacity: 0; }
}
}
@media(max-width: 1185px){
.text_item-1 h2,
.text_item-2 h2,
.text_item-3 h2{font-size:30px;}
.text_item-1 h3,
.text_item-2 h3,
.text_item-3 h3{font-size:16px; }
.text_item-1 p,
.text_item-2 p,
.text_item-3 p{font-size:14px; }

  }
  @media(max-width: 768px){
  .text_item-1, 
.text_item-2, 
.text_item-3{width:110%;margin-left: 0%;margin-top: -4%;}
.text_item-1 h2,
.text_item-2 h2,
.text_item-3 h2{font-size:27px;}
.text_item-1 h3,
.text_item-2 h3,
.text_item-3 h3{font-size:14px; }
.text_item-1 p,
.text_item-2 p,
.text_item-3 p{font-size:13px; margin-top: -1.5%}
.smt-items{margin-top: 20%!important}
}
@media(max-width: 665px){
.smt-items{margin-top: 25%!important}
.text_item-1, 
.text_item-2, 
.text_item-3{width:110%;margin-left: 0%;margin-top: -5%;}
  }
@media(max-width: 600px){
.text_item-1 h2,
.text_item-2 h2,
.text_item-3 h2{font-size:25px;}
.text_item-1 h3,
.text_item-2 h3,
.text_item-3 h3{font-size:13px; }
.text_item-1 p,
.text_item-2 p,
.text_item-3 p{font-size:12px; margin-top: -1.5%}
.text_item-1, 
.text_item-2, 
.text_item-3{width:110%;margin-left: 0%;margin-top: -6.2%;}
.smt-items{margin-top: 28%!important}

  }
@media(max-width: 510px){
.smt-items{margin-top: 29%!important}
.text_item-1 h2,
.text_item-2 h2,
.text_item-3 h2{font-size:22px;}
.text_item-1 h3,
.text_item-2 h3,
.text_item-3 h3{font-size:11px; }
.text_item-1 p,
.text_item-2 p,
.text_item-3 p{font-size:10px; margin-top: -1.5%}
  }

@media(max-width: 400px){
.smt-items{margin-top: 39%!important}
}

/*Text slider finish*/

.testimonial_main{width: 105%;}


/*Trending Technologys*/
.trending_courses .featured-item{background-color: #fff!important;}
/*.trending_courses .featured-item .feat-inn ul{margin-top: -4%;margin-right: 69%!important;}*/
.trending_courses .featured-item .feat-inn h3{font-weight: 500;color: #464040!important}
.trending_courses .item:hover  h3{font-weight: 600;color: #039fe5!important}
.trending_courses .featured-item .th-name{margin-top: -4%!important}

@media(max-width: 1381px){
.trending_courses .featured-item .feat-inn ul{margin-right: 60%!important;}
}
@media(max-width: 1227px){
.trending_courses .featured-item .feat-inn ul{margin-right: 50%!important;}
.trending_courses .featured-item .th-name{margin-top: -5%!important}
}
@media(max-width: 986.5px){
.trending_courses .featured-item{margin-bottom: 5px;}
.trending_courses .featured-item .feat-inn ul{margin-right: 65%!important;}
}
@media(max-width: 755px){
.trending_courses .featured-item{margin-bottom: 6px;}
.trending_courses .featured-item .feat-inn ul{margin-right: 85%!important;}
}
@media(max-width: 593px){
.trending_courses .featured-item .feat-inn ul{margin-right: 75%!important;}
}

.testimonial .fa-star{color: #000}
.testimonial .checked{color: #039fe5}

/* start review*/

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin-top: -3%;
}
.rate:not(:checked) > input {
    position:fixed;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#000;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color:#039fe5;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: green;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
   
}

/* finish review*/