@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');

/* -----------------------------------
    01. General CSS
-------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
}

h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #212121;
    margin: 0 0 26px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

a {
    color: #000000;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #e41f05;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::selection {
    background: #ff3115;
    text-shadow: none;
    color: #ffffff;
}


/*-- Readon Button Css --*/


/********************************/


/*       Slides backgrounds     */


/********************************/

.bg3 {
    background-image: url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}


/* ------------------------------------
    02. Global Class
---------------------------------------*/


/*overly border*/

.margin-remove {
    margin: 0 !important;
}


/* -. Owl Carousel -*/


/* ------------------------------------
    03. Header Section  
---------------------------------------*/


/* ------------------------------------
    02. Header Start
---------------------------------------*/


/* ----- Menu -------*/


/* ------------------------------------
    04. Sticky Menu
---------------------------------------*/

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ------------------------------------
    05. Slider
---------------------------------------*/


/* ------------------------------------
    06. Breadcrumbs
---------------------------------------*/


/* ------------------------------------
    07. Services
---------------------------------------*/


/* ------------------------------------
    07. Services
---------------------------------------*/


/* ------------------------------------
    34. About Us Style8
---------------------------------------*/


/* ------------------------------------
    08. About Us Style
---------------------------------------*/


/* ------------------------------------
    08. About Us
---------------------------------------*/


/* ------------------------------------
    30. Course Categories
---------------------------------------*/


/* ------------------------------------
    09. rs courses style
---------------------------------------*/


/* ------------------------------------
    10. Courses Details
---------------------------------------*/


/* ------------------------------------
    11. Rs-counter
---------------------------------------*/


/* ------------------------------------
    11. OUR BEST
---------------------------------------*/


/* ------------------------------------
    11. Rs-counter
---------------------------------------*/


/* ------------------------------------
    12. Upcoming Events
---------------------------------------*/


/* ------------------------------------
    14. Countdown
---------------------------------------*/


/* ------------------------------------
    14. PUBLICATION
---------------------------------------*/


/* ------------------------------------
    14. Countdown
---------------------------------------*/


/* ------------------------------------
    13. Team Member
---------------------------------------*/


/* ------------------------------------
    13. Team Member
---------------------------------------*/


/* ------------------------------------
    13. Experienced Staffs
---------------------------------------*/


/* ------------------------------------
    14. Staffs Single
---------------------------------------*/


/* ------------------------------------
    15. Calltoaction
---------------------------------------*/


/* ------------------------------------
    16. Latest News
---------------------------------------*/


/* ------------------------------------
    17. Our Publications
---------------------------------------*/


/* ------------------------------------
    18. Testimonial
---------------------------------------*/


/* ------------------------------------
    19. Newsletter
---------------------------------------*/


/* ------------------------------------
    20. Rs-video
---------------------------------------*/


/* ------------------------------------
    21. Why Choose Us
---------------------------------------*/


/* ------------------------------------
    22. Pricing Table
---------------------------------------*/


/* ------------------------------------
    23. Instagram
---------------------------------------*/


/* ------------------------------------
    24. About Us Page
---------------------------------------*/


/* ------------------------------------
    25. Rs Timeline
---------------------------------------*/


/* ------------------------------------
    26. Elements
---------------------------------------*/


/* ------------------------------------
    27. Blog Pages
---------------------------------------*/


/* ------------------------------------
    28 .Blog Details 
---------------------------------------*/


/* ------------------------------------
    29. Shop Page Start Here 
---------------------------------------*/


/* ------------------------------------
    30.Shop Single Page Start Here 
---------------------------------------*/


/*-----------------------------------
    25. Check Out css Start Here
-------------------------------------*/


/*-----------------------------------
    32. Shipping Area Start Here
------------------------------------*/


/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/


/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/


/* ------------------------------------
    34. ScrollUp
---------------------------------------*/


/* ------------------------------------
    35.404 Page Area Start Here 
---------------------------------------*/


/*-------------------------
    36.Preloader css
---------------------------*/

@keyframes flip {
    0% {
        -webkit-transform: perspective(600px) rotateY(0deg);
        transform: perspective(600px) rotateY(0deg);
    }
    20% {
        background: #ff3115;
    }
    29.9% {
        background: #ff3115;
    }
    30% {
        -webkit-transform: perspective(200px) rotateY(-90deg);
        transform: perspective(200px) rotateY(-90deg);
        background: #e41f05;
    }
    54.999% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    60% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
        transform: perspective(200px) rotateY(-180deg);
        background: #e41f05;
    }
}


/* ------------------------------------
    37. Rs Footer
---------------------------------------*/

.rs-footer {
    color: #e8e8e8;
    margin-top: 98px;
}

.rs-footer .footer-title {
    margin-bottom: 40px;
    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: 140px;
}

.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;
}

.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 .about-widget img {
    margin-bottom: 25px;
}

.rs-footer .footer-share {
    text-align: center;
    margin-top: 50px;
}

.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;
}

@keyframes rs-animation-scale-up {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/*---------------------
    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 {
    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 {
    to {
        transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
    }
}







a {
  outline: none;
}
a:hover,
h2:focus,
h4:focus {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  text-decoration: none;
}
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.section {
  position: relative;
  background-color: #fff;
  z-index: 9;
}
p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
}

.big {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  line-height: 1.5em;
  color: #666;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
}
.big a {
  color: #666;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.big a:hover {
  color: #37abf2;
}
.mc-text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #666;
  margin-bottom: 25px;
}
.mc-btn {
  display: inline-block;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 40px !important;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn-style-1,
.btn-style-1:focus {
  background-color: #37ABF2;
  color: #fff;
}
.btn-style-1:hover {
  background-color: #139DF0;
  color: #fff;
}
.title-box {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  line-height: 1.4em;
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icon {
  width: auto;
  display: inline-block;
}
.featured-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 52px;
  min-height: 152px;
}
.featured-item h4 {
  margin: 0;
}
.featured-item p {
  margin-top: 5px;
}
.featured-item .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 0;
}
.featured-item .icon-featured-1 {
  background: url('../img/icon-featured-1.png') no-repeat;
}
.featured-item .icon-featured-2 {
  background: url('../img/icon-featured-2.png') no-repeat;
}
.featured-item .icon-featured-3 {
  background: url('../img/icon-featured-3.png') no-repeat;
}
.featured-item .icon-featured-4 {
  background: url('../img/icon-featured-4.png') no-repeat;
}
.mc-section-1 {
  padding: 68px 0;
}
.mc-section-1-content-1 .big {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  
  .big {
    font-size: 26px;
  }
  .featured-item {
    min-height: 0;
    padding-bottom: 15px;
  }
}
.courses1{
    margin:30px;
    /*display:flex;*/
    flex-direction:row;
    width:100%;
    height:80px;
    padding:5px;
}
.courses2{
    flex:1 1 auto;
   
    text-align:center;
    margin:5px;
}