<!-- Map -->
.contact-page-section .googleMap .w-100{
    padding: 0;
    margin-bottom: -6px;
}
.w-100 {
    padding: 0;
    margin-bottom: -8px;
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #505050;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff9600;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #4e49a1;
}
ul {
  /*list-style: outside none none;*/
  margin: 0;
    /*padding: 0;*/
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #ff3115;
  text-shadow: none;
  color: #ffffff;
}
::selection {
 /* background: #ff3115;
  text-shadow: none;
  color: #ffffff;*/
}
.sec-spacer {
  padding: 100px 0;
}
.sec-color {
  background-color: #f9f9f9;
}
.drak-color {
  background-color: #252525;
}
.gray-color {
  background-color: #f0f0f0;
}
.primary-color {
  color: #ff3115;
}
.primary-bg {
  background: #ff3115;
}
.sec-black {
  background: #212121;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
/*-- Readon Button Css --*/
.readon2 {
  font-size: 14px;
  border: 1px solid #ff3115;
  background: #ff3115;
  display: inline-block;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 35px;
}
.readon2.transparent {
  border: 1px solid #ff3115;
  color: #ff3115;
  background: transparent;
}
.readon2.transparent:hover {
  background: #ff3115;
  color: #ffffff;
}
.readon2:hover {
  background: #e41f05;
  color: #ffffff;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.bg1 {
  background-image: url(images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg2 {
  background-image: url(images/bg/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg3 {
  background-image: url(images/bg/counter-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg4 {
  background-image: url(images/bg/cta-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg5 {
  background-image: url(images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg6 {
  background-image: url(images/slider/home1/slide2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg7 {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}
.bg8 {
  background-image: url(images/bg/bg8.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.bg9 {
  background-image: url(images/bg/video-bg2.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.bg10 {
  background-image: url(images/bg/counter-bg-style2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.bg11 {
  background-image: url(images/bg/home7-style.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
}
.bg12 {
  background-image: url(images/bg/countdown.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg13 {
  background-image: url(images/bg/home8-style.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 250px;
}
.bg14 {
  background-image: url(images/counter/2.jpg);
  background-size: cover;
  background-position: center top;
  padding-bottom: 500px !important;
}
.bg15 {
  background-image: url(images/bg/about-home8-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uppercase {
  text-transform: uppercase;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.drak-color .owl-nav .owl-prev,
.drak-color .owl-nav .owl-next,
.drak-color .sec-title h3 {
  color: #ffffff;
}
.sec-title2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.sec-title2 span {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.sec-title h2 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}
.sec-title.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title.text-right:after {
  left: auto;
  right: 0;
}
.sec-title.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 16px;
}
.sec-title .view-more {
  position: absolute;
  right: 0;
}
.sec-title .view-more a {
  font-weight: 600;
  font-size: 15px;
}
.sec-title.white-text h2 {
  color: #ffffff;
}
.sec-title.white-text p {
  color: rgba(255, 255, 255, 0.6);
}
.home5 .sec-title h2 {
  color: #92278f;
}
.home5 .sec-title:after {
  background: #92278f;
}
.home5 .sec-title.white-text p {
  color: #ffffff;
}
.sec-title-2 {
  position: relative;
}
.sec-title-2 h2 {
  position: relative;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
.sec-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #ff3115;
}
.sec-title-2 .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-title-2 .view-more a {
  font-weight: 700;
  font-size: 14px;
}
.sec-title-2.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
.sec-title-2.text-right .view-more {
  right: auto;
  left: 0;
}
.sec-title-2 p {
  margin-bottom: 0;
  font-size: 16px;
}
.primary-btn {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  min-width: 136px;
  padding: 0 20px;
  border: 2px solid #ff3115;
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.primary-btn:hover {
  background: #ff3115;
  color: #ffffff;
}
.readon {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  line-height: normal;
  background: #ff3115;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.readon:hover,
.readon:focus {
  background: #e41f05;
  color: rgba(255, 255, 255, 0.8);
}
.readon.border {
  background: transparent;
  border: 1px solid #ff3115;
  color: #ff3115;
}
.readon.border:hover {
  color: #fff;
  background: #ff3115;
}
.readon.border.white {
  border-color: #fff;
  color: #fff;
}
.readon.border.white:hover {
  color: #ff3115;
  background: #fff;
}
/*overly border*/
.overly-border::before,
.overly-border::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.blue-bg {
  position: relative;
}
.blue-bg .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 188, 212, 0.9);
}
.about-img .overly-border::before,
.about-img .overly-border::after {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}
.overly-border::before {
  border-top: 5px solid #ff3115;
  border-bottom: 5px solid #ff3115;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-blog .blog-item.slick-current .team-content {
  opacity: 1;
  top: 0;
}
.overly-border::after {
  border-right: 5px solid #ff3115;
  border-left: 5px solid #ff3115;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.single-member-area figure .overly-border:before,
.single-member-area figure .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.single-member-area:hover .overly-border:before,
.single-member-area:hover .overly-border:after,
.team-content:hover .overly-border:before,
.team-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.about-img:hover .overly-border:before,
.about-img:hover .overly-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.right_menu_togle .search-wrap button {
  color: #ff3115;
}
.padding-0 {
  padding: 0 !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.ptb-80 {
  padding-top: 80px !important;
  padding-bottom:  80px !important;
}
.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.sparator-15 {
  height: 15px;
  clear: both;
}
.ml-15 {
  margin-left: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.margin-remove {
  margin: 0 !important;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.white-color {
  color: #fff !important;
}
.rs-vertical-middle .logo-area {
  line-height: 95px;
}
.rs-vertical-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;
}
.rs-vertical-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;
}
/* ------------------------------------
    03. Header Section  
---------------------------------------*/
.rs-toolbar {
  padding: 4px 0 5px;
  background-color: #111111;
}
.rs-toolbar .rs-toolbar-left .welcome-message {
  font-size: 14px;
}
.rs-toolbar .rs-toolbar-left .welcome-message i {
  color: #f0bc01;
  margin-right: 8px;
}
.rs-toolbar .rs-toolbar-left .welcome-message span {
  color: #ffffff;
}
.rs-toolbar .rs-toolbar-right {
  text-align: right;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon {
  display: inline-block;
  margin-right: 0px;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li {
  display: inline-block;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li + li {
  margin-left: 8px;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a {
  font-size: 14px;
  color: #888888;
}
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:hover,
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:active,
.rs-toolbar .rs-toolbar-right .toolbar-share-icon ul li a:focus {
  color: #ffffff;
}
.rs-toolbar .rs-toolbar-right .apply-btn {
  font-weight: 500;
  font-size: 14px;
}
/* ------------------------------------
    02. Header Start
---------------------------------------*/
.rs-header .rs-header-top {
  padding: 15px 0 10px;
}
.rs-header .rs-header-top .header-contact {
  float: right;
}
.rs-header .rs-header-top .header-contact .widget-text {
  position: relative;
  padding-left: 55px;
}
.rs-header .rs-header-top .header-contact .widget-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 40px;
  color: #ff3115;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text a {
  color: #505050;
  font-weight: 400;
  font-size: 16px;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text a:hover {
  color: #ff3115;
}
.rs-header .rs-header-top .header-contact .widget-text .info-text span {
  display: block;
  font-weight: 700;
  color: #101010;
  line-height: 18px;
}
.rs-header .rs-menu-toggle {
  color: #fff !important;
}
.rs-header .rs-menu-toggle:hover {
  color: #f0bc01 !important;
}
.rs-header .menu-area .rs-menu li.current_page_item > a,
.rs-header-2 .menu-area .rs-menu li.current_page_item > a,
.rs-header-3 .menu-area .rs-menu li.current_page_item > a,
.rs-header-4 .menu-area .rs-menu li.current_page_item > a,
.rs-header .menu-area .rs-menu li.current-menu-item > a,
.rs-header-2 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-3 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-4 .menu-area .rs-menu li.current-menu-item > a,
.rs-header .menu-area .rs-menu li.active > a,
.rs-header-2 .menu-area .rs-menu li.active > a,
.rs-header-3 .menu-area .rs-menu li.active > a,
.rs-header-4 .menu-area .rs-menu li.active > a,
.rs-header .menu-area .rs-menu li a:hover,
.rs-header-2 .menu-area .rs-menu li a:hover,
.rs-header-3 .menu-area .rs-menu li a:hover,
.rs-header-4 .menu-area .rs-menu li a:hover {
  color: #f0bc01 !important;
}
.rs-header-2 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.rs-header-2 .menu-area {
  padding: 30px 0;
}
.rs-header-2 .menu-area .rs-menu .nav-menu {
  text-align: right;
}
.rs-header-2 .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.rs-header-2 .menu-area .rs-menu .nav-menu > li > a:hover {
  color: #ff3115;
}
@-moz-document url-prefix() {
  .home2 .right-bar-icon .nav-expander {
    position: relative;
    top: -1px;
  }
}
/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section .googleMap iframe {
  height: 350px;
  width: 100%;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #ff9600;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #ff9600;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff9600;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #212121;
}

/* ------------------------------------
    Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
  position: relative;
  margin-bottom: 20px;
}
.rs-gallery .pic img {
	border-radius: 4px;
    /*display: block;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;*/
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(72 127 255 / 35%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 127, 255, 0.35);
    box-shadow: 0px 0px 15px 0px rgb(72 127 255 / 35%);
    border: 4px solid #eaf1fb;
	}
.rs-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-gallery .gallery-item .gallery-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc h3 a {
  color: #ffffff;
}
.rs-gallery .gallery-item .gallery-desc p {
  color: #e1e1e1;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff9600;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-link {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff9600;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-gallery .gallery-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-gallery .gallery-item:hover:before {
  opacity: 1;
}
.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup, 
.rs-gallery .gallery-item:hover .image-link {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-gallery .row {
  margin-bottom: 30px;
}
.rs-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #92278f;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------
    Accordion
---------------------------------------*/
.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header h3{
  margin-top: 0px !important;
  
}
.rs-accordion-style1 .card .card-header .acdn-title{
  background-color: rgba(231, 238, 249, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  /*color: #333 !important;*/
  
}
.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #ff9600;
  color: #ffffff;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
/*-----------------------
	Page Loader
-----------------------*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
#loading .element {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
}
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff9600;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

 @-webkit-keyframes sk-foldCubeAngle {
	 
	 0%, 10% {
	 -webkit-transform: perspective(140px) rotateX(-180deg);
	 transform: perspective(140px) rotateX(-180deg);
	 opacity: 0;
	}
	 25%, 75% {
	 -webkit-transform: perspective(140px) rotateX(0deg);
	 transform: perspective(140px) rotateX(0deg);
	 opacity: 1;
	}
	 90%, 100% {
	 -webkit-transform: perspective(140px) rotateY(180deg);
	 transform: perspective(140px) rotateY(180deg);
	 opacity: 0;
	}
}


 @keyframes sk-foldCubeAngle {
	 
	 0%, 10% {
	 -webkit-transform: perspective(140px) rotateX(-180deg);
	 transform: perspective(140px) rotateX(-180deg);
	 opacity: 0;
	}
	 25%, 75% {
	 -webkit-transform: perspective(140px) rotateX(0deg);
	 transform: perspective(140px) rotateX(0deg);
	 opacity: 1;
	}
	 90%, 100% {
	 -webkit-transform: perspective(140px) rotateY(180deg);
	 transform: perspective(140px) rotateY(180deg);
	 opacity: 0;
	}
}
/* CSS Document */
/* ----- Menu -------*/
.nav-menu > li > a {
  font-weight: 500;
  font-size: 15px;
  font-family: 'texgyreadventorbold';
}
.home1 .logo-area {
  padding-top: 3px;
}
.home1 .rs-menu li i {
  margin-right: 0;
  color: #dddddd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}
.home1 .rs-menu li i:hover {
  color: #f0bc01;
}
.home1 .menu-area .rs-menu > ul > li > a {
  color: #dddddd;
}
.home1 .menu-area .rs-menu > ul > li > a:hover,
.home1 .menu-area .rs-menu li.current_page_item > a {
  color: #f0bc01 !important;
}
.home1 .menu-area {
  background: #4e49a1;
  z-index: 999;
    position: relative;
}
.home1 .searce-box {
  position: absolute;
  top: 0;
  right: 23%;
  top: 16px;
}
.home1 .searce-box a.rs-search {
  cursor: pointer;
}
.home1 .searce-box a.rs-search i {
  color: #ff3115;
}
.home1 .searce-box a.rs-search i:hover {
  color: #ffffff;
}
.home1 .rs-header .rs-header-top .col-md-4:first-child .header-contact {
  float: left;
}
.inner-page .searce-box {
  position: absolute;
  top: 0;
  right: 16px;
  top: 15px;
}
.inner-page .searce-box a.rs-search {
  cursor: pointer;
}
.inner-page .searce-box a.rs-search i {
  color: #ff3115;
}
.home2 .rs-header-top {
  padding: 20px 0 50px;
}
.home2 .menu-area .container {
  position: relative;
}
.home2 .menu-area .main-menu {
  background: #111111;
  position: absolute;
  top: -30px;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.home2 .menu-area .rs-menu ul > li > a {
  color: #bbbbbb;
}
.home2 .menu-area .rs-menu ul > li > a:hover {
  color: #ff3115;
}
.home2 .menu-area .rs-menu ul > li ul.sub-menu a {
  color: #bbbbbb;
}
.home2 .menu-area.sticky .main-menu {
  position: static;
}
.home2 #rs-slider .container {
  margin-bottom: 100px;
}
.home2 .rs-search {
  position: absolute;
  right: 0;
  z-index: 99;
  top: 0;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  height: 55px;
  width: 60px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  background: #ff3115;
  cursor: pointer;
}
.home2 .rs-search:hover {
  background-color: #e41f05;
  color: rgba(255, 255, 255, 0.7);
}
.home2 .sticky .rs-search {
  right: 12px;
  cursor: pointer;
}
.home1 .right-bar-icon,
.home2 .right-bar-icon {
  position: absolute;
  right: 0;
}
.home1 .right-bar-icon a,
.home2 .right-bar-icon a {
  display: inline-block;
  height: 55px;
  width: 45px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}
.home1 .right-bar-icon a:hover,
.home2 .right-bar-icon a:hover {
  color: #fff;
}
.home1 .right-bar-icon .rs-search,
.home2 .right-bar-icon .rs-search {
  position: static;
  color: #fff;
  background-color: #ff3115;
  margin-right: -4px;
  cursor: pointer;
}
.home1 .right-bar-icon .rs-search:hover,
.home2 .right-bar-icon .rs-search:hover {
  background: #e41f05;
}
.home1 .right-bar-icon .nav-expander,
.home2 .right-bar-icon .nav-expander {
  background: #e41f05;
}
.home1 .right-bar-icon .nav-expander:hover,
.home2 .right-bar-icon .nav-expander:hover {
  background: #ff3115;
}
.home1 .sticky .right-bar-icon,
.home2 .sticky .right-bar-icon {
  right: 12px;
}
.home1 .rs-courses .cource-item {
  border: none;
  background: #fff;
}
.university-home .search-modal,
.inner-page .search-modal,
.instructor-home .search-modal,
.home1 .search-modal,
.home2 .search-modal,
.home5 .search-modal,
.home3 .search-modal {
  overflow: hidden;
}
.university-home .search-modal .close,
.inner-page .search-modal .close,
.instructor-home .search-modal .close,
.home1 .search-modal .close,
.home2 .search-modal .close,
.home5 .search-modal .close,
.home3 .search-modal .close {
  margin-left: 30px;
}
.university-home .search-modal .modal-content,
.inner-page .search-modal .modal-content,
.instructor-home .search-modal .modal-content,
.home1 .search-modal .modal-content,
.home2 .search-modal .modal-content,
.home5 .search-modal .modal-content,
.home3 .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}
.university-home .search-modal .search-block input,
.inner-page .search-modal .search-block input,
.instructor-home .search-modal .search-block input,
.home1 .search-modal .search-block input,
.home2 .search-modal .search-block input,
.home5 .search-modal .search-block input,
.home3 .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.university-home .search-modal .close,
.inner-page .search-modal .close,
.instructor-home .search-modal .close,
.home1 .search-modal .close,
.home2 .search-modal .close,
.home5 .search-modal .close,
.home3 .search-modal .close {
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease 0s;
}
.university-home .search-modal .close:hover,
.inner-page .search-modal .close:hover,
.instructor-home .search-modal .close:hover,
.home1 .search-modal .close:hover,
.home2 .search-modal .close:hover,
.home5 .search-modal .close:hover,
.home3 .search-modal .close:hover {
  background-color: #ff3115;
}
.university-home .modal-backdrop,
.inner-page .modal-backdrop,
.instructor-home .modal-backdrop,
.home1 .modal-backdrop,
.home2 .modal-backdrop,
.home5 .modal-backdrop,
.home3 .modal-backdrop {
  opacity: 0.95;
}
.home3 .rs-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#rs-header.rs-transfarent-header-style {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#rs-header.rs-transfarent-header-style .logo-area {
  padding-top: 0;
}
#rs-header.rs-transfarent-header-style .menu-sticky.sticky {
  background: #212121;
  padding-top: 10px;
  padding-bottom: 10px;
}
#rs-header.rs-transfarent-header-style .menu-area {
  background: transparent;
}
#rs-header.rs-transfarent-header-style .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner {
  position: relative;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .searce-box {
  position: absolute;
  top: 0;
  right: 90%;
  top: 7px;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .searce-box .rs-search {
  cursor: pointer;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .searce-box .rs-search i {
  color: #ff3115;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box {
  margin-left: 35px;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box a {
  padding: 0 28px;
  border-radius: 35px;
  line-height: 40px;
  height: auto;
  color: #ffffff;
  background: #ff3115;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
#rs-header.rs-transfarent-header-style .rs-right-btn-inner .apply-box a:hover {
  color: #ffffff;
  background: #e41f05;
}
.home3 .rs-header .menu-area {
  background-color: rgba(37, 37, 37, 0.8);
}
.home3 .rs-header .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
  line-height: 105px;
  height: 105px;
}
.home3 .rs-header .menu-area .rs-menu .nav-menu > li > a:hover {
  color: #ff3115;
}
.home3 .rs-header .menu-area .toggle-btn {
  position: absolute;
  right: 16px;
  top: 44px;
  background-color: transparent;
  cursor: pointer;
}
.home3 .rs-header .menu-area .toggle-btn .border-icon {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #ffffff;
  z-index: 11;
}
.home3 .rs-header .menu-area .toggle-btn .border-icon:last-child {
  margin-bottom: 0;
}
.home3 .rs-header .menu-area .toggle-btn.active {
  top: 40px;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon {
  background: #ff3115;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.home3 .rs-header .menu-area .toggle-btn.active .border-icon:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home3 .rs-header .menu-sticky.sticky {
  background-color: #212121;
}
.home3 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a {
  line-height: 80px;
  height: 80px;
}
.home3 .rs-header .menu-sticky.sticky .rs-menu .nav-menu > li > a:hover {
  color: #ff3115;
}
.home3 .rs-header .menu-sticky.sticky .searce-box {
  top: 26px;
}
.home3 .rs-header .menu-sticky.sticky .toggle-btn {
  top: 32px;
}
.home3 .rs-header .searce-box {
  position: absolute;
  top: 0;
  right: 8%;
  top: 38px;
}
.home3 .rs-header .searce-box a.rs-search {
  cursor: pointer;
}
.home3 .rs-header .searce-box a.rs-search i {
  color: #ff3115;
}
.home3 .rs-header .rs-menu ul {
  text-align: right;
  margin-right: 70px;
}
.home3 .rs-header .searce-box,
.home3 .rs-header .rs-menu > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.home3.hidden-menu .rs-header .searce-box,
.home3.hidden-menu .rs-header .rs-menu > ul {
  opacity: 1;
  visibility: visible;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message {
  float: left;
  margin-right: 25px;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message:last-child,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message:last-child,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message:last-child {
  margin-right: 0;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message a,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message a,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a {
  color: #ffffff;
}
.home3 .rs-toolbar .rs-toolbar-left .welcome-message a:hover,
.home5 .rs-toolbar .rs-toolbar-left .welcome-message a:hover,
.instructor-home .rs-toolbar .rs-toolbar-left .welcome-message a:hover {
  color: #ff3115;
}
.home5 .rs-toolbar {
  background: #00bcd4;
}
.home5 .rs-toolbar .toolbar-share-icon {
  margin-right: 15px;
}
.home5 .rs-toolbar .toolbar-share-icon ul li a {
  color: #fff;
  font-size: 14px;
}
.home5 .rs-toolbar .toolbar-share-icon ul li a:hover {
  color: #92278f;
}
.home5 .rs-toolbar .rs-search {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.home5 .rs-toolbar .rs-search:hover {
  color: #92278f;
}
.home5 .rs-header .logo-area {
  padding-top: 23px;
}
.home5 .rs-header .main-menu .rs-menu ul {
  text-align: right;
  margin-right: 112px;
}
.home5 .rs-header .main-menu .rs-menu > ul > li > a {
  color: #00bcd4;
}
.home5 .rs-header .main-menu .rs-menu ul li a:hover,
.home5 .rs-header .main-menu .rs-menu ul li.active a,
.home5 .rs-header .main-menu .rs-menu ul li.current-menu-item > a {
  color: #92278f !important;
}
.home5 .rs-header .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.home5 .rs-header .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #ff3115;
}
.home5 .rs-header .sticky {
  background: #fff;
}
.home5 .rs-header .apply-box {
  position: absolute;
  right: 0;
  min-width: 130px;
  text-align: center;
  line-height: 46px;
  background: #92278f;
  margin-top: 17px;
  border-radius: 30px;
}
.home5 .rs-header .apply-box a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.home5 .rs-header .apply-box a:hover {
  color: #00bcd4;
}
.instructor-home .rs-header .logo-area {
  padding-top: 23px;
}
.instructor-home .rs-header .main-menu .rs-menu ul {
  text-align: right;
  margin-right: 110px;
}
.instructor-home .rs-header .main-menu .rs-menu > ul > li > a {
  color: #505050;
}
.instructor-home .rs-header .main-menu .rs-menu ul li a:hover,
.instructor-home .rs-header .main-menu .rs-menu ul li.active a,
.instructor-home .rs-header .main-menu .rs-menu ul li.current-menu-item > a {
  color: #ff3115 !important;
}
.instructor-home .rs-header .main-menu .nav-expander {
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: #92278f;
  position: absolute;
  right: 15px;
  top: 26px;
}
.instructor-home .rs-header .main-menu .nav-expander:hover {
  transform: scale(1.1);
  color: #ff3115;
}
.instructor-home .rs-header .sticky {
  background: #fff;
}
.instructor-home .rs-header .apply-box {
  position: absolute;
  right: 0;
  min-width: 130px;
  text-align: center;
  line-height: 46px;
  background: #ff3115;
  margin-top: 17px;
  border-radius: 30px;
  transition: 0.4s;
}
.instructor-home .rs-header .apply-box:hover {
  background: #e41f05;
}
.instructor-home .rs-header .apply-box a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.instructor-home .searce-box {
  padding-top: 28px;
}
.instructor-home .searce-box i {
  color: #ff3115;
}
.university-home .menu-area {
  padding: 16px 0;
}
.university-home .menu-area .rs-menu ul {
  text-align: right;
}
.university-home .rs-header .menu-area .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.university-home .rs-header .menu-area .rs-menu .searce-box {
  padding-top: 15px;
}
.university-home .rs-header .menu-area .rs-menu .searce-box a {
  position: relative;
}
.university-home .rs-header .menu-area .rs-menu .searce-box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #ffffff;
}
.home5 .overly-border::before,
.university-home .overly-border::before {
  border-top: 5px solid #92278f;
  border-bottom: 5px solid #92278f;
}
.home5 .overly-border::after,
.university-home .overly-border::after {
  border-right: 5px solid #92278f;
  border-left: 5px solid #92278f;
}
.home5 .rs-footer .footer-share ul li a,
.university-home .rs-footer .footer-share ul li a,
.home5 .rs-footer .footer-share ul li a:hover,
.university-home .rs-footer .footer-share ul li a:hover,
.home5 .rs-footer .footer-title:after,
.university-home .rs-footer .footer-title:after,
.home5 .rs-footer .footer-top .news-form button,
.university-home .rs-footer .footer-top .news-form button,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-date,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-date,
.home5 .rs-footer .footer-contact-desc,
.university-home .rs-footer .footer-contact-desc,
.home5 .rs-latest-news .news-normal-block .news-btn a,
.university-home .rs-latest-news .news-normal-block .news-btn a,
.home5 .owl-nav > div:hover,
.university-home .owl-nav > div:hover,
.home5 .rs-team .team-item .team-img .normal-text,
.university-home .rs-team .team-item .team-img .normal-text,
.home5 .rs-team .team-item .team-title:after,
.university-home .rs-team .team-item .team-title:after,
.home5 #scrollUp i,
.university-home #scrollUp i {
  background: #92278f;
}
.home5 .rs-footer .footer-bottom,
.university-home .rs-footer .footer-bottom,
.home5 .rs-footer .footer-top .recent-post-widget .post-item + .post-item,
.university-home .rs-footer .footer-top .recent-post-widget .post-item + .post-item,
.home5 .rs-footer .footer-top .news-form input,
.university-home .rs-footer .footer-top .news-form input {
  border-color: #92278f;
}
.home5 .searce-box i,
.university-home .searce-box i,
.home5 #rs-slider .slide-content .slider-desc,
.university-home #rs-slider .slide-content .slider-desc,
.home5 .copyright a,
.university-home .copyright a,
.home5 .rs-footer .footer-top .sitemap-widget li a:hover,
.university-home .rs-footer .footer-top .sitemap-widget li a:hover,
.home5 .rs-footer .footer-title,
.university-home .rs-footer .footer-title,
.home5 .rs-latest-news .news-list-block .news-list-item .news-title a,
.university-home .rs-latest-news .news-list-block .news-list-item .news-title a,
.home5 .rs-latest-news .news-normal-block .news-title a,
.university-home .rs-latest-news .news-normal-block .news-title a,
.home5 .rs-events .event-item .event-btn a,
.university-home .rs-events .event-item .event-btn a,
.home5 .rs-events .event-item .event-title a,
.university-home .rs-events .event-item .event-title a {
  color: #92278f;
}
.home5 .copyright a:hover,
.university-home .copyright a:hover,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover {
  color: #5d0b5b;
}
.home5 .rs-footer .footer-top .news-form button:hover,
.university-home .rs-footer .footer-top .news-form button:hover {
  background: #5d0b5b;
}
.home5 .rs-footer .footer-share ul li a:hover,
.university-home .rs-footer .footer-share ul li a:hover {
  color: #00bcd4;
}
.home5 .rs-footer .footer-contact-desc .contact-inner i,
.university-home .rs-footer .footer-contact-desc .contact-inner i {
  color: #e84b3a;
}
.home5 .rs-footer,
.university-home .rs-footer {
  color: #505050;
}
.home5 .rs-footer .footer-top .sitemap-widget li a,
.university-home .rs-footer .footer-top .sitemap-widget li a,
.home5 .rs-footer .footer-top .recent-post-widget .post-item .post-title a,
.university-home .rs-footer .footer-top .recent-post-widget .post-item .post-title a {
  color: #505050;
}
.home5 .slider-overlay-2 .slide-content:after,
.university-home .slider-overlay-2 .slide-content:after {
  display: none;
}
.home5 .rs-footer .footer-top .news-form input,
.university-home .rs-footer .footer-top .news-form input {
  color: #000;
}
.home5 .rs-footer .footer-contact-desc,
.university-home .rs-footer .footer-contact-desc {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.home5 .rs-footer .footer-bottom,
.university-home .rs-footer .footer-bottom {
  background: #269aa9;
}
.home5 .rs-toolbar .rs-toolbar-left .welcome-message i,
.university-home .rs-toolbar .rs-toolbar-left .welcome-message i {
  color: #fff;
}
.university-home .searce-box i {
  color: #ff3115;
}
.university-home #scrollUp i,
.university-home .owl-nav > div:hover {
  background: #ff3115;
}
/* ------------------------------------
    04. Sticky Menu
---------------------------------------*/
.menu-sticky.sticky {
  background: #4e49a1;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.menu-sticky.sticky .main-menu {
  position: static ;
  
}
.rs-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
  height: 60px;
  line-height: 60px;
}
#nav-close {
  transition: all 0.3s ease 0s;
}
#nav-close:hover {
  background-color: #ff3115;
  border-color: #ff3115;
  color: #fff;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    06. Breadcrumbs
---------------------------------------*/
.rs-breadcrumbs {
  padding: 40px 0 100px;
}
.rs-breadcrumbs .page-title {
  margin: 80px 0 30px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rs-breadcrumbs ul {
  padding: 0;
}
.rs-breadcrumbs ul li {
  color: #f0bc01;
  display: inline-block;
  font-weight: 400;
}
.rs-breadcrumbs ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs ul li a:before,
.rs-breadcrumbs ul li a:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs ul li a:before {
  right: 13px;
}
.rs-breadcrumbs ul li a:hover {
  color: #ff3115;
}
.breadcrumbs-overlay {
  position: relative;
  z-index: 1;
}
.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;
}

/* Footer area */
.footer-area {
  background: #222222;
  /*background-image: linear-gradient(to right, #4918af , #c9528c);*/
  /*background-image: url("../images/footer.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  font-size:15px;
  /*padding-bottom: 5px;*/
}

.footer-shape{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .04;
  z-index: -1;
}

.footer-widget-box {
  margin-bottom: 20px;
}
.footer-widget-box h6{
  margin-bottom: 0rem!important;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 260px;
  margin-bottom: 25px;
}

.copyright {
  position: relative;
  background: #1c1c1c;
  /*background-image: linear-gradient(to right, #c9528c , #4918af);*/
}

.copyright .copyright-wrapper{
  padding: 25px 0;
 /* border-top: 1px solid var(--border-white-color);*/
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: var(--theme-color);
}

.copyright .copyright-text {
  color: rgba( 255,255,255,0.7);
  margin-bottom: 0px;
  font-size: 14px;
}

.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}

.footer-widget-title {
  color: #dddddd;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 1px;
  left: 0;
  z-index: -1;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  /*background: var(--theme-color);*/
  background:#ff9600;
  bottom: 0;
  left: 18px;
  z-index: -1;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  list-style: none;
  padding: 0;
}
.footer-list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 0px 0px 10px 0px;
}

.footer-list li a {
  color: rgba( 255,255,255,0.7);
  transition: var(--transition);
}

.footer-list li a i {
  margin-right: 5px;
  /*color: var(--theme-color);*/
  color: #ff9600;
  font-size:13px;
  opacity: 0.65;
}

.footer-list li a:hover {
  /*padding-left: 10px;*/
  /*color: var(--theme-color);*/
  color:#ff9600;
}

.footer-widget-box p {
  color: rgba( 255,255,255,0.7);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: start;
  list-style: none;
  padding: 0;
}



.footer-social li a {
  height: 38px;
  width: 38px;
  display: flex;
  border-radius: 5px;
  background: var(--color-white);
  color: var(--theme-color);
  transition: var(--transition);
  justify-content: center;
  align-items: center;
}

.footer-social li a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.footer-contact{list-style: none; padding: 0}
.footer-contact li {
  position: relative;
  color: rgba( 255,255,255,0.7);
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

.footer-contact li a {
  color: rgba( 255,255,255,0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
}
.footer-contact li a:hover {
  color: var(--footer-text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  /*background: var(--theme-color);*/
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff9600;
  position: absolute;
  left:0;
}

.subscribe-form .form-control {
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: none;
  border: none;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
}

.subscribe-form .theme-btn:hover {
  color: var(--theme-color);
}

.subscribe-form .theme-btn::before{
  background: var(--color-white);
}

.subscribe-form .theme-btn:hover::after{
  border-color: var(--theme-color);
}

/* ------------------------------------
    34. ScrollUp
---------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
  
}
#scrollUp i {
  background-color: #ff9600;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
#scrollUp i:hover {
  background-color: #db8203;
  color: rgba(255, 255, 255, 0.7);
}

/*Content Pages*/
.spages{
background:#fff;
position:relative;

}

.spages .content h1{
	font-family: 'texgyreadventorbold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    color: #19232b;
    position: relative;
	line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5d9f5;

	}
	.spages .content h3{
	font-family: 'texgyreadventorbold';
	font-size:1.75rem;
	color: #002860;
	font-weight:600;
	line-height:1.8;
	margin-bottom: 16px;
	margin-top:30px;
	}
.spages .content h4{
	font-family: 'texgyreadventorbold';
	font-size:24px;
	color:#3f51b5;
	font-weight:600;
	line-height:1.5;
	margin-bottom: 16px;
	}
	.spages .content h5{
	font-family: 'texgyreadventorbold';
	font-size:1.25rem;
	color:#3f51b5;
	font-weight:600;
	line-height:1.8;
	margin-bottom: 16px;
	margin-top:30px;
	}
.spages .content img{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: 7px solid #eaf1fb !important;
	
	}
.spages .content strong{
	
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:1.8;
	text-align:justify;
	}
.spages .content p{
	color:#444444;
	font-size:16px;
	/*color:#5c5b5b;*/
	margin-top: 15px;
    margin-bottom: 20px;
	line-height:1.8;
	text-align:justify;
	letter-spacing: 0.2px;
}
.spages .content p i{
	color: #eb3838;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 28px;
	}
.spages .content .eduact-btn-second {
    text-align: center !important;
    width: 100% !important;
    margin: 15px 0;
}
.spages .content .btnblue {
    height: 40px!important;
    line-height: 40px;
    padding: 0 20px;
    min-width: 100px;
	background: #002860;
	color:#fff;
	width: 100%!important;
	text-decoration:none;
	display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: transparent;
    margin-top: 15px;
    margin-bottom:20px;
}
.spages .content .btnblue:hover {
	border-color: #252525;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #fff!important;
    opacity: 0.9;
	text-decoration:none
}
.spages .sidebar1 {
	position: relative;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.35);
    -ms-box-shadow: 0 1px 15px rgba(0,0,0,.35);
    box-shadow: 0 3px 15px rgba(0,0,0,.35);
    /*-webkit-box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(72, 127, 255, 0.35);
    box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);*/
   margin-bottom: 30px;
    background-color: #fff;
    padding: 28px;
    border-radius: 5px
}
.spages .sidebar1 .bg_overlay {
    background-image: url(../images/overlay.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
.spages .sidebar1 h1{
	font-family: "Muli", sans-serif;
	font-size:26px;
	color:#3f51b5;
	font-weight:600;
	line-height:1.5;
	margin-bottom: 10px;
	opocity:0.8;
}
.spages .sidebar {
	position: relative;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    -ms-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    box-shadow: 0 3px 15px rgba(0,0,0,.20);
    /*-webkit-box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(72, 127, 255, 0.35);
    box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);*/
   margin-bottom: 30px;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 5px
}
.spages .sidebar .bg_overlay {
    background-image: url(../images/overlay.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
.spages .sidebar h3{
	
	font-size:26px;
	letter-spacing:1px;
	color:#3f51b5;
	font-weight:500;
	line-height:1.5;
	margin-bottom: 30px;
	
}
.spages .sidebar ul{
	position:relative;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
	z-index:9;
}
.spages .sidebar li{
	line-height: 2.8;
    margin: 0;
	border-bottom: 1px dashed #d1cece;
	
}
.spages .sidebar li a{

font-size: 15px;
color: #252525;
letter-spacing:0.5;
    text-decoration: none;
	cursor:pointer;
	text-transform:uppercase;
	transition: all 0.3s ease-out 0s;
	opacity:0.8;
}
.spages .sidebar li a:hover{
	color: #ff9600;
    text-decoration: none;
	padding-left: 8px;
	transition: all 0.3s ease-out 0s;
}

.spages .sidebar li i {
    color: #ff9600;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
	
}
.shadow{
position: relative;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    -ms-box-shadow: 0 1px 15px rgba(0,0,0,.20);
    box-shadow: 0 3px 15px rgba(0,0,0,.20);
	}

/*-----------------------
	banner
-----------------------*/
.banner-outer {
	display: block;
	position: relative;
	overflow-x: hidden;
}
.banner-outer .bg-overlay {
    background-color: rgba(30, 41, 59, .1);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index:77;
}
.banner-slider .container {
	display: table;
	height: 100%;
}
.banner-outer .slide,
.banner-outer .slide1, 
.banner-outer .slide2, 
.banner-outer .slide3 {
	display: block;
	background-repeat:no-repeat !important;
background-position:center top !important;
background-size: cover !important;
	height: 500px;
}
/*.banner-outer .slide1 {
	background: url(../images/banner1.jpg) no-repeat center top / cover;
}
.banner-outer .slide2 {
	background: url(../images/banner2.jpg) no-repeat center top / cover;
}
.banner-outer .slide3 {
	background: url(../images/banner3.jpg) no-repeat center top / cover;
}*/
.banner-outer .content {
	display: table-cell;
	vertical-align: middle;
}
.banner-slider .content .fl-right {
	float: right;
}
.banner-outer .content h1 {
	display: block;
	padding-bottom: 20px;
	font-family: 'texgyreadventorbold';
	font-size: 32px;
	color: #24343a;
	line-height: 50px;
	text-transform: uppercase;
	-webkit-animation-delay: 0.2s;
}
.banner-outer .content h1 span {
	display: block;
	font-size: 62px;
	-webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
	display: block;
	padding-bottom: 25px;
	max-width: 390px;
	font-size: 16px;
	color: #24343a;
	opacity: 0.8;
	-webkit-animation-delay: 0.34s;
}
.banner-outer .content a.btn {
	-webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
	margin: 0 10px;
}
.banner-outer .slide2 .content {
	float: none;
	text-align: center;
}
.banner-outer .slide2 .content h1, 
.banner-outer .slide3 .content h1 {
	font-size: 54px;
	color: #fff;
}
.banner-outer .slide2 .content p {
	margin: 0 auto;
	color: #fff;
}
.banner-outer .slide3 .content h1, 
.banner-outer .slide3 .content p {
	color: #fff;
}
.btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	background: #ff9600;
	font-family: 'texgyreadventorbold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn span {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	content: "";
	opacity: 0.5;
}
.btn:hover, .btn:focus {
	background: #2c97ea;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #595545;
}
.btn.white:hover {
	background: #2c97ea;
	color: #fff;
}
.btn.blue {
	background: #2c97ea;
	color: #fff;
}
.btn.blue:hover {
	background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 5px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 18px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover,
.banner-outer .bx-wrapper .bx-pager a.active {
	background: #fff;
	opacity: 1;
}
    
element.style {
    float: none;
    list-style: none;
    position: absolute;
    width: 500px;
    z-index: 0;
    display: none;
}

/*-----------------------
	about
-----------------------*/
.about {
	display: block;
	position: relative;
	padding: 222px 0 10px 0;
	
}
.about ul.our-links {
	display: block;
	margin: -280px 0 0 0;
	position: relative;
	z-index: 88;
}
.about ul.our-links li {
	display: block;
	position: relative;
}
.about ul.our-links li.apply-online {
	background: #ff9600;
	min-height:190px !important;
}
.about ul.our-links li.prospects .detail a.more {
	border: 2px #ff9600 solid;
	color: #ff9600;
}
.about ul.our-links li.prospects {
	background: #4e49a1;
	min-height:190px !important;
}
.about ul.our-links li.prospects .detail a.more {
	border: 2px #4e49a1 solid;
	color: #4e49a1;
}
.about ul.our-links li.certification {
	background: #f0bc01;
	min-height:190px !important;
}
.about ul.our-links li.certification .detail a.more {
	border: 2px #f0bc01 solid;
	color: #f0bc01;
}
.about ul.our-links li {
	display: block !important;
	padding: 44px 10px 60px 4%;
	opacity: 1 !important;
	float:left;
	height:194px;
}
.about ul.our-links li p {
	padding-bottom: 0px;
}
.about ul.our-links li .icon {
	width: 23%;
	float: left;
}
.about ul.our-links li .detail {
	width: 60%;
	padding-left: 20px;
	float: left;
	color: #fff;
}
.about ul.our-links li .detail h3 {
	display: block;
	padding-bottom: 10px;
	font-family: 'texgyreadventorbold';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin:0;
}
.about ul.our-links li .detail h3 span {
	display: block;
	font-size: 12px;
}
.about ul.our-links li .detail p {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.about ul.our-links li .detail a.more {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	position: absolute;
	bottom: -17px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	font-size: 20px;
	color: #ff9600;
	border-radius: 50%;
	text-align: center;
	border: 2px #ff9600 solid;
}
.about ul.our-links li .detail a.more:hover {
	color: #211d1e;
}
.about .sm-head {
	display: block;
	font-family: 'texgyreadventorregular';
	font-size: 14px;
	color: #7d7c7c;
	line-height: 18px;
	text-transform: uppercase;
}
.about .left-block {
	display: block;
}
.video-block {
/*
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
*/
	position: relative;
}
/*
.video-block iframe, .video-block object, .video-block embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#thumbnail_container {
	overflow: hidden;
	width: 100%;
}
*/
.about .video-block img {
	width: 100%;
}
.about .video-block a {
	width: 67px;
	display: block;
	position: absolute;
	margin: -34px auto 0;
	left: 0px;
	right: 0px;
	top: 50%;
	cursor: pointer;
}
.about h2 {
	font-family: 'texgyreadventorbold';
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
    /*padding-bottom: 16px;*/
    text-transform: uppercase;
    position: relative;
	padding-bottom: 20px !important;
	color: #353434;
	text-align: left !important;
}
/*.abt-title h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-transform: uppercase;
    position: relative;
}*/
.about h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background-color: #ff9600;
}
.about p {
	display: block;
	padding-bottom: 34px;
}
.about .know-more-wrapper {
	display: block;
	position: relative;
}
.about .know-more-wrapper:after {
	width: calc(100% - 135px);
	height: 1px;
	background: #e8e8e8;
	content: "";
	position: absolute;
	right: 0px;
	top: 14px;
	z-index: 1;
}
.about a.know-more {
	display: inline-block;
	padding-right: 24px;
	position: relative;
	z-index: 2;
	font-family: 'texgyreadventorbold';
	font-size: 14px;
	color: #645847;
	text-transform: uppercase;
}
.about a.know-more span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 4px;
	color: #ff9600;
}
.about a.know-more:hover span {
	color: #17a43b;
}

/*home*/
.home {
	display: block;
	position: relative;
	padding: 0;
	background-color: #f0f6fe;
	
}
.home h2 {
	font-family: 'texgyreadventorbold';
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
	padding-bottom: 20px !important;
	color: #4e49a1;
	text-align: left !important;
}

.home h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background-color: #ff9600;
}
.home img {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(72, 127, 255, 0.35);
    box-shadow: 0px 0px 20px 0px rgb(72 127 255 / 35%);
    border: 5px #fff solid;
    border-radius: 8px;
}
.home p {
    color: #444444;
    font-size: 16px;
    /* color: #5c5b5b; */
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.2px;
}
.home .started-btn {
    background-color: #ff9600;
    border: 2px solid #ff9600;
    display: inline-block;
    padding: 12px 25px;
    
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.home .started-btn:hover {
    background-color: #4e49a1;
    border-color: #4e49a1;
    color: rgba(255, 255, 255, 0.8);
}
.home .started-btn1 {
    background-color: #4e49a1;
    border: 2px solid #4e49a1;
    display: inline-block;
    padding: 12px 25px;
    
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.home .started-btn1:hover {
    background-color: #ff9600;
    border-color: #ff9600;
    color: rgba(255, 255, 255, 0.8);
}
.mdesk {
    background-color: #fff;
    -webkit-box-shadow: rgba(14, 30, 37, 0.10) 0px 2px 4px 0px, rgba(14, 30, 37, 0.30) 0px 3px 16px 0px;
    box-shadow: rgba(14, 30, 37, 0.10) 0px 2px 4px 0px, rgba(14, 30, 37, 0.30) 0px 3px 16px 0px;
    position: relative;
    margin-bottom: 50px;
    z-index: 0;
    border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mdesk:hover {
    box-shadow: 0 11px 20px rgba(0, 0, 0, 0.19), 0 8px 6px rgba(0, 0, 0, 0.23);
}
.mdesk .desk {
    padding: 30px;
}
.mdesk .desk h1 {
    font-family: 'texgyreadventorbold';
    font-size: 25px;
    color: #19232b;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    opacity: 0.9;
}
.mdesk .desk h3 {
    font-family: 'texgyreadventorbold';
    font-size: 25px;
    color: #19232b;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    opacity: 0.9;
}
.mdesk .desk img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 7px solid #eaf1fb !important;
}
.mdesk p {
    color: #444444;
    font-size: 16px;
    /* color: #5c5b5b; */
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.2px;
}
.mdesk .started-btn {
    background-color: #4e49a1;
    border: 1px solid #4e49a1;
    display: inline-block;
    padding: 12px 25px;
    text-align: center !important;
    width: 100% !important;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.mdesk .started-btn:hover {
	background-color: #ff9600;
    border: 1px solid #ff9600;
    
    color: rgba(255, 255, 255, 0.8);
}
.shine figure {
    position: relative;
    overflow: hidden;
}
.tc-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tc-widget:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.photo .item {
    margin-bottom: 30px;
	border-bottom: 2px solid #ff9600;
}
.photo .item:hover .info .social {
    top: 0;
}
.photo img{
    height:250px;
    width: -webkit-fill-available;
}
.photo .info {
    text-align: center;
    padding: 15px 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.photo .info h6 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #3f51b5;
	padding-bottom:10px;
}
.photo .info p {
    margin-bottom: 0px;
    color: #444;
	font-weight:500;
}
.photo .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff9600;
    -webkit-transition: all .4s;
    transition: all .4s;
	padding: 15px 15px;
}
.photo .info .social h6 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
	padding-bottom:10px;
}
.photo .info .social p {
    margin-bottom: 0px;
    color: #fff;
	font-weight:500;
}
.photo .info .social a {
    font-size: 15px;
    color: #aa8453;
    margin: 0 5px;
}
.photo .info .social a:hover {
    color: #222;
}

.shine .img {
	position: relative;
	overflow: hidden;
}
.shine .img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.shine .img:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
#contact-form input{
    color: #888888;
    background-color: transparent;
    border: 1px solid #eee;
	width: 100%;
    height: 45px;
    line-height: initial;
    padding: 10px;
    margin: 10px 5px 5px;
    max-width: 100%;
    display: block;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 127, 255, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%);*/

}
#contact-form  textarea{   
	background-color: transparent;
    border: 1px solid #eee;
    width: 100%;
    height: 165px;
    margin: 10px 5px 10px;
    padding: 10px;
    max-width: 100%;
    line-height: 20px;
    display: block;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 127, 255, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%);*/
	}
    
#contact-form select{
    line-height: 1.8;
    background-color: transparent;
    border: 1px solid #eee;
    width: 100%;
    height: 45px;
    padding: 10px;
    margin: 10px 5px 5px;
    line-height: initial;
    max-width: 100%;
    display: block;
	color: #888888;
    /*webkit-box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 127, 255, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(72 127 255 / 25%); */
}

.number input {
    color: #888888;
    background-color: #ffffff;
    border-color: #e3e3e3;
    -webkit-box-shadow: #ececec 0px 1px 4px inset, #f7f7f7 -5px -5px 0px 0px, #f7f7f7 5px 5px 0px 0px, #f7f7f7 5px 0px 0px 0px, #f7f7f7 0px 5px 0px 0px, #f7f7f7 5px -5px 0px 0px, #f7f7f7 -5px 5px 0px 0px;
    box-shadow: #ececec 0px 1px 4px inset, #f7f7f7 -5px -5px 0px 0px, #f7f7f7 5px 5px 0px 0px, #f7f7f7 5px 0px 0px 0px, #f7f7f7 0px 5px 0px 0px, #f7f7f7 5px -5px 0px 0px, #f7f7f7 -5px 5px 0px 0px;
    width: 337px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    margin: 10px 5px 5px;
    line-height: 20px;
    max-width: 100%;
    display: block;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
}
.captcha {
    width: 337px;
    height: 27px;
    color: #888888;
    margin-left: 5px;
   
    margin: 10px 5px 5px;
    padding: 3px;
    background-color: #ffffff;
    border-color: #e3e3e3;
    -webkit-box-shadow: #ececec 0px 1px 4px inset, #f7f7f7 -5px -5px 0px 0px, #f7f7f7 5px 5px 0px 0px, #f7f7f7 5px 0px 0px 0px, #f7f7f7 0px 5px 0px 0px, #f7f7f7 5px -5px 0px 0px, #f7f7f7 -5px 5px 0px 0px;
    box-shadow: #ececec 0px 1px 4px inset, #f7f7f7 -5px -5px 0px 0px, #f7f7f7 5px 5px 0px 0px, #f7f7f7 5px 0px 0px 0px, #f7f7f7 0px 5px 0px 0px, #f7f7f7 5px -5px 0px 0px, #f7f7f7 -5px 5px 0px 0px;
}

#contact-form .btn{margin: 30px 0 0 !important; width:100%;}
#contact-form .form-group {
    position: relative;
    margin: 0 0 20px !important;
}
#contact-form img{
border: 0px !important;
box-shadow: none;}

#response_brought{
    color:#333333;
    font-weight:600;
    margin: 10px 5px 5px;
}