
/* ========================================
=== IMPORT FONTS
======================================== */
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700');

/*
font-family: 'Cairo', sans-serif;
*/


/* ========================================================================================================================
=== START LOADING
======================================================================================================================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-decoration: none !important;
}

*::selection {
    background-color: #1A7BA4;
    color: #fff;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    line-height: 1.8;
    background: #fafafa;
    padding-top: 165px;
}

a {
    color: #1D86BF;
}

a.active {
    color: #1277A1;
    font-weight: 700;
}
a, a:hover {
    text-decoration: none;
}

a:hover {
    color: #1277A1;
}

a, a:hover, a:focus, .btn, btn:hover, button, button:hover, ul, li a:hover{
    -webkit-transition:all 250ms ease-in-out 0s;
    -moz-transition:all 250ms ease-in-out 0s;
    -ms-transition:all 250ms ease-in-out 0s;
    -o-transition:all 250ms ease-in-out 0s;
    transition:all 250ms ease-in-out 0s;
}

.btn:focus {
    color: #fff;
}

/* ========================================
=== TYPOGRAPHY
======================================== */
h1 {
    font-weight: 200;
    font-size: 50px;
    padding: 10px;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 60px;
}

h3 {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0px;
    margin-top: 5px;
    color: #676767;
    line-height: 1.8em;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.7;
    padding: 1px 6px;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
}

p {
    font-size: 16px;
    color: #484848;
    line-height: 2em;
    margin-top: 14px;
    font-weight: 400;
}


/* ========================================
=== GLOBAL
======================================== */
.brd-red {
    border-top-color: #D2362C !important;
    color: #D2362C;
}

.brd-blue {
    border-top-color: #2DA6EB !important;
    color: #2DA6EB;
}

.brd-green {
    border-top-color: #A2D049 !important;
    color: #A2D049;
}

.brd-orange {
    border-top-color: #F17D2C !important;
    color: #F17D2C;
}

.brd-yellow {
    border-top-color: #FCC01D !important;
    color: #FCC01D;
}

.brd-voilet {
    border-top-color: #A0317C !important;
    color: #A0317C;
}

.brd-purple {
    border-top-color: #5B5CA4 !important;
    color: #5B5CA4;
}

.brd-grey {
    border-top-color: #676767 !important;
    color: #676767;
}





.btn-red {
    background-color: #D2362C !important;
    border-radius: 0;
    border-right: 5px solid #b32f27;
    color: #fff;
}

.btn-blue {
    background-color: #2DA6EB !important;
    border-radius: 0;
    border-right: 5px solid #238cc7;
    color: #fff;
}

.btn-green {
    background-color: #A2D049 !important;
    border-radius: 0;
    border-right: 5px solid #83a93a;
    color: #fff;
}

.btn-orange {
    background-color: #F17D2C !important;
    border-radius: 0;
    border-right: 5px solid #d87028;
    color: #fff;
}

.btn-yellow {
    background-color: #FCC01D !important;
    border-radius: 0;
    border-right: 5px solid #e8b220;
    color: #fff;
}

.btn-voilet {
    background-color: #A0317C !important;
    border-radius: 0;
    border-right: 5px solid #8e2a6d;
    color: #fff;
}

.btn-purple {
    background-color: #5B5CA4 !important;
    border-radius: 0;
    border-right: 5px solid #545594;
    color: #fff;
}

.btn-grey {
    background-color: #676767 !important;
    border-radius: 0;
    border-right: 5px solid #4e4e4e;
    color: #fff;
}





.bg-red {
    background-color: #D2362C !important;
}

.bg-blue {
    background-color: #2DA6EB !important;
}

.bg-green {
    background-color: #A2D049 !important;
}

.bg-orange {
    background-color: #F17D2C !important;
}

.btn-red:hover {
    background: #b32f27 !important;
    color: #fff;
}

.btn-blue:hover {
    background: #238cc7 !important;
    color: #fff;
}

.btn-green:hover {
    background: #83a93a !important;
    color: #fff;
}

.btn-orange:hover {
    background: #d87028 !important;
    color: #fff;
}

.btn-yellow:hover {
    background-color: #e8b220 !important;
    color: #fff;
}

.btn-voilet:hover {
    background-color: #8e2a6d !important;
    color: #fff;
}

.btn-purple:hover {
    background-color: #545594 !important;
    color: #fff;
}

.btn-grey:hover {
    background-color: #4e4e4e !important;
    color: #fff;
}
    
.pad-200 {
    padding-top: 100px;
    padding-bottom: 200px;
}

.pad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-40 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}


.overlay {
    position: relative;
    overflow: hidden;
    height: 170px;
}
/* START SLIDER */
.navbar-header {
    float: none;
}

nav {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.navbar {
    border-radius: 0;
    border: 0;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999999;
}

.navbar-fixed-top {
    z-index: 999999999999;
}

.navbar-fixed-top, .navbar-default {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.row.brd-bottom {
    border-bottom: 1px solid #fafafa;
    height: 122px;
}

.navbar-fixed-top .row.brd-bottom {
    display: none;
}

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

.form-control {
    background-color: #FAFAFA;
    border: 0;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;
}

.navbar-form {
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-form button:hover {
    background: #f1a840;
    color: #fff;
}

form.navbar-form button {
    background-color: #2DA6EB;
    height: 45px;
    width: 45px;
    border-radius: 0;
    color: #fff;
    border: 0;
}

.navbar-form input[type=text] {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 190px;
}

.navbar-form input:focus {
    width: 250px;
}

#naseh-nav .navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    border-color: #fafafa;
    min-width: 200px
}

#naseh-nav .dropdown-menu>li>a {
    display: block;
    padding: 10px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}

#naseh-nav .dropdown i {
    margin-right: 5px;
}

#naseh-nav .dropdown-menu>li:hover> a {
    padding-right: 20px;
}

#naseh-slider .carousel-inner {
    height: 500px;
}

#naseh-slider .carousel-inner::after {
background: -webkit-linear-gradient(rgba(135,224,253,0) 0%, rgba(250,250,250,0.4) 40%, rgba(250,250,250,1) 100%);
background: -o-linear-gradient(rgba(135,224,253,0) 0%, rgba(250,250,250,0.4) 40%, rgba(250,250,250,1) 100%);
background: linear-gradient(rgba(135,224,253,0) 0%, rgba(250,250,250,0.4) 40%, rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0fd', endColorstr='#fafafa',GradientType=0 );
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

#naseh-slider .carousel-control {
    right: 40px !important;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

#naseh-slider .carousel-control {
    width: 50px;
    height: 50px;
    top: 80%;
    background: #ffffff;
    opacity: 1;
    z-index: 10;
}

#naseh-slider .carousel-control span {
    font-size: 10px;
    text-shadow: none;
    color: #333;
    padding: 6px 9px 0 8px;
}

#naseh-slider .carousel-control:hover {
    background: #2da6eb;
}

#naseh-slider .carousel-control:hover span {
    color: #fff;
}

#naseh-slider .carousel-control.right {
    right: 100px !important;
    left: auto !important;
}

.slider-panel {
    width: 300px;
    position: absolute;
    left: 28px;
    top: 215px;
    z-index: 1;
    background: #fff;
    padding: 10px;
    height: 190px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.32);
    z-index: 10;
}

body > div:nth-child(4) {
    top: 430px;
}

.panel-section {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    height: 360px;
}

.site-with-numbers-section {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
}

.panel-section-week {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    height: 490px;
}

.panel-section-app {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    height: 150px;
    margin-bottom: 20px;
    display: block;
}

.panel-section-app i {
    height: 98px;
    display: block;
    margin-top: -10px;
}

.panel-section-app:hover {
    color: #fff;
    background: #5AB9EF;
}

.consulting {
    background: #FCC01D;
    height: 360px;
    overflow: hidden;
    color: #fff;
    padding-top:20%;
    display: block;
}

.consulting i {
    font-size: 150px;
}

.consulting:hover {
    background: #a2d049;
    color: #fff;
}
.article {
    background: #FCFCFC;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    border-top: 6px solid;
}

.article-info {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-align: center;
    font-size: 11px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 4px 2px;
}

.article-info i {
    color: #bbbbbb;
}

span.time {
    float: right;
    padding-right: 10px;
}

span.views {
    float: left;
    padding-left: 10px;
}

.article-panel {
    overflow: hidden;
    border-bottom: 1px solid #fafafa;
    padding: 0;
    height: 133px;
    margin-bottom: 10px;
}

.box-border {
    border: 1px solid #fafafa;
    padding: 10px;
}

.article-img-week {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 0;
    height: 130px;
    border-top: 4px solid;
}

.article-info .cat {
    margin-right: -25px;
}

.article-panel:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.panel-heading {
    background-color: #fff !important;
    /* border: 0 !important; */
}

.panel.panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -10px;
    margin-top: 0px;
    border-bottom: 6px solid #eee;
}

.panel-body {
    height: 342px;
}

.panel.panel-default:last-child {
    border-bottom: transparent;
}

.panel-heading h4 > a > i {
    margin-left: 8px;
}

.article-img-week .article-info i {
    color: #fff;
}

.article-panel span.time {
    color: #989898;
}

.panel-group {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
}

.categories-section .btn {
    padding: 10px 5px;
    margin-right: 3px;
    width: 12%;
}

.article-panel a.pull-right {
    border-radius: 34px;
}

.owl-prev, .owl-next {
    height: 30px;
    width: 30px;
    margin: 2px;
    padding: 0;
    background-color: #676767;
    color: #fff;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 3.1;
}

.owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
}

.new-cons .panel-section {
    height: 300px;
}


#testimonials .carousel-indicators {
    position: relative;
}

#testimonials .carousel-control.left {
    background: none;
    height: 30px;
    width: 30px;
    background: #676767;
    display: inline-block;
    border-radius: 30px;
    top: -46px;
    left: 34px;
    right: auto;
    line-height: 1.3;
    text-shadow: none;
    opacity: 1;
}

#testimonials .carousel-control.right {
    background: none;
    height: 30px;
    width: 30px;
    background: #676767;
    display: inline-block;
    border-radius: 30px;
    top: -46px;
    left: 0px;
    right: auto;
    line-height: 1.3;
    text-shadow: none;
    opacity: 1;
}

#testimonials a.carousel-control span {
    text-align: center;
    font-size: 10px;
}

.testimonial .panel-section {
    height: 420px;
}

.testimonial span.text {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-size: 18px;
}

#testimonials img {
    min-width: 100%;
    height: 347px;
}

.social .social-block {
    background: #fff;
    margin-bottom: 20px;
    height: 126px;
    width: 100%;
    line-height: 12;
    display: block;
}

.social .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

div.col-md-3.social > div:nth-child(1) > a {
    background: #3B5998;
    color: #fff;
}

div.col-md-3.social > div:nth-child(2) > a {
    background: #56A3D9;
    color: #fff;
}

div.col-md-3.social > div:nth-child(3) > a {
    background: #BF221F;
    color: #fff;
}

div.col-md-3.social > div:nth-child(4) > a {
    background: #F17D2C;
    color: #fff;
}

div.col-md-3.social > div:nth-child(5) > a {
    background: #A2D049;
    color: #fff;
}

div.col-md-3.social > div:nth-child(6) > a {
    background: #65ADD7;
    color: #fff;
}

.about .panel-section {
    height: auto;
    margin-bottom: 25px;
}

.panel-section .title {
    margin-top: 10px;
    clear: both;
    display: block;
}

.form-control:focus {
    border-color: #e0e0e0;
    box-shadow: none;
}

.about button.btn.btn-blue {
    padding: 10px 30px;
}

.about .form-control {
    width: 250px;
}

.about .jawwal {
    background: url('../images/iphone.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 440px;
}

.about .jawwal .text {
    position: absolute;
    width: 100%;
    display: block;
    top: 28%;
    left: 0;
    padding: 12%;
    font-size: 18px;

}

.about .btn-blue {
    border-radius: 25px;
}

#jawwal-slider .carousel-caption {
    position: relative;
    height: 214px;
    left: 0;
    right: 0;
    width: 95%;
    text-align: center;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top: 15px;
    text-shadow: none;
    margin: 0 auto;
}

.jawwal .carousel {
    position: relative;
    top: 160px;
}

.jawwal .carousel-control.left {
    background: none;
    text-shadow: none;
    color: #2da6eb;
    height: 30px;
    width: 30px;
    border: 2px solid;
    border-radius: 30px;
    line-height: 2.4;
    font-size: 12px;
    right: 50px;
    position: absolute;
    top: -30px;
}

.jawwal .carousel-control.right {
    background: none;
    text-shadow: none;
    color: #2da6eb;
    height: 30px;
    width: 30px;
    border: 2px solid;
    border-radius: 30px;
    line-height: 2.4;
    font-size: 12px;
    left: 50px;
    position: absolute;
    top: -30px;
}

.jawwal .carousel-inner {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: auto;
}

.about a.fb.btn,
.about a.tw.btn {
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
}

.about a.fb.btn {
    background: #3B5998;
}

.about a.tw.btn {
    background: #56a3d9;
}

.about .panel-section p {
    font-size: 16px;
}

footer.panel-section {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about a.fb.btn i , .about a.tw.btn i {
    margin-left: 8px;
}

.latest-news.pad-20 {
    padding-top: 0;
}

.latest-news .panel-section {
    height: 375px;
}

ol.breadcrumb {
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 14px;
    border-radius: 0;
    margin-top: 10px;
}

.right-side {
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 15px;
}

div.right-side:first-of-type {
    margin-top: -20px;
}

.left-side {    
    margin-bottom: 10px;
    margin-top: -20px;
}

.article-main-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.share-article {
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    overflow: hidden;
}

ul.share-icons {
    margin: 0;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  /* box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12); */
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.quote-card p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  max-width: 90%;
}

.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
  font-style: normal;
}

.quote-card:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f10d';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}


.article-page-panel {
     background: #fff;
     padding: 10px;
     overflow: hidden;
     -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
     margin-bottom: 20px;
}

.article-page-panel img.img-responsive {
    min-width: 100%;
}

.right-side h4 {
    /* min-height: 77px; */
}

.article-page-panel.social {
    margin-top: 30px;
}

.article-page-panel.social ul.social-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid #fafafa;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    color: #7b7b7b;
    display: inline-block;
    line-height: 2.6;
    background: #fafafa;
}

.article-page-panel.social ul.social-icons a:hover {
    background: #7b7b7b;
    color: #fff;
    border-radius: 25px;
    border-color: transparent;
}

.right-side.bottom {
    margin-bottom: 20px;
}

.article h4 {
    min-height: 52px;
    font-weight: 600;
    padding: 0 17px;
}

.right-side .article {
    margin-bottom: 20px;
}

.pagination {
    display: inline-block;
    margin: 0;
}

.pagination a {
    color: black;
    float: right;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #f17d2c;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

h3 i {
    color: #fcc01d
}

.statistic {
    display: inline-block;
    width: 12.2%;
}

.statistic h1 {
    color: #2da6eb;
    font-weight: 600;
    font-size: 40px;
    transition: all 0.6s ease;
}

.statistic p.lead {
    font-size: 18px;
    font-weight: 600;

}
.statistic:hover h1 {
    color: #fcc01d;
}

.blueimp-gallery {
    z-index: 99999999999999999999999999;
}

.blueimp-gallery .title {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    height: 100px;
    top: auto;
}

.testimonial .panel-section .col-md-3 {
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.testimonial .panel-section .col-md-3 img {
    min-height: 157px;
    max-width: 300px;
}

#links {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-item {
    height: 157px;
    overflow: hidden;
}

.book {
    overflow: hidden;
    display: block;
    padding: 8px;
    background: #f9f9f9;
    margin-bottom: 22px;
}

.book h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #757575;
    margin-bottom: 0;
}


.article-page-panel .statistic {
    width: 49%;
}

.article-page-panel .statistic h1 {
    font-size: 20px;
    margin: 0;
}

.article-page-panel .statistic p.lead {
    font-size: 12px;
    margin: 0    
}

.single-comment {
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 10px;
}

.single-comment h6 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #2da6eb;
}

.single-comment p {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
    margin-top: 8px;
}

.single-comment h5 {
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 14px;
    color: #676767;
    font-weight: 600;
}

span.consult-info {
    width: 100px;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    color: #2da6eb;
}

span.consult-data {
    width: 250px;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.consult-main-img {
    height: 238px;
    width: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.panel-body ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
}

.panel-body ul li:last-child {
    border-bottom: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 12px;
}

.article-slider {
    margin-top: 10px;
}

a.right.ion-ios-arrow-right.fa-lg.btn.btn-border {
    background: #4e4e4e;
    color: #fff;
    border-radius: 25px;
}

a.left.ion-ios-arrow-left.fa-lg.btn.btn-border {
    background: #4e4e4e;
    color: #fff;
    border-radius: 25px;
}

.panel-section .col-md-3 {
    padding: 0 5px;
    /* margin: 0 0px; */
}

.controls.pull-right {
    margin-top: 7px;
}

ul.voice li {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
}

ul.voice li:last-child {
    border-bottom: 0;
}