@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/IRANSans_Medium.ttf');
}

html, body {
  font-size: 100%;
  font-family: IRANSans;
  margin: 0;
  overflow-x: hidden;
}

p, ul li, ol li {
  margin: 0;
  font-size: 14px;
  line-height: 2em;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: IRANSans;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #07294D;
}

ul, label {
  margin: 0;
  padding: 0;
}

body a:hover {
  text-decoration: none;
}

.ltr {
  direction: ltr;
}

a, .navbar-brand a, .nav-effect ul li a, .btn, .course-box img, .contact-box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*--------------------
 TYPOGRAPHY
-----------------*/

.text-sm {
  font-size: 14px;
}

a {
  color: #07294D;
}

a:hover {
  color: #FF1949;
}

/*-------------------
BUTTONS STYLE
----------------=----*/

.btn {
  font-weight: 700;
  position: relative;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  background: #FF1949;
  color: #fff;
  border-color: #FF1949;
}

.btn-main:hover {
  color: #fff;
  border-color: #385777;
  background: #385777;
}

.btn-tp {
  background: #fff;
  color: #FF1949;
  border: 1px solid transparent;
}

.btn-tp:hover {
  background: #FF1949;
  color: #fff;
  border-color: #FF1949;
}

a {
  color: #FF1949;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #385777;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

.section {
  padding: 100px 0;
}

/*------------------------------------
Header
----------------------------*/

.header {
  z-index: 100;
  position: relative;
}

.navbar-default {
  background: none;
  border: none;
}

.navbar-brand a {
  box-shadow: 0px 0px 6px #7d5e09;
  display: inline-block;
  padding: 7px 10px;
  font-size: 17px;
  height: 100%;
}

.navbar-brand a img {
  height: 100%;
}

.navbar-brand a:hover {
  transform: scale(1.1)
}

.navbar-brand a span {
  display: block;
  font-size: 14px;
  text-align: center;
  padding-top: 6px;
}

.navbar-header {
  display: inline-block;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  height: 70px;
  padding: 0;
  line-height: 18px;
  float: left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
}

.navbar-nav>li>a {
  padding: 14px 13px;
}

.navbar-collapse {
  padding: 0;
  border-top: none;
  box-shadow: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-left {
  float: none !important;
  margin-right: 0;
  margin-left: 0em;
}

.navbar-nav {
  margin: 7.5px 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0px;
}

.dropdown-menu .dropdown-submenu .show-left {
  top: -3px;
  right: 100%;
  left: auto;
  margin-right: -1px;
}

.agile_short_dropdown li a {
  padding: 8px 20px;
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

/* .dropdown:hover .dropdown-menu.agile_short_dropdown {
  display: block;
}

.dropdown.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
*/

/*------------------------------------
Slider
----------------------------*/

.slider {
  position: relative;
}

.slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: url(../img/hero-shape.png) no-repeat center center;
  height: 708px;
  width: 100%;
  background-size: 100% 100%;
}

.flexslider ul.slides li {
  position: relative;
}

.flex-caption {
  width: 100%;
  height: 100%;
  top: 0;
  line-height: 18px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  right: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
}

.flex-caption p {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  top: 41%;
  font-size: 34px;
  line-height: 1.3em;
  padding: 0 2em;
}

.flex-caption a {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  top: 48%;
  font-size: 34px;
}

.flexslider img {
  width: 100%;
  height: 550px;
}

.flex-direction-nav a {
  top: 35%;
  background: url(../img/arrows.png);
}

.flex-direction-nav .flex-next {
  background: url(../img/arrows.png) -40px 0px;
}

/*------------------------------------
Feature
----------------------------*/

.feature {
  margin-top: -100px;
}

.feature-item {
  display: block;
  box-shadow: none;
  padding: 25px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);
  margin: 0px 5px;
  border-radius: 5px;
  transition: .4s;
  margin-bottom: 20px;
}

.feature-item:hover {
  border-color: transparent;
  background: #FF1949;
  margin-top: -10px;
}

.feature-item:hover .feature-icon, .feature-item:hover p {
  color: #fff;
}

.feature-item:hover h4 {
  color: #fff;
  margin-bottom: 20px;
  transition: .4s;
}

.feature-item .feature-icon {
  float: none;
  margin-right: 0px;
  margin-bottom: 15px;
  font-size: 50px;
  color: #FF1949;
  margin-top: 5px;
}

.feature-item h4, .feature-item p, .feature-item .feature-icon {
  transition: .4s ease;
}

/*------------------------------------
Courses
----------------------------*/

.section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.section-heading h3 {
  font-size: 36px;
  position: relative;
  padding-bottom: 20px;
}

.section-heading h3::before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 40px;
  height: 2px;
  bottom: 0px;
  margin: 0px auto;
  background: #FF1949;
}

.course {
  padding-bottom: 200px;
}

.course .course-btn {
  margin-bottom: 60px;
}

.course-block {
  border: 1px solid #e2f4ff;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.course-block:hover {
  border-color: transparent;
  cursor: pointer;
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.course-block .course-content {
  padding: 20px 30px;
  position: relative;
}

.course-block .course-content h4 {
  margin: 10px 0px;
}

.course-img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.course-img img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.course-img .course-label {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  background: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
  color: #385777;
  border: 1px solid #F3F5F9;
}

.course-meta {
  margin: 20px 0px 0px;
}

.course-meta span {
  margin-left: 15px;
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.course-meta span i {
  margin-left: 7px;
  color: #FF1949;
}

.course-price {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  position: absolute;
  left: 30px;
  top: -50px;
  background: #263b5e;
  border: 2px solid #fff;
  width: 82px;
  height: 82px;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.course-block:hover .course-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*========================
Counter
==========================*/

.counter-wrap {
  position: relative;
  padding-bottom: 30px;
}

.counter-wrap:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background: rgba(7, 41, 77, 0.98);
}

.counter-wrap::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background: rgba(7, 41, 77, 0.98);
  z-index: -1;
  background-image: url("../img/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-wrap .counter-item {
  text-align: center;
}

.counter-wrap .counter-item .counter {
  font-size: 50px;
  margin: 15px 0px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

.counter-wrap .counter-item i {
  font-size: 50px;
  color: #fff;
}

.counter-wrap .counter-item p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}

.counter-section {
  position: relative;
  background: #FF1949;
  padding: 40px 0px;
}

.counter-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/bg-do2.png");
  opacity: .3;
}

.counter-wrap .section-heading h3 {
  color: #fff;
}

/* ====================
About 
======================*/

.about .section-heading {
  margin-bottom: 30px;
}

.about-content .btn {
  margin-top: 10px;
}

.about-text-block {
  position: relative;
  background: #F9F9F9;
  padding: 25px 95px 15px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.about-text-block i {
  position: absolute;
  font-size: 40px;
  right: 25px;
  top: 26px;
  color: #FF1949;
}

.about-text-block h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.about-img2 {
  padding-right: 30px;
}

.about-2 p {
  margin-bottom: 30px;
}

/*====================
 Team
=====================*/

.team {
  position: relative;
  background: url("../img/gray-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.team:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/bg-7.png") center center;
  background-size: cover;
  opacity: .8;
}

.team .team-item {
  text-align: center;
  border: 2px solid #fff;
  padding: 30px 20px 40px 20px;
  transition: .4s;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}

.team .team-item:hover img {
  margin-top: -10px;
}

.team .team-item:hover .team-socials {
  opacity: 1;
}

.team .team-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background: #fff;
}

.team .team-item img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin: 0px auto;
  transition: .4s;
}

.team .team-item .team-info {
  margin-top: 30px;
  position: relative;
  height: 60px;
}

.team .team-item .team-info h4 {
  margin-bottom: 0px;
}

.team .team-item .team-info p {
  color: #FF1949;
}

.team-socials {
  opacity: 0;
  transition: .4s;
  position: absolute;
  bottom: -56px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.team-socials li {
  margin-right: 0px !important;
}

.team-socials a {
  display: block;
}

.team-socials a i {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #222;
  display: inline-block;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  transition: .4s;
}

.team-socials a:hover i {
  background: #FF1949;
}

.team-socials a .fa-twitter {
  background: #1da1f2;
}

.team-socials a .fa-facebook {
  background: #3b5998;
}

.team-socials a .fa-linkedin {
  background: #0077b5;
}

.team-block {
  margin-bottom: 30px;
  position: relative;
}

.team-block .team-info {
  background: #fff;
  margin-top: -30px;
  position: relative;
  margin: -30px 20px 0px 20px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.team-block .team-info h4, .team-block .team-info p {
  margin-bottom: 0px;
}

.team-block .team-info p {
  color: #FF1949;
  font-size: 13px;
  font-weight: 600;
}

.team-block .team-img {
  overflow: hidden;
  position: relative;
}

.team-block .team-img img {
  transition: all .3s ease;
  border-radius: 5px;
  width: 100%;
}

.team-block .team-img:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(56, 87, 119, 0.9);
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
}

.team-block .team-socials {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.team-block .team-socials li {
  margin: 0px 5px;
}

.team-block:hover .team-img::before {
  opacity: 1;
  visibility: visible;
}

.team-block:hover .team-socials {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------
Application
------------------------------------*/

.application {
  padding: 100px 0;
}

.app-box {
  box-shadow: 0 0 4px 4px #938c8c;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.app-box:hover {
  transform: scale(1.05);
}

.app-box img {
  width: 100%;
}

/*===============================
NewsLetter
==================================*/

.subscribe-section {
  background: url("../img/cta-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 50px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  border-radius: 7px;
  overflow: hidden;
}

.subscribe-section::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #263b5e;
  opacity: .98;
}

.subscribe-section .section-heading {
  margin-bottom: 0px;
  color: #fff;
}

.subscribe-section h3, .subscribe-section span {
  color: #fff;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-control {
  height: 65px;
  border-radius: 45px;
  padding-left: 25px;
}

.subscribe-form i {
  color: #fff;
}

.subscribe-form .btn {
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 45px;
  padding: 12px 30px;
}

.pt-120 {
  padding-top: 120px;
}



/*===================
Blog Main
=====================*/

.post-meta {
  text-transform: capitalize;
}

.post-meta span {
  margin-right: 15px;
}

.blog-item {
  transition: .4s;
  cursor: pointer;
  border: 1px solid #e2f4ff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-item img {
  border-radius: 5px;
  width: 100%;
}

.blog-item .blog-content {
  padding: 20px;
}

.blog-item .blog-content .entry-meta span {
  font-size: 14px;
}

.blog-item .blog-content .entry-meta span i {
  margin-left: 10px;
  color: #FF1949;
}

.blog-item .blog-content h2 {
  margin: 15px 0px 10px;
  font-size: 20px;
  line-height: 1.4;
}

.blog-item:hover h2 {
  color: #FF1949;
}

.blog-post-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.blog-post-item .post-item {
  padding: 0px 40px 40px;
}

.blog-post-item .post-meta span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
}

.blog-post-item .post-meta span i {
  color: #ddd;
}

.blog-post-item .post-meta span a:hover {
  color: #FF1949;
}

.blog-post-item .post-title {
  margin: 10px 0px 20px;
}

.blog-post-item .post-content .read-more {
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}


/*=====================
 Single Post Tags
==========================*/

.blog-footer {
  margin-top: 60px;
}

.single-tags a {
  display: inline-block;
  padding: 6px 16px;
  margin: 0px 5px;
  border: 2px solid #f0f0f0;
  color: #333;
  border-radius: 5px;
}

.single-tags a:hover {
  background: #FF1949;
  color: #fff;
  border-color: #FF1949;
}

.post-share a {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 12px;
  color: #777;
  display: inline-block;
  border-radius: 100%;
}

.post-share a:hover {
  background: #385777;
  color: #fff;
}


/* ====================
Footer
======================*/

.footer {
  background: #100f1f;
  padding: 80px 0px 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-contact ul {
  margin-top: 30px;
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: #FF1949;
  margin-left: 20px;
  float: right;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 5px 0px;
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-links a:hover {
  color: #FF1949;
}

.footer .footer-socials {
  margin-top: 30px;
}

.footer .footer-socials a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  color: #222;
  border-radius: 100%;
}

.footer .footer-socials a:hover {
  background: #FF1949;
  color: #fff;
}

.footer-btm {
  margin-top: 30px;
  padding: 20px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btm .copyright p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}

.form-subscribe {
  position: relative;
}

.form-subscribe .form-control {
  height: 50px;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  border-radius: 5px;
}

.form-subscribe button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #FF1949;
}

.form-subscribe button:hover {
  background: #fff;
  color: #222;
}


/*------------------------------------
Pages
------------------------------------*/

.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), transparent url(../img/c-2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 350px;
  background-attachment: fixed;
  text-align: center;
  padding: 100px 20px;
}

.banner h2 {
  color: #fff;
}


.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #959595;
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
  color: #999;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: right;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.gallery {
  position: relative;
}

.single-gallery {
  width: 25%;
  float: right;
  overflow: hidden;
  position: relative;
}

.single-gallery img {
  width: 100%;
  transition: all 2s ease 0s;
}

.single-gallery:hover img {
  transform: scale(1.5);
}

.single-gallery:hover .overlay {
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all .5s ease 0s;
}

#filters ul {
  margin-bottom: 35px;
}

#filters .button {
  border: 2px solid #212121;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.5s ease 0s;
}

.mfp-title, .mfp-counter {
  font-size: 20px;
  padding-top: 5px;
}

.mfp-counter {
  font-weight: 600
}


.contact-box {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 0 7px 2px #b9b4b4;
  border-radius: 5px;
  padding-bottom: 4px;
}

.contact-box:hover {
  transform: scale(1.05);
}

.contact-box i {
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: auto;
}

.contact-box p {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.contact-form {
  padding: 73px 50px;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.contact-form .contact-title {
  text-align: center;
  margin: 40px 0;
}

.contact .form-control {
  border-radius: 5px;
  border: 1px solid #959595;
  padding: 25px;
  min-height: 50px;
}

.contact-form .btn {
  font-size: 23px;
}

/* ====================
Responsive
======================*/



@media (max-width: 992px) { 


  .course-meta {
    margin: 5px 0px 20px;
  }
  .about-img {
    margin-bottom: 40px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .counter-wrap .counter-item {
    margin-bottom: 50px;
  }
  .course-btn {
    margin-bottom: 20px;
  }
  .subscribe-form {
    margin-top: 30px;
  }
  .about-content {
    margin-bottom: 35px;
  }

  .course-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) { 

  .section-heading h3 {
    font-size: 32px;
  }

  .feature-item{
    margin-bottom: 20px;
  }

  .course-block {
    margin-bottom: 30px;
  }
}

