
/* ==========================================================================
   All Import File List
   ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */
   @font-face {
    font-family: myFirstFont;
    src: url('../fonts/MAJALLA.TTF');
}
@font-face {
  font-family: titlefont;
  src: url('../fonts/AL-Mateen.ttf');
}


body {
  font-size: 18px;
  font-family: myFirstFont !important;
  font-weight: 400;
  color: #626262;
  margin: 0;
  line-height: 25px;
  background: #fff;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
  background-image: url("../img/bg.png") !important;
  background-position: right;
  background-attachment: fixed;
}
button, input, optgroup, select, textarea{
  font-family: myFirstFont !important;
}
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #212121;
  font-family: myFirstFont;
  font-size: 20px;
  margin: 0;
  padding: 12px 0;
}
p {
  font-size: 17px;
  font-weight: 400;
  color: #1d1d1d;
}
a {
  color: #7fab29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #5e82ef;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.section-title {
  font-size: 25px;
  font-family: titlefont;
  font-weight: 700;
  padding: 0px 0 30px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 42px;
 
  text-align: center;
}
.medium-title {
  padding-bottom: 20px;
  font-weight: 700;
 
  font-size: 24px;
  display: inline-block;
}
.medium-title a {
  color: #212121;
}
.small-title {
  color: #fff;
  padding-bottom: 20px;
  font-weight: 700;
 
  font-size: 24px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ol {
  list-style: none;
}
.btn,
button {
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.btn:hover,
button:hover {
  color: #fff;
}
.btn:focus,
button:focus {
  color: #fff;
}
.section {
  padding: 40px 0;
}
.input-group-btn button {
  padding: 11px 20px;
}
.affix{
  position: relative;
}
.btn-common {
  color: #FFF;
  background: #7fab29;
  position: relative;
  border: 1px solid transparent;
  z-index: 1;
}
.btn-common.active {
  background: transparent;
  background: #5e82ef;
  color: #fff;
}
.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  background: #5e82ef;
  webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  left: 0;
  top: -160%;
  overflow: hidden !important;
}
.btn-common:hover:before {
  top: -20%;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-border {
  border: 1px solid #fff;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.btn-border:hover {
  color: #7fab29;
}
.btn-border:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
  background: #ffffff;
  webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  left: 0;
  top: -160%;
  overflow: hidden !important;
}
.btn-border:hover:before {
  top: -20%;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-sm {
  padding: 8px 16px;
}
.btn-lg {
  padding: 14px 30px;
  text-transform: uppercase;
}
.btn-rm {
  padding: 10px 16px;
  text-transform: uppercase;
}
.btn-effect {
  height: 51px;
  min-width: 218px;
  color: #3b7fe0;
  font-size: 18px;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #3b7fe0;
  position: relative;
  overflow: hidden;
}
.btn-effect .hover-bg {
  display: block;
  background-color: #3b7fe0;
  width: 122%;
  height: 100%;
  position: absolute;
  -webkit-transform: skew(-42deg);
  -moz-transform: skew(-42deg);
  -ms-transform: skew(-42deg);
  -o-transform: skew(-42deg);
  transform: skew(-42deg);
  left: -133%;
  top: 0;
  z-index: 4;
  overflow: hidden;
}
.btn-effect .hover-bg.enter {
  left: -11%;
  -webkit-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-effect .hover-bg.leave {
  left: 111%;
  -webkit-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-effect .hover-bg.reset {
  left: -133%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-effect.scroll-button .hover-bg.enter {
  top: -20%;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-effect.scroll-button .hover-bg.leave {
  top: 120%;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-effect.scroll-button .hover-bg.reset {
  top: -160%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.icon i {
  color: #fff;
  background: #7fab29;
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
}
/* .bg {
  background-image: url("../img/bg.png") !important;
  background-position: 10% 0%;
  background-attachment: fixed;
} */
.page-header {
  padding: 60px 0;
  margin: 0;
  border-top: 1px solid #eee;
  position: relative;
}
.page-header:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.page-header .page-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.breadcrumb-wrapper {
  text-align: center;
}
.breadcrumb-wrapper a {
  color: #fff;
}
.breadcrumb-wrapper span {
  color: #fff;
}
.breadcrumb-wrapper .current {
  color: #7fab29;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}
.preloader2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.preloader2 span {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #01b1d7;
  opacity: 0.5;
  -webkit-animation: preloader21 2s linear infinite alternate;
  animation: preloader21 2s linear infinite alternate;
}
.preloader2 span:nth-child(2) {
  animation-name: preloader22;
  -webkit-animation-name: preloader22;
}
.preloader2 span:nth-child(3) {
  animation-name: preloader23;
  -webkit-animation-name: preloader23;
}
.preloader2 span:nth-child(4) {
  animation-name: preloader24;
  -webkit-animation-name: preloader24;
}
.preloader2 span:nth-child(5) {
  animation-name: preloader25;
  -webkit-animation-name: preloader25;
}
@keyframes preloader21 {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 64px;
  }
  100% {
    margin-left: 64px;
  }
}
@-webkit-keyframes preloader21 {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 64px;
  }
  100% {
    margin-left: 64px;
  }
}
@keyframes preloader22 {
  0% {
    margin-left: 0px;
  }
  37.5% {
    margin-left: 48px;
  }
  87.5% {
    margin-left: 48px;
  }
  100% {
    margin-left: 64px;
  }
}
@-webkit-keyframes preloader22 {
  0% {
    margin-left: 0px;
  }
  37.5% {
    margin-left: 48px;
  }
  87.5% {
    margin-left: 48px;
  }
  100% {
    margin-left: 64px;
  }
}
@keyframes preloader23 {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: 32px;
  }
  75% {
    margin-left: 32px;
  }
  100% {
    margin-left: 64px;
  }
}
@-webkit-keyframes preloader23 {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: 32px;
  }
  75% {
    margin-left: 32px;
  }
  100% {
    margin-left: 64px;
  }
}
@keyframes preloader24 {
  0% {
    margin-left: 0px;
  }
  12.5% {
    margin-left: 16px;
  }
  62.5% {
    margin-left: 16px;
  }
  100% {
    margin-left: 64px;
  }
}
@-webkit-keyframes preloader24 {
  0% {
    margin-left: 0px;
  }
  12.5% {
    margin-left: 16px;
  }
  62.5% {
    margin-left: 16px;
  }
  100% {
    margin-left: 64px;
  }
}
@keyframes preloader25 {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 0px;
  }
  100% {
    margin-left: 64px;
  }
}
@-webkit-keyframes preloader25 {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 0px;
  }
  100% {
    margin-left: 64px;
  }
}
/* ==========================================================================
   Navigation Main Menu
   ========================================================================== */
/* ==========================================================================
   Roof Section Start
   ========================================================================== */
#roof {
  color: #fff;
  font-size: 14px;
  background: #7fab29;
  padding: 5px 0px;
}
#roof .name {
  font-size: 14px;
  font-weight: 500;
}
/* #roof span {
  padding-left: 15px;
  float: right;
} */
/* #roof .quick-contacts a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
} */
#roof .quick-contacts span a:hover {
  opacity: 0.8;
}
/* #roof i {
  margin-left: 5px;
} */
.quick-contacts a {
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  padding-top: 2px;
}
.quick-contacts a.facebook {
    background: #3b5998;
    border: 1px solid #3b5998;
}
.quick-contacts a.twitter {
  background: #55acee;
  border: 1px solid #55acee;
}
.quick-contacts a.youtube {
  background: red;
  border: 1px solid red;
}
.quick-contacts a.instagram{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.quick-contacts a.telegram {
  background: #0088cc;
  border: 1px solid #0088cc;
}
.quick-contacts a.whatsapp {
  background: #25d366;
  border: 1px solid #25d366;
}
.quick-contacts a.linkedin {
  background: #0072b1;
  border: 1px solid #0072b1;
}
.quick-contacts a.email {
  background: #0073c1;
  border: 1px solid #0073c1;
}
.language button{
  background: none;
  border:  none;
  color: #0073c1;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
.language i{
  padding: 0 5px;
}
/* ==========================================================================
  logo
   ========================================================================== */
.logo{
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.logo .navbar-form .input-group > .form-control{
  margin-left: -3px;
}
.links{
  line-height: 60px;
  text-align: center;
  direction: rtl;
}
.links a{
  padding: 0 15px;
  color: #0073c1;
  font-size: 18px;
  font-weight: bold;
}
.links a:first-of-type{
  border-left: 2px solid #d5d5d5;
}
.links a i{
  padding: 0 5px;
  font-size: 18px;
}
.navbar-form .input-group > .form-control{
  border: 1px solid #d5d5d5;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  background: #fff;
}
.navbar-form .input-group-btn .btn{
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.navbar-form .input-group-btn i{
  font-size: 14px;
  padding: 5px 0;
}
.login-btn, .login-btn:hover{
  background: #83d56a;
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  border-color: #83d56a;
  border-radius: 7px;
  font-weight: bold;
  padding: 13px 15px;
}
.login-btn i{
  padding: 0 7px;
}
.logo .navbar-form{
  text-align: left;
}
/* ==========================================================================
   Main Menu 
   ========================================================================== */
#navigation{
  padding: 0;
}
.navbar-header{
    float: right;
}
.navbar-brand{
    height: auto;
    padding: 5px;
}
.toggleMenu {
    display:  none;
    padding: 10px 15px;
}
.toggleMenu a{
  color: #fff;
}
.navbar-default{
  background: #0073c1;
}
.nav {
    list-style: none;
    width: 100%;
    z-index: 9999;
    font-family: titlefont;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: auto;
    min-width: 220px;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav li.home a{
  padding-left: 0 ;
}
.nav > li i{
  padding: 0 5px;
}
.nav > li > a {
    display: block;
    padding: 25px 15px;
    color: #fff;
    font-size: 18px;
    direction: rtl;
    border-bottom: 4px solid #0073c1;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active{
    border-bottom: 4px solid #83d56a;
    background:  #0073c1;
    color: #fff;
}
.nav li  ul {
    position: absolute;
    right: 9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
  left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #fff;
    color: #30323a;
    position: relative;
    z-index:100;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.nav li li li a {
    background:#fff;
    color: #30323a;
    z-index:200;
}

@media only screen and (max-width: 768px) {

    .language{
      text-align: center;
      display: block;
      width: 100%;
    }
    .dropdown-menu{
      left:30%;
    }
    .links{
      text-align: center;
    }
    .logo .navbar-form .input-group{
      width: 100%;
    }
    .nav{
        background: #f8f8f8;
    }
    .nav > li > a.first{
        padding-left: 15px;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .toggleMenu{
        display: block;
        text-align: center;
        display: block;
        width: 100%;
    }
    .toggleMenu i{
        font-size: 26px;
        color: #fff;
    }
    .nav > li > a, .nav li.home a{
        text-align: left;
        background: #0073c1;
        padding: 5px 10px;
        direction: rtl;
    }
    .nav{
        display: block;
        width: 100%;
    }
    #navigation{
      text-align: center;
    }
    .section{
      padding: 30px 0;
    }
}


/* ==========================================================================
   Carousel Main Slider
   ========================================================================== */
  /*#carousel-area {
  overflow: hidden;
  background: #2c3e50;

		WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
		now override the 3.3 new styles for modern browsers & apply opacity
	
}	*/
#carousel-slider{
  margin-bottom: 20px;
}
#carousel-area {
  padding: 30px 0;
}
#carousel-area .carousel-inner{
  border-radius: 7px;
}
#carousel-area .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
#carousel-area .carousel-inner .active {
  opacity: 1;
}
#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
  opacity: 1;
}
#carousel-area .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #carousel-area .carousel-inner > .item.next,
  #carousel-area .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #carousel-area .carousel-inner > .item.prev,
  #carousel-area .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #carousel-area .carousel-inner > .item.next.left,
  #carousel-area .carousel-inner > .item.prev.right,
  #carousel-area .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#carousel-area .item {
  background-size: 100%;
  background-size: cover;
  height:385px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
    width: 100%;
    height: 385px;
}
#carousel-area .item .carousel-caption {
  top: 22%;
  right: 10%;
  left: 10%;
  text-shadow: none;
}
#carousel-area .item .carousel-caption h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;

  text-transform: uppercase;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
#carousel-area .item .carousel-caption p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
#carousel-area .item .carousel-caption .btn {
  margin: 30px 15px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
#carousel-area .active {
  opacity: 1;
}
#carousel-area .active.left,
#carousel-area .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#carousel-area .carousel-control {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background: url(../img/skin.png);
  margin-top: -35px;
  text-shadow: none;
}
#carousel-area .left.carousel-control {
  left: 5%;
}
#carousel-area .right.carousel-control {
  right: 5%;
  background-position: -150px 0px;
}
#carousel-area .carousel-indicators {
  bottom: 5px;
}
#carousel-area .carousel-indicators li {
  border-radius: 0px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #7fab29;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
  width: 18px;
  height: 18px;
  background: #fff;
}
#carousel-area:hover .carousel-control {
  display: block;
}
#carousel-area i {
  margin-right: 10px;
}
.big-title {
  font-family: myFirstFont;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}
.mr {
  margin-right: 10px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
    width: 100%;
}
#carousel-area .sidenav{
  border: 2px solid #d5d5d5;
  border-radius: 7px;
}
#carousel-area .sidenav button {
  border: none;
}
#carousel-area .sidenav > a, #carousel-area .sidenav button{ 
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 25px 20px;
  color: #000;
  border-bottom: 2px solid #d5d5d5;
  font-weight: bold;
  font-size: 20px;
}
#carousel-area .sidenav > a:last-of-type{
  border-bottom: none;
}
#carousel-area .sidenav a i, #carousel-area .sidenav button i{
  float: right;
  margin-top: 7px;
}
#carousel-area .dropdown-container{
  display: none;
}
#carousel-area .dropdown-container a{
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  color: #000;
  border-bottom: 2px solid #d5d5d5;
  font-size: 18px;
}
.fa-chevron-left::before {
  content: "\f054";
}
/* ==========================================================================
   Custom Componet
   ========================================================================== */
/* ==========================================================================
   Activity Area Start
   ========================================================================== */
.activity-area {
  background: url(../img/background/bg.png) #eeeeee;
  background-size: cover;
  padding: 60px 0 164px;
}
.activity-area .col-md-4{
    float: right;
    margin: 10px 0;
}
.activity-item {
  padding: 20px 15px 30px;
  text-align: center;
  border: 1px solid #7fab29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.activity-item h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
 
}
.activity-item .icon {
  margin: -48px 0 20px;
}
.activity-item i {
  background: #92c430;
}

.activity-item:hover,
.active-item {
  background: #fff;
  border-color: transparent!important;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.activity-item p{
    color: #626262;
    font-size: 14px;
}
img.img-responsive{
    width: 100%;
    max-width: 100%;
}
/* ==========================================================================
  News Start
   ========================================================================== */
.news{
  background: #f6f8f9;
  text-align: center;
}
.news h4{
  background: #0073c1;
  color:#fff;
  font-weight: bold;
  font-size: 22px;
  padding: 15px 0;
  font-family: titlefont;
}
.news p{
  font-size: 20px;
  line-height: 50px;
  text-align: right;
}
/* ==========================================================================
   Features Start
   ========================================================================== */

.features h2{
  padding-bottom: 20px;
  font-size: 24px;
}
.features-wrapper {
  background: #fff;

}
.features-wrapper .img-thumb {
  margin-top: 60px;
}
.features-main .features-header {
  margin-bottom: 30px;
}
.features-main .features-header i{
    padding-right: 5px;
}
.features-main .features-header p{
    text-align: justify;
    direction: rtl;
    margin-top: 15px;
}
.features-main .info {
  margin-top: 30px;
}
.features-main .info .icon {
  float: left;
}
.features-main .info .content {
  padding-left: 65px;
  margin-bottom: 30px;
}
.features-main .info .content h3 {
  font-size: 18px;
  font-weight: 700;
 
}
.features-wrapper .col-md-7{
    float: right;
}
/* ==========================================================================
   Courses Section Style
   ========================================================================== */
.courses .col-md-4{
    float: left;
}
.thumb {
  position: relative;
  overflow: hidden;
}
.thumb .courses-price {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 90px 0;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  webkit-transition: all 0.2s ease-in-out;
  moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumb .courses-price .years {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.thumb .courses-price .price {
  font-size: 30px;
  color: #7fab29;
}
.courses-wrap {
  border-radius: 0;
  line-height: 1.42857143;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}
.courses-wrap .course-detail-wrap .teacher-wrap {
  padding: 10px 0px 0px 98px;
  margin-bottom: 25px;
  position: relative;
}
.courses-wrap .course-detail-wrap .teacher-wrap img {
  background: #fff;
  border: 2px solid #fff;
  left: 15px;
  padding: 2px;
  height: 70px;
  width: 70px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.courses-wrap .course-detail-wrap .teacher-wrap .course-instructor a {
  color: #999999;
  font-size: 13px;
}
.courses-wrap .course-detail-wrap .teacher-wrap .course-instructor a:hover {
  color: #7fab29;
}

.courses-wrap .course-detail-wrap .course-content h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 10px;
 
}
.courses-wrap .course-detail-wrap .course-content h3 a {
  color: #212121;
}
.courses-wrap .course-detail-wrap .course-content h3 a:hover {
  color: #7fab29;
}
.courses-wrap .course-detail-wrap .course-content p {
  margin-bottom: 20px;
}
/* .courses-wrap:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} */
.courses-wrap:hover .courses-price {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.courses-wrap .thumb img{
  min-height: 220px;
  max-height: 220px;
}
/* ==========================================================================
   Search Courses Style
   ========================================================================== */
.coaching-courses {
  background: #fff;
}
.coaching-courses .coaching-wrapper {
  padding: 68px 30px;
  direction: rtl;
}
.coaching-courses .coaching-wrapper h3 {
  font-size: 34px;
  color: #fff;
  line-height: 48px;
  text-transform: uppercase;
}
.coaching-courses .coaching-wrapper h3 span {
  color: #7fab29;
}
.coaching-courses .coaching-wrapper p {
  color: #fff;
}
.coaching-courses .time-count div {
  float: left;
  text-align: center;
}
.coaching-courses .time-entry {
  display: inline-block;
  min-width: 110px;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 15px 20px 15px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}
.coaching-courses .time-entry span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.coaching-courses .timer {
  margin-top: 30px;
}
.coaching-courses .box {
  padding: 30px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075);
  text-align: center;
  background: #fff;
}
.coaching-courses .box .form-group {
  margin-bottom: 30px;
}
.coaching-courses .box .form-group .form-control {
  font-size: 14px;
  font-style: italic;
}
.coaching-courses .heading .heading-title {
  color: #212121;
}
.coaching-courses .heading .desc {
  color: #212121;
}
/* ==========================================================================
   Why Chooses Style
   ========================================================================== */
.why-choose {
  padding-top: 80px;
}
.why-wrap {
  display: inline-block;
  margin: 30px 0;
}
.why-wrap i {
  float: left;
}
.why-wrap .why-text {
  padding-left: 76px;
}
.why-wrap .why-text h4 {
  margin: 0;
  padding: 12px 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}
.why-wrap .why-text h4 a {
  color: #212121;
}
.why-wrap:hover h4 a {
  color: #7fab29;
}
/* ==========================================================================
    Counter Style
    ========================================================================== */
#counter {
  background: url("../img/background/counter-bg.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 36px 0;
}
.counting{
  padding: 30px 0;
}
.counting .icon-right {
  float: left;
}
.counting .icon-right i {
  font-size: 25px;
  color: #0073c1;
}
.counting .desc {
  padding-left: 20px;
}
.counting .desc h3 {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  color:  #999;
  font-weight: 700;
 
}
.counting .desc .counter {
  font-size: 20px;
  font-weight: 700;
}
.counting:hover span {
  background: #7fab29;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* ==========================================================================
   Teacher Section Style
   ========================================================================== */
.teacher .teacher-item {
  margin-bottom: 30px;
  margin-top: 30px;
  z-index: 99;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.teacher .teacher-item .thumb-teacher {
  background: #EEEEEE;
  position: relative;
  width: 100%;
  height: 330px;
  z-index: -1;
}
.teacher .teacher-item .thumb-teacher img {
  width: 100%;
  margin-top: -58px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.teacher .teacher-item .teacher-desc {
  padding: 15px 40px 30px;
  background: #fff;
  z-index: 99;
}
.teacher .teacher-item .teacher-desc h3 {
  font-size: 24px;
  font-weight: 700;
}
.teacher .teacher-item .teacher-desc h3 a {
  color: #212121;
}
.teacher .teacher-item .teacher-desc h3 a:hover {
  color: #7fab29;
}
.teacher .teacher-item .teacher-desc span {
  font-size: 14px;
}
.teacher .teacher-item .teacher-desc p {
  margin: 15px 0;
}
.teacher .teacher-item:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.social-icon .social i {
  color: #777777;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icon a .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
.social-icon a .fa-twitter:hover {
  background: #00aced;
  color: #fff;
}
.social-icon a .fa-google-plus:hover {
  background: #007bb6;
  color: #fff;
}
.social-icon a .fa-pinterest:hover {
  background: #ea4c89;
  color: #fff;
}
/* ==========================================================================
   Testimonial Section Start
   ========================================================================== */
.testimonial {
  background: url(../img/background/testimonial-bg.png) #eeeeee;
  background-size: cover;
}
.testimonial .item {
  margin-right: 20px !important;
}
.testimonial .owl-pagination {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
.testimonial-item {
  display: inline-block;
  width: 100%;
}
.testimonial-item .testimonial-inner {
  padding: 30px;
  border: 1px solid #ddd;
}
.testimonial-item .quote-author {
  display: inline-block;
}
.testimonial-item .quote-author img {
  border: 3px solid #f1f1f1;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  float: left;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: -32px;
  position: relative;
}
.testimonial-item .quote-author .quote-footer {
  display: inline-block;
  margin-top: -30px;
}
.testimonial-item .quote-author .quote-footer .name {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
   
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px;
  margin-top: 34px;
}
.testimonial-item .quote-author .quote-footer span {
  color: #7fab29;
  font-size: 13px;
}
.testimonial-item p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
   
}
.testimonial-item .testimonial-bottom {
  margin-top: 20px;
}
.testimonial-item .testimonial-bottom span {
  color: #999;
  font-size: 14px;
}
.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  display: block;
  background: #5C5F6A;
  background: #5c5f6a;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: transparent;
  border: 2px solid #fff;
}
/* ==========================================================================
   News Section Style
   ========================================================================== */
.latest-news{
  padding-top: 30px;
}
.latest-news .latest-top h3, .latest-news .latest-top a{
  background: #fff;
  border: 2px solid #83d56a;
  border-radius: 7px;
  width: auto;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.latest-news .latest-top h3, .features h2{
  font-family: titlefont;
}
.latest-news .latest-top a{
  color: #83d56a;
  padding: 15px 10px;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.news-carousel{
  border: 2px solid #83d56a;
  border-radius: 7px;
  margin-top: 20px;
}
.latest-news .latest-top a i{
  padding: 0 5px;
}
.latest-news img {
  width: 100%;
}
.owl-carousel .owl-stage-outer{
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.news-grid-item {
  margin:0 5px;
  padding: 10px 5px;
  background: #fff;
  float: right;
  border: 1px solid #83d56a;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.news-grid-item:hover{
  border-color: transparent !important;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.news-grid-item:hover .btn-common{
  background: #0073c1;
  border-color: #fff;
}
.news-grid-item .news-content {
  text-align: left;
}
.news-grid-item .news-content .news-title {
  font-size: 20px;
  font-weight: 700;
  padding:0 0 5px 0;
}
.news-grid-item .news-content .news-title a {
  color: #212121;
}
.news-grid-item .news-content .news-title a:hover {
  color: #7fab29;
}
.news-grid-item .news-content .meta {
  padding: 6px 0;
}
.news-grid-item .news-content .meta .meta-part {
  margin-right: 5px;
}
.news-grid-item .news-content .meta .meta-part a {
  color: #999;
}
.news-grid-item .news-content .meta .meta-part a:hover {
  color: #7fab29;
}
.news-grid-item .news-content .meta .meta-part a i {
  margin-right: 3px;
}
.news-grid-item .news-content .desc {
  margin-bottom: 5px;
  font-size: 18px;
}
.news-grid-item .news-content .price{
  margin-bottom: 5px;
  font-weight: bold;
}
/* .news-grid-item:hover {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
} */
/* ==========================================================================
   NewsLetter Section Style
   ========================================================================== */
.newsletter {
  background: #e1e1e1;
  padding: 30px 0;
}
.newsletter p {
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsletter h3 {
  text-align: left;
}

.subscribe .input-group{
  width: 100%;
}
.subscribe .input-group-btn button{
 font-size: 20px;
 font-weight: bold;
}
/* ==========================================================================
   Footer 
   ========================================================================== */
footer {
  background: #83d56a;
  color: #fff;
}
.footer-menu .unstyled{
  list-style-type: none;
  text-align: center;
}
.unstyled li {
  display: inline-block;
}
.unstyled li a{
  display: block;
  padding: 25px 15px;
  color: #0073c1;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}
.footer-widget{
  padding-bottom: 30px;
}
.footer-widget li p{
  text-align: center;
  font-size: 20px;
  color: #0073c1;
  font-weight: bold;
  padding: 5px 20px;
}
.footer-widget li p i, .footer-widget li p span{
  padding: 0 5px;
}
footer .row {
  padding: 60px 0;
}

footer .address li {
  line-height: 42px;
}
footer .address li i {
  margin-left: 10px;
  color: #7fab29;
}
footer .recent-post {
  overflow: hidden;
  display: inline-block;
}
footer .recent-post .post {
  float: left;
  margin-bottom: 25px;
}
footer .recent-post .post a {
  float: left;
  color: #aaa;
  width: 80px;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .recent-post .post a:hover {
  opacity: 1;
}
footer .recent-post .post a img {
  width: 100%;
  height: 65px;
}
footer .recent-post .post .text {
  padding-left: 92px;
  color: #aaa;
}
footer .recent-post .post .text span {
  font-size: 12px;
  color: #627282;
}
footer .list li {
  margin-bottom: 12px;
}
footer .list li a {
  color: #aaa;
}
footer .list li a:hover {
  color: #7fab29;
}
footer .plain-flicker-gallery {
  margin-right: -5px;
  margin-left: -5px;
}
footer .plain-flicker-gallery a {
  display: inline-block;
  width: 32%;
  font-size: 0px;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
  opacity: 0.7;
}
footer .plain-flicker-gallery a img {
  width: 100%;
}
footer .small-title{
    color: #92c430;
}
footer #copyright {
  background: #fff;
}
footer #copyright .copyright-text {
  margin: 15px 0;
  text-align: center;
  color: #0073c1;
  font-size: 20px;
  font-weight: bold;
}
footer #copyright .copyright-text a{
  display: none;
}
footer #copyright .footer-nav {
  margin-top: 15px;
}
footer #copyright .footer-nav li {
  display: inline-block;
}
footer #copyright .footer-nav li a {
  color: #0073c1;
}

footer #copyright .bottom-social-icons {
  margin-top: 10px;
}
footer #copyright .bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 0px;
  background: #444;
  display: inline-block;
  height: 32px;
  position: relative;
  overflow: hidden;
}
footer #copyright .bottom-social-icons .facebook:hover {
  background-color: #3b5998;
}
footer #copyright .bottom-social-icons .twitter:hover {
  background-color: #55acee;
}
footer #copyright .bottom-social-icons .google-plus:hover {
  background-color: #dd4b39;
}
footer #copyright .bottom-social-icons .youtube:hover {
  background-color: red;
}
/* ==========================================================================
   Back to Top
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  text-align: center;
  background-color: #7fab29;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* ==========================================================================
   About Us Pages
   ========================================================================== */
.about .info-list {
  width: 355px;
  margin-top: 36px;
}
.about .info-list li {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0;
}
.about .info-list li a {
  color: #999;
}
.about .info-list li a:hover {
  color: #7fab29;
}
.about .info-list li a i {
  margin-right: 10px;
  color: #7fab29;
}
.about .info-list li:last-child {
  border-bottom: none;
}
/* ==========================================================================
   Why-choose-us Style About page
   ========================================================================== */
.why-choose-us {
  background: #F7F7F7;
}
.panel {
  margin-bottom: 15px;
}
.panel-default {
  border-radius: 0px;
  border: none;
}
.panel-default .panel-heading {
  padding: 0px;
  outline: none;
  border: none;
  border-radius: 0px;
  width: 100%;
}
.panel-default .panel-heading .panel-title {
  margin-top: 0px;
  padding: 0;
  margin-bottom: 0px;
  font-size: 14px;
  color: inherit;
}
.panel-default .panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  color: #212121;
  position: relative;
  text-decoration: none;
}
.panel-default .panel-heading a:hover {
  color: #7fab29;
}
.panel-default .panel-heading a:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-default .panel-heading .collapsed:after {
  content: "";
}
.panel-default .panel-collapse .panel-body {
  background-color: #F7F7F7;
}
.cta {
  padding: 30px 0;
  background: #7fab29;
}
.cta h3 {
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
}
.cta .btn-border {
  float: right;
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolio .mix {
  padding: 0;
}
#portfolio-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 20px;
}
.controls .active {
  color: #fff;
}
.controls .btn.active,
.controls .btn:active {
  box-shadow: none;
}
#portfolio-list {
  margin-top: 15px;
  display: inline-block;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfoli-content:before {
  background-color: rgba(255, 255, 255, 0.8);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  content: '';
  position: absolute;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-link {
  margin-bottom: 20px;
}
.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
  font-size: 14px;
  line-height: normal;
  outline: none;
  border: 1px solid #7fab29;
  border-radius: 50%;
  color: #fff;
  background: #7fab29;
  width: 42px;
  height: 42px;
  opacity: 0;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-right: 5px;
}
.sup-desc-wrap .sup-link .left-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap .sup-link .right-link {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.sup-desc-wrap .sup-link a:hover {
  background: transparent;
  color: #7fab29;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
}
.portfolio-item:hover .sup-link .right-link,
.portfolio-item:hover .sup-link .left-link {
  opacity: 1;
  webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* ==========================================================================
   Courses List Style
   ========================================================================== */
.course-list .courses-list-1 .item-list {
  display: inline-block;
  margin-bottom: 30px;
}
.course-list .courses-list-1 .item-list .medium-title {
  padding: 0;
}
.course-list .courses-list-1 .item-list .meta {
  padding: 10px 0;
}
.course-list .courses-list-1 .item-list .price {
  font-size: 24px;
  color: #7fab29;
  padding: 15px 0;
}
.course-list .courses-list-1 .item-list:hover .courses-price {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* ==========================================================================
   FAQ Page Stayle
   ========================================================================== */
.faq {
  background: #F7F7F7;
}
/* ==========================================================================
   Errow Page Stayle
   ========================================================================== */
.error-bg {
  background: #F7F7F7;
}
.error-page {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #d5d5d5;
}
.error-page p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-bottom: 25px;
}
.error-page h1 {
  font-size: 180px;
  margin: 0px 0px;
}
.error-page h2 {
  font-size: 42px;
  line-height: 68px;
}
.error-page h3{
    text-align: left;
    font-size: 22px;
}
/* ==========================================================================
   Event Page Stayle
   ========================================================================== */
.event {
  background: #F7F7F7;
}
.event-post {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.event-post .date {
  float: left;
  height: 68px;
  margin-right: 22px;
  text-align: center;
  width: 74px;
  border-right: 2px solid #7fab29;
}
.event-post .date p {
  font-size: 40px;
  color: #7fab29;
  padding: 12px 0;
  line-height: 22px;
}
.event-post .date p span {
  color: #999;
  font-size: 12px;
}
.event-post h3 a {
  color: #212121;
  font-size: 20px;
}
.event-post h3 a:hover {
  color: #7fab29;
}
.event-post .event-thumb {
  margin-top: 10px;
}
.event-post .post-content {
  padding: 20px 0px 0px;
}
.event-post .btn {
  margin-top: 15px;
}
.widget-box {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
}
.widget-box .list li {
  padding: 10px 0;
}
.widget-box .list li a i {
  margin-right: 5px;
}
/* ==========================================================================
   Event Grid Page Style
   ========================================================================== */
.event-grid-item {
  margin-bottom: 30px;
  display: inline-block;
}
.event-grid-item .thumb {
  position: relative;
}
.event-grid-item .thumb .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.event-grid-item .event-content {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.event-grid-item .event-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #EFEFEF;
}
.event-grid-item .event-content ul li {
  display: inline-block;
  font-size: 13px;
  color: #777;
  border-right: 1px solid #EFEFEF;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 50%;
  vertical-align: top;
}
.event-grid-item .event-content ul li i {
  margin-right: 5px;
}
.event-grid-item .event-content ul li:last-child {
  padding-right: 0;
  margin-left: 20px;
  padding: 8px;
  border-right: none;
}
.event-grid-item .event-content .heding-title {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
}
.event-grid-item .event-content .heding-title .date {
  margin-left: 20px;
  margin-right: 15px;
  float: left;
  width: 48px;
  height: 48px;
  background: #7fab29;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  padding: 6px;
}
.event-grid-item .event-content .heding-title .date span {
  font-size: 18px;
  color: #fff;
}
.event-grid-item .event-content .heding-title h3 {
  max-width: 75%;
  line-height: 20px;
  font-size: 14px;
   
  font-weight: 700;
  padding: 5px 0;
  margin-top: 0;
}
.event-grid-item .event-content .heding-title h3 a {
  color: #212121;
}
.event-grid-item .event-content .heding-title h3 a:hover {
  color: #7fab29;
}
.event-grid-item .event-content p {
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.event-grid-item:hover .hover-content {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}
.event-grid-item:hover .event-content {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* ==========================================================================
  Single Courses page Style 
   ========================================================================== */
.single-course .course-item .up-content {
  margin-bottom: 20px;
}
.single-course .course-item .up-content .section-title {
  text-align: left;
  padding: 0;
  margin-bottom: 0px;
}
.single-course .course-item .item-inner {
  border-bottom: 2px solid #EFEFEF;
  padding: 15px 0;
}
.single-course .course-item .item-inner:last-child {
  border: none;
}
.single-course .course-item .item-inner h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
 
  margin-bottom: 10px;
  margin-top: 15px;
}
.single-course .course-item .topics ul li {
  margin: 0 0 20px;
}
.single-course .course-item .topics ul li i {
  margin-right: 5px;
  color: #7fab29;
}
.course-information {
  background: #F7F7F7;
  padding: 30px 35px;
  margin-bottom: 40px;
}
.course-information h4 {
  font-size: 26px;
 
  font-weight: 700;
}
.course-information ul {
  margin-bottom: 20px;
}
.course-information ul li {
  float: none;
  text-align: right;
  display: block;
  font-size: 14px;
  color: #212121;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
  margin-top: 15px;
}
.course-information ul li a {
  color: #999;
}
.course-information ul li a:hover {
  color: #7fab29;
}
.course-information ul li span {
  float: left;
  font-size: 14px;
  color: #999;
  display: inline-block;
}
.course-information .amount {
  float: none;
  color: #7fab29;
}
/* ==========================================================================
   Single Teacher Page Start
   ========================================================================== */
.single-teacher .single-teacher-inner {
  padding: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.single-teacher .contact-teacher h4 {
  font-size: 13px;
  text-transform: uppercase;
   
  padding: 20px 0;
}
.single-teacher .teacher-info {
  width: 100%;
  display: inline-block;
}
.single-teacher .teacher-info .name {
  float: left;
}
.single-teacher .teacher-info .name h3 {
  font-size: 24px;
  font-weight: 700;
}
.single-teacher .teacher-info .name span {
  font-size: 13px;
  color: #999;
  display: block;
}
.single-teacher .teacher-info .social-icon {
  float: right;
  margin-top: 20px;
}
.single-teacher .teacher-info .desc {
  display: inline-block;
  margin-top: 20px;
}
.single-teacher .teacher-info .desc h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
   
  padding: 25px 0 10px;
}
.single-teacher .teacher-info .desc ul {
  padding: 10px 0;
  margin-top: 25px;
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}
.single-teacher .teacher-info .desc ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #999;
}
.single-teacher .teacher-info .desc ul li a {
  color: #999;
}
.single-teacher .teacher-info .desc ul li a:hover {
  color: #7fab29;
}
.single-teacher .teacher-info .desc ul li i {
  margin-right: 5px;
}
/* ==========================================================================
   Blog
   ========================================================================== */
#content {
  padding: 0 0 60px;
}
.social-link a {
  display: inline-block;
  margin-right: 5px;
}
.social-link a i {
  text-align: center;
  color: #aaa;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  height: 38px;
  line-height: 36px;
  width: 38px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.social-link a i:hover {
  color: #fff;
}
.social-link .twitter:hover i {
  background: #00BAFF;
}
.social-link .facebook:hover i {
  background: #5192CC;
}
.social-link .google:hover i {
  background: #ED523D;
}
.social-link .linkedin:hover i {
  background: #1985BC;
}
.social-link .youtube:hover i {
  background: #D42424;
}
.post-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
 
}
.post-title a {
  color: #212121;
}
.post-title a:hover {
  color: #7fab29;
}
.blog-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #EFEFEF;
}
.blog-post .author-name a {
  font-size: 13px;
  text-transform: uppercase;
}
.blog-post .post-content {
  padding: 25px 0;
  text-align: center;
}
.blog-post .read-btn {
  text-align: center;
}
.meta {
  font-size: 14px;
  padding: 15px 0;
}
.meta .meta-part {
  display: inline-block;
  margin-right: 25px;
}
.meta .meta-part a {
  color: #999;
}
.meta .meta-part a:hover {
  color: #7fab29;
}
.meta .meta-part a i {
  margin-right: 8px;
  color: #7fab29;
}
.quote-post .feature-inner {
  padding: 30px;
  border-radius: 4px;
  border-left: 3px solid #333 !important;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quote-post .feature-inner p {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
}
.quote-post .feature-inner .name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  font-style: italic;
}
.quote-post .feature-inner:hover {
  background: #444;
}
.blog-post .post-format {
  position: absolute;
  left: 50%;
  z-index: 999;
}
.blog-post .post-format span a {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.blog-post .post-format span a i {
  display: block;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-post .post-type i {
  font-size: 1.2em;
  color: #fff;
}
.widget-title {
  font-size: 15px;
  font-weight: 700;
 
  text-transform: uppercase;
}
#sidebar {
  margin-bottom: 30px;
}
#sidebar a{
  color: #000;
}
#sidebar .widget {
  margin-bottom: 22px;
  display: inline-block;
  width: 100%;
}
#sidebar .property-agent .agent-info .agent-name {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}
#sidebar .property-agent .agent-info .contacts-list {
  margin-bottom: 15px;
}
#sidebar .property-agent .agent-info .contacts-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
#sidebar .property-agent .agent-info .contacts-list li i {
  margin-right: 5px;
}
#sidebar .property-agent .agent-info p .btn-common {
  margin-top: 15px;
}
#sidebar .cat-list li {
  border-bottom: 1px solid #EFEFEF;
  padding: 12px 0;
}
#sidebar .cat-list li i {
  margin-right: 10px;
  color: #7fab29;
}
#sidebar .cat-list li a {
  text-decoration: none;
  margin-right: 10px;
  color: #999;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#sidebar .cat-list li a:hover {
  color: #7fab29;
}
#sidebar .cat-list li .num-posts {
  color: #aaa;
  float: right;
  font-size: 12px;
}
#sidebar .posts-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#sidebar .posts-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#sidebar .posts-list .widget-thumb {
  float: left;
}
#sidebar .posts-list .widget-thumb img {
  opacity: 1;
  max-width: 120px;
  margin: 5px 20px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.9;
}
#sidebar .posts-list .widget-content {
  padding: 0 46px;
}
#sidebar .posts-list .widget-content a {
  font-size: 14px;
  color: #7fab29;
}
#sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 14px;
  display: block;
  margin: 3px 0;
}
#sidebar .tag a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 18px;
  background: #7fab29;
  margin: 4px 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
  padding-right: 5px;
}
#sidebar .tag a:hover {
  background: #212121;
}
#sidebar .flickr ul {
  margin-bottom: 20px;
}
#sidebar .flickr ul li {
  display: inline-block;
}
#sidebar .flickr ul li a {
  margin: 4px 2px;
  display: block;
}
#sidebar .flickr ul li a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#sidebar .flickr ul li a:hover img {
  opacity: 0.9;
}
.widget-featured .widget-img {
  position: relative;
}
.widget-featured .widget-img .text {
  position: absolute;
  bottom: 10px;
  background: rgba(14, 13, 13, 0.7);
  text-align: center;
  width: 90%;
  padding: 15px;
  margin: 13px;
}
.widget-featured .widget-img .text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 7px;
}
.widget-featured .widget-img .text span {
  font-size: 20px;
  font-weight: 700;
  color: #7fab29;
}
.widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  padding: 10px;
  height: 48px;
  line-height: 37px;
  width: 85%;
  border-right: none;
}
.widget-search .search-btn {
  padding: 0px 18px;
  position: absolute;
  height: 48px;
  border: none;
  color: #fff;
  background: #2d2d2d;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
blockquote {
  padding: 35px 0;
  position: relative;
  margin: 35px 0;
  background: #f5f5f5;
}
blockquote .quote-text {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 32px;
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 45px;
}
blockquote p {
  margin-left: 44px;
}
.thumb-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 998;
  bottom: -1px;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thumb-overlay i {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  cursor: pointer;
  visibility: visible;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin: -20px auto;
  opacity: 0;
  z-index: 99;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.thumb-overlay:hover {
  opacity: 1;
  visibility: visible;
}

.post-tags-list {
  padding-top: 6px;
}
.post-tags-list a {
  display: inline-block;
  color: #999;
  font-size: 12px;
  padding: 2px 8px;
  background: #eee;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.post-tags-list a:hover {
  color: #fff;
}
.author {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #EFEFEF;
}
.author .author-img {
  float: left;
  margin-right: 30px;
  display: inline-block;
}
.author-title h3 {
  font-size: 18px;
}
#comments .media-body{
  background: #f8f8f8;
  padding: 10px;
}
#comments .media-body span{
  text-align: right;
  display: block;
  color: #a5a4a4;
}
#comments .info-body{
  padding: 15px 0;
}
#comments h3 {
  font-size: 20px;
  font-weight: 400;
}
#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}
#comments .comments-list .media {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#comments .comments-list .media .thumb-left {
  float: left;
}
#comments .comments-list .media .thumb-left img {
  border-radius: 2px;
}
#comments .comments-list .media .info-body {
  margin-left: 90px;
}
#comments .comments-list .media .info-body .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
}
#comments .comments-list .media .info-body .comment-date {
  font-weight: 400;
  color: #999;
  font-size: 13px;
}
#comments .comments-list .media .info-body .comment-date a {
  margin-left: 5px;
}
#comments .comments-list .media .info-body .reply-link {
  background: #CCCCCC;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 14px;
}
#comments .comments-list .media .info-body .reply-link:hover {
  background: #7fab29;
}
#comments .comments-list li ul {
  padding-left: 85px;
}
#respond .btn-common, #respond .btn-common:hover{
  background: #0073c1;
  border: none;
  margin-bottom: 20px;
}
.respond-title {
  font-size: 20px;
  font-weight: 400;
  padding: 0px 0px 30px;
}
.owl-theme .owl-buttons div {
  width: 20px;
  height: 48px;
  display: block !important;
  background: #7fab29 !important;
  text-align: center;
  line-height: 48px;
  padding: 0!important;
  display: inline-block;
  margin: 0!important;
  opacity: 1!important;
  border-radius: 0!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.owl-theme .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8!important;
}
.owl-theme .owl-buttons div i {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
/* ==========================================================================
   Pagination
   ========================================================================= */
.pagination-bar {
  padding-bottom: 35px;
  margin-top: 35px;
  text-align: center;
}
.pagination {
  margin: 0;
}
.pagination > li > a,
.pagination .pagination > li > span {
  border:1px solid #eee;
  border-radius: 5px;
  font-size: 15px;
  color: #2d2d2d;
  min-width: 48px;
  height: 48px;
  text-align: center;
  line-height: normal;
  margin-right: 10px;
}
.pagination .active > a,
.pagination .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7fab29 !important;
  border: none;
}
.pagination > li:first-child > a,
.pagination .pagination > li:first-child > span {
  border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination .pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #7fab29;
  border-color: #7fab29;
  color: #fff;
}
/* ==========================================================================
   Contact
   ========================================================================== */
.form-control {
  height: 48px;
}
.form-control,
textarea {
  background: #F7F7F7;
  border: none;
  font-size: 15px;
  outline: medium none;
  color: #999;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 10px 12px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-control:focus,
textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #7fab29;
}
.contact-datails {
  margin-bottom: 34px;
  min-height: 75px;
  position: relative;
}
.contact-datails p {
  margin-bottom: 1em;
}
.contact-datails p i {
  padding-right: 10px;
}
.login a {
  color: #999;
}
.login a:hover {
  color: #7fab29;
}
.inline {
  font-size: 15px;
  font-weight: 400;
  margin-right: 30px;
}
.inline input[type="checkbox"] {
  width: inherit;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 5px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}
.text-danger {
  text-align: left;
  font-size: 14px;
}
.store, .store .panel-success > .panel-heading{
  background: #fff;
}
.panel-success, .panel-success > .panel-heading{
  border: none;
}
.panel{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.store .nav-tabs > li > a{
  padding: 15px 20px;
  margin-left:10px;
  background-color: #fff;
  color: #000;
  border-color: #cfd6ce;
  border-bottom: 1px solid #cfd6ce;
  font-weight: bold;
}
.store .nav-tabs > li.active > a{
  color: #fff;
  border-color: #83d56a;
  background: #83d56a;
}
.store .nav-tabs{
  padding-bottom: 20px;
  border-bottom: 2px solid #cfd6ce;
}
.store .news-grid-item{
  margin: 15px 0;
}
.store .btn-common i{
  padding: 0 5px;
}
.store .panel-heading{
  padding: 10px 0;
}
.about-body{
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.about-body:last-of-type{
  border-bottom: none;
}
.bg{
  background: #fff;
}
nav.page-no{
  text-align: center;
  margin: 30px 0;
  direction: ltr;
}
.archive button{
  margin: 0 15px;
}
/* .archive .navbar-form .input-group-btn .btn, .archive .navbar-form .input-group > .form-control{
  border-radius: 7px;
} */
.archive i{
  padding: 0 5px;
}
.archive p{
  color: #000;
}
.archive a{
  color: #0073c1;
  text-align: left;
  display: block;
  width: 100%;
}
.archive .navbar-form, .navbar-form.subscribe {
  padding-left: 0;
} 
.share li{
  float: left;
  display: inline-block;
  margin: 0 5px;
}
.share li a{
  background: #efefef;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
}
.share li a i{
  color: #000;
}
.collapse.in{
  padding-top: 30px;
}
.contactus{
  padding: 30px 0;
}
.contactus h3{
  padding-bottom: 30px;
}
.form-control, textarea{
  background: #fff;
  border: 1px solid #dadada;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 15px;
}
.contactus button{
  margin-right: 15px;
  border-radius: 5px;
}
.contactus .quick-contacts{
  text-align: left;
}
.modal-body{
  display: block;
  float: right;
  width: 100%;
}

.modal-footer .btn-common{
  margin-right: 15px;
}
.id_password, .id_password2{
  position: relative;
}
.togglePassword, .togglePassword2{
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
}
.text-center{
  text-align: center;
}
.modal-footer .text-center a, .signin-btn{
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
}
.modal-footer .text-center a span, .signin-btn span{
  color: #0073c1;
  padding: 0 10px;
}
.signin-btn, .link-btn{
  border: none;
}
.signin-btn:hover, .signin-btn:focus, .link-btn:hover, .link-btn:focus{
  border: none;
  background: #fff;
  color: #000;
}
button.large, .link-btn{
  display: block;
  width: 100%;
  padding: 15px 0;
}
.link-btn{
  color: #0073c1;
  text-align: left;
}
.forget .btn-common{
  margin-right: 15px;
}
.forget .modal-footer{
  border: none;
}
.btn-common.large{
  margin-right: 0;
}
.done {
  text-align: center;
}
.done i.fa-check-circle{
  color: #83d56a;
  font-size: 40px;
}
a.return{
  color:#0073c1;
  margin: 30px 0;
  display: block;
  width: 100%;
}
.orders li{
  float: left;
  display: inline-block;
  padding: 15px 40px 0 0;
}
.orders li i{
  padding-right: 5px;
  font-size: 20px;
}
.orders li.check{
  color: #83d56a;
}
.orders li.pdf{
  color: #000;
}
.orders li.download2 a{
  color: #0073c1;
}
.breaking {
  width: 100%;
  height: 37px;
  float: left;
  display: block;
  background-color: #ffc106;
}  
.flodis {
  float: left;
  display: block;
}
.breaking_head {
  background-color: #000000;
  color: #fff;
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  text-align: center;
}
marquee {
  font-size: 20px;
  line-height: 50px;
  width:100%;
  font-family: myFirstFont !important;
  text-align: right;
}
marquee a, marquee a:hover{
  color: #000;
}
marquee a span{
  padding: 0 20px;
}

input#file{
  display: none;
}
label.link{
  cursor: pointer;
  display: block;
}
label.link img{
  width: 120px;
}
 li.edit-button button{
  color: #83d56a !important;
  background: none !important;
  border: none;
  padding: 0;
}
.col-md-9, .col-md-3, .col-md-8{
  float: right;
}
.col-md-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.quick-contacts{
  text-align: right;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -7px;
}
.text-left {
  text-align: right !important;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .section {
    padding: 40px 0;
  }
  .header-search {
    display: none;
  }
  .section-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
  }
  .medium-title {
    font-size: 18px;
  }
  .main-navigation .navbar-nav > li > a,
  .main-navigation .navbar-nav > li > a:focus {
    padding: 22px 15px;
  }
  #carousel-area .item .carousel-caption p {
    font-size: 14px;
  }
  #carousel-area .item .carousel-caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #carousel-area i {
    margin-right: 0;
  }
  .activity-item {
    margin-bottom: 80px;
  }
  .features-header h2 {
    font-size: 22px;
  }
  .features-main .info .content h3 {
    font-size: 14px;
  }
  .features-wrapper .img-thumb {
    margin-top: 15px;
  }
  .coaching-courses .coaching-wrapper h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .coaching-courses .timer .time-entry {
    margin-bottom: 30px;
  }
  .coaching-courses .box {
    margin-top: 30px;
  }
  .why-wrap {
    margin: 0;
  }
  .featured-thumb {
    margin-top: 218px;
  }
  .counting {
    padding: 20px 0;
  }
  .teacher .teacher-item .thumb-teacher {
    height: 255px;
  }
  .testimonial-item h2 {
    font-size: 19px;
  }
  .news-grid-item .news-content {
    padding: 15px 15px 35px 25px;
  }
  .cta h3 {
    font-size: 14px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .carousel-inner > .item > img, .carousel-inner, #carousel-area .carousel-inner .item, #carousel-area .item {
        width: 100%;
        height: 380px;
    }
}
@media only screen and (max-width: 991px) {
  .links{
    text-align: center;
  }
  .nav.nav-tabs{
    display: block !important;
  }

}
@media only screen and (max-width: 768px) {
  .affix{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
  .nav.nav-tabs{
    display: block !important;
  }
    .activity-area .col-md-4, .features-wrapper .col-md-7, .courses .col-md-4, footer .col-md-4, footer #copyright .col-md-8, 
    .col-md-9, .col-md-3, .col-md-8{
        float: none;
        width: 100%;
        display: block;
    }

    .container{
        width: 100% !important;
    }
    #roof .pull-left, .quick-contacts{
        float: none !important;
        width: 100%;
        display: block;
        text-align: center;
    }
    #roof .quick-contacts span{
        float: none;
        display: inline-block;
    }
      .carousel-inner > .item > img, .carousel-inner, #carousel-area .carousel-inner .item, #carousel-area .item {
        width: 100%;
        height: 350px;
    }
}
@media only screen and (max-width: 640px) {
  #carousel-area .item .carousel-caption p {
    font-size: 14px;
  }
  #carousel-area .item .carousel-caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .header-search {
    display: none;
  }
    .carousel-inner > .item > img, .carousel-inner, #carousel-area .carousel-inner .item, #carousel-area .item {
        width: 100%;
        height: 350px;
    }
    #carousel-area .item .carousel-caption{
        top: 10%;
    }
}
@media only screen and (max-width: 480px) {
      .carousel-inner > .item > img, .carousel-inner, #carousel-area .carousel-inner .item, #carousel-area .item {
        width: 100%;
        height: 250px;
    }
    #carousel-area .item .carousel-caption{
        top: 2%;
    }
  .section {
    padding: 40px 0;
  }
  .header-search {
    display: none;
  }
  .section-title {
    margin-bottom: 0;
    line-height: 25px;
  }
  #carousel-area .item {
    height: 370px;
  }
  #carousel-area .left.carousel-control {
    left: 0%;
  }
  #carousel-area .right.carousel-control {
    right: 0%;
  }
  #carousel-area .item .carousel-caption p {
    font-size: 12px;
  }
  #carousel-area .item .carousel-caption h1 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
  }
  #carousel-area .item .carousel-caption .btn {
    margin: 0;
  }
  #carousel-area .carousel-indicators {
    display: none;
  }
  .btn-lg {
    padding: 12px 8px;
  }
  #carousel-area i {
    margin-right: 0;
  }
  .activity-item {
    margin-top: 45px;
  }
  .activity-item h3 {
    font-size: 14px;
  }
  .features-wrapper {
    margin-top: -22px;
  }
  .features-header h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .features-main .info .content h3 {
    font-size: 14px;
  }
  .features-wrapper .img-thumb {
    margin-top: 15px;
  }
/*  .coaching-courses .coaching-wrapper h3 {
    font-size: 15px;
    line-height: 25px;
  }*/
  .coaching-courses .timer .time-entry {
    padding: 10px 10px 15px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .coaching-courses .box {
    margin-top: 30px;
  }

  .why-wrap {
    margin: 0;
  }
  .why-wrap .why-text h4 {
    font-size: 14px;
  }
  .counting {
    padding: 20px 0;
  }
  .teacher .teacher-item {
    margin-top: 45px;
  }
  .teacher .teacher-item .thumb-teacher {
    height: 255px;
  }
  .teacher .teacher-item .teacher-desc h3 {
    font-size: 18px;
  }
  .testimonial-item h2 {
    font-size: 19px;
  }
  .testimonial-item .quote-author .quote-footer .name {
    font-size: 11px;
  }
  .news-grid-item .news-content {
    padding: 15px 15px 35px 25px;
  }
  .news-grid-item .news-content .news-title {
    font-size: 14px;
    line-height: 26px;
  }
  
  .newsletter h3 {
    font-size: 24px;
  }
  footer #copyright .bottom-social-icons {
    margin-top: 0px;
    float: left!important;
  }
  .item-body {
    margin-top: 20px;
  }
  .item-body h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .item-body .meta .meta-part {
    margin-right: 12px;
  }
  .course-information h4 {
    font-size: 20px;
  }
  .cta .btn-border {
    float: left!important;
  }
  .controls .btn {
    padding: 6px 18px;
    margin-bottom: 5px;
  }
  .single-teacher .teacher-info .social-icon {
    float: left;
  }
  .event-grid-item .event-content ul li {
    padding-right: 10px;
  }
  .event-grid-item .event-content ul li:last-child {
    margin-left: 8px;
  }
  .event-grid-item .event-content .heding-title h3 {
    font-size: 14px;
  }
  .time {
    display: none;
  }
  .error-page {
    padding: 0px;
  }
  .error-page h1 {
    font-size: 90px;
  }
  .pagination > li > a,
  .pagination .pagination > li > span {
    margin-right: 5px;
  }
  .author .author-img {
    margin-right: 14px;
  }
  .author-title h3 {
    font-size: 13px;
  }
  #comments .comments-list li ul {
    padding-left: 0;
  }
  #sidebar {
    margin-top: 30px;
  }
}
.pull-left{
  float: right !important;
}
.pull-right{
  float: left !important;
}
#content .error-page{
  padding-bottom: 15px;
}
.blue{
  color: #0072b1;
}