/*************************
*******Typography******
**************************/


/*********** Fonts **************/

@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('../fonts/DroidKufi/droidkufi-regular.eot');
    src: url('../fonts/DroidKufi/droidkufi-regular.eot') format('embedded-opentype'), url('../fonts/DroidKufi/droidkufi-regular.woff') format('woff'), url('../fonts/DroidKufi/droidkufi-regular.ttf') format('truetype'), url('../fonts/DroidKufi/droidkufi-regular.svg#DroidArabicKufiRegular') format('svg');
}

@font-face {
    font-family: 'AraHamah1964B-Bold';
    src: url('../fonts/AraHamah/AraHamah1964B-Bold.eot?') format('eot'), url('../fonts/AraHamah/AraHamah1964B-Bold.otf') format('opentype'), url('../fonts/AraHamah/AraHamah1964B-Bold.woff') format('woff'), url('../fonts/AraHamah/AraHamah1964B-Bold.ttf') format('truetype'), url('../fonts/AraHamah/AraHamah1964B-Bold.svg#AraHamah1964B-Bold') format('svg');
}

@font-face {
    font-family: 'TayyebIcon';
    src: url('../fonts/TayyebIcons/TayyebIcon.eot?1u51qo');
    src: url('../fonts/TayyebIcons/TayyebIcon.eot?1u51qo#iefix') format('embedded-opentype'), url('../fonts/TayyebIcons/TayyebIcon.ttf?1u51qo') format('truetype'), url('../fonts/TayyebIcons/TayyebIcon.woff?1u51qo') format('woff'), url('../fonts/TayyebIcons/TayyebIcon.svg?1u51qo#TayyebIcon') format('svg');
}

html {
    padding: 0;
    margin: 0
}

body {
    font-family: 'AraHamah1964B-Bold', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

body.intro-page {
    width: 100%;
    overflow-x: hidden;
    background-color: #ffc000;
    background: -moz-linear-gradient(left, rgb(255, 210, 0) 0%, rgb(255, 210, 0) 50%, rgb(255, 192, 0) 50%, rgb(255, 192, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 210, 0)), color-stop(50%, rgb(255, 210, 0)), color-stop(50%, rgb(255, 192, 0)), color-stop(100%, rgb(255, 192, 0)));
    background: -webkit-linear-gradient(left, rgb(255, 210, 0) 0%, rgb(255, 210, 0) 35%, rgb(255, 192, 0) 35%, rgb(255, 192, 0) 100%);
    background: -o-linear-gradient(left, rgb(255, 210, 0) 0%, rgb(255, 210, 0) 50%, rgb(255, 192, 0) 50%, rgb(255, 192, 0) 100%);
    background: -ms-linear-gradient(left, rgb(255, 210, 0) 0%, rgb(255, 210, 0) 50%, rgb(255, 192, 0) 50%, rgb(255, 192, 0) 100%);
    background: linear-gradient(to right, rgb(255, 210, 0) 0%, rgb(255, 210, 0) 50%, rgb(255, 192, 0) 50%, rgb(255, 192, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0072FF', GradientType=1);
    direction: rtl;
    color: #FFFFFF;
    background-repeat: no-repeat;
}

.intro-wrapper {
    height: 100%;
    background: url("../images/front/icons.png") no-repeat -55px 0;
}

.logo-wrapper {
    position: relative;
    font: bold 6.5em Arial;
    width: 870px;
    max-width: 100%;
    padding: 100px 0 0;
    margin-bottom: 100px;
}

.intro-container {
    top: 25%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.logo-wrapper div {
    text-align: center;
    position: relative;
}

.logo-wrapper .tayyeb-logo {
    color: #2aaae2;
}

.logo-wrapper .group-logo {
    color: #fff;
}

.logo-wrapper .slogan-logo {
    font: 1em "AraHamah1964B-Bold";
    background: url("../images/front/shadow.png") no-repeat center bottom;
}

.logo-wrapper .icon-logo {
    position: absolute;
    right: -70px;
    top: -115px;
    z-index: 0;
}

.intro-links a {
    display: inline-block;
    width: 48%;
    text-align: center;
    color: #FFF;
    font: 2.2em "DroidArabicKufiRegular";
}

.intro-links a:before,
.intro-links a:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    background: #FFF;
    margin: 0 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h2 {
    font-size: 2.143em;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.286em;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}

.btn {
    border: 0;
    border-radius: 0;
}

.btn.btn-primary:hover {
    background-color: #017fb5;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

section {
    width: 100%;
}

.heading {
    padding: 40px 0 20px;
}

.heading h2 {
    font: 5.238em "AraHamah1964B-Bold";
    color: #ffffff;
    margin: 0;
}

.heading h2:before {
    display: block;
    text-align: center;
    font: 1.63em "TayyebIcon";
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}

.loading-icon {
    color: #333;
    font: normal normal normal 4.286em/1 "TayyebIcon";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loading-icon:before {
    content: "\e916";
}


/*************************
********Home CSS**********
**************************/

#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider img {
    width: 100%;
    height: 100%;
}

#home-slider .caption {
    position: absolute;
    text-align: center;
    z-index: 15;
    color: #fff;
    font-family: 'DroidArabicKufiRegular', Sans-serif;
}

#home-slider .caption h2 {
    color: #fff;
    padding: 10px;
    font-size: 4em;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 30px;
    border: 3px solid #fff;
}

#home-slider .caption p {
    font-size: 1.929em;
    text-align: right;
    margin: 0 auto;
    line-height: 45px;
}

#home-slider .caption.blue-text {
    color: #2aa2da;
}

#home-slider .caption.blue-text h2 {
    color: #2aa2da;
    border: 3px solid #2aa2da;
    max-width: 60%;
    margin: 0 auto;
}

#home-slider .caption.red-text {
    color: #d33700;
}

#home-slider .caption.red-text h2 {
    color: #d33700;
    border: 3px solid #d33700;
    max-width: 60%;
    margin: 0 auto;
}

.go-down-arrow:before {
    display: block;
    text-align: center;
    font: 2.6em "TayyebIcon";
    color: #2aa2da;
    content: "\e914";
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    z-index: 20;
    font-size: 1.714em;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px;
}

.left-control:hover,
.right-control:hover {
    color: #fff;
    background: none;
}

.left-control i:after,
.right-control i:after {
    display: block;
    text-align: center;
    font: 2.857em "TayyebIcon";
    color: #ffffff;
}

.left-control i:after {
    content: "\e918";
}

.right-control i:after {
    content: "\e917";
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .go-down-arrow {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 1.714em;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

.main-nav {
    background-color: rgba(0, 0, 0, .9);
    font-family: 'DroidArabicKufiRegular', Sans-serif;
}

.smint.fxd {
    max-width: 100%;
    width: 100%;
    z-index: 1000;
}

.main-nav > .container {
    padding: 0
}

.navbar-header,
.navbar-collapse {
    float: right;
    padding-left: 0;
}

.navbar-header {
   /* padding: 0;*/
}

.navbar-brand {
    padding: 0;
    height: auto;
    display: block;
    width: 100%;
}

.navbar-nav {
    margin-right: 40px;
}

.navbar-nav li:before {
    background: none;
    border-right: 1px solid #00c0ff;
    content: "";
    right: 0;
    position: absolute;
    top: 45%;
    width: 1px;
    height: 20px;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.navbar-nav > li {
    float: right;
    height: 85px;
    position: relative;
}

.navbar-nav > li > a {
    padding: 15px 25px;
}

.navbar-right li a {
    color: #00c0ff;
    line-height: 68px;
    display: block;
    font-size: 1.048em;
}

.navbar-right li.active a {
    color: #fff;
}

.navbar-brand h1 {
    margin: 10px 0;
}


/*************************
********Service CSS*******
**************************/

#services {
    background-color: #001b3c;
    color: #fff;
    text-align: right;
    font: 1.048em "DroidArabicKufiRegular";
}

#services h2:before {
    content: "\e915";
}

.our-services .service-info {
    float: right;
    padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 40px;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 0;
}

.service-info h4 {
    color: #fcff00;
    font: 2.190em "AraHamah1964B-Bold";
    margin-top: 25px;
}

.service-info h4:after {
    display: inline-block;
    text-align: center;
    font: 1.12em "TayyebIcon";
    color: #FFF;
    padding-left: 10px;
}

.our-services .service-1:after {
    content: "\e900";
}

.our-services .service-2:after {
    content: "\e901";
}

.our-services .service-3:after {
    content: "\e902";
}

.our-services .service-4:after {
    content: "\e903";
}

.our-services .service-5:after {
    content: "\e904";
}

.our-services .service-6:after {
    content: "\e905";
}


/*************************
********About CSS*******
**************************/

#about-us {
    background-color: #0072ff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(0, 114, 255, 1) 35%, rgb(0, 114, 255) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(35%, rgba(255, 255, 255, 1)), color-stop(35%, rgb(0, 114, 255)), color-stop(100%, rgb(0, 114, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(0, 114, 254) 35%, rgb(0, 114, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(0, 114, 255) 35%, rgb(0, 114, 255) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(0, 114, 255) 35%, rgb(0, 114, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(0, 114, 255) 35%, rgb(0, 114, 255) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0072FF', GradientType=1);
    direction: rtl;
    color: #FFFFFF;
    padding-bottom: 40px;
}

#about-us h2 {
    margin-top: 0;
    color: #fcff00;
    font: 4.762em/45px "AraHamah1964B-Bold";
}

#about-us p {
    text-align: justify;
    font: 0.952em/26px "DroidArabicKufiRegular";
}

#about-us .lead {
    font-size: 1.143em;
    margin-bottom: 10px;
}

#about-us .mockup-img {
    margin-top: 90px;
}

#about-us .mockup-img img {
    max-width: 100%;
}

#layered-slider .top-area {
    background-color: #001b3c;
}

#customer .bot-area {
    padding-bottom: 40px;
}

#customer .bot-area h2 {
    color: #0072ff;
}

#customer .bot-area h2:before {
    content: "\e913";
    margin-top: -7px;
}

#layered-slider .top-area h3 {
    color: #2aaae2;
    text-align: center;
    font-size: 2.476em;
    position: absolute;
    width: 100%;
}

#layered-slider .content_layer {
    position: absolute;
}

#layered-slider .layer_img {
    left: 51%;
    width: 50%;
    text-align: center;
}

#layered-slider .layer_desc {
    margin: 0;
    color: #fff;
    font: 4.381em "DroidArabicKufiRegular";
    text-align: right;
}

#layered-slider .layer_desc:after {
    display: inline-block;
    text-align: center;
    font: 0.98em "TayyebIcon";
    padding-left: 10px;
    color: #fcff00;
}

#layered-slider .layer-1:after {
    content: '\e90c';
}

#layered-slider .layer-2:after {
    content: '\e90d';
}

#layered-slider .layer-3:after {
    content: '\e90e';
}

#layered-slider .layer-4:after {
    content: '\e90f';
}

#layered-slider .layer-5:after {
    content: '\e910';
}

.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}


/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid,
#portfolio .col-sm-4 {
    overflow: hidden;
}

#portfolio h2 {
    color: #0072ff;
}

#portfolio h2:before {
    content: "\e906";
}

#portfolio .folio-item {}

#myList {
    clear: both;
}

#myList li {
    /*display: none;*/
    list-style: none;
    float: left;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

#load-More {
    color: #fff;
    cursor: pointer;
    background: #2aaae2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    width: 100px;
    margin: 10px auto;
    clear: both;
}

#load-More:hover {
    color: black;
}

#showLess {
    color: red;
    cursor: pointer;
}

#showLess:hover {
    color: black;
}

#portfolio {
    padding-bottom: 35px;
    clear: both;
}

#portfolio .overlay {
    background-color: #009cff;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle;
}

.overlay .folio-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
    margin-top: 0;
    color: #fff;
}

.folio-overview a,
.folio-overview span span {
    font: 1.048em "DroidArabicKufiRegular";
    color: #FFF;
    height: 50px;
    width: 40%;
    line-height: 50px;
    display: inline-block;
    margin-top: 20px;
}

.folio-overview a:after,
.folio-overview span span:after {
    display: inline-block;
    text-align: center;
    font: 2.381em "TayyebIcon";
    color: #ffffff;
    padding-left: 10px;
}

.folio-overview .folio-link a:after,
.folio-overview .folio-link span:after {
    content: "\e912";
}

.folio-overview .folio-expand a:after,
.folio-overview .folio-expand span:after {
    vertical-align: middle;
    content: "\e911";
}

.folio-overview a:hover {
    color: #fffc00;
    background: none;
}

.folio-overview a:hover:after {
    color: #fffc00;
}

.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px;
}

.folio-image,
.folio-overview .folio-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.folio-title {
    text-align: center;
    position: relative;
    padding: 15px 0;
}

.folio-title h4 {
    font-size: 2.286em;
    color: #525252;
    margin-top: 0;
}

.folio-title p {
    font-size: 1.238em;
    color: #8b8b8b;
    margin-bottom: 0;
}

#portfolio .folio-item:hover .folio-image img {
    border-bottom: 3px solid #009bfd;
}

#portfolio .folio-item:hover .folio-image,
.activated.folio-item .folio-image {
    border: 3px solid #009bfd;
}

.folio-image {
    border: 3px solid #c3c3c3;
}

.folio-image img {
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
}

#portfolio .folio-item {
    position: relative
}

#portfolio .folio-item:hover .overlay {
    opacity: 0.8;
    bottom: 0;
    height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left: 0;
}

#portfolio .folio-item:hover .overlay .folio-info {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
}

#single-portfolio {
    padding: 10px 0 40px;
    position: relative;
    direction: rtl;
}

#portfolio-details {
    position: relative;
    padding: 0 50px;
    background: url("../images/folio_bg.jpg") repeat 0 0;
}

.portfolio-header h3 {
    font-size: 4.190em;
    color: #009bfd;
    text-align: center;
}

.portfolio-header h4 {
    font-size: 2.095em;
    color: #009bfd;
    text-align: center;
}

.portfolio-desc {
    font: 1.048em "DroidArabicKufiRegular";
    color: #000;
    margin-bottom: 25px;
}

.folio-features ul {
    list-style: none;
    margin: 0 0 50px;
}

.folio-features ul li {}

.folio-features li span {
    display: block;
    color: #000;
    font-size: 1.905em;
    text-align: center;
    margin: 0 auto;
}

.folio-features li span:first-child {
    height: 90px;
}

#single-portfolio .folio-album {
    text-align: center;
}

#single-portfolio .folio-album img {
    max-width: 100%;
    margin-bottom: 20px;
    border: 2px solid #FFF;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.35);
}

#single-portfolio .close-folio-item {
    color: #333;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 12px;
    right: 5px;
}

#single-portfolio .close-folio-item .close-icon,
#cboxClose {
    display: block;
    text-align: center;
    font: 1.905em/1 "TayyebIcon";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#single-portfolio .close-folio-item .close-icon:before,
#cboxClose:before {
    content: "\e91a";
}

#cboxClose {
    text-indent: 0;
    top: 15px;
    color: rgba(0, 0, 0, 0);
}

#cboxClose:before {
    color: #000;
}


/*************************
*********Team CSS*********
**************************/

#team {
    padding-top: 0;
}

.team-members {
    margin-bottom: 25px;
}

.social-icons {
    margin-top: 30px;
    text-align: center;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social-icons ul li {
    float: left;
    margin-right: 8px;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    color: #fff;
    background-color: #d9d9d9;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 1.143em;
    opacity: 0.8;
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-member {
    text-align: center;
    color: #333;
    font-size: 1em;
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.team-member:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92;
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.team-member:hover .social-icons ul li a.rss {
    background-color: #ff6b00;
}

#team .img-responsive {
    width: 100%;
}

.member-info h3 {
    margin-top: 35px;
}

.member-info h4 {
    font-size: 1em;
    margin-bottom: 15px;
    color: #999;
}


/*************************
*******Features CSS*******
**************************/

#features {
    text-align: center;
    background-image: url(../images/features-bg.jpg);
}

#features i {
    font-size: 3.429em;
}

#features h3 {
    margin-top: 15px;
    font-size: 2.143em;
    margin-bottom: 7px;
    color: #fff;
}

#features .slider-overlay {
    opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/

.pricing-table {
    text-align: center;
}

.single-table {
    padding: 30px 20px 20px;
    border: 1px solid #f2f2f2;
}

.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 1.286em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price {
    font-size: 2.571em;
    line-height: 36px;
}

.price span {
    font-size: 1em;
    line-height: 1em;
}

.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.single-table ul li {
    line-height: 30px;
}

.single-table.featured {
    color: #fff;
}

.single-table.featured h3 {
    color: #fff;
}

.single-table.featured .btn.btn-primary {
    background-color: #fff;
}


/*************************
********Twitter CSS*******
**************************/

#twitter {
    background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
    text-align: center;
    position: relative;
}

#twitter-carousel {
    position: relative;
    z-index: 15
}

.twitter-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}

.twitter-icon .fa-twitter {
    font-size: 1.714em;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}

.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}

#twitter-carousel .item {
    padding: 0 55px;
}

#twitter-carousel .item a {
    color: #fff;
}

.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.twitter-left-control,
.twitter-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 1.286em;
    border-radius: 50%;
    z-index: 15
}

.twitter-left-control {
    left: 80px;
}

.twitter-right-control {
    right: 80px
}

.twitter-left-control:hover,
.twitter-right-control:hover {
    color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
    position: relative;
}

.post-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 0.857em;
}

.post-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 0.857em;
    font-weight: 600;
}

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

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control {
    position: absolute;
    top: 45%;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 2.571em;
}

.blog-left-control {
    left: 0;
}

.blog-right-control {
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff;
}

.entry-header h3 a {
    line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory {
    display: inline-block;
    font-size: 0.786em;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.entry-header .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 3px;
}

.entry-content {
    font-size: 1em;
}

.load-more {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.btn-loadmore {
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 1em;
    font-weight: 600;
    padding: 15px 125px;
    text-transform: uppercase;
}

.btn-loadmore:hover {
    color: #fff;
}


/*************************
**********Contact CSS*****
**************************/

#contact {
    padding-top: 45px;
    padding-bottom: 0;
}

#form-messages,
#form-message {
    text-align: center;
    color: #7cc177;
    font-size: 20px;
    margin: 25px auto;
}

#google-map {
    height: 350px;
}

#contact-us {
    background-image: url(../images/contact-bg.jpg);
    padding-bottom: 90px;
}

#contact-us .heading {
    padding-top: 95px;
}

.form-group.action-btn {
    text-align: center;
}

.form-control {
    border: 0;
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    border-bottom: 1px solid #FFF;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    direction: rtl;
}

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

#cboxLoadedContent {
    padding: 20px 40px 20px;
}

#cboxLoadedContent .form-control {
    color: #2aaae2;
    border-color: #2aaae2;
    border-bottom: 1px solid #2aaae2;
}

.form-control::-moz-placeholder {
    color: #FFF;
}

.form-control::-webkit-input-placeholder {
    color: #FFF;
}

.form-control:-moz-placeholder {
    color: #FFF;
}

:-ms-input-placeholder {
    color: red;
}

#cboxLoadedContent .form-control::-moz-placeholder {
    color: #2aaae2;
}

#cboxLoadedContent .form-control::-webkit-input-placeholder {
    color: #2aaae2;
}

#cboxLoadedContent .form-control:-moz-placeholder {
    color: #2aaae2;
}

#cboxLoadedContent:-ms-input-placeholder {
    color: red;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

.form-group {
    margin-bottom: 30px;
    font: 1.048em "DroidArabicKufiRegular";
}

.form-group.col-sm-6 {
    float: right;
}

.contact-info {
    padding-left: 70px;
    font-weight: 300;
}

ul.address {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin-bottom: 8px;
}

.contact-info ul li a {
    color: #fff;
}

.btn-submit {
    padding: 2px 25px;
    color: #fff;
    border: 0;
    margin-top: 10px;
    font-size: 1.429em;
    background-color: #2aaae2;
}

#footer {
    color: #fff;
    background-color: #0072ff;
    direction: ltr
}

#footer h2 {
    color: #fcff00;
}

#footer h2:before {
    content: "\e907";
    margin-top: -12px;
}

#footer .bot-footer {
    background: #000;
    padding: 25px 0;
}

#footer .bot-footer >div,
#footer .bot-footer >div >div {
    padding: 0;
}

.bot-footer .qr-code {
    padding-left: 0;
}

#footer img {
    max-width: 100%
}

.bot-footer .socials {
    padding: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 25px;
}

.footer-logo img {
    float: right;
}

#footer .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font: bold 1.048em 'Lato', sans-serif;
}

#footer .social-links li {
    padding: 0;
}

#footer .social-links li.col-md-6 {
    height: 35px;
}

#footer .social-links .social-label {
    color: #2aaae2;
    width: auto;
    padding-right: 10px;
}

#footer .social-links span {
    display: inline-block;
}

#footer .social-links a {
    color: #ffffff;
}

#footer .social-icons ul li a {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    line-height: 33px;
}

#footer .social-icon:before {
    display: inline-block;
    text-align: center;
    font: 1.905em "TayyebIcon";
    color: #FFF;
    padding: 2px 0;
}

#footer .social-icon.facebook:before {
    content: "\e909";
}

#footer .social-icon.twitter:before {
    content: "\e908";
    padding-top: 6px;
}

#footer .social-icon.telegram:before {
    content: "\e90a";
}

#footer .social-icon.skype:before {
    content: "\e90b";
}


/*Presets*/

#layered-slider {
    clear: both
}

.slider-wrapper {
    margin: auto;
    max-width: 1100px;
    height: auto;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .item {
    border: 1px solid #c9c9c9;
    background: #FFF;
    padding: 10px;
}

.site-link {
    text-align: center;
    font-size: 1.8em;
    font-family: lato, sans-serif;
    margin: 30px auto 40px;
    display: block;
    padding: 10px;
    background: #ddd;
}