html, body {
    font-size: 16px;
    color: #505050;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}
.newscontent ul li {
    padding: 5px 10px 0;
  font-weight: 200;
}
footer {
    padding-top: 20px;
}

.topbarphone {
    /* background: #002147; */
    color: #fff;
    padding: 4px 15px;
    font-size: 15px;
    /* border-radius: 4px 0px 0px 4px;
    position: absolute; */
    z-index: 1;
    margin-left: 0px;
    left: 16px;
}
.topbarphone a {
       color: #fff;
      }
.topbarphone i {
        margin-right: 5px;
    }
.wlc-tagore{
 /*background-image: url(../img/bg-01.png);*/
    background-repeat: no-repeat;
    background-position: left bottom;
   
}
.service-box-QR {
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    padding: 10px 30px 10px 40px;
    display: block;
    color: #fff;
    background-color: rgba(0, 33, 71, 0.8);
    width: 32.5% !important;
}
@media(max-width: 767px){
 
.service-inner {top:20px; position: relative;}
.service-box-QR{border-right: 0px solid rgba(255, 255, 255, 0.21);     
    border-bottom: 1px solid rgba(255, 255, 255, 0.21); background-color: rgb(0, 33, 71);}
 .service-box-QR {width: 100% !important;}   
}

.wlc-tagore .intro-txt {
    padding: 50px 0;
    color: #212121;
    background: none !important;
    padding-bottom: 40px;

    
}
.wlc-tagore .intro-txt p{
padding-bottom: 20px;


  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;

}

.wlc-tagore .intro-txt .sub-title span {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #383838;
    font-weight: 600;
    position: relative;

    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.wlc-tagore .intro-txt .sub-title span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #faf406;
}
.wlc-tagore .intro-txt .sub-title h2 {
  font-size: 28px;
  color: #01458e;
  line-height: 40px;
  margin: 0;
  padding-bottom: 20px;

  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.wlc-tagore .intro-txt ul {
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0;
}
.wlc-tagore .intro-txt ul li {
  flex-basis: 34%;
  position: relative;
  padding-left: 24px;
  padding-bottom: 7px;
}
.wlc-tagore .intro-txt ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: FontAwesome;
  color: #ff3115;
  transition: all .5s ease;
}
.wlc-tagore .intro-txt a.intro-btn.readon {
 font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 13px 20px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #d9241b !important;
}


.hero-features .single-hero-feature {
    background-size: cover;
    background: none !important;
    padding: 15px;
    text-align: center;
}
.hero-features .single-hero-feature .outer-container {
  padding: 36px 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.hero-features .single-hero-feature .outer-container:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.hero-features .single-hero-feature .outer-container:hover:before {
    opacity: 1;
    visibility: visible;
}
/*.hero-features .single-hero-feature:first-child {
  background-image: url(../img/Trending-Courses.jpg);
}*/
.hero-features .single-hero-feature.sf21 .outer-container {
  background-image: url(../img/Trending-Courses.html);
}
.hero-features .single-hero-feature.sf22 .outer-container {
  background-image: url(../img/Certified-Teachers.html);
}
.hero-features .single-hero-feature.sf23 .outer-container {
  background-image: url(../img/Books-Liberary.html);
}
.hero-features .single-hero-feature.sf35 .outer-container{
  background-image: url(../img/Certification.html);
}

.hero-features i:before {
    color: #ff3115;
    font-size: 40px;
}

.hero-features .inner-container .icon-wrapper {
    display: none;
}
.hero-features .inner-container:hover .icon-wrapper {
    display: block;
}




/* ------------------------------------
    07. Services
---------------------------------------*/
.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #ff3115;
  font-size: 40px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  color: #ffffff;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.rs-services-style7 .content-part p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}

.rs-services-style7 .single-hero-feature {
    position: relative;
    padding: 15px;
    background: none !important;
}

.rs-services-style7 .Services-wrap .Services-item .Services-icon{
  height: 163px;
  border-radius: 6px;
}




.rs-services-style7 .single-hero-feature.sf21 .Services-icon {
  background-image: url(../img/Trending-Courses.html);
}
.rs-services-style7 .single-hero-feature.sf22 .Services-icon {
  background-image: url(../img/Certified-Teachers.html);
}
.rs-services-style7 .single-hero-feature.sf23 .Services-icon {
  background-image: url(../img/Books-Liberary.html);
}
.rs-services-style7 .single-hero-feature.sf35 .Services-icon{
  background-image: url(../img/Certification.html);
}



.team-section .sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  margin-top: 90px;
  color: #212121;
}
.team-section .sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.team-section .sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}


.testimonial-section{
/*  background-image: url('../img/testimonial-bg.jpg');
    background-size: cover;*/
    width: 100%;
    background-color: #e3b121;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonial-section {
    padding: 60px 0 60px;

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}



.testimonial-section .sec-title {
/*  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  color: #ffffff;*/
}
.testimonial-section .sec-title h2 {
  font-size: 28px;
    color: #000;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
}
.testimonial-section .sec-title span{
  display: block;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}
.testimonial-section .sec-title span:after {
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #faf406;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border-radius: 50%;
}
.single-testimonial .img-wrapper {
    margin: 0;
    text-align: left;
    margin-top: 0;
    z-index: 9999;
    width: 100%;
}

.single-testimonial .img-wrapper img{
  float: left;
    max-width: 112px;
    display: inline-block;
    margin-right: 15px;
}
.single-testimonial .img-wrapper .text_wapeer{
  padding: 0 15px;
}
.single-testimonial .img-wrapper .text_wapeer h2{
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
}
.single-testimonial .client-desc {
    margin-left: 0;
    padding: 40px 40px 40px;
    /*background-color: #f7f7f7;*/
}
.single-testimonial .client-desc .client_text{
 position: relative;
    padding: 15px 15px 15px 30px;
    /*float: left;*/
}

.single-testimonial .client-desc .client_text:before,
.single-testimonial .client-desc .client_text:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  color: #ff3115;
  display: none;
}
.single-testimonial .client-desc .client_text:before {
  content: "\f10d";
  top: 0;
  left: 0;
  display: none;
}
.single-testimonial .client-desc .client_text:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
  display: none;
}

.testimonial-carousel.owl-carousel .owl-item img {
   display: inline-block;
    width: auto;
    object-fit: cover;
    border-radius: 0;
    border: 0px solid #fff;
    margin-bottom: 0;
    max-width: 200px;
    margin-right: 20px;
}

.testimonial-carousel .single-testimonial {
    position: relative;
    margin: 4px;
    height: 191px;
    background-color: #fff;
    overflow: hidden;
}

.testimonial-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    float: right;
    position: absolute;
    right: 0;
    top: -36px;
}


/* ------------------------------------
    14. Countdown
---------------------------------------*/
.bg12 {
   background-image: url(../img/reg_bg.html);
    background-position: center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 134px;
}
.rs-countdown-part .countdown-part .sub-title {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-countdown-part .countdown-part .title {
  max-width: 500px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .description {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
.rs-countdown-part .countdown-part .counter-wrap {
  max-width: 550px;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
  opacity: 1;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div {
  position: absolute;
  text-align: left;
  padding-right: 0;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 40px !important;
  margin: 0 0 9px 0;
  color: #ff3115;
}
.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 17px;
  font-size: 12px !important;
}
.rs-countdown-part .register-form {
  background: #fff;
}
.rs-countdown-part .register-form .form-title {
  position: relative;
  padding: 30px 65px 36px;
  margin-bottom: 50px;
}
.rs-countdown-part .register-form .form-title .title {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  font-size: 22px;
}
.rs-countdown-part .register-form .form-title:after {
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
  left: 0;
  background-color: #ff3115;
  top: 0;
  content: "";
}
.rs-countdown-part .register-form .form-group {
  padding: 0 50px 5px;
}
.rs-countdown-part .register-form .form-group .from-control {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit] {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  height: 50px;
  line-height: 18px;
  -webkit-appearance: button;
  cursor: pointer;
  background: #ff3115;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0;
}
.rs-countdown-part .register-form .form-group input[type=submit]:hover {
  color: #ffffff;
  background: #e41f05;
}
.rs-countdown-part .register-form .form-group .select-option {
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.rs-countdown-part .register-form .form-group .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 22px;
  pointer-events: none;
}





/* ------------------------------------
    37. Rs Footer
---------------------------------------*/
.rs-footer {
  color: #e8e8e8;
    background: #1b1b1b;
}
.rs-footer {
  color: #e8e8e8;
  /*margin-top: 98px;*/
}
.rs-footer .footer-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #ff3115;
}
.rs-footer .container {
  position: relative;
}
.rs-footer .footer-contact-desc {
  margin: 0;
  background: #222;
  text-align: center;
  padding: 35px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -100px auto 0;
  z-index: 111;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.rs-footer .footer-contact-desc .contact-inner {
  position: relative;
}
.rs-footer .footer-contact-desc .contact-inner i {
  font-size: 28px;
  margin-bottom: 12px;
  color: #ff3115;
}
.rs-footer .footer-contact-desc .contact-inner .contact-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
.rs-footer .footer-contact-desc .contact-inner .contact-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer .footer-top {
  padding-top: 60px;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  float: left;
  background-color: #ff3115;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #e8e8e8;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #bbbbbb;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-category {
  font-size: 15px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.rs-footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
  list-style: circle;
}
.rs-footer .footer-top .sitemap-widget li a {
  color: #e8e8e8;
  display: inline-block;
  position: relative;
}
.rs-footer .footer-top .sitemap-widget li a:hover,
.rs-footer .footer-top .sitemap-widget li a:focus {
  color: #ff3115;
}
.rs-footer .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer .footer-top .news-form {
  position: relative;
}
.rs-footer .footer-top .news-form input {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff3115;
  color: #ffffff;
  height: 50px;
  outline: 0 none;
  padding: 5px 15px;
  width: 100%;
}
.rs-footer .footer-top .news-form button {
  background: #ff3115;
  border: none;
  color: #ffffff;
  font-size: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.rs-footer .footer-top .news-form button:hover {
  background: #e41f05;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-share {
  text-align: center;
  margin-top: 25px;
}
.rs-footer .footer-share ul li {
  display: inline-block;
}
.rs-footer .footer-share ul li a {
  font-size: 13px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all .3s ease 0s;
  background: rgba(255, 255, 255, 0.15);
}
.rs-footer .footer-share ul li a:hover {
  background-color: #ff3115;
  color: #ffffff;
}
.rs-footer .footer-share ul li + li {
  margin-left: 5px;
}
.rs-footer .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  margin-top: 35px;
}
.rs-footer .footer-bottom .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #ff3115 !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style8 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #ff3115 !important;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style8 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #ff3115;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 {
  position: relative;
  background: #f2f2f2;
}
.rs-footer.rs-footer-style7 .footer-top {
  padding-top: 70px !important;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-top .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background: #ff3115;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e9e2e2;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item:last-child {
  border: none;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  transition: all .3s ease 0s;
  background: #ff3115 !important;
  line-height: 27px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span {
  display: block;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:first-child {
  margin-top: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-date span:last-child {
  font-size: 15px;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a {
  font-family: 'Montserrat', sans-serif;
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:hover,
.rs-footer.rs-footer-style7 .footer-top .recent-post-widget .post-item .post-title a:focus {
  color: #ff3115 !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a {
  color: #505050;
  display: inline-block;
  position: relative;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:hover,
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a:focus {
  color: #ff3115 !important;
}
.rs-footer.rs-footer-style7 .footer-top .sitemap-widget li a i {
  padding-right: 10px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li {
  display: inline-block;
  margin: 2px 3px;
  overflow: hidden;
  position: relative;
  width: 76px;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li img {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.rs-footer.rs-footer-style7 .footer-top .flickr-feed li:hover img {
  opacity: 0.7;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner {
  position: relative;
  max-width: 280px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner:before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px!important;
  height: 46px;
  position: relative;
  display: block;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  outline: 0;
  width: 100%;
}
.rs-footer.rs-footer-style7 .footer-top .form-inner input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #ff3115;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: .2s;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto!important;
}
.rs-footer.rs-footer-style7 .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer.rs-footer-style7 .footer-share {
  text-align: center;
  margin-top: 50px;
}
.rs-footer.rs-footer-style7 .footer-share ul li {
  display: inline-block;
}
.rs-footer.rs-footer-style7 .footer-share ul li a {
  background: none !important;
  color: #212121 !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li a:hover {
  color: #ff3115 !important;
}
.rs-footer.rs-footer-style7 .footer-share ul li li {
  margin-left: 5px;
}
.rs-footer.rs-footer-style7:before {
  background: #f2f2f2;
  transform: skewY(175deg);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: -1;
}
.rs-footer.rs-footer-style7 .footer-contact-desc {
  padding-top: 0;
  border-bottom: 1px solid #e9e2e2;
  transform: translateY(0);
  position: static;
  border-radius: 0;
  box-shadow: none;
  margin: -100px auto 0;
  background: none;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner i:before {
  color: #ff3115;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-title {
  color: #212121;
}
.rs-footer.rs-footer-style7 .footer-contact-desc .contact-inner .contact-desc {
  color: #505050;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
  border-left: 1px solid #e2e2e2;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #e2e2e2;
  top: 50%;
  transform: translateY(-50%);
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
  left: 3px;
}
.rs-footer.rs-footer-style7 .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
  left: -5px;
}
.copyright_style7 {
  text-align: center;
  border-top: 1px solid #e9e2e2 !important;
  padding: 18px 0;
  margin-top: 35px;
  background: none !important;
}
.copyright_style7 .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 15px;
}
.copyright_style7 .copyright p a {
  color: #ff3115;
}
.copyright_style7 .copyright p a:hover {
  color: #212121;
}
.rs-footer-2 .footer-share {
  margin-top: 20px;
}
@-webkit-keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes rs-animation-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 991px) {
  .instructor-home .rs-menu-toggle {
    color: #212121 !important;
  }
  .instructor-home .rs-menu-toggle i {
    color: #ff3115;
  }
}
/*---------------------
    Pulse Animation
---------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*------------------------------
    Swing Animation
------------------------------*/
@keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@-webkit-keyframes swing-anim {
  from {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  to {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
  }
}
@keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}
@-webkit-keyframes swing-anim2 {
  from {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
  }
  to {
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
  }
}

.rs-footer .footer-top .about-widget img {
    height: 48px;
    display: none;
}


.hero2-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgb(255, 255, 255);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0px 3px;
}


.hero2-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #faf406 !important;
}

/* ------------------------------------
    16. Latest News
---------------------------------------*/


.rs-latest-news  .sec-title {
  position: relative;
  /*margin-bottom: 50px;*/
  padding-bottom: 20px;
}
.rs-latest-news  .sec-title h2 {
  font-size: 28px;
    color: #28314f;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;

-webkit-font-smoothing: antialiased;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  /*text-transform: uppercase;*/
}
/*.rs-latest-news  .sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}*/

.rs-latest-news .bg9 {
    background-position: center top;
    padding: 0;
    background-color: #fff;
    border-radius: 6px;
}

.rs-latest-news .news-normal-block {
  padding: 15px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
}
.rs-latest-news .news-normal-block:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-date {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-date i {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #ff3115;
}
.rs-latest-news .news-normal-block .news-date span {
  color: #505050;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-title a {
  color: #212121;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color: #ff3115;
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 20px;
}
.rs-latest-news .news-normal-block .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #ff3115;
  color: #fff;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: #e41f05;
}
.rs-latest-news .news-list-block {
  overflow: hidden;
}
.rs-latest-news .news-list-block .news-list-item {
  overflow: hidden;
    padding: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item + .news-list-item {
  margin-top: 23px;
}
.rs-latest-news .news-list-block .news-list-item .news-img {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  float: left;
}
.rs-latest-news .news-list-block .news-list-item .news-date {
  font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.rs-latest-news .news-list-block .news-list-item .news-date i {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  color: #ff3115;
}
.rs-latest-news .news-list-block .news-list-item .news-date span {
  color: #d9241b;
}
.rs-latest-news .news-list-block .news-list-item .news-title {
  font-size: 14px;
    margin-bottom: 5px;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
  color: #232323;
    text-decoration: underline;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover,
.rs-latest-news .news-list-block .news-list-item .news-title a:focus {
  color: #ff3115;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a {
  display: inline-block;
  margin-left: auto;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #ff3115;
  color: #fff;
}
.rs-latest-news .news-list-block .news-list-item .news-btn a:hover {
  background-color: #e41f05;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
  margin-bottom: 0;
}
.latest-news-slider .slick-arrow {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: -104px;
  height: 42px;
  width: 42px;
  font-size: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ff3115;
  cursor: pointer;
  outline: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  line-height: 0;
}
.latest-news-slider .slick-arrow:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
}
.latest-news-slider .slick-arrow.slick-prev:after {
  content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
  right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
  content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
  background-color: #ff3115;
  color: #fff;
}
.latest-news-nav .slick-track {
  width: 100% !important;
}
.latest-news-nav .slick-slide {
  width: 100% !important;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 8px;
  transition: all 0.3s ease 0s;
}
.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
  background-color: #ff3115;
  border-color: #ff3115;
}
.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
  opacity: 0.8;
}
.sec-spacer {
    padding: 100px 0;
}

.rs-webdevelopment-course .cta-subtitle {
  margin-bottom: 10px;
  color: #ff3115;
}
.rs-webdevelopment-course .cta-title {
 font-size: 28px;
    color: #28314f;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}
#rs-webdevelopment-course p{
  color: #4f4f4f;
  text-align: left;
  padding: 20px;
}
#rs-webdevelopment-course .cta-sec.text-center {
    padding: 20px;

    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
#rs-webdevelopment-course p.cta_sub{
  color: #232323;
  padding-bottom: 15px;
    text-decoration: underline;
    text-align: center;
    padding: 0px;
}
#rs-webdevelopment-course {
    margin-left: 71px;
}
#rs-webdevelopment-course img{
  width: 100%;
}

.rs-webdevelopment-course .cta-button {
  display: inline-block;
  text-decoration: none;
  background-color: #ff3115;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
}
.rs-webdevelopment-course .cta-button:hover,
.rs-webdevelopment-course .cta-button:focus,
.rs-webdevelopment-course .cta-button:active {
  background-color: #e41f05;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04);
}

.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff3115;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #e41f05;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #ff3115;
  color: #ff3115;
}
.readon.border:hover {
  color: #fff;
  background: #ff3115;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #ff3115;
  background: #fff;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.white-color {
    color: #fff !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.rs-latest-news .news-list-block .news-list-item .news-img img{
  width: 100%;
}
.rs-latest-news .news-list-block .news-list-item:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item + .news-list-item {
  margin-top: 23px;
}

.rs-latest-news  .blog_list {
    max-height: 390px;
    overflow: auto;
}
.rs-latest-news  .blog_list::-webkit-scrollbar {
  width: 2px;
}

.rs-latest-news  .blog_list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.rs-latest-news  .blog_list::-webkit-scrollbar-thumb {
  background: #ff3115; 
}

.rs-latest-news  .blog_list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.about-company-section p{
  padding-bottom: 20px;
}
a.whatsapp_btn {
    position: fixed;
    font-size: 49px;
    color: #fff;
    border: 1px solid #18b352;
    left: 0;
    bottom: 0;
    padding: 13px;
    background-color: #24cd63;
    border-radius: 0px 20px 20px 0px;
    z-index: 999;

    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 33333s;
    animation-duration: 3s;
    -webkit-animation-delay: .3s;
    animation-delay: .4s;
}


.support-bar-area .support-contact-info i {
    color: #ff3115 !important;
}
.statistics-section h5 i {
    color: #ff3115 !important;
}


.result_slider{
      height: 100%;
  padding: 20px;
  background-color: #fdc800;
}
.result_slider .sec-title p{
  font-size: 20px;
  color: #d9241b;
}

.result_slider .sec-title{
  text-align: center;
  padding: 15px 0;

  -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.owl-carousel .owl-nav, .owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.result_slider .sec-title h2 {
    color: #393939;
    text-transform: uppercase;
    font-size: 24px;

}

.result_slider .owl-theme .owl-dots .owl-dot span{
  background-color: #ffffff;
  width: 12px;
    height: 12px;
    margin: 5px 3px;
}
.result_slider .owl-theme .owl-dots .owl-dot.active span,
.result_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #faf406;
}





.our-services {
    padding: 40px 0;

    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.our-services .ser_wapper{
  background-color: #d9241b;
}
.our-services .ser_wapper img{
  width: 100%;
}
.our-services .ser_wapper .ser_text{
  text-align: center;
  padding: 20px;
  background-color: #f3f3f3;
      min-height: 180px;
}
.our-services .ser_wapper h3{
  color: #d9241b;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}
.our-services .ser_wapper:hover .ser_text {
    background-color: #fdc800;
}

.catetab_newsbox {
    background: #d9241b;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 4px 4px 0px 0;
}

.newscontent_newsbox {
    position: relative;
    width: 100%;
    height: 355px;
   overflow-x: hidden; 
                overflow-y: auto; 
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0px 0px 4px 4px;
}
/*

.inline-photo {
  border: 1em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}*/


.inline-photo {
  /*border: 1em solid #fff;*/
  /*border-bottom: 4em solid #fff;*/
  /*border-radius: .25em;*/
  /*box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);*/
  /*margin: 2em auto;*/
  opacity: 0;
  transform: translateY(2em) rotateZ(-3deg);
  transition: transform 2s .25s cubic-bezier(0,1,.3,1),
              opacity .2s .25s ease-out;
  /*max-width: 600px;*/
  /*width: 90%;*/
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
}


.footer-newsletter button[type="submit"], .footer-newsletter input[type="submit"] {
    background-color: #ff3115 !important;
    border: 1px solid #dc2e16 !important;
}
.back-to-top {
    background-color: #ff3115!important;
    border: 1px solid #da270f!important;
}
.main-menu li a.boxed-btn {
    border: 1px solid #d02a14 !important;
    background-color: #ff3115 !important;
}

.about-company-section ol, ul {
    list-style: decimal;
}

a.boxed-btn.onlinr_admin_btn {
    font-weight: normal;
    position: fixed;
    top: 35%;
    font-size: 19px;
    right: -82px;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 20px;
    margin-left: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 0px solid #D9241B;
    -ms-transform: rotate(20deg);
    transform: rotate(-90deg);
    z-index: 99999;
    background-color: #D9241B;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.services {
    position: relative;
   
}
.result_slider .owl-carousel .owl-dot{
  background-color: #ffffff;
}
.result_slider .owl-carousel .owl-dot.active{
background: #faf406;
}

.sb_latest_News{
display: none;
}

.sliderbg .carousel-inner>.item {
    cursor: auto;
}

.testimonial_bg {
    display: none;
}
.inner_page_banner {
    padding: 140px 0 0;
    background-color: #f1f1f1;
    text-align: center;
    background: url(../../../../../uploads/gallery/media/slider-02.jpg);
    position: relative; 
}

.inner_page_banner h1,h2 {
    background-color: #f5dd7b;
    color: #000;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
}
.inner_page_banner .overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    top: 0;
}

.inner_wappper {
    padding: 40px 0;
}
.inner_wappper h2 {
    padding: 15px 0 10px;
    font-weight: 600;
    color: #002147;
}
.inner_wappper p {
    padding-bottom: 15px;
}

.inner_wappper h4{
padding-bottom: 15px;
    font-weight: 600;
    color: #404040;
}

img.l_simg {
    float: left;
    margin-right: 20px;
}
.inner_wappper h5 {
    color: #d9241b;
    font-size: 18px;
    padding-bottom: 10px;
}
.onlineform .form-control {
    border-radius: 4px;
    box-shadow: none;
    height: 50px;
}
.onlineform .onlineformbtn {
    background-color: #d9241b;
    color: #ffffff;
    border: 1px solid #c31810;
    padding: 12px 45px;
}
.onlineform .onlineformbtn:hover {
    background-color: #28314f;
    border: 1px solid #28314f;
}
.inner_wappper td {
    border: 1px solid;
}
.inner_wappper.tc_Verifica td {
    border: 1px solid;
    padding: 5px;
}

.platy_ground img{
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px){
  .container {
    width: 985px;
}
  
  #rs-webdevelopment-course {
    margin-left: 0;
    margin-top: 40px;
}
}

@media (max-width: 765px) and (min-width: 320px){
.topbarphone {
    padding: 5px 0px;
    text-align: center;
} 
}