@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');
@charset "utf-8";

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 14px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: normal;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
a {
  color: #21a7d0;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #21a7d0;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #21a7d0;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #21a7d0;
  text-shadow: none;
  color: #ffffff;
}
.border-none:last-child {
  border-right: none !important;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background: #21a7d0;
}
.secondary-bg {
  background: #273c66;
}
.title-bg {
  background: #111111;
}
.gray-bg {
  background: #f3f8f9;
}
.gray-bg3 {
  background: #e7f9fb;
}
.gray-bg2 {
  background: #e7f6f9;
}
.gray-bg4 {
  background: #F9F7F8;
}
.event-bg {
  background: #f9f8f8;
}
.event2-bg {
  background: #F4F6F5;
}
.dark-red {
  background: #1D0E15;
}
.bg-light-gray {
  background: #f9f9f9;
}
.bg-black {
  background: #000000;
}
.transparent-bg {
  background: transparent;
}
.home5color {
  color: #54647b !important;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.rs-slider.style1 {
    position: relative;
}
.rs-slider.style1 .slider-content.slide1 {
    background: url(../images/h2-1.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height:600px;
}
.rs-slider.style1 .slider-content.slide2 {
    background: url(../images/h2-2.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height:600px;
}
.rs-slider.style1 .owl-nav .owl-next, .rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #21a7d0;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
        transition-delay: 0s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i::before, .rs-slider.style1 .owl-nav .owl-prev i::before {
    content: "\f138";
    font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i::before {
    content: "\f137";
}
.rs-slider.style1 .owl-nav .owl-next i::before, .rs-slider.style1 .owl-nav .owl-prev i::before {
    content: "\f138";
    font-family: Flaticon;
}
.rs-slider.style1 .slider-content {
    padding: 250px 0;
}
.rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 30px;
    line-height: 58px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 24px;
	font-weight:normal;
}
.white-color {
    color: #ffffff !important;
}
.rs-slider.style1 .slider-content .sl-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 39px;
    margin-left: -5px;
}
.readon2.banner-style {
    padding: 16px 40px;
}

.topbar-area{
	padding-left: 13px;
    padding-right: 13px;
}
.topbar-contact li {
       display: inline-block;
    line-height: 50px;
    height: 50px;
    padding-right: 20px;
    color: #ffffff;
    border-right: 1px solid #374A71;
    border-right: 1px solid #f0ecee;
}
.topbar-contact li i:before {
    font-size: 14px;
    color: #ff5421;
}
.topbar-contact li i {
    margin-right: 4px;
}
.topbar-contact li a {
    color: #ffffff;
}
.topbar-contact li a:hover {
    color: #ff5421;
}
.toolbar-sl-share .opening {
    color: #ffffff;
    display: inline-block;
    border-right: 1px solid #f0ecee;
    font-size: 14px;
    line-height: 50px;
    margin-right: 15px;
    padding-right: 18px;
}
.toolbar-sl-share li {
    display: inline-block;
    margin-right: 14px;
}
.toolbar-sl-share .opening i {
    margin-right: 5px;
}
.toolbar-sl-share .opening i:before {
    color: #ff5421;
	    font-size: 15px;
    font-weight: 600;
}
.toolbar-sl-share li a {
    color: #fff;
}
.login-register {
    color: #ffffff;
    border-left: 1px solid #f0ecee;
    padding: 0 0 0 20px;
    line-height: 50px;
}
.login-register i {
    margin-right: 10px;
    color: #21a7d0;
}
.login-register a {
    color: #ffffff;
}
.login-register a:hover {
    color: #21a7d0;
}
.apply-btn {
    color: #ffffff;
    background: #21a7d0;
    padding: 12px 35px;
    display: inline-block;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*------------------------------------
    37. menu CSS
------------------------------------*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #050484 !important;
}
.ms-auto {
    margin-left: auto !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {

    color: rgba(255,255,255,.55);

}
.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: .5rem;
    padding-left: 1.5rem;

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ff4f1e !important;
}

#content {
    margin-left: 6px;
    top: 65%;
    left: 146%;
    transform: translate(-50%, -29%);
    position: relative;
}

#content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.sr-input {
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  border: 4px solid #000;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 16px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.search:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 11px;
  margin-left: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.close:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #000;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square {
    box-sizing: border-box;
    padding: 0;
    width: 315px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0;
    background: none;
    color: #000;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
        transition-delay: 0s, 0s, 0s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
/*------------------------------------
    37. breadcrumbs CSS
------------------------------------*/
.rs-breadcrumbs {
    position: relative;
}
.rs-breadcrumbs .breadcrumbs-img img {
    width: 100%;
}
.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.white-color {
    color: #ffffff !important;
}
.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
    color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
    color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a::before {
    right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a::before, .rs-breadcrumbs .breadcrumbs-text.white-color ul li a::after {
    background-color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text ul li a::before, .rs-breadcrumbs .breadcrumbs-text ul li a::after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(26deg);
}
.breadcrumbs-overlay::after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*------------------------------------
    37. Login Page CSS
------------------------------------*/
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.rs-login .noticed {
    background: #f9f8f8;
    max-width: 800px;
    padding: 70px;
    margin: 0 auto;
}
.rs-login .noticed .main-part {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}
.rs-login .noticed .main-part .method-account .login {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #111111;
}
.rs-login .noticed .main-part .method-account input {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #505050;
    width: 100%;
    display: block;
    border: none;
    height: 45px;
    padding: 10px 18px;
    border-radius: 5px;
    box-shadow: 0 0 30px #eee;
}
.readon.submit-btn {
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ff5421;
    padding: 10px 50px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ff5421;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.readon {
    outline: none;
    padding: 12px 40px;
    border: 1px solid #21a7d0;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #111111;
    background: #f3f8f9;
}
.rs-login .noticed .main-part .method-account .last-password p {
    color: #505050;
    margin: 0;
}
.rs-login .noticed .main-part .method-account .last-password p a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #ff5421;
}
.register-section {
    position: relative;
}
.register-section .register-box {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 45px 40px 35px;
    background: #f9f8f8;
}
.mb-10 {
    margin-bottom: 10px;
}
.register-section .register-box .styled-form {
    max-width: 600px;
    margin: 0 auto;
}
.styled-form {
    position: relative;
}
.styled-form .form-group {
    position: relative;
}
.mb-25 {
    margin-bottom: 25px;
}
.styled-form .form-group input {
    position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    box-shadow: 0 0 30px #eee;
}
.styled-form .form-group .users {
    position: relative;
    color: #626262;
    font-size: 16px;
    text-align: center;
}
.styled-form .form-group .users a {
    position: relative;
    color: #ff5421;
    font-weight: 600;
    text-decoration: underline;
}
.readon.register-btn {
    padding: 10px 50px;
    color: #ffffff;
    background: #ff5421;
    border-color: #ff5421;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
}

/*------------------------------------
    37. Newsletter Section CSS
------------------------------------*/
.newsletter .newsletter-wrap {
    background: #171F32;
}
.newsletter.style1 .newsletter-wrap {
    background: url(images/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 60px 70px;
    position: relative;
	background: #171F32;
}
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.newsletter.style1 .newsletter-wrap .content-part .sec-title .title-icon img {
    max-width: 50px;
    margin-right: 20px;
}
.newsletter.orange-color .newsletter-wrap .newsletter-form button:hover {
    background: #ff683b;
}
.mb--90 {
    margin-bottom: -90px;
}
.newsletter.style1 .newsletter-wrap .content-part .sec-title {
    display: flex;
    align-items: center;
}
.white-color {
    color: #ffffff !important;
}
.newsletter.style1 .newsletter-wrap .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.newsletter.style1 .newsletter-wrap .newsletter-form input {
    background: #ffffff;
    width: 100%;
    color: #505050;
    padding: 17px 30px;
        padding-right: 30px;
    padding-right: 150px;
}
.newsletter.style1 .newsletter-wrap .newsletter-form input, .newsletter.style1 .newsletter-wrap .newsletter-form button {
    outline: none;
    border: none;
}

.newsletter.style1 .newsletter-wrap .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff683b;
    color: #ffffff;
    padding: 17px 40px;
    transition: all 0.3s ease;
}

/*------------------------------------
    37. Footer Section CSS
------------------------------------*/
.site-footer {
  background-color: #273c66;
  background-image: url(assets/images/bg/footer-bg.png);
  background-size: cover;
}
.site-footer .footer-top {
  padding: 218px 0 93px;
}
.site-footer .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.site-footer .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.site-footer .footer-top .site-map li a {
  color: #e8e8e8;
}
.site-footer .footer-top .site-map li a:hover {
  color: #21a7d0;
}
.site-footer .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #21a7d0;
}
.site-footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.site-footer .footer-top .address-widget li i {
  position: absolute;
}
.site-footer .footer-top .address-widget li i:before {
  color: #ffffff;
}
.site-footer .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}
.site-footer .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.site-footer .footer-top .address-widget li .desc a:hover {
  color: #21a7d0;
}
.site-footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-top.no-gap {
  padding-top: 93px;
}
.site-footer .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.site-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.site-footer .footer-bottom .copyright a {
  color: #21a7d0;
}
.site-footer .footer-bottom .footer-logo a {
  display: inline-block;
}
.site-footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.site-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.site-footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #21a7d0;
  color: #ffffff;
  text-align: center;
}
.site-footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.site-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.site-footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}


.site-footer.home9-style .footer-top {
  padding: 218px 0 93px;
}
.site-footer.home9-style .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.site-footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #f4bf00;
}

.site-footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}
.site-footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}
.site-footer.home9-style .footer-top .address-widget li i:before {
  color: #f4bf00;
}
.site-footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}
.site-footer.home9-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.site-footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #f4bf00;
}
.site-footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.site-footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}
.site-footer.home9-style .footer-top .recent-post {
  display: flex;
}
.site-footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}
.site-footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.site-footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.site-footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.site-footer.home9-style .footer-bottom .copyright a {
  color: #f4bf00;
}
.site-footer.home9-style .footer-bottom .copyright a:hover {
  color: #21a7d0;
}
.site-footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}
.site-footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.site-footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.site-footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #f4bf00;
  color: #ffffff;
  text-align: center;
}
.site-footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.site-footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.site-footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}
.site-footer.home9-style.main-home {
  background: #151515;
}
.site-footer.home9-style.main-home .footer-top .widget-title:before {
  background: #ff5421;
}
.site-footer.home9-style.main-home .footer-top .footer-logo a {
  display: inline-block;
}
.site-footer.home9-style.main-home .footer-top .footer-logo a img {
  max-width: 190px;
}
.site-footer.home9-style.main-home .footer-top .textwidget p {
  color: #ffffff !important;
}
.site-footer.home9-style.main-home .footer-top .footer_social li {
  display: inline-block;
  margin-right: 6px;
  color: #ffffff;
}
.site-footer.home9-style.main-home .footer-top .footer_social li a {
  color: #ffffff;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
}
.site-footer.home9-style.main-home .footer-top .footer_social li a:hover {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-top .site-map li a {
  color: #e8e8e8;
}
.site-footer.home9-style.main-home .footer-top .site-map li a:hover {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-top .site-map li:before {
  background: #ff5421;
}
.site-footer.home9-style.main-home .footer-top .address-widget li i:before {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-top.no-gap {
  padding-top: 93px;
}

.site-footer.home9-style.main-home .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.site-footer.home9-style.main-home .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.site-footer.home9-style.main-home .footer-bottom .copyright a {
  color: #ffffff;
}
.site-footer.home9-style.main-home .footer-bottom .copyright a:hover {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.site-footer.home9-style.main-home .footer-bottom .copy-right-menu li a {
  color: #e8e8e8;
}
.site-footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
  color: #ff5421;
}
.site-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #ff5421;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.site-footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.site-footer.home9-style.main-home .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}
/*------------------------------------
    Home page About Section CSS
------------------------------------*/
.about .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #f4bf00;
    text-transform: uppercase;
}
.pl-100 {
    padding-left: 100px;
}
.about .sl-title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #111111;
}
.mb-40 {
    margin-bottom: 40px;
}
.about .desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #505050;
}
.mb-50 {
    margin-bottom: 50px;
}
.readon.yellow-btn {
    background: #F4BF00;
    border-color: #F4BF00;
    border-radius: 4px 4px 4px 4px;
}
.mb-20 {
    margin-bottom: 20px;
}
/*------------------------------------
    Ad Section CSS
------------------------------------*/

.ad {
    max-width: 700px;
    margin: 0 auto;
    background: url(../images/cta.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 44px 30px 44px 30px;
    border-radius: 5px 5px 5px 5px;
	position: relative;
}
.ad .content-part .sub-text {
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF5421;
    display: block;
    margin-bottom: 10px;
}
.ad .content-part .title {
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #101010;
    margin: 0px 0px 0px 0px;
}
.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
}
.readon2.cta-btn {
    background: #ff5421;
    color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 30px 12px 30px;
}
/*------------------------------------
    video Section CSS
------------------------------------*/
.video-style {
    position: relative;
}
.relative {
    position: relative;
}
.pt-120 {
    padding-top: 120px;
}
.video-style .icon-shape {
    position: absolute;
    top: -130px;
    left: -130px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #21a7d0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
}
.media-icon .popup-videos::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
}
.media-icon .popup-videos i {
    margin-left: 5px;
}
.media-icon .popup-videos i::before {
    font-size: 30px;
    line-height: 70px;
}
.about.video-style .dot-shape {
    position: absolute;
    right: -90px;
    bottom: 30px;
}
.about.video-style .about-content {
    padding: 70px 70px 70px 160px;
    margin-left: -120px;
    margin-top: -70px;
}
.mb-46 {
    margin-bottom: 46px;
}
.sec-title .sub-title.primary {
    color: #21a7d0;
}
.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pr-30 {
    padding-right: 30px;
}

/*------------------------------------
    Counter Section CSS
------------------------------------*/

.counter .counter-item .count {
    color: #111111;
}
.counter .counter-item .count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
}
.counter .counter-item .title {
    font-size: 22px;
    color: #505050;
}
.counter .counter-item .count.plus::before {
    content: '+';
}
.counter .counter-item .count::before {
    content: '';
    position: absolute;
    right: 0;
}
/*------------------------------------
    ad2 Section CSS
------------------------------------*/
.cta {
    position: relative;
}
.cta .cta-img img {
    min-height: 425px;
    width: 100%;
}
.cta .cta-content {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.white-color {
    color: #ffffff !important;
}
.extra-bold {
    font-weight: 800 !important;
}
.mb-16 {
    margin-bottom: 16px;
}
.sec-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.readon2.transparent {
    background: transparent;
    color: #21a7d0;
    border: 1px solid #21a7d0;
}
.mr-20 {
    margin-right: 20px;
}
.covid-cta {
    position: relative;
}
.covid-cta .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 0;
}
.covid-cta .partition-bg-wrap::before {
    background: #1c335f;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}
.covid-cta .partition-bg-wrap::after, .covid-cta .partition-bg-wrap::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}
.pl-90 {
    padding-left: 90px;
}
.sec-title3 .sub-title.big {
    font-size: 18px !important;
    color: #f4bf00 !important;
    font-weight: 500;
}
.pr-70 {
    padding-right: 70px;
}
.sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}
.covid-cta .partition-bg-wrap::after {
    background: url(../images/covid-19.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.covid-cta .partition-bg-wrap::after, .covid-cta .partition-bg-wrap::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}
.mt-50{
	margin-top:50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20{
	margin-top:20px;
}
.mb-55 {
    margin-bottom: 55px;
}
.sec-title6 .sub-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FF5421;
    display: block;
    margin: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.rs-categories.style2 .owl-stage-outer {
    padding: 20px;
    margin: -20px;
}
.rs-categories.style2 .categories-items .cate-item {
    position: relative;
    transition: all 500ms ease;
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px #eae4e4;
    padding: 30px 35px 35px;
    text-align: center;
}
.rs-categories.style2 .categories-items .cate-item {
    text-align: center;
}
.rs-categories.style2 .categories-items .cate-item .cate-img img {
    width: 60px;
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    width: auto;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 25px 0px 20px 0px;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .title a {
    color: #101010;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .course-qnty {
    color: #101010;
}
.rs-categories.style2 .owl-nav .owl-prev {
    right: unset;
    left: -105px;
}
.rs-categories.style2 .owl-nav .owl-next, .rs-categories.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: 1px solid #101010;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #101010;
    background: 0 0;
    transition: .4s;
    margin: 0 auto;
    text-align: center;
}
.rs-categories.style2 .owl-nav .owl-prev i::before {
    content: "\f134";
    font-size: 18px;
    font-weight: 400;
}
.rs-categories.style2 .owl-nav .owl-prev i::before {
    content: "\f134";
    font-size: 18px;
    font-weight: 400;
}
.rs-categories.style2 .owl-nav .owl-next i::before, .rs-categories.style2 .owl-nav .owl-prev i::before {
   font-family: Flaticon;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.rs-categories.style2 .owl-nav .owl-next {
    right: -75px;
    left: unset;
}
.rs-categories.style2 .owl-nav .owl-next, .rs-categories.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: 1px solid #101010;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #101010;
    background: 0 0;
    transition: .4s;
    margin: 0 auto;
    text-align: center;
}

.rs-categories.style2 .owl-nav .owl-next, .rs-categories.style2 .owl-nav .owl-prev {
    color: #101010;
    text-align: center;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .title a:hover {
    color: #ff5421;
}
.rs-categories.style2 .owl-nav .owl-prev {
    right: unset;
    left: -105px;
}
.rs-categories.style2 .owl-nav .owl-next {
    right: -75px;
    left: unset;
}
.rs-categories.style2 .owl-nav .owl-next i, .rs-categories.style2 .owl-nav .owl-prev i {
    margin-top: 13px;
}
.rs-categories.style2 .owl-nav .owl-next i::before {
    content: "\f133";
    font-size: 18px;
    font-weight: 400;
}
.rs-carousel .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: block;
}
.sec-title5 .description span a {
    color: #ff5421;
}
/*------------------------------------
    popular courses Section CSS
------------------------------------*/
.bg6 {
    background: url(../images/home-8-bg.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-94 {
    padding-top: 94px;
}
.sec-title .sub-title.primary {
    color: #21a7d0;
}
.mb-30 {
    margin-bottom: 30px;
}
.rs-popular-courses.style1 .courses-item {
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .img-part {
    margin-bottom: 30px;
}
.rs-popular-courses.style1 .courses-item .img-part img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part {
    margin-bottom: 17px;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li span.price {
    display: inline-block;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 500;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li a.categorie {
    color: #505050;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li:last-child {
    margin: 0;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}
.rs-popular-courses.style1 .courses-item .content-part .title {
    font-size: 24px;
}
.rs-popular-courses.style1 .courses-item .content-part .title a {
    color: #111111;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part {
    overflow: hidden;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.user i {
    color: #505050;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li:last-child {
    margin: 0;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a {
    padding: 5px 13px;
    background: #000;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 0px;
    color: #fff;
}
.mb-100{
	margin-bottom:100px;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a i::before {
    font-size: 18px;
    font-weight: 700;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    margin: 0;
}

/*------------------------------------
    Contact Section CSS
------------------------------------*/
.contact-page-section .contact-address-section {
    text-align: center;
    margin: 0 0 50px;
}
.contact-page-section .contact-address-section .contact-info {
    background: #f9f9f9;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 30px;
    min-height: 175px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
    margin-right: 30px;
}
.contact-page-section .contact-address-section .contact-info {
    text-align: left;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
    color: #ff5421;
    font-size: 30px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 6px solid #f9ede9;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
    color: #ff5421;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
    color: #111111;
    display: block;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
    color: #ff5421;
}
.contact-page-section .contact-map2 {
    overflow: hidden;
}
.contact-page-section .contact-map2 iframe {
    float: left;
    width: 100%;
    height: 720px;
    border: none;
}
.contact-page-section .rs-quick-contact.new-style {
    padding: 70px 60px 70px;
}
.contact-page-section .inner-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}
.contact-page-section .inner-part p {
    font-size: 19px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}
.mb-35 {
    margin-bottom: 35px;
}
.contact-page-section .rs-quick-contact .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
.contact-page-section .rs-quick-contact textarea {
    height: 140px;
}
.contact-page-section .rs-quick-contact .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    text-transform: uppercase;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff5421;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.contact-page-section .rs-quick-contact {
    background-color: #F9F8F8;
    padding: 70px 150px 70px;
}
/*------------------------------------
    Testimonial Section CSS
------------------------------------*/
.rs-latest-couses.orange-color .course-item {
    border: 1px solid #FF542129;
}
.rs-latest-couses .course-item {
    align-items: flex-start;
    border-radius: 300px 5px 5px 300px;
    display: flex;
    border: 1px solid #ceeaf0;
    background: #ffffff;
}
.rs-latest-couses .course-item .course-image a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    display: block;
}
.rs-latest-couses .course-item .course-image a img {
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}
.rs-latest-couses .course-item .course-info {
    align-self: center;
    padding: 0px 30px;
}
.rs-latest-couses .course-item .course-info .meta-part {
    padding-bottom: 5px;
}
.rs-latest-couses .course-item .course-info .meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}
.rs-latest-couses .course-item .course-info .course-title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.rs-latest-couses .course-item .course-info p {
    font-size: 12px;
    line-height: 24px;
    color: #8894bd;
    line-height: normal;
    font-weight: 400;
	margin-top:8px;
}
.rs-latest-couses .course-item .course-info .course-title a {
    color: #111111;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta {
    float: left;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings i {
    color: #fcb903;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part {
    text-align: right;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a {
    color: #505050;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a i::before {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}
/*------------------------------------
    About Page CSS
------------------------------------*/
.mb-22 {
    margin-bottom: 22px;
}
.rs-cta {
    position: relative;
}
.rs-cta.style2 .partition-bg-wrap {
    position: relative;
}
.rs-cta.style2 .video-wrap .popup-videos {
    color: #ffffff;
    display: block;
    overflow: hidden;
    max-width: 270px;
}
.rs-cta.style2 .video-wrap .popup-videos i {
    width: 70px;
    height: 70px;
    line-height: 61px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 20px;
}
.rs-cta.style2 .video-wrap .popup-videos i::before {
    padding-left: 5px;
}
.rs-cta.style2 .video-wrap .popup-videos .title {
    color: #ffffff;
}
.sec-title .sub-title.orange {
    color: #ff5421;
}
.rs-cta.style2 .partition-bg-wrap.inner-page::before {
    background: url(../images/left-bg2.png);
        background-size: auto;
    background-size: cover;
}
.rs-cta.style2 .partition-bg-wrap::before {
    background: url(../images/left-bg.jpg);
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rs-cta.style2 .partition-bg-wrap::after, .rs-cta.style2 .partition-bg-wrap::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.rs-cta.style2 .partition-bg-wrap {
    position: relative;
}
.pl-62 {
    padding-left: 62px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-134 {
    padding-top: 134px;
}
.rs-cta.style2 .partition-bg-wrap.inner-page::after {
    background: url(../images/right-bg2.png);
        background-size: auto;
    background-size: cover;
}
.rs-cta.style2 .partition-bg-wrap::after {
    background: url(../images/right-bg.jpg);
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.rs-cta.style2 .partition-bg-wrap::after, .rs-cta.style2 .partition-bg-wrap::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.readon2.orange {
    background: #ff5421;
}
.readon2.orange:hover {
    background: #ff4007;
	color:#fff;
}
.rs-counter .counter-item .counter-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.rs-counter.style2-about .counter-item .rs-count {
    color: #111111;
}
.rs-counter .counter-item .rs-count {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    color: #112958;
    padding-right: 25px;
    margin-bottom: 15px;
}
.rs-counter .counter-item .rs-count.kplus::before {
    content: 'k+';
    right: -25px;
}
.rs-counter .counter-item .rs-count::before {
    content: '';
    position: absolute;
    right: 0;
}
.rs-counter.style2-about .counter-item .title {
    font-size: 22px;
    color: #505050;
}
.padding-0 {
    padding: 0;
}
.rs-about.style1 .img-part {
    position: relative;
}
.rs-about .histort-part {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    display: block;
}
.rs-about .histort-part .single-history {
    display: block;
    margin-bottom: 30px;
}
.rs-about .histort-part .single-history a:hover, .rs-about .histort-part .single-history a.active {
    background: #ff5421;
}
.rs-about .histort-part .single-history a {
    padding: 28px 20px 22px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 5px;
    width: 230px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #171F32;
    transition: all 0.3s ease;
}
.rs-about .histort-part .single-history a .icon-part {
    display: block;
    margin-bottom: 15px;
}
.rs-about .histort-part .single-history a .icon-part i::before {
    font-size: 45px;
    line-height: 1;
    color: #ffffff;
}
.pt-94 {
    padding-top: 94px;
}
.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev, .rs-carousel.nav-style2 .owl-nav .owl-next {
    display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i, .rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i::before {
    content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i::before, .rs-carousel.nav-style2 .owl-nav .owl-next i::before {
    font-family: Flaticon;
    font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev::after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
}
.rs-team.style1 .team-item {
    position: relative;
    overflow: hidden;
}
.rs-team.style1 .team-item img {
    width: 100%;
}
.rs-team.style1 .team-item .content-part {
    width: calc(100% - 60px);
}
.rs-team.style1 .team-item .content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
}
.rs-team.style1 .team-item .content-part .name {
    margin-bottom: 8px;
    font-size: 22px;
}
.rs-team.style1 .team-item .content-part .name a {
    color: #ffffff;
}
.rs-team.style1 .team-item .content-part .designation {
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}
.rs-team.style1 .team-item .content-part .social-links li {
    display: inline;
    margin-right: 35px;
}
.rs-team.style1 .team-item .content-part .social-links li a {
    display: inline-block;
    color: #ffffff;
}
.mb-100{
	margin-bottom:100px;
}
.rs-team.style1.orange-color .team-item::after {
    background: #ff5421;
}
.rs-team.style1 .team-item:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
}
.rs-team.style1 .team-item:hover .content-part {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.rs-degree.style1 .degree-wrap .content-part, .rs-team.style1 .team-item::after {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}
.rs-team.style1 .team-item::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) scale(0.1);
    background: #21a7d0;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
}


.rs-carousel.orange-color .owl-nav .owl-prev:hover i, .rs-carousel.orange-color .owl-nav .owl-next:hover i {
    color: #ff5421;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i, .rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
    color: #21a7d0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i, .rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i::before {
    content: "\f133";
}
.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
}
.rs-breadcrumbs .breadcrumbs-text .page-title2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ff5421;
}

/*------------------------------------
    Book the session CSS
------------------------------------*/
.courses-section {
    position: relative;
}
.courses-section .image-column {
    position: relative;
}
.courses-section .image-column .inner-column {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.courses-section .image-column .inner-column .image {
    position: relative;
}
.courses-section .image-column .inner-column .image img {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}
.courses-section .image-column .team-content h3 {
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 10px;
}
.courses-section .image-column .team-content .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 8px;
}
.courses-section .image-column .team-content .personal-info {
    margin-bottom: 20px;
}
.courses-section .image-column .team-content .personal-info li {
    margin: 5px 0;
    display: inline-block;
    padding-right: 15px;
}
.courses-section .image-column .team-content .personal-info li span i::before {
    font-size: 16px;
    margin-right: 10px;
}
.courses-section .image-column .team-content .personal-info li a {
    color: #111111;
}
.courses-section .image-column .social-box {
    position: relative;
    text-align: center;
}
.courses-section .image-column .social-box a {
    position: relative;
    color: #626262;
    font-size: 28px;
    margin: 0px 5px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.courses-section .content-column {
    position: relative;
}
.pl-60 {
    padding-left: 60px;
}
.courses-section .content-column .inner-column {
    position: relative;
}
.courses-section .content-column .inner-column h2 {
    position: relative;
    color: #111111;
    font-weight: 700;
    margin: 0;
}
.courses-section .content-column .inner-column h4 {
    position: relative;
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 20px;
}
.courses-section .content-column .inner-column .student-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
}
.courses-section .content-column .inner-column .student-list li {
    position: relative;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-right: 80px;
    display: inline-block;
    list-style: disc;
    margin-bottom: 20px;
}
.courses-section .content-column .inner-column .student-list li .fa {
    color: #ff5421;
    margin: 0px 2px;
}
.courses-section .content-column .inner-column .student-list li:last-child {
    margin-right: 0px;
}
.courses-section .content-column .inner-column h5 {
    position: relative;
    color: #111111;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 0px;
}
.courses-section .content-column .inner-column p {
    position: relative;
    color: #626262;
    font-weight: 400;
    line-height: 1.9em;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.courses-section .skill-title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.courses-section .rs-progress {
    height: 8px;
    border: 1px solid #ff5421;
    border-radius: 0;
    overflow: visible;
    padding: 1px;
    background: #fff;
    margin-top: 25px;
}
.courses-section .rs-progress .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
    background-color: #ff5421;
    overflow: visible;
}
.courses-section .rs-progress .progress-bar .pb-label {
    position: absolute;
    left: 0px;
    top: -24px;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.courses-section .rs-progress .progress-bar .pb-percent {

    position: absolute;
    right: -13px;
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    top: -30px;
    background: #ff5421;
    padding: 8px 5px;

}
.courses-section .rs-progress .progress-bar .pb-percent::after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
        border-top-color: transparent;
    left: 50%;
    border-top-color: #ff5421;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.courses-section .rs-progress + .rs-progress {
    margin-top: 50px;
}


.contact-bg1 {
    background: #f9f9f9;
}
.rs-quick-contact.new-style {
    padding: 12%;
    text-align: center;
}
.rs-quick-contact {
    background-color: #F9F8F8;
    padding: 70px 150px 70px;
}
.contact-page-section .inner-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}
.contact-page-section .inner-part p {
    font-size: 19px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
}
.rs-quick-contact .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
.rs-quick-contact .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    text-transform: uppercase;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff5421;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.features-wrap {
    border-radius: 5px 5px 5px 5px;
    background: #171f32;
    padding: 25px 40px 25px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}
.features-wrap .content-part .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.features-wrap .content-part .title .watermark {
    color: #ffffff;
	font-size: 17px;
}
.features-wrap .content-part .dese {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.font-17 {
   font-size: 17px;
    font-weight: normal;
}
.border-btm{
	border-bottom: 1px solid #ccc;
	padding: 0 0 18px 0;
}
.features-wrap .icon-part img {
    width: 50px;
    margin: 0 35px 8px 0;
}


/*------------------------------------
    video lession CSS
------------------------------------*/
.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
    position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type="search"] {
    border: 1px solid #ddd;
    color: #444444;
    padding: 12px 17px;
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #505050;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i::before {
    font-weight: 600;
    font-size: 18px;
}
.rs-inner-blog .widget-area .widget-archives {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .widget-title {
    color: #111111;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}
.rs-inner-blog .widget-area .widget-title::before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ff5421;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
.rs-inner-blog .widget-area .widget-archives ul li {
    border: none;
    position: relative;
    padding: 6px 0px 6px 14px;
    margin: 0;
    font-size: 16px;
	font-weight: normal;
}
.rs-inner-blog .widget-area .widget-archives ul li a {
    color: #505050;
}
.rs-inner-blog .widget-area .widget-archives ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #273c66;
}

.rs-blog.style2 .blog-item {
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
}
.rs-blog.style2 .blog-item .image-part {
    overflow: hidden;
    height: 100%;
}
.rs-blog.style2 .blog-item .image-part img {
    transition: all 0.5s;
    transform: scale(1);
    height: 165px;
    min-height: 165px;
}
.rs-blog.style2 .blog-item .blog-content.primary-border {
    border: 1px solid rgba(33, 167, 208, 0.1);
        border-top-color: rgba(33, 167, 208, 0.1);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}
.rs-blog.style2 .blog-item .blog-content {
    padding: 21px 11px 24px;
    color: #273c66;
    background: #fcfcfc;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
    margin-bottom: 11px;
    color: #505050;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 0px;
    display: inline-block;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 14px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px;
}
.rs-blog.style2 .blog-item .blog-content .title {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 22px;
}
.rs-blog.style2 .blog-item .blog-content .title a {
    color: #ff4f1e;
}
.rs-blog.style2 .blog-item .blog-content .desc {
    color: #505050;
    font-size: 12px;
    line-height: 22px;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta li span.price{
background: #ff5421;
display: inline-block;
padding: 3px 20px;
color: #ffffff;
font-weight: 500;
border-radius: 3px;
transition: all 0.3s ease;	
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li  a.categorie {
    color: #505050;
}
.title {
    font-size: 22px;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom {
    overflow: hidden;
    padding-top: 21px;
    margin-top: 21px;
    border-top: 1px solid #dcdfe6;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom li {
    display: inline;
}
.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a {
    color: #505050;
}
.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part {
    float: right;
}

.rs-blog.style2 .blog-item .blog-content .bottom-part{
overflow: hidden;	
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .info-meta li:last-child {
    margin: 0;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .btn-part {
    text-align: right;
}
.rs-blog.style2 .blog-item .blog-content .bottom-part .btn-part a {
    border: 1px solid #f2f2f2;
    background: transparent;
	padding: 5px 13px;
   display: inline-block;
    border-radius: 3px;
    color: #111111;
}
.mb-60 {
    margin-bottom: 27px;
}

.rs-vdc.style2 .vdc-items .cate-item {
    position: relative;
    transition: all 500ms ease;
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px #eae4e4;
    padding: 10px 12px 10px 12px;
    text-align: left;
    width: 135px;
    margin: 0 23px 0 3px;
    overflow: hidden;
}
.rs-vdc.style2 .vdc-items .cate-item span.img {
    float: left;
    margin: 0 11px 0 0;
    padding: 0;
    width: 21px;
}
.rs-vdc.style2 .vdc-items .cate-item span.course-qnty{
  float:left;
}
.rs-vdc .owl-item {
    width: 119px !important;
    margin: 12px 15px 12px 15px !important;
}

.rs-vdc.style2 .owl-nav .owl-prev {
    right: unset;
    left: -15px;
}
.rs-vdc.style2 .owl-nav .owl-next {
    right: -41px;
    left: unset;
}
.rs-vdc.style2 .owl-nav .owl-next, .rs-vdc.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
     border: 1px solid #101010;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #101010;
    background: 0 0;
    transition: .4s;
    margin: 0 auto;
    text-align: center;
}
.rs-vdc.style2 .owl-nav .owl-next i, .rs-vdc.style2 .owl-nav .owl-prev i {
    margin-top: 13px;
}
.rs-vdc.style2 .owl-nav .owl-prev i::before {
    content: "\f134";
    font-size: 18px;
    font-weight: 400;
}
.rs-vdc.style2 .owl-nav .owl-next i::before, .rs-vdc.style2 .owl-nav .owl-prev i::before {
    content: "\f133";
    font-family: Flaticon;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.rs-vdc.style2 .owl-nav .owl-prev i::before {
    content: "\f134";
    font-size: 18px;
    font-weight: 400;
}
.rs-vdc.style2 .owl-nav .owl-next i::before {
    content: "\f133";
    font-size: 18px;
    font-weight: 400;
}

.rs-inner-blog .course-search-part {
    background-color: #fff;
    border: 1px solid #e0e0e08c;
    margin-bottom: 30px;
    padding: 15px 30px;
    display: inline-flex;
    width: 100%;
}
.rs-inner-blog .course-search-part .course-view-part {
    display: flex;
    align-items: center;
    float: left;
    width: 90%;
}
.rs-inner-blog .course-search-part .course-view-part .view-icons {
    float: left;
    margin-right: 20px;
    line-height: 1;
}
.rs-inner-blog .course-search-part .course-view-part .view-icons a.view-grid {
    color: #ff5421;
    opacity: 1;
	margin-right: 18px;
}
.rs-inner-blog .course-search-part .course-view-part .view-icons a {
    color: #505050;
    font-size: 20px;
    opacity: 0.7;
}
.rs-inner-blog .course-search-part .type-form {
    position: relative;
    float: right;
}
.rs-inner-blog .course-search-part .type-form .custom-select-box {
    position: relative;
}
.rs-inner-blog .course-search-part .type-form .custom-select-box::before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}
.rs-inner-blog .course-search-part .type-form select {
    display: block;
    width: 100%;
    min-width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 40px 0 20px;
    background: #ff5421;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.courses-item {
    padding: 15px;
    border: 1px solid #dfe9eb;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.courses-item .img-part {
    margin-bottom: 30px;
}
.courses-item .img-part img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.courses-item .content-part .meta-part {
    margin-bottom: 17px;
}
.courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}
.courses-item .content-part .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.courses-item .content-part .meta-part li span.price {
    display: inline-block;
    padding: 1px 10px;
    color: #ffffff;
    font-weight: 500;
    background: #ff4f1d;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.courses-item .content-part .meta-part li:last-child {
    margin: 0;
}
.courses-item .content-part .meta-part li {
    display: inline;
    margin-right: 10px;
}
.courses-item .content-part .meta-part li a.categorie {
    color: #505050;
    font-size: 12px;
}
.courses-item .content-part .title, .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 12px;
}
.courses-item .content-part .title a {
    color: #111111;
}
.courses-item .content-part .bottom-part {
    overflow: hidden;
}
.courses-item .content-part .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}
.courses-item .content-part .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.courses-item .content-part .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}
.courses-item .content-part .bottom-part .btn-part {
    text-align: right;
}
.courses-item .content-part .bottom-part .btn-part a {
    padding: 1px 8px;
    background: #f3f8f9;
    border: 1px solid #21a7d0;
    display: inline-block;
    border-radius: 3px;
    color: #111111;
}
.courses-item .content-part .bottom-part .btn-part a i::before {
    font-size: 18px;
    font-weight: 700;
}

.pagination-area .pagination-part {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}
.pagination-area .pagination-part li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    text-align: center;
    cursor: pointer;
}
.pagination-area.orange-color .pagination-part li::before {
    background: #ff5421;
}
.pagination-area .pagination-part li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d6fbff;
}
.pagination-area.orange-color .pagination-part li:hover a, .pagination-area.orange-color .pagination-part li.active a {
    color: #ff5421;
}
.pagination-area .pagination-part li:hover a, .pagination-area .pagination-part li.active a {
    color: #21a7d0;
}
.pagination-area .pagination-part li a {
    display: inline-flex;
    align-items: center;
    color: #111111;
}

.pagination-area .pagination-part li i {
    margin-left: 10px;
}
.pagination-area .pagination-part li i::before {
    font-size: 28px;
    margin: 0;
    line-height: 60px;
}


.pagination-area {
    text-align: right !important;
    float: right;
    margin: 0 auto;
}
.rs-faq-part.style1 .main-part {
    padding: 30px 26px 0;
}
.rs-faq-part.style1 .main-part {
    background: #f9f8f8;
    padding: 30px 30px 1px 30px !important;
    min-height: 560px;
    height: 560px;
}
.rs-faq-part.style1 .main-part .title .text-part {
    font-size: 22px;
    color: #111111;
    line-height: normal;
    font-weight: 700;
}
.rs-faq-part.style1 .main-part .faq-content .accordion {
    border-width: 12px;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
}
.sec-title {
   padding: 0 0 25px 0;
}
.title-d {
    font-size: 35px;
}
.title-abt {
    font-size: 35px;
}
.about .desc2 {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    color: #505050;
}
.title.title2{
	border-bottom: 1px solid #ddd;
    padding: 0 0 25px 0;
}
.brd-top {
    border-top: 1px solid #ddd;
    padding: 46px 0 0 0;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 60px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 600;
    background: #21a7d0;
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
}
.pl-50{
	padding-left:50px;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f1f7";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    width: 100%;
}
.rs-faq-part.style1 .img-part {
    background: url(../images/faq.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 560px;
    min-height: 560px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.media-icon .popup-videos {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #21a7d0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
	z-index: 1;
}
.media-icon img {
    width: 100%;
    height: max-content;
    min-height: 318px;
}
.media-icon .popup-videos::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
}
.media-icon .popup-videos i {
    margin-left: 5px;
}
.media-icon .popup-videos i::before {
    font-size: 30px;
    line-height: 70px;
}


.rs-inner-blog .widget-area .recent-posts-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    max-width: 150px;
    padding-right: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    font-weight: 400;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
    font-size: 12px;
    line-height: 20px;
    color: #ff5421 !important;
    font-weight: 400;
    display: block;
	
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
    font-size: 12px;
    line-height: 12px;
    color: #21a7d0;
    font-weight: 400;
	color: #ff5421 !important;
}

.rs-blog .img-part {
    background: url(../images/tab1.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 615px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.courses-content {
    padding: 0;
    overflow: hidden;
}
.courses-date i {
    color: #ff4d1f;
    margin-right: 3px;
}
.courses-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
}
.courses-title a {
    color: #111111;
}
.btm-cate {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 0 0 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.btm-cate li {
    margin-right: 15px;
}
.courses-date {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #505050;
}

.btm-cate li .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #555;
}
.btm-cate li .author i {
    color: #ff4d1f;
    margin-right: 3px;
}
.btm-cate li .tag-line {
    position: relative;
    padding-left: 2px;
    color: #555;
}
.btm-cate li .tag-line i {
    margin-right: 3px;
    color: #ff4d1f;
}
.btm-cate li .tag-line a {
    color: #555;
}
.courses-desc {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 35px;
}
.align-items-center {
    align-items: center !important;
}
.post-tag.tag-list {
    margin-top: -12px;
}
.post-tag span, .post-share span {
    font-weight: 600;
    margin-right: 5px;
}
.post-tag.tag-list ul {
    display: inline-block;
}
.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0 0;
}
.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.post-share {
    display: inline-block;
    text-align: right;
}
.post-share .social-profile {
    display: inline-block;
    position: relative;
    top: 0px;
}
.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-profile li a i {
    font-size: 16px;
    line-height: 34px;
    color: #ff4f1e;
    border: none;
    box-shadow: 0 0 6px rgba(255,79,30,.2);
    -webkit-transition: .3s;
    transition: .3s;
	display: block;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
}
.post-meta-option {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
}
.reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 45px;
    position: relative;
    padding: 0 0 12px;
    color: #111111;
}
.comment-area .comment-full p span {
    font-size: 16px;
    color: #505050;
}
.submit-btn .submit {
    border-color: #ff5421;
    background: #ff5421;
	border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
position: relative;
display: inline-block;
padding: 12px 22px;
border-radius: 3px;
line-height: normal;
font-size: 14px;
font-weight: 500;
color: #fff;
transition: all .3s ease 0s;
text-transform: uppercase;
}
.top-border{
	border-top:1px solid #ccc;
}

.fnt {
    font-size: 27px;
    vertical-align: middle;
    padding-right: 6px;
    font-weight: normal;
    color: #aab0ca;
}
.crs-v {
    color: #ff501e;
    font-size: 16px;
}
.course li {
    display: inline;
    padding: 0 34px 0px 0;
    line-height: 36px;
}
.pricing-box-wrap {
    position: relative;
}
.pricing-box-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    position: relative;
}
.pricing-box-wrap::before {
    position: absolute;
    top: 45%;
    left: 50%;
    content: "";
    background: 0 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 79px 35px #ff4f1e;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pricing-box-wrap .pricing-box {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    background: #fff;
}

.price-tag {
    border-bottom: 1px solid #e5eaff;
    border-top: 1px solid #e5eaff;
    padding: 18px 0 20px;
    text-align: center;
}
.pricing-box-name {
    text-align: center;
    padding: 25px 0;
    margin: 0;
    color: #ff4f1e;
}
.price-tag h3 {
    font-size: 19px;
    line-height: 56px;
    margin: 0;
    color: #ff4f1e;
}
.pricing-box-wrap .pricing-box .price-box-features {
    margin: 30px 0 30px 34px;
    display: block;
    max-width: 90%;
}
.pricing-box-wrap .pricing-box .price-box-features li {
    position: relative;
    padding: 5px 0 5px 25px;
}
.pricing-box-wrap .pricing-box .price-box-features li i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #ff4f1e;
    font-size: 16px;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.pricing-box-wrap .pricing-box .book-btn {
    text-align: center;
    padding-bottom: 35px;
}
.btn.v3 {
    background-color: #ff4f1e;
    border: none;
    color: #fff;
    padding: 12px 28px;
	border-radius: 0;
}
.pricing-box-wrap .pricing-box.active {
    background-color: #ff4f1e;
}
.pricing-box-wrap .pricing-box.active .pricing-box-name, .pricing-box-wrap .pricing-box.active 
.price-tag, .pricing-box-wrap .pricing-box.active .price-box-features li, .pricing-box-wrap .pricing-box.active 
.price-tag h3, .pricing-box-wrap .pricing-box.active .price-tag h3 {
    color: #fff;
}
.pricing-box.active .price-box-features li i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 16px;
}
.ml-20{
	margin-left:20px;
}
.mr-20{
	margin-right:20px;
}
.btn.v4 {
    background-color: #fff;
    border: none;
    color: #201d1e;
    padding: 8px 35px;
	border-radius: 0;
}
.contact-widget {
    background: #fff;
    padding: 15px 0 15px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.contact-widget .contact-wrap {
    position: relative;
}
.widget-area {
    width: 74%;
   align-content: flex-end;
}
.contact-fotm-widget .contact-wrap .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
.rs-testimonial.style5 {
    background: url(../images/testi-bg.jpg);
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.rs-testimonial.style5 .testi-item .author-desc {
    position: relative;
    text-align: center;
    padding: 35px 15px;
}
.rs-testimonial.style5 .testi-item .author-desc .desc {
    position: relative;
    background: #ffffff;
    padding: 25px 25px 55px;
}
.rs-testimonial.style5 .testi-item .author-desc .desc::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #dbf2f7;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 10px;
}
.rs-testimonial.style5 .testi-item .author-desc .desc .quote {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.rs-testimonial.style5 .testi-item .author-desc .author-img {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
	width:24% !important
}
.rs-testimonial.style5 .testi-item .author-desc .author-img img {
    width: auto;
    border-radius: 50%;
}
.rs-testimonial.style5 .testi-item .author-part {
    text-align: center;
}
.rs-testimonial.style5 .testi-item .author-part .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: 15px;
}
.rs-carousel .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: block;
}
.rs-carousel .owl-dots .active {
    background: #21a7d0;
    opacity: 1;
}
.rs-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: 1px solid #21a7d0;
    background: transparent;
    opacity: 0.7;
    cursor: pointer;
}

.pt-30{
	padding-top:30px;
}
.white-bg {
    background-color: #ffffff;
}
.course-overview {
    position: relative;
}
.course-overview .inner-box {
    position: relative;
    padding: 0 10px 0 10px;
}
.course-overview .inner-box h4 {
    position: relative;
    color: #111111;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.card-body.acc-content {
    padding: 31px 43px 43px 43px;
}
.course-overview .inner-box .student-list li .fa {
    color: #ff5421;
    margin: 0px 2px;
}
.course-overview .inner-box p {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.course-overview .inner-box .student-list {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}
.course-overview .inner-box .student-list li {
    position: relative;
    color: #393939;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    margin-right: 80px;
    display: inline-block;
    list-style: disc;
    margin-bottom: 10px;
}
.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 25px;
}
.course-overview .inner-box .review-list li::before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 5px;
    color: #ff5421;
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
}
.course-overview .inner-box h3 {
    position: relative;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}
.course-overview .inner-box .review-list {
    position: relative;
    margin-bottom: 20px;
}
.course-overview .inner-box .review-list li {
    position: relative;
    color: #626262;
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 30px;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    background-color: #ffffff;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 4px solid #f6f6f6;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.accordion-box .block .card-header {
    position: relative;
    padding: 0;
    border: none;
    border-radius: unset;
}
.accordion-box .block .acc-btn {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    padding: 0 25px;
    height: 65px;
    line-height: 65px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .acc-btn {
    text-align: left;
    font-size: 20px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    line-height: 65px;
    text-transform: capitalize;
}
.accordion-box .block .acc-btn::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f077";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
    color: #111111;
    padding: unset;
    transition: all 0.3s ease;
}
.accordion-box .block .content {
    position: relative;
    padding: 0 0 12px 0;
}
.accordion-box .block .play-icon {
    position: relative;
    color: #626262;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}
.accordion-box .block .play-icon::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
}
.accordion-box .block .play-icon .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0px;
    z-index: 99;
    color: #ff5421;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    margin-right: 30px;
    display: inline-block;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.c-h {
    font-size: 16px;
    text-decoration: underline;
}
.call-t {
    border-right: 1px solid #ddd;
    padding: 0 0 0px 0;
    width: 64%;
    float: left;
    overflow: hidden;
}
.readon2.orange-transparent {
    background: transparent;
    color: #ff5421;
    border: 1px solid #ff5421;
}
.con-title {
    font-size: 11px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.mr-0{
	margin:0 !important;
}
.contact-fotm-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.ph-ic {
    margin: 34px auto;
    width: 20%;
    overflow: hidden;
    float: left;
    display: flex;
    font-size: 30px;
    padding: 0 0 0 19px;
}
.main-part.new-style {
    background: #fff;
    padding: 0;
}
.main-part .text-part {
    font-size: 36px;
    color: #111111;
    line-height: 46px;
    font-weight: 700;
}
.main-part .faq-content .accordion {
    border-width: 12px;
}
.main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
}
.main-part .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
}
.rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link {
    background: #0c8b51;
}
.main-part .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 60px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 600;
    background: #21a7d0;
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
}
.main-part.new-style .faq-content .accordion .card .card-header .card-link::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 900;
}
.main-part.new-style .faq-content .accordion .card .card-body {
    padding: 20px 14px 35px !important;
}
.main-part .faq-content .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    width: 100%;
}
.main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
}
.pt-50{
	padding-top:50px !important;
}
.mt-120{
	margin-top:120px !important;
}
.mb-120{
	padding-bottom:120px !important;
}

.wishlist-table {
    margin: 0 0 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.wishlist-table table {
    margin: 0;
}
.wishlist-table table thead tr th {
    border: none;
        border-bottom-color: currentcolor;
    background: #ff4f1e;
    color: #fff;
    padding: 15px 30px;
    font-family: poppins,sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}
.wishlist-table table tbody tr {
    vertical-align: middle;
}
.wishlist-table table tbody tr td {
    padding: 12px 15px;
    text-align: center;
}
.wishlist-table table tbody tr td .wh_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.wishlist-table table tbody tr td .wh_item img {
    max-width: 60px;
    margin: 0 auto;
    display: block;
}
.wishlist-table table tbody tr td {
    padding: 12px 15px;
    text-align: center;
}
.wishlist-table table tbody tr td .wh-tem-price {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.wishlist-table table tbody tr td p {
    margin: 0;
}
.wishlist-table table tbody tr td:nth-child(4) {
    text-align: left;
}
.wishlist-table table tbody tr td .product-quantity {
    margin: 0 auto;
}
.product-quantity {
    width: 144px;
    margin-right: 10px;
}
.product-quantity .qtySelector {
    position: relative;
    border: .5px solid rgba(69,69,70,.2);
    height: 48px;
    border-radius: 5px;
}
.product-quantity .qtySelector span.decreaseQty {
    left: 0;
}
.product-quantity .qtySelector span {
    width: 48px;
    position: absolute;
    top: 0;
    height: 100%;
    background: 0 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #000;
}
.product-quantity .qtySelector input {
    width: calc(100% - 96px);
    background: 0 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(69,69,70,.2);
    border-right: 1px solid rgba(69,69,70,.2);
    left: 48px;
    position: relative;
    height: 48px;
    top: -1px;
    text-align: center;
    color: #000;
}
.product-quantity .qtySelector span.increaseQty {
    right: 0;
}
.product-quantity .qtySelector span {
    width: 48px;
    position: absolute;
    top: 0;
    height: 100%;
    background: 0 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #000;
}
.wishlist-table table tbody tr td button {
    background: 0 0;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.wishlist-table table tbody tr td .wh_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.btn.v7 {
    background-color: #ff4f1e;
    border: none;
    color: #fff;
    padding: 10px 35px;
    border-radius: 0;
}
.content-box-title {
    background: #ff4f1e;
    padding: 20px;
    margin: 0 0 20px;
}
.content-box-title h5 {
    color: #fff;
    margin: 0;
    line-height: 1;
}
.bill-details {
    border: 1px solid rgba(0,0,0,.1);
}
.bill-item-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.bill-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 0;
}
.bill-item .bill-item-name p {
    margin: 0;
}
.bill-item .bill-item-price span {
    font-weight: 700;
    color: #201d1e;
}
.subtotal-wrap {
    padding: 10px 20px;
}
.subtotal-wrap .subtotal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 6.5px 0;
}
.subtotal-wrap .subtotal-item .subtotal-item-left h6 {
    margin: 0;
    font-weight: 600;
}
.subtotal-item h6 {
    margin: 0 0 10px;
}
.subtotal-wrap .subtotal-item .subtotal-item-right {
    color: #201d1e;
    font-weight: 600;
}
.subtotal-item-right span {
    font-weight: 700;
}
.subtotal-wrap .subtotal-item .form-group {
    position: relative;
}
.checkout-details .form-group input {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
}
.form-group input, .form-group textarea {
    /*width: 100%;*/
    border: none;
    background: 0 0;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
}
.checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4f1e;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}
.subtotal-item-left p, .subtotal-item-right p {
    margin: 0;
}
.subtotal-wrap .subtotal-item .subtotal-item-right {
    color: #201d1e;
    font-weight: 600;
}
.total-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.total-wrap h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
}
.total-wrap span {
    font-weight: 700;
    color: #201d1e;
}
.select-method {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
.select-method div {
    margin-right: 20px;
}
.select-method [type="radio"]:checked, .select-method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.select-method [type="radio"]:checked + label, .select-method [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #201d1e;
}
.select-method [type="radio"]:checked + label::before, .select-method [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #ff4f1e;
    border-radius: 100%;
    background: 0 0;
}
.select-method [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.select-method [type="radio"]:checked + label::after, .select-method [type="radio"]:not(:checked) + label::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4f1e;
    top: 6px;
    left: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.btn.v3 {
    background-color: #ff4f1e;
    border: none;
    color: #fff;
    padding: 12px 28px;
}

.rs-checkout.orange-color .coupon-toggle .accordion .card {
    border-color: #ff5421;
}
.rs-checkout .coupon-toggle .accordion .card {
    border: unset;
        border-top-color: unset;
        border-top-style: unset;
        border-top-width: unset;
        border-right-color: unset;
        border-bottom-color: unset;
        border-left-color: unset;
    border-top: 3px solid #21a7d0;
        border-top-color: rgb(33, 167, 208);
    border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
    border: none;
    margin: 0;
    border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
    margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
    margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
    background: unset;
    border: none;
    color: #273c66;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
    border: 1px solid #d3ced2;
    padding: 20px 20px 50px 20px;
    margin-top: 2em;
    text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
    width: 47%;
    float: left;
    margin-right: 50px;
}
.accordion .card .card-body .coupon-code-input input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 10px 18px;
    color: #505050;
    border: 1px solid rgba(54, 54, 54, 0.1);
}
.btn-shop.orange-color {
    background: #ff5421;
    color: #ffffff;
}
.rs-checkout .full-grid {
    margin-top: 25px;
}
.rs-checkout .checkout-title {
    margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
    font-size: 26px;
    margin: 0;
}
.rs-checkout .full-grid .form-content-box {
    margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
    border: 1px solid rgba(54, 54, 54, 0.1);
    height: 45px;
    padding: 10px 18px;
    width: 100%;
    margin: 0;
    outline: none;
    line-height: normal;
    border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group select {
    color: #666666;
    opacity: .5;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    width: 100%;
    outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group select {
    color: #666666;
    white-space: nowrap;
    line-height: 45px;
    cursor: pointer;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
    margin-bottom: 10px !important;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
    border: 1px solid rgba(54, 54, 54, 0.1);
    height: 45px;
    padding: 10px 18px;
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    outline: none;
    line-height: normal;
    border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
    border: 1px solid rgba(54, 54, 54, 0.1);
    height: 45px;
    padding: 10px 18px;
    width: 100%;
    margin: 0;
    outline: none;
    line-height: normal;
    border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    width: 100%;
    border: 1px solid rgba(54, 54, 54, 0.1);
    padding: 10px 18px;
    margin: 0;
    outline: none;
}
.rs-checkout .checkout-title {
    margin-bottom: 30px;
}
.rs-checkout .full-grid .ordered-product table {
    width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
    border: 1px solid #ccc;
    padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
    border: 1px solid #ccc;
    padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
    border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
    margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
    font-weight: 600;
    margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 2em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg::before {
    content: '';
    display: block;
    border: 1em solid #f9f9f9;
        border-top-color: rgb(249, 249, 249);
        border-right-color: rgb(249, 249, 249);
        border-left-color: rgb(249, 249, 249);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.mt-15 {
    margin-top: 15px;
}
.btn-shop.orange-color {
    background: #ff5421;
    color: #ffffff;
}
.btn-shop {
    outline: none;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    background: #21a7d0;
    font-size: 15px;
    padding: 8px 25px;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.mb-70 {
    margin-bottom: 70px;
}
.rs-inner-blog .blog-item .blog-content {
    padding: 40px 46px 45px;
    overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #111111;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #ff5421;
}
.blog-btn {
    color: #111111;
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-right: 43px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-btn::after {
    position: absolute;
    content: "\f133";
    right: 20px;
    top: 50%;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    font-family: "Flaticon";
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 35px;
}
.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts ul li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 16px;
}
.rs-inner-blog .widget-area .recent-posts ul li a {
    color: #505050;
}
.pr-50 {
    padding-right: 50px;
}
.rs-inner-blog .blog-deatails {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}
.rs-inner-blog .blog-deatails .blog-full {
    padding: 40px 45px 40px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta {
    display: flex;
    align-items: center;
    padding: 0 0 30px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
    color: #555;
    font-size: 14px;
    margin-right: 8px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
    font-size: 13px;
    margin-right: 3px;
    color: #ff5421;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i::before {
    margin-right: 5px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
    color: #555;
    font-size: 14px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: #555;
    font-size: 14px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
    color: #ff5421;
    margin-right: 3px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i::before {
    margin-right: 4px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
    font-weight: 400;
    color: #555;
    font-size: 14px;
}
blockquote {
    margin: 35px 0;
    padding: 40px;
    color: #666;
    position: relative;
    background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    clear: both;
    box-shadow: 0 0 150px #eee;
}
.rs-inner-blog.orange-color blockquote::before {
    background: #ff5421;
}
blockquote::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #21a7d0;
}
blockquote p {
    font-size: 16px;
    margin: 0;
}
.rs-inner-blog .blog-deatails .blog-full .unorder-list li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
}
.rs-inner-blog .blog-deatails .blog-full .unorder-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #ff5421;
    font-size: 20px;
}
.rs-inner-blog .ps-navigation {
    border-top: 1px solid rgba(170, 170, 170, 0.25);
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 30px 0;
    margin: 60px 0 0;
}
.rs-inner-blog .ps-navigation ul li {
    text-align: right;
}
.rs-inner-blog .ps-navigation ul li a {
    display: inline-block;
}
.rs-inner-blog .ps-navigation ul li a .next-link {
    text-transform: uppercase;
    color: #909090;
    margin-top: 0;
    display: block;
}
.rs-inner-blog .ps-navigation ul li a .next-link {
    text-transform: uppercase;
    color: #909090;
}
.rs-inner-blog .ps-navigation ul li a .next-link i::before {
    font-size: 16px;
    font-style: normal;
    color: #505050;
}
.btn.btn-login-suss {
    background-color: #fff;
}
.btn.btn-login-inv {
    background-color: #b33131;
    color: #fff;
}
.modal-header h4{
	 color: #fff !important;
}
.subsc {
    width: 100%;
    text-align: center;
    padding: 0 8% 4% 8%;
    font-size: 14px;
}
.title-subs {
    font-size: 40px;
}
.title2 {
    font-size: 40px;
	font-family: 'Nunito', sans-serif !important;
}
.mcq-test-inside {
    border: 1px solid #ccc;
    padding: 3% 2% 3% 2%;
}

.mcq-test-inside h3{
	 font-size: 20px;
}
.mcq-test-inside p {
    font-size: 13px;
    font-weight: bold;
}
.quest {
    padding: 13px 0 13px 13px;
    margin-bottom: 4%;
    background-color: #f4f4f4;
}
.quest-inside p {
    padding: 0px 0 0px 13px;
    margin: 0;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    word-spacing: 7px;
    font-weight: normal;
}
.lft-cont {
    text-align: left;
    font-size: 15px;
    float: left;
	font-weight:bold;
	
}
.rgt-cont {
    text-align: right;
    font-size: 13px;
    float: right;
	font-weight:bold;
}
.qt {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 18px;
}
.cont-sect {
    border-top: 1px solid #ddd;
    padding: 13px 0 13px 0;
    overflow: hidden;
}
.cont-sect-inside {
    font-size: 14px;
}
.check-box {
    margin-left: 25px;
    margin-bottom: 12px;
}
.check-box label {
    padding-left: 7px;
    line-height: 0;
    padding-right: 7px;
    font-weight: bold;
}
.check-box {
    margin-left: 0px;
    margin-bottom: 12px;
    font-weight: 600;
}
.mcq-form-group input, .mcq-form-group textarea {
   border: none;
    background: 0 0;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
}
.prv {
    background-color: #acd5e9;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    margin-right: 21px;
    box-shadow: 0;
}
.nxt {
    background-color: #acd5e9;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    margin-right: 21px;
    box-shadow: 0;
}
.skp {
    font-size: 13px;
    color: #939090;
}
.sbm {
    background-color: #f4bf01;
    color: #000;
    padding: 10px 20px 10px 20px;
}
.ml-15 {
    margin-left: 15px;
}
.rs-inner-blog .widget-area .widget-archives ul li a:hover {
    color: #ff5421;
}
.thnk h3 {
    font-size: 70px;
    font-family: 'Nunito', sans-serif !important;
}
.trb {
    color: #d7b70d;
    border-top: 1px solid #f0eeee;
    width: 40%;
    margin: 0 auto;
    padding-top: 12px;
}
.lt {
    width: auto;
    text-align: center;
    padding: 0 20% 0 20%;
}
.cont a {
    color: #21468c !important;
}
.font-th{
	font-size: 20px !important;
	font-family: 'Nunito', sans-serif !important;
}
.th-bg {
    background-image: url(../images/bg-th.png);
    background-size: cover;
    margin: 0 !important;
}
.pymt h3 {
    font-size: 40px;
}
.pymt h5 {
    font-size: 18px;
}
.pymt p {
    font-size: 13px;
    color: #000;
    margin: 0;
}
.pymt span {
    margin-left: 121px;
    text-align: right !important;
}
.hd {
    font-size: 13px;
	font-weight:600;
	margin: 5px 0 10px 0;
color: #040480 !important;
}
.fl-lft{
	float:left;
}
.qst {
    margin: 0;
    text-align: left;
    color: #f2cf0d;
	font-weight:bold;
}
.ml {
    text-align: left;
    color: #030483;
	font-weight:bold;
}

#check2 {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
}

.single-event-pagi .ev-pagi-thumb {
    border-radius: 50%;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ev-pagi-thumb{
    border-radius: 50%;
    width: 29%;
    background-color: #ccc;
}
.ev-pagi-thumb img {
    border-radius: 50%;
}
.ev-pagi-content {
    padding: 0;
    margin: 0;
}
.ev-pagi-content h3 {
    font-size: 22px;
    font-weight: 700;
	margin-bottom:2%;
	padding:0;
}
.ev-pagi-content h5 {
    font-size: 16px;
    font-weight: 700;
	margin:0;
	padding:0;
}
.ev-pagi-content p {
     margin:0;
	padding:0;
}
.pr-15{
	padding-right:10px;
}
.user-link {
    text-align: right;
}
.user-link a {
    display: inline-block;
    color: #fff;
    background: #4661c5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 50%;
}
.user-link a.twit {
    background: #1ab2e8;
}
.user-link a {
    display: inline-block;
    color: #fff;
    background: #4661c5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 50%;
}
.user-link a.insta {
    background: #d03086;
}
.user-link a {
    display: inline-block;
    color: #fff;
    background: #4661c5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 5px;
}
.user-link a.google {
    background: #ea4335;
}
.user-link a {
    display: inline-block;
    color: #fff;
    background: #4661c5;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}
.snd {
    text-align: right;
    width: 87%;
    margin-top: 5%;
}
.us2.orange {
    background: #ff5421;
}
.us2 {
    outline: none;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
    margin-top: 10%;
}
.tab-area {
    margin-top: 50px;
    border-bottom: 2px solid #fe4f24;
    padding-bottom: 4%;
}
.tab-area ul.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 32px;
}
.tab-area ul.nav-tabs li {
    margin-right: 3px;
}
.tab-area ul.nav-tabs li a:hover, .tab-area ul.nav-tabs li a.active {
    background: #ff5421;
}
.tab-area ul.nav-tabs li a:hover, .tab-area ul.nav-tabs li a.active {
    background: #ff5421;
    color: #ffffff;
}
.tab-area ul.nav-tabs li a {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    background: #f0f0f0;
    color: #111111;
    font-weight: 600;
}
.tab-content > .active {
    display: block;
}
.tab-area .tab-content .tab-pane .dsc-p {
    margin: 0;
}
.user-item {
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
width: auto;
}
.user-item .image-part {
    overflow: hidden;
    height: 100%;
}
.user-item .image-part img {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
}
.user-item .user-content.primary-border {
    border: 1px solid rgba(33, 167, 208, 0.1);
        border-top-color: rgba(33, 167, 208, 0.1);
        border-top-style: solid;
        border-top-width: 1px;
    border-top-color: rgba(33, 167, 208, 0.1);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
}
.user-item .user-content {
    padding: 21px 11px 24px;
    color: #273c66;
    background: #fcfcfc;
}
.user-item .user-content {
    padding: 17px 13px 27px 11px;
    overflow: hidden;
}
.user-item .user-content .user-meta {
    margin-bottom: 11px;
    color: #505050;
}
.user-item .user-content .user-meta li {
    position: relative;
    margin-right: 5px;
    padding-right: 0px;
    display: inline-block;
}
.user-item .user-content .user-meta li span.price {
    background: #ff5421;
    display: inline-block;
    padding: 3px 20px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.user-item .user-content .title {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 22px;
}
.user-item .user-content .title a {
    color: #ff4f1e;
}
.user-item .user-content .desc {
    color: #505050;
    font-size: 12px;
    line-height: 22px;
}
.user-item .user-content .bottom-part {
    overflow: hidden;
}
.user-item .user-content .bottom-part .info-meta {
    float: left;
    padding-top: 10px;
}
.user-item .user-content .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.user-item .user-content .bottom-part .info-meta li.user i {
    color: #505050;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.user-item .user-content .bottom-part .info-meta li.user i {
    color: #505050;
}
.user-item .user-content .bottom-part .info-meta li:last-child {
    margin: 0;
}
.user-item .user-content .bottom-part .info-meta li {
    display: inline;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.user-item .user-content .bottom-part .info-meta li.ratings i {
    color: #fcb903;
}
.user-item .user-content .bottom-part .btn-part {
    text-align: right;
}
.user-item .user-content .bottom-part .btn-part a {
    border: 1px solid #f2f2f2;
    background: transparent;
    padding: 5px 13px;
    display: inline-block;
    border-radius: 3px;
    color: #111111;
}

.video-part {
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.rs-faq-part {
    width: 100%;
}
.flaticon-right-arrow {
    padding: 32px 0 27px 8px;
    vertical-align: middle;
}




.date-content .accordion {
    border-width: 12px;
}
.date-content .accordion .card {
    margin-bottom: 25px;
    border: none;
}
.date-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
}
.card .card-header .card-link.collapse {
    background: #f9f9f9 !important;
    color: #111111 !important;
}
.date-content .accordion .card .card-header .card-link {
    background: #ff5421;
}
.date-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 60px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 600;
    background: #f1f2f2;
    color: #000;
}
.date-content .accordion .card .card-header .card-link.collapsed::after {
    content: "\f0a2";
}
.date-content .accordion .card .card-header .card-link::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f1f7";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
}
.date-content .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 0px 15px !important;
    width: 100%;
}
/*
.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}*/
.time-slot li .timing:hover {
    background-color: #fff;
}
.schedule-widget {
    border-radius: 4px;
    min-height: 100px;border: 1px solid #f0f0f0;
margin-bottom: 1.875rem;
	
}
.schedule-header {
    border-left: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}
.day-slot li.left-arrow {
    text-align: center;
}
.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.schedule-cont {
    padding: 20px;
    border: 1px solid #f0f0f0;
}
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
    min-height: 1px;
}
.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}
.time-slot li .timing {
    color: #757575;
    font-size: 14px;
    text-align: center;
}
.time-slot li .timing.selected {
    background-color: #ee2c4d;
    border: 1px solid #ee2c4d;
    color: #fff;
}
.time-slot li .timing.selected {
    color: #fff;
}
.time-slot li .timing.selected {
    color: #fff;
}
.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.invoice-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500;
}
.invoice-item .invoice-details strong {
    color: #272b41;
}
.invoice-info {
    margin-bottom: 30px;
}
.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.invoice-item .invoice-details-two {
    text-align: left;
}
.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500;
}
.invoice-info p {
    margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.table-bordered {
    border: 1px solid rgba(0,0,0,.05) !important;
}
.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.invoice-table-two {
    margin-bottom: 0;
}
.invoice-table tr th, .invoice-table tr td, .invoice-table-two tr th, .invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit;
}
.other-info {
    margin-top: 10px;
}
.text-muted {
    color: #757575 !important;
}
.table.no-border > tbody > tr > td, .table > tbody > tr > th, .table.no-border > tfoot > tr > td, .table.no-border > tfoot > tr > th, .table.no-border > thead > tr > td, .table.no-border > thead > tr > th {
    border-top: 0;
    padding: 10px 8px;
}
.invoice-item .invoice-details-two {
    text-align: left;
}

.invoice-table-two tr td {
    text-align: right;
}
.invoice-table-two tr th, .invoice-table-two tr td {
    border-top: 0;
}
.invoice-table tr td, .invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}
.table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}
.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}
.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}
.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}
.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.widget-profile .profile-info-widget {
    text-align: center;
}
.profile-info-widget {
    text-align: left;
}
.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0 0 10px 0;
    overflow: hidden;
}
.student-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.student-details h5 i {
    width: 18px;
}
.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.appointment-action a + a {
    margin-left: 5px;
}
.dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.dashboard-menu ul li {
    line-height: inherit;
}
.active, .testi-user-img:hover {
    opacity: 1;
}
.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: #ff1f49;
}
.dashboard-menu > ul > li > a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}
.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}
.dashboard-menu ul li a span, .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}
.dashboard-menu ul li a span, .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}
.dashboard-menu > ul > li > a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}

.dct-border-rht {
    border-right: 1px solid #f0f0f0;
}
.dash-widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.circle-bar {
    margin-right: 15px;
    background: #f1f6ff;
    padding: 10px;
    border-radius: 50px;
    border: 1px dashed #253246;
}
.dash-widget h6 {
    font-size: 16px;
    font-weight: 400;
	margin: 0;
	line-height:normal;
}
.dash-widget h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.dash-widget p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}
.text-muted {
    color: #757575 !important;
}
.appointment-tab {
    margin-bottom: 30px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}
.appointment-tab .nav-tabs {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
        border-bottom-color: rgb(240, 240, 240);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-radius: .25rem .25rem 0 0 !important;
    border-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid > li > a.active, .nav-tabs.nav-tabs-solid > li > a.active:hover, .nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #ff1f49;
    border-color: #ff1f49;
    color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.appointment-tab .tab-content {
    padding-top: 0;
}
.active, .testi-user-img:hover {
    opacity: 1;
}
.appointment-tab .card {
    border-radius: 0;
}
.table thead {
    border-bottom: 1px solid rgba(0,0,0,.03);
}
.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}
.card-table .table tr td:first-child, .card-table .table tr th:first-child {
    padding-left: 1.5rem;
}
.card-table .table td, .card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem .75rem;
        padding-left: 0.75rem;
    white-space: nowrap;
}
.table.table-center td, .table.table-center th {
    vertical-align: middle;
}
.table thead tr th {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table.table td h2 a {
    color: #272b41;
}
.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.no-mg-pd{margin-left:15px !important; padding:0 !important;}

.bg-info-light {
    background-color: rgba(2,182,179,.12) !important;
    color: #1db9aa !important;
}
.bg-success-light {
    background-color: rgba(15,183,107,.12) !important;
    color: #26af48 !important;
}
.bg-danger-light {
    background-color: rgba(242,17,54,.12) !important;
    color: #e63c3c !important;
}
.change-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.change-avatar .profile-img {
    margin-right: 15px;
}
.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px;
}
.change-photo-btn {
    background-color: #ff1f49;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 220px;
}
.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}
.cal-icon::after {
    color: #979797;
    content: '\f073';
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 3px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.cal-icon {
    position: relative;
    width: 100%;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}
.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
}
.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.profile-det-info {
    overflow: hidden;
}
.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.appointment-action a {
    font-size: 13px;
}
.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
}
.panel.panel-default {
    background-color: #f2f2f2;
    margin: 0 0 10px 0;
}
#accordion2 {
    margin-top: 6%;
    padding: 0;
}
.panel-body {
    background-color: #fff;
    padding: 10px;
}
.panel-heading {
   margin: 0 0 0px 0;
}
.panel-heading h4 {
    font-size: 16px;
    padding: 7px 0 7px 7px;
    color: #000 !important;
    margin: 0;
}
/*----- update------*/

#remember_me {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
}

select {
    width: 100%;
    padding: 15px 10px 15px 10px;
    border: none;
    background-color: #f9f8f8;
    box-shadow: 0 0 30px #eee;
}
#cntry {
    float: left;
    width: 81%;
}
.cntry-cd {
    float: left;
    background-color: #eee;
    padding: 13px 15px 14px 15px;
    border-radius: 0px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 5rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    float: left;
    width: 19%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #dddada;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 13px 16px;
  border: none;
 cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #c3c3c4;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    height: 165px;
    overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.openBtn {
    border: none;
    padding: 4px 9px;
    font-size: 16px;
    cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 87%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 13%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.not .notification {
    border-radius: 50%;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.notification {
    border-radius: 50%;
    width: 5%;
}
.notification img {
    border-radius: 50%;
}

.not {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 23px;
}

.rply {
    outline: none;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
	background: #ff5421;
}

.rply-all {
    outline: none;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
	background: #ddd;
}
.dte {
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.helo {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.d-span {
    display: block;
}

.time-slot li .timing.no-selected {
    background-color: #eee;
    border: 1px solid #eee;
    color: #000;
}
.time-slot li .timing.no-selected span::after {
    color: #000;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 900;
    right: 6px;
    top: 6px;
    padding: 0 0 0 10px;
}
.time-slot li .timing.selected {
    background-color: #ee2c4d;
    border: 1px solid #ee2c4d;
    color: #fff;
}
.time-slot li .timing.selected span::after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 900;
    right: 6px;
    top: 6px;
    padding: 0 0 0 10px;
}
.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

#mySidenav a {
    position: fixed;
    left: -80px;
    transition: 0.3s;
    padding: 13px 0 7px 8px;
    width: 123px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    border-radius: 0 5px 5px 0;
    z-index: 9;
}

#mySidenav a {
    position: fixed;
    left: -80px;
    transition: 0.3s;
    padding: 13px 0 7px 8px;
    width: 123px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    border-radius: 0 5px 5px 0;
    z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}
i.fa.fa-facebook.flt {
    padding-left: 22px;
    font-size: 22px;
    color: #000;
}
#contact {
  top: 80%;
  background-color: #ccc;
  float:right;
  color:#000;
}


/* floating box style */
.floating-form {
    max-width: 340px;
    padding: 30px 30px 10px 35px;
    font: 13px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	    z-index: 999;
		top:140px;
	}
.contact-opener {
    position: absolute;
    left: -87px;
    transform: rotate(-90deg);
    top: 160px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: left;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #0C0;
}
.floating-form .textarea-field{
    height:100px;
    width: 100%;
}
.floating-form input[type="button"], 
.floating-form input[type="submit"], .contact-opener {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985b1;
    box-shadow: inset 0px 1px 0px 0px #3985b1;
    background-color: #216288;
    /* border: 1px solid #17445E; */
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 12px 14px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}