/* ================================= CSS Structure =================================
1. GLOBAL STYLES	
        - Page Loader Styles
        - Overlay Styles

2. HEADER SECTION	
        - Sticky Container
        - Logo Styles
        - Navigation
        
3. SLIDER SECTION
4. WELCOME SECTION	
5. FEATURES SECTION
5. ADDITIONAL SECTION
6. PRICING TABLE SECTION
7. SCREENSHOTS SECTION
8. OUR ACHIEVEMENT SECTION
9. VIDEO SECTION
10. HOW IT WORKS SECTION
11. TESTIMONIALS SECTION
12. TEAM SECTION
13. NEWS SECTION
14. SKILL SECTION
15. CLIENT SECTION
16. TWITTER FEED
17. SUBSCRIBE SECTION
18. CONTACT US SECTION
19. DOWNLOAD NOW
20. FOOTER SECTION
        - Social Media
        - Copyrights
20. PAGES
        - Blog
                - Blog Right Part Sidebar
                - Blog Single Page
                - Blog Single Contact Form
                - Blog Grid
                - Blog Timeline
        - PORTFOLIO
        - FAQ
        - Shortcodes
=========================================================================== */

/* =========================== GLOBAL STYLES ============================== */
body {
    color:#333;
    font-size:15px;
    font-weight:300;
    padding:0;
    line-height:1.5;
    font-family:'flat-jooza','Roboto',sans-serif;
    -webkit-font-smoothing:antialiased !important;
    background:#f0f0f0;
    overflow-x:hidden;
}
a,a:hover,a:focus,.btn:focus {
    text-decoration:none;
    outline:none;
}
img {
    max-width:100%;
}
.relative {
    position:relative;
}
.absolute {
    position:absolute;
}
.container {
    max-width:1260px;
    padding-left:15px;
    padding-right:15px;
    width:100%;
}
.no-padding {
    padding:0;
}
.uppercase {
    text-transform:uppercase;
}
.capitalize {
    text-transform:capitalize;
}
.bold {
    font-weight:700;
}
.normal {
    font-weight:normal;
}
.italic {
    font-style:italic;
}
.animated {
    visibility:hidden;
}
.visible {
    visibility:visible;
}
.clear {
    clear:both;
}
.unlist li {
    list-style:none;
}
p {
    line-height: 2;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
/* ------------- Purchase Now ------------- */
.purchase-button {
    background-color:#000000;
    padding:35px 0px;
}
.purchase-button .slide-btn {
    background-color:#f4a62a;
    font-weight:400;
    margin:0 20px;
    padding:15px 0;
    width:300px;
    max-width:100%;
    display:block;
}
.purchase-button h2 {
    margin:10px 0px;
    font-weight:400;
    text-align:right;
}
.purchase-button .slide-btn i {
    margin-right:15px;
    font-size: 25px;
}
/* ------------- Page Loader Styles ------------- */
#pageloader {
    background-color:#FFFFFF;
    height:100%;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}
.loader-item {
    background:none repeat scroll 0 0 #FFFFFF;
    border-bottom:3px solid rgba(0,0,0,0) !important;
    border-left:3px solid;
    border-radius:200px;
    -moz-border-radius:200px;
    -webkit-border-radius:200px;
    -o-border-radius:200px;
    -ms-border-radius:200px;
    border-right:3px solid;
    border-top:3px solid;
    height:40px;
    left:50%;
    margin:-20px 0 0 -20px;
    position:absolute;
    text-align:center;
    top:50%;
    width:40px;
}
.loader-item h2 {
    color:#CCCCCC;
    font-size:20px;
    margin:0 auto;
}
.colored-border {
    border-color: #f06739;
}
/* ------------- Overlay Styles ------------- */
.overlay {
    display:block;
    position:absolute;
    z-index:20;
    background:rgba(0,0,0,0.75);
    overflow:hidden;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
a.close-overlay {
    display:block;
    position:absolute;
    top:0;
    right:0;
    z-index:100;
    width:45px;
    height:45px;
    font-size:20px;
    font-weight:700;
    color:#fff;
    line-height:45px;
    text-align:center;
    cursor:pointer;
}
a.close-overlay.hidden {
    display:none;
}
a.expand {
    display:block;
    position:absolute;
    z-index:100;
    width:60px;
    height:60px;
    border:solid 2px #fff;
    text-align:center;
    color:#fff;
    line-height:55px;
    font-weight:700;
    font-size:14px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius: 30px;
}
a.expand i{
    font-size: 20px;
    margin-top: 16px;
}
/* Products Hover Effect */
.effect2 .overlay {
    top:0;
    left:0;
    right:0;
    width:100%;
    height:0;
}
.effect2 .overlay a.expand {
    left:0;
    right:0;
    top:50%;
    margin:-30px auto 0 auto;
}
.effect2 .img.hover .overlay {
    height: 100%;
}
/*.effect2 .img .article-title{
        -webkit-transition:all 0.0s;
    -moz-transition:all 0.0s;
    -o-transition:all 0.0s;
    transition:all 0.0s;
}*/
.effect2 .img.hover .article-title{    
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/* Portfolio Hover Effect */
.effect5 .overlay {
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
}
.effect5 .overlay a.expand {
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.effect5 .img.hover .overlay {
    opacity:1;
}
.effect5 .img.hover .overlay a.expand {
    width:60px;
    height:60px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius: 30px;
}
/* Blog Hover Effect */
.effect6 .overlay {
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
}
.effect6 .overlay a.expand {
    left:0;
    right:0;
    top:0;
    margin:0 auto;
    opacity:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.effect6 .img.hover .overlay {
    opacity:1;
}
.effect6 .img.hover .overlay a.expand {
    top:50%;
    margin-top:-30px;
    opacity: 1;
}
.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    /* browsers */
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7c000000',endColorstr='#7c000000');
    /* IE */
}
.bg-overlay.pattern {
    background: rgba(255, 201, 0, 0.5) url("../images/pattern.png") repeat scroll 0 0;
    filter-progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7c000000',endColorstr='#7c000000');
    /* IE */
}
/* =========================== HEADER SECTION ============================== */
#home header {
    background-image:url(../images/bg/header-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-position:0 0;
    background-repeat:repeat;
    position:relative;
    /*min-height:650px;*/
}
.title {
    font-family:'flat-jooza','Raleway',sans-serif;
    font-weight:300;
    /*color:#000000;*/
    text-transform:uppercase;
    display:inline-block;
}
.title h2 {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    display:inline-block;
    font-weight:700;
    font-size:33px;
}
.title span {
    font-weight:900;
}
.title h2:before {
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    position:absolute;
    margin-top:53px;
}
.title:before {
    content:"";
    width:100px;
    height:1px;
    position:absolute;
    margin-top:76px;
    margin-left:auto;
    margin-right:auto;
}
.desc {
    font-size:18px;
    font-weight:300;
    padding:10px 0px 30px 0;
    color:#777777;
    line-height: 1.8;
}
/* ------------- Logo Styles ------------- */
a.navbar-brand {
    font-family:'flat-jooza','Roboto';
    font-size:26px;
    font-style:normal;
    font-weight:300;
    color:#FFFFFF;
    text-transform:uppercase;
}
.logo-letter {
    font-weight: 700;
}
.navbar-header .navbar-brand img{
    width: 80px;
    height: 80px;
}
/* ------------- Sticky Container ------------- */
header .sticky-wrapper.is-sticky .navbar,#pages header .sticky-wrapper .navbar {
    z-index:1001;
    background-image:url(../images/pattern.png);
    background-color:rgba(255,201,0,.8);
}
header .dropdown-menu {
    background-image:url(../images/pattern.png);
    background-color:rgba(255,201,0,.9);
    text-align: right;
}
header ul.dropdown-menu {
    margin-top:20px;
    border:0;
}
header .dropdown i {
    font-size:18px;
    margin:0 0px 0 5px;
    vertical-align: middle;
}
header .navbar-collapse.collapse.in{
    background-image:url(../images/pattern.png);
    background-color:rgba(255,201,0,.9);
    z-index: 9999;
}

/* ------------- Navigation ------------- */


.home-header{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.home-header .container{
    position: relative;
    top: -20px;
    direction: rtl;

}




/* ------------- owl ------------- */


#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}




/* ------------- owl ------------- */
header .navbar {
    margin:0;
    padding:10px 0;
}
header .is-sticky .navbar {
    margin:0;
    padding:0px 0;
}
header .navbar-fixed-top {
    border:none;
}
.navbar ul.nav a {
    font-family:'flat-jooza','Roboto';
    font-size:14px;
    font-weight:700;
    font-style:normal;
    color:#FFFFFF;
    text-transform:uppercase;
}
header .navbar-nav>li>a {
    padding:0px 15px;
    line-height:70px;
}
.navbar ul.nav a:hover,.navbar ul.nav a:focus {
    background:#126FAB ;
}
.navbar-toggle {
    background-color:#ffc900;
}
.navbar-toggle .icon-bar {
    background-color:#FFFFFF;
}
.navbar .dropdown a {
    background:none !important;
}
.navbar .dropdown-menu a {
    padding:7px 15px;
}
.navbar-nav i {
    font-size: 20px;
}
.navbar-nav > li {
    float: right;
}
.navbar-nav{
    float: none;
    margin-bottom: 5px;
    margin-right: 80px;
    margin-top: 5px;
}
/* =========================== SLIDER SECTION ============================== */
.intro-text {
    color:#ffffff;
}
.intro-text h1 {
    font-size:55px;
    font-weight:900;
    padding-top:100px;
    line-height:1.2;
    text-transform:uppercase;
    text-align: right;
}
.large_white_bold {
    font-size:35px;
    font-weight:500;
}
.medium_white_light {
    font-size:18px;
    text-align: right;
}
.slide-btn {
    font-family:'flat-jooza','Roboto';
    font-size:18px;
    color:#FFFFFF;
    padding:12px 34px;
    margin:10px 3px;
    border-radius: 0px;
    font-weight:normal;
    background:transparent;
    border:2px solid #ffffff;
    position:relative;
    transition:all 0.4s ease-in 0s;
    -moz-transition:all 0.4s ease-in 0s;
    -webkit-transition:all 0.4s ease-in 0s;
    -o-transition:all 0.4s ease-in 0s;
    -ms-transition:all 0.4s ease-in 0s;
    animation:point-down 0.5s alternate infinite;
    -o-animation:point-down 0.5s alternate infinite;
    -moz-animation:point-down 0.5s alternate infinite;
    -webkit-animation:point-down 0.5s alternate infinite;
}
.slide-btn a {
    color:#FFFFFF;
}
.slide-btn i {
    padding-left:6px;
    padding-right:6px;

}
.slide-btn:hover,.slide-btn:focus {
    background:#FFFFFF;
    border:1px solid #ffffff;
}
.slide-btn:hover a,.slide-btn a:hover {
    color:#000000;
}
.app-icons {
    display:block;
    margin:20px;
}
.app-icons i {
    font-size:35px;
    color:#ffffff;
    margin:4px;
}
.app-icons i:hover {
    transform:rotateX(360deg);
    -ms-transform:rotateX(360deg);
    -webkit-transform:rotateX(360deg);
    color: #000000;
}
/*===============Mobile Screen Slider======================*/
#mobileslider {
    margin:30px auto;
    width:320px;
}
.mobile-img {
    text-align:center;
}
#mobileslider .owl-buttons {
    height:100%;
}
#mobileslider.owl-theme .owl-controls .owl-buttons div {
    top:40%;
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    font-family:'flat-jooza',Flaticon;
    content:"\e0bb"!important;
    left:30px;
    font-size:60px;
    color:#ffffff;
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev {
    transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-next:before {
    font-family:'flat-jooza',Flaticon;
    content:"\e0bb" !important;
    left:33px;
    font-size:60px;
    color: #ffffff;
}
/* =========================== WELCOME SECTION ============================== */
.welcome-section {
    /*position:relative;*/
}
.welcome-section li {
    clear:both;
    padding-bottom:30px;
    color:#777777;
    text-align:right;
}
.welcome-section i {
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.5);
    padding:25px;
    border-radius:50%;
    color:#ffffff;
    margin-bottom:30px;
}
.container.welcome-inner {
    padding-top:60px;
}
.welcome-section ul {
    margin-top:80px;
    padding-left:0px;
}
.welcome-content h5 {
    font-size:16px;
    color:#333333;
    text-transform: uppercase;
}
/* =========================== FEATURES SECTION ============================== */
/*#features {
    background-image:url(../images/bg/features-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
}
*/
.services-section,
.features-section {
    position:relative;
}
.cnotainer.services-inner,
.container.features-inner {
    padding-top:60px;
    padding-bottom:0px;
}
.features-section .title,.features-section h3 {
    color:#FFFFFF;
}
.features-content h5 {
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    text-align: right;
}
.features-list {
    padding:40px 0 0 0px;
}
.features-list-left {
    text-align:right;
}
.features-list-right {
    text-align:right;
}
.features-list li {
    list-style:none;
    padding:20px 0;
    line-height:2;
    font-size:15px;
    font-weight:300;
    position:relative;
}
.features-list li i {
    display:block;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    background-color:rgba(18,111,170,.8);
    border-color:rgba(18,111,170,.9);
    width:90px;
    height:90px;
    margin:20px auto;
    line-height:90px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transform:all 0.5s ease;
    -o-transform:all 0.5s ease;
    transition:all 0.5s ease;
    text-align:center;
    position:absolute;
    top:10px;
}
.features-list li:hover>i {
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transform:all 0.5s ease;
    -o-transform:all 0.5s ease;
    transition:all 0.5s ease;
    color:#ffffff;
}
.features-list-left li i {
    left:0px
}
.features-list-right li i {
    right:0px;
}
.features-list-left .features-content {
    margin-left:110px;
}
.features-list-right .features-content {
    margin-right:110px;
}
.app-image {
    text-align:center;
    margin:0px auto;
    z-index: 1;
}
/* =========================== ADDITIONAL SECTION ============================== */
#additional {
    background-image:url(../images/bg/additional-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
}
.additional-section {
    position:relative;
}
.circle-bg {
    position:absolute;
    width:80px;
    height:80px;
    background-color:#fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    top:5px;
    left:0px;
    right:0px;
    margin:auto;
    text-align:center;
    font-size:20px;
    padding-top:5px;
    font-weight:700;
    z-index:-1;
    border-top:1px solid #d9e2e9;
}
.additional-title {
    z-index:100;
}
.container.additional-inner {
    padding-top:60px;
    padding-bottom:70px;
}
.additional-section .title {
    color:#FFFFFF;
}
.additional-section h5 {
    padding:0px 10px 5px 0;
    font-size:18px;
    color:#ffffff;
    text-transform:uppercase;
}
.additional-features {
    position:relative;
    color:#FFFFFF;
    line-height:2;
    text-align:center;
}
.additional-features i {
    width:80px;
    height:80px;
    line-height:80px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
}
.additional-features:hover>i {
    transform:rotate( 360deg);
    -moz-transform:rotate( 360deg);
    -webkit-transform:rotate( 360deg);
    -o-transform:rotate( 360deg);
    -ms-transform:rotate( 360deg);
}
.additional-content {
    padding:15px 30px;
    margin-bottom:30px;
}
.additional-feature-image {
    z-index:1;
    text-align:center;
}
.features-border-top {
    border-top:1px solid;
    margin-top:40px;
}
.features-border-top .col-md-3 {
    margin-top:-40px;
}
.features-border-top .col-md-3:after {
    content:"";
    position:absolute;
    top:40px;
    left:0;
    height:40%;
    width:1px;
}
.features-border-top .right-border:before {
    content:"";
    position:absolute;
    top:40px;
    right:0;
    height:40%;
    width: 1px;
}
/* =========================== PRICING TABLE SECTION ============================== */
.price-table {
    background-color:#FFFFFF;
    border-bottom:2px solid #dce0e3;
}
.container.pricing-inner {
    padding-top:60px;
    padding-bottom:90px;
}
.price-table .desc {
    color:#777777;
}
.price-table .table-row {
    margin-top:50px;
}
.pricing-box {
    background-color:rgba(0,0,0,.005);
    border:1px solid #e4e9ee;
    border-radius:5px;
    margin-bottom:10px;
}
.pricing-title i {
    border-bottom:1px solid #000000;
    margin-bottom:5px;
    padding-bottom:5px;
}
.price-table h3 {
    font-size:26px;
    padding:30px 20px;
    font-weight:800;
    margin:0px;
    border-radius:5px 5px 0 0;
    color:#000000;
    text-transform:uppercase;
    background-color:rgba(0,0,0,.05);
}
.pricing-title.highlight h3 {
    background-image:none;
    color:#ffffff;
}
.pricing-title.highlight i {
    border-bottom:1px solid #ffffff;
}
.pricing-box ul {
    padding-left:30px;
    padding-right:30px;
    margin-bottom:0px;
}
.pricing-box li {
    list-style-type:none;
    padding:15px;
    color:#7a838a;
    font-size:14px;
    border-top:1px solid rgba(0,0,0,.05);
}
.pricing-box .price {
    padding:16px 0px;
    font-size:36px;
}
.pricing-box .price h6 {
    display:inline-block;
    font-size:55px;
    font-weight:900;
}
.pricing-box .price span {
    font-size:13px;
    font-weight:normal;
}
.pricing-more {
    padding:15px 5px;
    text-align:center;
    border-radius:0 0 5px 5px;
    background-color:rgba(0,0,0,.05);
}
.pricing-more i {
    font-size:28px;
}
.pricing-more a {
    padding:10px 5px;
    color:#000000;
    display:block;
    text-transform:uppercase;
    font-weight: 700;
}
/* =========================== SCREENSHOTS SECTION ============================== */
#screenshots {
    background-image:url(../images/bg/additional-bg.jpg);
    background-attachment:fixed;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
    text-align:center;
    /*height: 647px;*/
}
.screenshots {
    position:relative;
    direction: ltr;
}
.screenshots .title {
    color:#FFFFFF;
}
.screenshots-inner {
    padding-top:60px;
    padding-bottom:90px;
}
.screen-img {
    margin:25px 0 0 25px;
    text-align:center;
    background-color:rgba(0,0,0,.2);
    /*border-radius:5px;*/
    height: 270px;
}
.screen-img:hover {
    background-color:rgba(0,0,0,.6);
}
.screen-img .img {
    height: 100%;
    width: 100%;
}
.screen-img img {
    /*border-radius:5px;*/
    height: 100%;
    width: 100%;
    /*border:10px solid rgba(0,0,0,.3);*/
}
.screen-img:hover img {
    opacity:.2;
}
.owl-carousel .owl-item {
    cursor:pointer;
    float:left;
    /*width: 250px !important;*/
}
.screen-img .overlay {
    background: none;
}

.screenshots .article-title{
    position: absolute;
    width: calc(100% - 25px);
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background-position: 50% 50%;
    bottom:0px;  
    height: auto;
    overflow: hidden;
    padding: 15px 20px;
    width: -moz-available;
    width: -o-available;
    width: -webkit-available;
    /*    margin-right: 25px;
        margin-bottom: 25px;*/

}
.screenshots .article-title p{
    color: #fff;
    text-align: right;
    margin: 0 0 0px;
}



/*============================== video-slider=======================*/

#videos {
    /*background-image:url(../images/bg/additional-bg.jpg);*/
    background-attachment:fixed;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#000;
    text-align:center;
    /*height: 647px;*/
}
.video-slider {
    position:relative;
    direction: ltr;
}
.video-slider .title {
    color:#000;
}
.video-inner {
    padding-top:60px;
    padding-bottom:90px;
}
.video-slider .screen-img {
    margin:25px 0 0 25px;
    text-align:center;
    background-color:rgba(0,0,0,.2);
    /*border-radius:5px;*/
    height: 270px;
}
.video-slider .screen-img:hover {
    background-color:rgba(0,0,0,.6);
}
.video-slider .screen-img .img {
    height: 100%;
    width: 100%;
}
.video-slider .screen-img img {
    /*border-radius:5px;*/
    height: 100%;
    width: 100%;
    /*border:10px solid rgba(0,0,0,.3);*/
}
.video-slider .screen-img:hover img {
    opacity:.2;
}
.video-slider .owl-carousel .owl-item {
    cursor:pointer;
    float:left;
    /*width: 250px !important;*/
}
.video-slider .screen-img .overlay {
    background: none;
}

.video-slider .article-title{
    position: absolute;
    width: calc(100% - 25px);
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.9) 100%);
    background-position: 50% 50%;
    bottom:0px;  
    height: auto;
    overflow: hidden;
    padding: 15px 20px;
    width: -moz-available;
    width: -o-available;
    width: -webkit-available;
    /*    margin-right: 25px;
        margin-bottom: 25px;*/

}
.video-slider .article-title p{
    color: #fff;
    text-align: right;
    margin: 0 0 0px;
}

.video-slider .owl-theme .owl-controls .owl-page span {
    background: #ccc;
}



/* =========================== OUR ACHIEVEMENT SECTION ============================== */
#counting {
    background:#FFFFFF;
}
.container.counting-inner {
    padding-top:60px;
    padding-bottom:70px;
}
.counting h3 {
    margin:0 auto;
    color:#333333;
    padding:5px 0px;
    font-weight:700;
    text-transform:uppercase;
    font-size:18px;
}
.counting-box i {
    color:#ffffff;
    width:110px;
    height:110px;
    line-height:110px;
    border-radius:50%;
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.5);
    margin-bottom:20px;
    margin-top:20px;
}
.fact-number {
    margin:0 0 0px;
    padding:0 0 0px;
}
.fact-number .factor {
    display:inline-block;
    line-height:45px;
    padding:10px 0px 20px 0;
    font-size:60px;
    width:160px;
    font-weight: 900;
}
/* =========================== VIDEO SECTION ============================== */
#demo-video {
    background-image:url(../images/bg/video-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
}
.demo-video {
    position:relative;
}
.container.demo-video-inner {
    padding-top:60px;
    padding-bottom:0px;
}
.demo-video .title {
    color:#ffffff;
}
.video_bg {
    background:url(../images/video_bg.png) no-repeat center 100%;
    background-size:100%;
    max-width:700px;
    margin:0px auto;
    position:relative;
    padding:70px 0px 60px 0;
    margin-bottom:-30px;
    z-index:10;
}
.video_bg iframe {
    width:100%;
    max-width: 544px;
}
/* =========================== HOW IT WORKS SECTION ============================== */
.how-it-works {
    background:#FFFFFF;
    border-bottom:2px solid #dce0e3;
}
.container.how-it-works-inner {
    padding-top:90px;
    padding-bottom:70px;
}
.how-it-works .header {
    padding-bottom:35px;
}
.how-it-works h3 {
    font-size:22px;
    text-transform:uppercase;
}
.how-it-works ul {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 0;
}
.how-it-works .about-right {
    padding:0 30px;
}
.about-right .fa-comment-o {
    font-weight:400;
}
.benefits {
    position:relative;
}
.phone-image-right {
    margin-right:-25%;
    position:relative;
}
.how-it-works ul li {
    padding:15px 5px 0px;
}
.how-it-works i {
    color: #126EAA;
    float: right;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 5px 5px 20px;
}
.how-it-works .flaticon-users2 {
    font-size:45px !important;
    margin:10px 10px 5px 5px;
}
.how-it-works .flaticon-share26 {
    margin:10px 20px 5px 9px;
}
.how-it-works .about-right p {
    color:#737a7f;
    font-size:15px;
    line-height:26px;
    font-weight: 300;
}




.form-control {width:120px;}
.popover {max-width:400px;}
/* =========================== TESTIMONIALS SECTION ============================== */
.testimonials .testimonials-inner {
    padding-top:50px;
    padding-bottom:0px;
}
.testimonials h3 {
    color:#a8b1ba;
}
.testimonials .feedback {
    margin-top:10%;
    text-align:center;
    color:#777777;
}
.testimonials .feedback p {
    font-size:18px;
    font-weight:300;
}
.testimonials .owl-controls {
    display:none !important;
}
.testimonials .feedback h5 {
    font-size:25px;
    font-weight:600;
    margin-top:30px;
}
bg-text {
    background-color:#999999;
    overflow:hidden;
    padding:20px 20px 100px 20px;
    position:relative;
}
.bg-text:after {
    color:#777777;
    content:attr(data-bg-text);
    display:block;
    font-size:120px;
    font-weight:bold;
    transform:rotate(-15deg);
    line-height:1;
    position:absolute;
    bottom:-15px;
    right:10px;
    opacity: .04;
}
/* =========================== TEAM SECTION ============================== */
#team {
    background-image:url(../images/bg/team-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
}
.team {
    position:relative;
}
.team .container.team-inner {
    padding-top:60px;
    padding-bottom:70px;
}
.team .title {
    color:#FFFFFF;
}
.team .team-box {
    margin:20px auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-bottom:5px solid;
    position:relative;
    max-width:350px;
}
.team .team-box-inner {
    padding:0px;
    position:relative;
}
.team .team-box-inner h3 {
    margin-top:0px;
    color:#ffffff;
}
.team .team-box-inner p {
    padding:5px 5px 7px 5px;
    color:#ffffff;
}
.team .social-icon.top,.team .social-icon.bottom {
    left:0;
    margin:auto;
    padding:13px 0;
    position:relative;
    right:0;
    text-align:center;
}
.team .social-icon i {
    font-size:15px;
    line-height:35px;
    margin:0 7px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    color:#FFFFFF;
    width:35px;
    height:35px;
}
.team-box-inner .about-member {
    opacity:0;
    text-align:center;
    position:absolute;
    top:0;
    bottom:0px;
    left:0;
    right:0px;
    height:300px;
}
.team-box-inner .about-member .member-details {
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.team-box-inner:hover img {
    opacity:.1;
}
.team-box-inner:hover .team-thumbnail {
    background-color:rgba(0,0,0,.8);
}
.team-box-inner:hover .about-member {
    opacity:1;
}
.facebook {
    background-color:#204385;
}
.twitter {
    background-color:#2aa9e0;
}
.linkedin {
    background-color:#02669a;
}
.google {
    background-color:#d3492c;
}
.pinterest {
    background-color:#ca2128;
}
.youtube {
    background-color:#eb2429;
}
.vimeo {
    background-color:#20b7ec;
}
.flickr {
    background-color: #f14c8e;
}
/* =========================== NEWS SECTION ============================== */
.blog .blog-box {
    margin-bottom:10px;
}
.blog .blog-inner {
    padding-top:60px;
    padding-bottom:80px;
}
.blog .blog-box.img {
    display:inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -khtml-border-radius:50%;
}
.blog .blog-box img {
    width:80px;
    height:80px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    text-align:center;
}
.blog .title-top {
    margin:0px;
}
.blog .effects .img {
    margin-bottom:0px;
}
.blog-image.img .img-icon {
    font-size:40px;
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    text-align:center;
    border:1px solid #333;
}
.blog-content {
    padding:8px 20px 45px 0px;
    text-align:right;
    margin-right:100px;
}
.blog-content h2 {
    font-weight:700;
    margin-top:0;
    font-size:20px;
    text-transform:uppercase;
}
.blog-content h2 a:hover {
    color:#000000;
}
.blog-content p {
    line-height:26px;
    color:#717b82;
}
.blog-content .comments {
    padding:5px 5px 15px 5px;
}
.blog .btn {
    padding:7px 15px 8px;
    font-weight:normal;
    margin-top:10px;
    font-size:15px;
}
.blog .slide-btn {
    background-color:#000000;
}
.blog .btn i {
    vertical-align:text-bottom !important;
}
.blog .btn:hover {
    color:#FFFFFF !important;
}
.blog .load-post .btn {
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.5);
    padding:15px 25px;
    color:#FFFFFF;
}
.blog .load-post .btn:hover {
    color:#FFFFFF;
    background-image:none;
}
.blog .blog-scroll-section .effects .img {
    position:absolute;
    overflow:hidden;
    margin:0px auto;
    padding:10px;
    width:100px;
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.blog-image.img.overlay {
    border-radius:50% !important;
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
    -o-border-radius:50% !important;
    -ms-border-radius:50% !important;
}
.news-info div {
    display:inline-block;
    padding-right:10px;
}
.news-info div .fa {
    padding-right: 5px;
    padding-left: 5px;
}
/* =========================== SKILL SECTION ============================== */
.skill .skill-inner {
    padding-top:50px;
    padding-bottom:70px;
}
.skill h3 {
    color:#a8b1ba;
}
.piechart {
    position:relative;
    display:inline-block;
    text-align:center;
    margin:35px 0px;
    width:100%;
}
.piechart canvas {
    position:absolute;
    top:0;
    left:46%;
    margin-left:-97px;
    color:#E26853;
}
.piechart span {
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    -o-border-radius:100%;
    -ms-border-radius:100%;
    color:#FFFFFF;
    display:block;
    font-size:60px;
    font-weight:500;
    height:162px;
    left:50%;
    line-height:200px;
    margin-bottom:25px;
    margin-left:-75px;
    position:relative;
    top:5px;
    width:162px;
    z-index:2;
}
.piechart span:after {
    content:'%';
    font-size: 60px;
}
/* Load More */
.load-more {
    display:none;
}
.load-more.active {
    display: block;
}
/* =========================== CLIENT SECTION ============================== */
.container.client-inner {
    padding-top:60px;
    padding-bottom:60px;
}
.client1,.client2 {
    padding:15px 0px;
    color:#717b82;
}
.client1 span,.client2 span {
    font-size:15px;
    color:#717b82;
    font-style:normal;
    font-weight:normal;
}
.client-inner h5 {
    font-size:16px;
    color:#495258;
    font-weight:700;
}
.client-inner h3 {
    font-weight:600;
}
.client-inner p {
    font-size:15px;
    line-height:26px;
}
.clients .client-logo .divider {
    float:left;
    margin:-23px 25px 0 20px;
}
.clients .client-logo .logo-top,.clients .client-logo .logo-bottom {
    padding:5px 30px;
}
.clients .client-logo .logo-top img,.clients .client-logo .logo-bottom img {
    margin:15px 35px;
}
.clients .client-logo .logo-top img,.clients .client-logo .logo-bottom img {
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.9999 0.9999 0 1 0\'/></filter></svg>#grayscale");
    /* for Webkit browsere,Chrome 19+,Safari 6+... */ 	-webkit-filter:grayscale(0.5);
    /* for IE6+*/ 	 -moz-filter:grayscale(0.5);
    -ms-filter:grayscale(0.5);
    -o-filter:grayscale(0.5);
    filter:grayscale(0.5);
    opacity:0.65;
    filter:gray;
}
.clients .client-logo .logo-top img:hover,.clients .client-logo .logo-bottom img:hover {
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0,1 0\'/></filter></svg>#grayscale");
    /* for Webkit browsere,Chrome 19+,Safari 6+... */ 	-webkit-filter:grayscale(0);
    /* for IE6+*/ 	filter:gray;
    opacity:1;
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
    filter: grayscale(0);
}
/* =========================== TWITTER FEED SECTION ============================== */
.twitter-feed {
    text-align:center;
    padding-bottom:15px;
}
.twitter-feed .owl-buttons {
    display:none;
}
.tweet {
    padding:12px 0px 5px;
}
.twitter-feed i {
    margin:-35px 0;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    padding:10px;
    color:#FFFFFF;
}
.twitter-feed .owl-pagination,.twitter-feed .icon-twitter,.twitter-feed .tweet_time,.twitter-feed .username {
    display:none;
}
.twitter-feed .tweet_text {
    color:#FFFFFF;
    font-family:'flat-jooza','Raleway',sans-serif;
    font-size:14px;
    font-weight:300;
    font-style:italic;
}
.twitter-feed .tweet_user a,.tweet_text a {
    text-decoration:underline;
}
.twitter-feed .tweet_user a,.tweet_text a,.twitter-feed .tweet_text,.username {
    color: #FFFFFF;
}
/* =========================== SUBSCRIBE SECTION ============================== */
#subscribe {
    background-image:url(../images/bg/subscribe-bg.jpg);
    background-attachment:fixed !important;
    background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-repeat:repeat;
    color:#ffffff;
}
.subscribe {
    position:relative;
}
.container.subscribe-inner {
    padding-top:60px;
    padding-bottom:80px;
}
.subscribe .title {
    color:#FFFFFF;
}
.form-control-lg {
    font-size:18px;
    height:60px;
    line-height:30px;
    padding:15px 25px;
}
.subscribe-form-submit {
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    position:absolute;
    right:0;
    top:-1px;
    width:150px;
    color:#ffffff;
}
.form-horizontal .subscribe-form-input.has-feedback .form-control-feedback {
    right:150px;
    top:13px !important;
}
.btn-lg {
    padding:18px 25px;
}
.subscribe .form-control::-moz-placeholder {
    color:#b4c3d2 !important;
    opacity:0.98 !important;
    font-weight:300!important;
}
.subscribe .form-control::-webkit-input-placeholder {
    color:#b4c3d2 !important;
    opacity:1;
}
.subscribe .btn.bg-inverse:hover,.subscribe .btn.bg-inverse:focus {
    color:#ffffff;
    opacity: .8;
}
/* =========================== CONTACT US SECTION ============================== */
.contact {
    background:url(../images/contact.jpg);
}
.container.contact-inner {
    padding-top:60px;
    padding-bottom:80px;
}
.contact .header {
    padding-bottom:15px;
}
.contact .form-control {
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.8);
    opacity:0.50;
    color:#ffffff !important;
    border:1px solid #000000;
    height:60px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
}
.contact .form-message {
    color:#FFFFFF;
    padding:5px 0 10px;
    text-align:center;
}
.forms .error,.forms .error:focus {
    border:1px solid #d99898;
}
.contact textarea.form-control {
    height:200px;
}
.contact .btn {
    margin-top:5px;
}
.contact .form-horizontal .form-group {
    margin:5px 0px;
}
.contact .form-control::-moz-placeholder {
    color:#ffffff !important;
    opacity:0.98 !important;
}
.contact .form-control:focus {
    color:#ffffff !important;
    opacity:0.7 !important;
}
.textarea-message {
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
}
.contact .form-control::-webkit-input-placeholder {
    color:#ffffff !important;
    opacity:1;
}
.contact .btn {
    width:100%;
    height:60px;
    padding:16px 0px;
    color:#FFFFFF;
    font-size:18px;
    font-weight:normal;
    border:0px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
}
.contact .btn i {
    margin:0 12px;
}
.contact .btn:hover {
    background-color:#126fab !important;
}
.contact .btn:hover a,.contact .btn:focus a,.contact .btn a {
    color: #FFFFFF;
}
/* =========================== DOWNLOAD NOW ============================== */
.download-now {
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.8);
    position:relative;
}
.download-now .btn i {
    font-size:30px;
    margin-left:10px;
    margin-right:10px;
}
.download-now .slide-btn {
    font-size:20px;
    background-color:rgba(0,0,0,.3);
    border-color:rgba(0,0,0,.3);
}
.download-now .btn {
    margin:10px 10px;
    padding:20px 40px 20px 20px;
    font-size:20px;
    font-weight:300;
    text-transform:uppercase;
    color:#ffffff;
}
.download-now .btn.iphone {
    margin:0px 5px;
    padding:20px 20px 20px 40px;
}
.container.download-now-inner {
    padding-top:60px;
    padding-bottom:60px;
}
.iphone {
    color:#fff;
}
.iphone:hover,.btn.bg-color:hover {
    color:#fff;
    border-color:rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.8);
}
/* =========================== FOOTER SECTION ============================== */
/* =========================== Social Media ===========================*/
.social-media {
    text-align:center;
    border-top:1px solid rgba(0,0,0,.3);
    padding-top:30px;
}
.social-media i {
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    margin:5px;
    font-size:20px;
    color:#ffffff;
    background-color:rgba(0,0,0,.3);
    border-color: rgba(0,0,0,.3);
}
/* =========================== Copyrights ============================== */
.copyright {
    background-image:url(../images/pattern.png);
    background-color:rgba(0,0,0,.8);
    color:#FFFFFF;
    position:relative;
}
.copyright p,.copyright a {
    font-size:14px;
    padding-top:15px;
    font-weight:normal;
    color:#d9e2e9;
}
.copyright .copyright-social-icon i:hover,.copyright .copyright-social-icon i,.team .social-icon i,.team .social-icon i:hover,.contact .btn:hover,.contact .btn,.blog .btn,.pricing-more:hover,.pricing-more,.service-more:hover,.service-more,.blog-single .btn,.blog-single .btn:hover,.social-media i:hover,.social-media i,.app-icons i:hover,.app-icons i,.additional-features:hover i,.additional-features i,.pricing-box:hover,.pricing-box,.screen-img:hover,.screen-img,.team-box-inner .about-member,.team-box-inner:hover .about-member,.team-box-inner:hover img,.team-box-inner img,.welcome-section li:hover i,.welcome-section li i,header .is-sticky .navbar,header .navbar,#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev:hover:before,#mobileslider.owl-theme .owl-controls .owl-buttons .owl-next:hover:before {
    transition:all 350ms ease-in-out 0s;
    -moz-transition:all 350ms ease-in-out 0s;
    -webkit-transition:all 350ms ease-in-out 0s;
    -o-transition:all 350ms ease-in-out 0s;
    -ms-transition:all 350ms ease-in-out 0s;
}
.pricing-box:hover,.screen-img:hover,.welcome-section li:hover i {
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform: scale(1.1);
}
/* =========================== PAGES ============================== */
/* ------------- Blog ------------- */
.blog-outer {
    margin:20px 0 0;
    padding:45px 0 15px;
}
#blog-outer a {
    text-decoration:none !important;
}
.blog-outer .blog-inner {
    margin:10px 0px 45px;
    border:1px solid #CCCCCC;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    padding:10px 0px;
    /*    box-shadow:0 0 0 4px #f0f0f0;
        -moz-box-shadow:0 0 0 4px #f0f0f0;
        -webkit-box-shadow:0 0 0 4px #f0f0f0;*/
}


.blog-outer .article-detail .main-div .blog-inner {
    border:none!important;

}


.blog-outer .blog-inner img {
    padding-bottom:10px;
}
.blog-outer .blog-status ul {
    font-size:13px;
    list-style:none outside none;
    
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    padding:10px 0px;
    margin-left:-15px;
    margin-right:-15px;
    text-align:right;
}
.blog-outer .blog-status .blog-date {
    padding:10px 0px;
}
.blog-outer .blog-status p{
    text-align: right;
}
.blog-outer .blog-status .blog-date .span-inner {
    font-size:16px;
}
.blog-outer .blog-status .blog-title {
    border-bottom: 1px solid #cccccc;
    font-size: 22px;
    height: 50px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: right;
    text-overflow: ellipsis;
    width: 100%;
}

.blog-outer .blog-status .blog-title h2{

    font-size: 22px;
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
}
.blog-outer .blog-status li {
    display:inline;
   
}
.blog-status img{
    width:300px !important;
    margin: 0 auto ;
}
#pages span {
    font-size: 18px !important;
    line-height: 38px !important;
   
    text-align: right;
}
.blog-outer .blog-status p {
    padding:10px 0 5px;
    line-height:26px;
    /*color:#717b82;*/
}
.blog-outer .blog-status i {
    margin:5px 8px;
}
.blog-outer .blog-social {
    padding:10px 0px 0px;
}
.blog-outer .blog-inner-bottom .social-title {
    padding:3px 0 0 0;
    color: #000;
}
.blog-outer .blog-inner-bottom .social-title h4{
    color: #000;
    margin-left: 10px;
    text-align: left;
}
.blog-outer .blog-social i {
    font-size:15px;
    line-height:33px;
    margin:0 7px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    background-color:#f1f1f1;
    color:#126fab;
    width:33px;
    text-align:center;
    height:33px;
}
.blog-outer .btn a {
    color:#FFFFFF;
}
.blog-inner-bottom {
    border-top:1px solid #CCCCCC;
    padding:0px 8px;
}
.blog-outer .blog-social i:hover {
    color:#FFFFFF;
}
.blog-outer .blog-status .read-more:hover {
    text-decoration:underline;
}
.blog-outer .post-video iframe {
    width: 100%;
}
/* ------------- Blog Right Part Sidebar ------------- */
.blog-outer .sidebar {
    margin:30px 0px;
    padding:0px 0px 0px 20px;
}
.blog-outer .sidebar a {
    color: #666666;
}
/* Blog Search Box */
.blog-outer .sidebar .form-control {
    border-right:hidden !important;
    box-shadow:none;
    height:40px;
    background:none;
    border-radius:none;
}
.blog-outer .input-group .form-control,.blog-outer .input-group-addon {
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
}
.blog-outer .sidebar .form-control:focus {
    border:1px solid #CCCCCC !important;
    border-right:hidden !important;
    box-shadow:none;
}
.blog-outer .form-control::-moz-placeholder {
    color:#999999 !important;
    background-color:none;
}
.blog-outer .input-group-addon {
    background:none;
    border-left: hidden;
}
/* Sidebar Social */
.sidebar-social {
    padding:40px 0px 10px;
}
.sidebar-social ul {
    padding-left:0px;
}
.sidebar-social span {
    display:inline-block;
    padding:0 9px 6px;
}
.sidebar-social li {
    border:1px solid #CCCCCC;
    margin:13px 0px;
    list-style-type:none;
    box-shadow:0 0 0 4px #f0f0f0;
    -moz-box-shadow:0 0 0 4px #f0f0f0;
    -webkit-box-shadow:0 0 0 4px #f0f0f0;
}
.sidebar-social li a i {
    float:right;
    color:#999;
    font-size:15px;
    line-height:25px;
}
.sidebar-social li i {
    font-size:25px;
    padding:8px 0px;
    margin-right:5px;
    text-align:center;
    width:43px;
    height:43px;
    color:#FFFFFF;
    display:inline-block;
}
.fa-twitter {
    background-color:#54c8f9;
}
.fa-facebook {
    background-color:#3f61a9;
}
.fa-linkedin {
    background-color:#2d95d2;
}
.fa-google-plus {
    background-color:#ef6565;
}
.fa-pinterest {
    background-color: #d94134;
}
/* Sidebar Facebook */
.sidebar-facebook {
    margin:30px 0px;
    padding:10px 0px 10px;
    border:1px solid #CCCCCC;
    box-shadow:0 0 0 4px #f0f0f0;
    -moz-box-shadow:0 0 0 4px #f0f0f0;
    -webkit-box-shadow:0 0 0 4px #f0f0f0;
}
.sidebar-facebook .facebook-inner {
    padding:15px 24px 25px;
}
.sidebar-facebook h4 {
    padding:0 10px;
}
.sidebar-facebook ul {
    padding-left:0px;
    margin:15px 5px;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.sidebar-facebook li {
    margin:5px 2px;
    display:inline-block;
    list-style-type:none;
}
.sidebar-facebook .fa-facebook {
    background-color:#3f61a9;
}
.sidebar-facebook i {
    font-size:18px;
    padding:3px 0px;
    margin:0 10px;
    text-align:center;
    width:20px;
    height:20px;
    color: #FFFFFF;
}
/* Twitter Sidebar */
.sidebar .twitter-feed {
    background-color:#FFFFFF !important;
    padding:10px 0px 5px;
    position:relative;
    border:1px solid #CCCCCC;
    box-shadow:0 0 0 4px #f0f0f0;
    -moz-box-shadow:0 0 0 4px #f0f0f0;
    -webkit-box-shadow:0 0 0 4px #f0f0f0;
}
.sidebar .twitter-feed i {
    text-align:center;
    background-color:#FFFFFF !important;
    margin:0 auto;
    color:#3498db;
}
.sidebar .tweet {
    padding:5px 0px;
}
.sidebar .twitter-feed .owl-buttons {
    display:inherit;
}
.sidebar .owl-theme .owl-controls .owl-buttons div:before {
    font-size:12px;
    line-height:32px;
    color:#000000;
    width:20px;
}
.sidebar .owl-buttons .owl-next {
    right:41%;
}
.sidebar .owl-buttons .owl-prev {
    left:41%;
}
.sidebar .owl-carousel .owl-item {
    padding:10px 20px;
}
.sidebar .owl-theme .owl-controls {
    margin-top:0px;
}
.sidebar .owl-theme .owl-controls .owl-buttons div {
    position:absolute;
    top:-22px;
    padding:0px;
}
.sidebar .owl-theme .owl-controls .owl-buttons .owl-prev,.sidebar .owl-theme .owl-controls .owl-buttons .owl-next {
    color:#000000 !important;
    height:35px;
    width:30px;
}
.sidebar .twitter-feed .tweet_text,.sidebar .username {
    font-size:12px;
    font-weight:500;
    color:#666666;
    font-style:italic;
}
/* Blog Categories */	.blog-outer .categories {
    margin:30px 0px;
}
.blog-outer .categories ul {
    list-style:none outside none;
    padding:10px 0px;
    text-align:left;
}
.blog-outer .categories li {
    padding:10px 0 10px 5px;
    transition:all 0.6s ease 0s;
}
.blog-outer .categories li:hover {
    background:#f3f3f3;
    transition:all 0.6s ease 0s;
}
.blog-outer .categories i {
    float: right;
}
/* Blog Tags */
.blog-outer .tags {
    margin:40px 0;
}
.blog-outer .tags ul {
    padding-left:0px;
}
.blog-outer .tags li {
    display:inline-block;
    margin:2px;
    padding:5px 7px;
    border:1px solid;
    transition:all 0.4s ease 0s;
}
.blog-outer .tags li:hover {
    background:#CCCCCC;
    transition:all 0.4s ease 0s;
}
.blog-outer .tags li:hover a {
    color:#FFFFFF !important;
}
.blog-outer .tags h4,.blog-outer .categories h4,.blog-outer .recent-comments h4,.blog-outer .archives h4 {
    border-bottom:1px solid #d9e1f0;
    font-size:18px;
    font-weight:700;
    margin:0 0 8px;
    padding: 0 0 10px;
}
/* Blog Recent Comments and Archives */
.blog-outer .recent-comments {
    margin:50px 0;
}
.blog-outer .sidebar .recent-comments p,.blog-outer .sidebar .archives p {
    padding:15px 0px;
    margin:0px;
    line-height:26px;
    border-bottom:1px dashed #CCCCCC;
    font-size:14px;
}
.blog-outer .archives p i {
    float:right;
    font-size: 15px;
}
/* ------------- Blog Single Page ------------- */
blockquote {
    border-left:0;
}
.blog-single blockquote {
    border-left:5px solid;
    margin:50px 0px;
    padding:30px 20px;
    font-size:13px;
}
.blog-single blockquote img {
    float:left;
    margin:-20px 20px 0 0;
}
.blog-single blockquote h3 {
    margin:5px 0px;
}
.blog-single .blog-status p {
    padding:10px 0px 5px;
}
.blog-single .form-section {
    padding:20px 0px;
}
.blog-single .btn:hover {
    background-color:#CCCCCC;
}
.blog-single blockquote .author-name {
    color:#26455F;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0;
    padding:0;
    position: relative;
}
/* Comments */
.comments {
    padding:20px 0px;
}
.image-circle {
    border-radius:500px;
    -moz-border-radius:500px;
    -webkit-border-radius:500px;
    -khtml-border-radius:500px;
    -ms-border-radius:500px;
    -o-border-radius:500px;
}
.comment-wrap {
    background-color:#f6f6f6;
    display:block;
    margin:30px 0px;
    padding:25px 29px;
    position:relative;
}
.comment-reply {
    margin-left:30px;
    border-left:5px solid;
}
.comment-wrap .image-holder {
    float:left;
    margin-right:16px;
    position:relative;
    width:61px;
    z-index:30;
}
.comment-wrap .name {
    font-size:16px;
    font-weight:bold;
    margin-bottom:0;
    padding:0;
    position:relative;
}
.comment-wrap .date {
    font-size:12px;
    font-weight:300;
    padding:0 0 10px;
}
.comment-wrap .message {
    font-size:14px;
}
.comment-wrap i {
    padding: 0px 8px;
}
/* ------------- Blog Single Contact Form ------------- */
.blog-single .form-control {
    border:0px;
    height:40px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
    border:1px solid #CCCCCC;
    box-shadow:none;
}
.blog-single textarea.form-control {
    height:130px;
}
.blog-single .form-control:focus {
    border:1px solid #CCCCCC !important;
}
.blog-single .form-horizontal .form-group {
    margin:20px 0px;
}
.blog-single .btn {
    width:130px;
    background-color:#000000;
    padding:7px 10px;
    font-size:16px;
    margin-top:0px;
    color:#ffffff;
    font-weight:normal;
    height:40px;
    border:0px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
}
.blog-single .btn:hover {
    color: #FFFFFF;
}
/* ------------- Blog Grid ------------- */
.grid-posts {
    margin:10px 0px;
    padding:0 15px;
    width:33.3%;
    float: right;
}
.grid-posts .read-more{
    margin-right: 10px;
    color: #126fab!important;
}
.grid-posts .read-more:hover{
    color: #ffc900!important;
}
.blog-grid .blog-status li {
    padding:0 5px;
}
.blog-grid .blog-status p{
    height: 95px;
    overflow: hidden;
}
.blog-grid .blog-status ul {
    text-align:center;
    margin-left:-15px;
    margin-right:-15px;
}
.blog-grid .blog-inner {
    padding:10px 0px;
    margin:0px !important;
}
.blog-grid .embed-container,.blog-timeline .embed-container {
    position:relative;
    padding-bottom:56.25%;
    overflow:hidden;
    max-width:100%;
    height:225px;
}
.blog-grid .embed-container iframe,.blog-grid .embed-container object,.blog-grid .embed-container embed,.blog-timeline .embed-container iframe,.blog-timeline .embed-container object,.blog-timeline .embed-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.blog-grid .social-title i,.blog-timeline .social-title i {
    margin:5px 7px;
    text-align:left;
}
.blog-grid .flexslider,.blog-timeline .flexslider {
    background:none !important;
    border:0px;
    border-radius:0px;
    box-shadow:none;
}
.blog-grid .blog-status .flexslider ul {
    border:0px;
    background:none;
    padding:0px 10px;
}
.blog-grid .flex-direction-nav-on-top .flex-direction-nav {
    right:16px;
}
.blog-grid .blog-social i,.blog-timeline .blog-social i {
    margin:0 4px;
}
.blog-grid .blog-social,.blog-timeline .blog-social {
    padding: 10px 4px 0;
}
/* ------------- Blog Timeline ------------- */
.blog-timeline .flex-direction-nav-on-top .flex-direction-nav {
    right:16px;
}
.blog-timeline-event .slides li {
    padding:0 10px !important;
}
.blog-timeline .blog-status .flexslider ul {
    border:0px;
    background:none;
    padding:0 5px;
}
.timeline-title {
    display:block;
    margin:10px auto;
    text-align:center;
}
.timeline-title2 {
    display:block;
    margin:40px auto 11px;
    text-align:center;
}
.timeline-title span,.timeline-title2 span {
    border-radius:3px;
    color:#fff;
    padding:8px 15px;
}
.blog-timeline .blog-inner {
    box-shadow:0 0 0 4px #dddddd;
}
.blog-timeline-left {
    border-right:5px solid #ddd;
}
.blog-timeline-event-left {
    position:relative;
    width:97%;
    padding:0 20px;
}
.blog-timeline-event-left:before {
    margin-left:-12px;
    right:-44px;
}
.blog-timeline-event-left:before {
    margin-left:-12px;
    right:-41px;
}
.blog-timeline-event-left:before {
    border:4px solid #ddd;
    border-radius:50px;
    content:"";
    height:20px;
    margin-left:-12px;
    position:absolute;
    right:-45px;
    top:13px;
    width:20px;
    z-index:10;
}
.blog-timeline-event-left:after {
    border-color:transparent transparent transparent #dddddd;
    border-width:14px 0 14px 20px;
    right:0px;
}
.blog-timeline-event:after {
    border-style:solid;
    content:"";
    height:0;
    position:absolute;
    top:9px;
    width: 0;
}
/* Timeline Right */
.blog-timeline-right {
    padding-top:100px;
}
.blog-timeline-event-right {
    margin-left:3%;
    padding:0px 20px;
    position:relative;
    width:97%;
}
.blog-timeline-event-right:before {
    left:-32px;
    margin-left:-12px;
}
.blog-timeline-event-right:before {
    left:-29px;
    margin-left:-12px;
}
.blog-timeline-event-right:before {
    border:4px solid #ddd;
    border-radius:50px;
    content:"";
    height:20px;
    left:-34px;
    margin-left:-12px;
    position:absolute;
    top:13px;
    width:20px;
    z-index:10;
}
.blog-timeline-event-right:after {
    border-color:transparent #dddddd transparent transparent;
    border-width:14px 20px 14px 0;
    left:0px;
}
.blog-timeline-event:after {
    border-style:solid;
    content:"";
    height:0;
    position:absolute;
    top:9px;
    width: 0;
}
/* Pagination */
.pagination {
    display:block;
    margin:0px auto;
    text-align:center;
}
.pagination ul {
    display:inline-block;
    margin:20px auto;
    padding:0;
}
.pagination ul>li {
    display:inline;
}




.pagination ul>li>a,.pagination ul>li>span {
    color:#555555;
    float:left;
    line-height:24px;
    padding:3px 12px 6px;
    text-decoration:none;
    -moz-transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
    -webkit-transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
    -khtml-transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
    -o-transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
    -ms-transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
    transition:background-color 0.2s linear 0s,color 0.2s linear 0s;
}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus {
    border-radius:0;
    color:#FFFFFF;
}
.pagination ul>.active>a,.pagination ul>.active>a:hover,.pagination ul>.active>a:focus,.pagination ul>.active>span {
    background-color:#666666 !important;
    color:#FFFFFF;
    cursor:default;
}
.pagination ul>li>a,.pagination ul>li>span {
    color:#FFFFFF;
}
.pagination ul>li>a:hover,.pagination ul>li>a:focus {
    background-color: #BBBBBB !important;
}
/* -------------- PORTFOLIO ------------------ */
#portfolio {
    background:#f2f6fa;
    padding-bottom:80px;
    border-bottom:2px solid #dce0e3;
    overflow-x:hidden;
}
.container.work-inner {
    padding-top:60px;
    padding-bottom:20px;
}
.work {
    padding:0;
}
.effects .work-image {
    margin-bottom:3px;
    box-shadow:-2px -0.4px 0px 1px #f2f6fa;
    -moz-box-shadow:-2px -0.4px 0px 1px #f2f6fa;
    -webkit-box-shadow:-2px -0.4px 0px 1px #f2f6fa;
    -o-box-shadow:-2px -0.4px 0px 1px #f2f6fa;
    -ms-box-shadow:-2px -0.4px 0px 1px #f2f6fa;
    position:relative;
}
.work-image img {
    width:100%;
    height:100%;
}
.portfolio-items .mix {
    display: none;
}
/* ------------- FAQ ------------- */
.faq {
    margin-top:60px;
    padding-bottom:90px;
}
.faq h3 {
    padding:0 0 10px 0;
}
.faq .panel-group {
    margin:10px 0px;
}
.faq .panel-group .panel {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
    margin:3px 0px;
}
.faq .panel-heading {
    padding:15px;
    background:none;
}
.faq .panel-default {
    border-color:#CCCCCC;
}
.faq .panel-title a {
    text-transform:capitalize;
    line-height: 25px;
}
/* Faq Left Part */
.faq .left-part .panel-group .panel {
    border:0px;
    box-shadow:none;
}
.faq .left-part .faq-panel .accordion-toggle:before {
    padding:4px 6px;
    margin-left:-12px;
    content:"\f068";
    color:#FFFFFF;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    font-family:"fontawesome";
    transition:all ease 0.6s;
}
.faq .left-part .faq-panel .accordion-toggle.collapsed:before {
    content:"\f067";
}
.faq .left-part .panel-body {
    background:none;
    color:#1f1f1f;
    line-height:26px;
    padding:10px 25px 10px 35px;
}
.faq .left-part .panel-title h4 {
    margin-left:10px;
}
.faq .right-part .panel-body {
    padding:10px 25px 10px 15px;
    line-height:26px;
}
.faq-copy {
    padding:20px 0px 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
/* ------------- Shortcodes ------------- */
#header-top #top-section-sticky-wrapper.is-sticky .top-container {
    padding:5px 55px 10px;
}
#header-top .title-row {
    margin-left:0px;
    margin-right:0px;
}
#header-top {
    background-color:#FFFFFF;
}
#header-top .top-container {
    padding:15px 10px;
}
.shortcodes {
    margin-top:50px;
    margin-bottom:50px;
}
.shortcodes .tab-menu {
    padding:30px 8px;
}
.shortcodes .tab-menu i {
    margin-right:5px;
    font-size:15px;
}
.shortcodes .tab-menu a {
    color:#1f1f1f;
}
.shortcodes .tab-menu a:hover {
    background:none;
}
.shortcodes .tab-menu p {
    padding:20px 20px;
    line-height:26px;
}
.shortcodes .tab-menu h4 {
    padding:0px 10px;
}
.shortcodes .tab-content {
    border:1px solid #ccc;
    border-top:none;
    margin:0px 10px;
}
.shortcodes ul {
    padding-top:10px;
    margin:0px 10px;
}
.shortcodes .nav-tabs>li.active>a,.shortcodes .nav-tabs>li.active>a:hover,.shortcodes .nav-tabs>li.active>a:focus {
    background-color:#FFFFFF;
    border-color:#CCC #CCC rgba(0,0,0,0);
    border-image:none;
    border-style:solid;
    border-width:1px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
    font-weight:500;
    cursor:default;
}
.shortcodes .nav-tabs>li.active>a:focus {
    border-top:2px solid;
}
.shortcodes .nav-tabs>li.active>a {
    border-top:2px solid;
}
.shortcodes .nav-tabs {
    border-bottom: 1px solid #ccc;
}
/* Shortcode Accordion */
.shortcodes .accordion h4 {
    font-weight:500;
    text-transform:capitalize;
}
.shortcodes .accordion .panel-title,.shortcodes .accordion .panel-body {
    font-size:15px;
}
.shortcodes .short-code .accordion-toggle:before {
    padding:4px 6px;
    margin-left:-12px;
    content:"\f068";
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    font-family:"fontawesome";
    transition:all ease 0.6s;
}
.shortcodes .short-code .accordion-toggle.collapsed:before {
    content:"\f067";
}
.shortcodes .accordion {
    padding:10px 5px;
}
.shortcodes .panel-body {
    padding:10px 25px 10px 15px;
    line-height:26px;
}
.shortcodes .panel-default .panel-heading {
    background-color:#f3f3f3;
    border-color:#DDDDDD;
    color:#000000;
}
.shortcodes .panel-heading {
    padding:13px 15px;
}
.shortcodes .panel-group .panel {
    box-shadow:none;
}
.shortcodes .accordion .accordion-inner {
    padding: 13px 5px;
}
/* Buttons */
.shortcodes .button-inner {
    padding:20px 0px;
}
.shortcodes .progressbar h4 {
    padding:20px 0px;
}
.shortcodes .progressbar .progress {
    background-color:#F5F5F5;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
    box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;
    height:25px;
    margin-bottom:30px;
    overflow:hidden;
}
.shortcodes .progressbar .progress span {
    font-size:14px;
    float:right;
    font-weight:bold;
}
.shortcodes .panels h4 {
    padding:20px 0px;
}
/* Testimonials */	.shortcodes .testimonial h4 {
    padding:20px 0px;
}
.shortcodes .testimonial .testimonial-inner .testimonial-content:before {
    content:"\f10d";
    font-size:18px;
    font-weight:300;
    font-family:"fontawesome";
    left:7px;
    opacity:0.5;
    position:absolute;
    top:0px;
}
.shortcodes .testimonial .testimonial-inner .testimonial-content:after {
    bottom:-13px;
    content:"\f0d7";
    display:block;
    font-family:"fontawesome";
    font-size:2em;
    height:8px;
    left:33px;
    line-height:0;
    position:absolute;
    text-shadow:0 2px 0 #EEEEEE;
}
.shortcodes .testimonial .testimonial-inner .testimonial-content {
    background:#f3f3f3;
    border:1px solid #E8E8E8;
    border-bottom:2px solid;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
    box-shadow:0 0 20px rgba(0,0,0,0.04) inset;
    margin:0 0px 10px;
    padding:30px 25px 15px;
    line-height:26px;
    position:relative;
    transition:all 0.3s linear 0s;
}
.shortcodes .testimonial .testimonial-inner .testimonial-content:hover {
    color:#fff;
    border-bottom:2px solid;
    transition:all 0.3s linear 0s;
}
.shortcodes .testimonial .testimonial-inner .testimonial-content img {
    float:left;
    padding-top:25px;
    border:2px solid #fff;
}
.shortcodes .testimonial .testimonial-inner .testimonial-author {
    margin-left:10px;
    text-align:left;
}
.shortcodes .testimonial .testimonial-inner .testimonial-author span {
    font-weight:600;
}
.shortcodes .testimonial .testimonial-inner,.shortcodes .testimonial .testimonial2-inner {
    margin-top: 10px;
}
/* Testimonial2 Inner */
.shortcodes .testimonial .testimonial2-inner .testimonial-content:after {
    bottom:-13px;
    content:"\f0d7";
    display:block;
    font-family:"fontawesome";
    font-size:2em;
    height:8px;
    left:33px;
    line-height:0;
    position:absolute;
    text-shadow:0 2px 0 #EEEEEE;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-content {
    background:#f3f3f3;
    border:1px solid #E8E8E8;
    border-bottom:2px solid;
    border-radius:0px;
    box-shadow:0 0 20px rgba(0,0,0,0.04) inset;
    margin:0 0px 10px;
    padding:5px 15px 5px;
    position:relative;
    transition:all 0.3s linear 0s;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-content:hover {
    color:#fff;
    border-bottom:2px solid;
    transition:all 0.3s linear 0s;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-content img {
    float:left;
    margin:20px 15px 20px 0;
    border:2px solid #fff;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-content p {
    text-align:center;
    padding:15px;
    line-height:26px;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-author {
    margin-left:10px;
    text-align:left;
}
.shortcodes .testimonial .testimonial2-inner .testimonial-author span {
    font-weight:600;
}
/* Testimonials 3 */	.shortcodes .testimonial3-inner .carousel h4 {
    color:#666;
    text-align:center;
    padding:0px;
}
.shortcodes .testimonial3-inner .carousel h5 {
    color:#666;
    text-align:center;
}
.shortcodes .testimonial3-inner .carousel-indicators {
    bottom:60px;
}
.shortcodes .testimonial3-inner .carousel-indicators li {
    margin:0px;
    height:15px;
    width:15px;
    border:2px solid #CCC;
    background-color:#CCCCCC;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
}
.shortcodes .testimonial3-inner .item-descripion {
    text-align:center;
    color:#666;
    padding:40px 30px 20px;
    line-height:26px;
}
.shortcodes .testimonial3-inner .item-img {
    float:left;
    text-align:center;
    padding:30px 30px;
    margin:0px 20px;
}
.shortcodes .testimonial3-inner img {
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
}
.shortcodes .testimonial3-inner .carousel-inner p:before {
    content:"\f10d";
    color:#666;
    font-family:"fontawesome";
    font-size:18px;
    font-weight:300;
    left:-10px;
    opacity:0.5;
    position:relative;
    top:0;
}
.shortcodes .shortcode-title {
    padding: 20px;
}
/* Fun Facts */
.shortcodes .fact-top {
    padding:30px 0px 0px;
}
.shortcodes .fact-margin {
    margin-bottom:10px;
    margin-top: 20px;
}
/* Skills */
.shortcodes .skill {
    background:none;
}
.shortcodes .skill .shortcode-title {
    padding:0px 10px 20px;
}
.shortcodes .skill h3 {
    color:#000;
    font-weight:500;
}
.shortcodes .skills-inner h3 {
    padding:20px 0px;
}
.shortcodes .piechart {
    margin: 0px;
}
/* Carousel */
.shortcodes .carousel h4 {
    padding:20px 0px;
}
.shortcodes .carousel img {
    border:4px solid #CCC;
}
.shortcodes .carousel .carousel slide .carousel-control.right {
    background-image:none;
    background-repeat:repeat-x;
    left:auto;
    right:0;
}
.shortcodes .carousel .carousel slide .carousel-control.left {
    background-image:none;
    background-repeat:repeat-x;
}
.shortcodes .carousel .carousel-content {
    margin-top:-20px;
    text-align:left;
    padding:15px;
}
.shortcodes .carousel .carousel-content a {
    margin:20px 0px;
}
.shortcodes .carousel .carousel-indicators {
    bottom:20px;
}
.shortcodes .carousel-indicators li {
    background:none repeat scroll 0 0 #CCC;
    border:2px solid;
    border-radius:0px;
    height:15px;
    margin:0;
    width:15px;
}
.shortcodes .carousel-indicators li.active {
    border-color:#CCCCCC;
}
.shortcodes .carousel .carousel-content p {
    text-align:justify;
    line-height:26px;
}
.shortcodes .carousel .carousel-content a {
    padding:8px;
    color:#FFF;
    text-transform:uppercase;
}
.shortcodes .carousel .carousel-content h4 {
    padding: 5px 0px 0px 0px;
}
/* Alert */
.shortcodes .alert {
    padding-top:20px;
    margin-top:15px;
}
.shortcodes .alert .alert-top {
    padding: 20px auto 10px;
}
/* Dark */
.dark-bg {
    background-color:#5a6f84;
}
.dark {
    color:#777777;
}
.dark h2 {
    color:#ffffff !important;
}
.dark .desc {
    color:#777777;
}
.dark i {
    color:#777777;
}
.white {
    color:#FFFFFF;
}
@keyframes point-down {
    from {
        top:0;
    }
    to {
        top:5px;
    }
}
@-webkit-keyframes point-down {
    from {
        top:0;
    }
    to {
        top:5px;
    }
}
@-moz-keyframes point-down {
    from {
        top:0;
    }
    to {
        top:5px;
    }
}
@-o-keyframes point-down {
    from {
        top:0;
    }
    to {
        top:5px;
    }
}
@keyframes highlight {
    to {
        background: lightblue;
    }
}

.yellow-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fcc50f 0%, #fed20f 40%, #fed20f 100%) repeat scroll 0 0;
}
.gray-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f1f1f1 0%, #f2f2f2 40%, #f3f3f3 100%) repeat scroll 0 0;
}

#services {
    /*float: left;*/
    padding: 50px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/preview.png") no-repeat scroll left top / cover ;
}
.services .services-section{
    position:relative;
}
.services .row{
    margin-left: 0;
    margin-right: 0;
}
.services .box {
    margin-bottom: 40px;
    padding: 20px 20px 40px 20px;
    position: relative;
    width: 100%;
}
.services * {
    transition: all 0.2s ease 0s;
}
.services .box:hover img {
    margin-bottom: 40px;
}
.services .box img {
    display: inline-block;
    height: 100px;
    margin-bottom: 10px;
}
.services .box h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.services .box p {
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}
.services .box .expand {
    background: rgba(0, 0, 0, 0) url("../images/icon-expand.png") no-repeat scroll left top / cover ;
    bottom: 0;
    float: left;
    height: 75px;
    position: absolute;
    right: 0;
    /*text-indent: -9999px;*/
    width: 70px;
}
.services .box ul {
    height: 0;
    overflow: hidden;
}
.services .box ul li {
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 3px 0;
    width: 100%;
}
.services .box ul.show-me {
    height: auto;
}







.team-members {
    float: left;
    padding: 100px 0;
    width: 100%;
}
.team-members * {
    transition: all 0.2s ease 0s;
}
.team-members figure {
    float: left;
    text-align: center;
    width: 100%;
}
.team-members figure:hover img {
    margin-left: -30px;
}
.team-members figcaption {
    float: left;
    text-align: center;
    width: 100%;
}
.services .desc{
    color: #000;
}




/*------------------------- download-app-----------------------*/

.gradient-overlay::before {
    background: -webkit-linear-gradient(180deg, rgba(255,201,0,0.85) 0, rgba(18,110,170,0.85) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,201,0,0.85) 0, rgba(18,110,170,0.85) 100%);
    background: linear-gradient(180deg, rgba(255,201,0,0.85) 0, rgba(18,110,170,0.85) 100%);
    background-position: 50% 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.96;
    position: absolute;
    top: 0;
    width: 100%;
}


#subscribe-newsletter {
    margin-bottom: -70px;
    margin-top: 50px;
}
#subscribe-newsletter + * {
    padding-top: 120px;
}

#subscribe-newsletter .gradient-overlay{
    background: rgba(0, 0, 0, 0) url("../images/bg/download.jpg") repeat fixed center center / contain ;
    padding: 55px 0 55px;
    position: relative;

}
.gradient-overlay .slide-btn {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    /*padding-left: 45px;*/
    /*padding-right: 45px;*/
}

.gradient-overlay .iphone i {
    padding-left:0px;
    padding-right:20px;
    font-size: 25px;

}

.gradient-overlay .bg-color i{
    padding-left:20px;
    padding-right:0px;
    font-size: 25px;   
}





/*-----------------------footer--------------------------*/

footer {
    background: rgba(0, 0, 0, 0) url("../images/bg2.png") repeat fixed center center / contain ;
    /*        background: -webkit-linear-gradient(90deg, rgba(255,201,0,0.5) 0, rgba(18,110,170,0.8) 80%);
            background: -moz-linear-gradient(0deg, rgba(255,201,0,0.5) 0, rgba(18,110,170,0.8) 80%);
            background: linear-gradient(0deg, rgba(255,201,0,0.5) 0, rgba(18,110,170,0.8) 80%);
            background-position: 50% 50%;*/
    /*    background: #ffc900;*/
    padding: 70px 0 30px;
    direction: rtl;
}
footer .footer-widget{
    float: right;
}
footer .footer-widget h3 {
    color: #126FAB;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: right;
}
footer .footer-widget p {
    color: #000;
    font-weight: 500;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}
.footer-widget p .about-company{
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.footer-widget p .about-company:hover{
    color: #126FAB;
}

footer .footer-widget a {
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-align: right;
}
footer .footer-widget a:hover {
    color: #126FAB;
}
footer .footer-widget .bx-wrapper .bx-viewport {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: 0;
}

footer .footer-widget.menu-widget ul{
    padding-right: 0px;
}
footer .footer-widget.menu-widget ul li {
    margin-bottom: 10px;
    list-style-type: none;
    text-align: right;
}
footer .footer-widget.menu-widget ul li a i {
    /*color: #fff;*/
    font-size: 20px;
    margin-right: 10px;
}
footer .footer-widget.about-widget img {
    margin-bottom: 20px;
}
footer .footer-widget .social-icons {
    margin-top: 30px;
}
.social-icons.row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.social-icons.row .col-sm-6{
    margin: 0 !important;
    padding: 0 !important;
}

.about-widget{
    margin-bottom: 20px;
}
.social-ul{
    padding-right: 0px;
}
.social-ul li{
    margin-bottom: 10px;
    list-style-type: none;
    text-align: right;
}
footer .footer-widget .social-icons a {
    background: transparent none repeat scroll 0 0;
    /*color: #000;*/
    /*display: flex;*/
    height: 35px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    font-size: 12px;
    overflow: hidden;
}
footer .footer-widget .social-icons a .icon{
    background-color: #126fab;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin-left: 10px;
    padding: 11px;
    transition: all 0.3s ease 0s;
    width: 40px;
}

footer .footer-widget .social-icons a .icon:hover {
    color: #126FAB;
    background-color: #fff;
}


#bottom-bar {
    background: #126FAB none repeat scroll 0 0;
    color: #ffc900;
    font-weight: normal;
    padding: 5px 0;
    /*text-transform: uppercase;*/
}
#bottom-bar p {
    margin-bottom: 0;
    font-size: 14px;
    /*font-weight: 600;*/
}
#bottom-bar p a {
    color: #ffc900;
    transition: all 0.3s ease 0s;
}
#bottom-bar p a:hover {
    color: #fff;
}



.inner-category {
    /*float: left;*/
    padding: 50px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/pattern1.png") repeat scroll ;
    background-size: inherit;

}
.inner-category .container{
    position:relative;
}
.inner-category .box {
    margin-bottom: 40px;
    padding: 20px 20px 40px 20px;
    position: relative;
    width: 100%;
}
.inner-category .inner{
    text-align: center;
}
.inner-category * {
    transition: all 0.2s ease 0s;
}
/*.inner-category .box:hover img {
    margin-bottom: 20px;
}*/
.inner-category .yellow-bg{
    padding: 20px;
    border-radius: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
}
.inner-category .box img {
    display: inline-block;
    height: 80px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.inner-category .box h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}
.inner-category .box p {
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}
.inner-category .row{
    direction: rtl;
}
.inner-category .row .col-md-3{
    float: right;
}



.header-profile-img {
    border: 2px solid #fff;
    border-radius: 5px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: -35px;
    text-align: center;
    top: 19px;
    width: 35px;
}
.profile-cover{
    margin-top: -100px;
}
.profile-cover i{
    margin-top: -50px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    margin-left: 25px;
    position: absolute;
}
.profile-cover img{
    width: 100%;
    height: 400px;
}
.profile-user-img{
    margin-right: 0px;
    margin-top: -60px;
    margin-left: auto;
    width: 120px;
    height: 120px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;


}
.profile-user-img i{
    font-size: 30px;
    margin-top: -35px;
    position: absolute;
    right: 60px;
    color: rgba(255, 255, 255, 0.8);
}
.profile-user-img .user-img{
    border:3px solid #f1f1f1;
    height: 100%;
    width: 100%;
}
.shadwo-cover-div {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
    /*bottom: calc(3px + 10%);*/
    height: 200px;
    position: absolute;
    width: 100%;
    margin-top: -200px;

}
.shadwo-div {
    background-clip: border-box;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background-origin: padding-box;
    background-position: 50% 50%;
    background-size: auto auto;
    border-radius: 2px;
    height: calc(100%);
    margin-right: 3px;
    margin-top: -3px;
    position: absolute;
    top: 0;
    width: 114px;
}
.edit-image-shadwo {
    background-clip: border-box;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 100%);
    border-radius: 20px;
    bottom: 197px;
    height: 194px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -197px;*/
    position: relative;
    width: 194px;
}
.user-data{
    float: right;
    margin-top: -110px;
    position: absolute;
    right: 150px;
    text-align: right;
}
.user-name{
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    height: 25px;
    line-height: 25px;
}
.user-jop{
    font-size: 16px; 
    color: #126fab;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    height: 25px;
    line-height: 25px;
}

.well-sm{margin-top: 20px;  background-color: transparent; margin-bottom: 0px;}
.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px; color:#126fab; }
.rating-num { margin-top:0px;font-size: 54px; color:#126fab; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; float: right; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }
.well-sm .text-center div{color:#126fab;}
.contact-number{color:#126fab;}
.contact-sochial{color:#126fab;}
#map {
    height: 125px;
    width: 100%;
}
.about-user{
    text-align: right;
    font-size: 16px;

}

.about-user-div{
    /*background: #f5f5f5 none repeat scroll 0 0;*/
    border-radius: 10px;
    float: right;
    margin-bottom: 20px;
    padding: 20px;
    /*    height: 215px;*/
    overflow: hidden;
}
.pp_social{
    display: none;
}

.blog-content .news-info {
    left: 10px;
    margin-top: -40px;
    position: absolute;
}
.log-data{
    float: left !important;
    left: 0 !important;
}



.login-section,
.sign-up-section{
    background:url(../images/bg.jpg) no-repeat ;
    background-size: cover;
}
.white-overlly{
    width:100%;
    height:100%;
    background:rgba(255,255,255,.8);
    padding: 50px 0px;
}
.login-section .login-wrap{
    min-height:570px;
}
.sign-up-section .login-wrap{
    min-height:700px;
}
.login-wrap{
    width:100%;
    margin:auto;
    max-width:525px;
    position:relative;
    box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.login-html{
    width:100%;
    height:100%;
    position:absolute;
    padding:50px 30px;
    background:rgba(255,255,255,.2);
}
.sign-up-section .login-html .sign-in-htm,
.sign-up-section .login-html .sign-up-htm{
    top:0;
    left:0;
    right:0;
    bottom:0;
    /*    position:absolute;
        -webkit-transform:rotateY(180deg);
        transform:rotateY(180deg);
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;*/
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.login-section .login-html .sign-in-htm,
.login-section .login-html .sign-up-htm{
    top:0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
    display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
    text-transform:uppercase;
}
.login-html .tab{
    font-size:18px;
    margin-right:15px;
    padding-bottom:5px;
    margin: 0 5px 30px;
    display:inline-block;
    border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
    color:#126FAB;
    border-color:transparent;
}
.login-form{
    min-height:345px;
    position:relative;
    -webkit-perspective:1000px;
    perspective:1000px;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.login-form .group{
    margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-section .login-form .group .button{
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
.login-form .group .input,
.login-form .group .button{
    border:none;
    padding:15px 20px;
    border-radius:25px;
    background:rgba(255,201,0,.8);
}
.login-form .group input[data-type="password"]{
    text-security:circle;
    -webkit-text-security:circle;
}
.login-form .group .label{
    color:#aaa;
    font-size:12px;
    text-align: right;
}
.login-form .group .button{
    background:#126FAB;
    margin-top: 40px;
}
.login-form .group label .icon{
    width:15px;
    height:15px;
    border-radius:2px;
    position:relative;
    display:inline-block;
    background:#126FAB;
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
    content:'';
    width:10px;
    height:2px;
    background:#fff;
    position:absolute;
    -webkit-transition:all .2s ease-in-out 0s;
    transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
    left:3px;
    width:5px;
    bottom:6px;
    -webkit-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
    top:6px;
    right:0;
    -webkit-transform:scale(0) rotate(0);
    transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
    color:#126FAB;
}
.login-form .group .check:checked + label .icon{
    background:#126FAB;
}
.login-form .group .check:checked + label .icon:before{
    -webkit-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
    -webkit-transform:scale(1) rotate(-45deg);
    transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
    -webkit-transform:rotate(0);
    transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
    -webkit-transform:rotate(0);
    transform:rotate(0);
}

.hr{
    height:2px;
    margin: 30px 0 20px;
    background:rgba(255,255,255,.2);
}
.foot-lnk{
    text-align:center;
}
.forget-header{
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
}
.signup-header{
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;  
}
.btn-submit,
.btn-next,
.btn-back{
    margin-right: 10px;
    width: 120px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.btn-next{
    float: left; 
}
.btn-back{
    float: right;
    display: none;
}
.btn-submit{
    float: left; 
    display: none;
}
#second-form{
    display: none ;
}




.funkyradio label {
    border-bottom: 1px solid #d1d3d4;
    /*border-radius: 25px;*/
    font-weight: normal;
    height: 50px;
    width: 50%;
    overflow: hidden;
    float: right;
}
.funkyradio .label2{
    border-right: 1px solid #d1d3d4;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 3.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.8em;
    background: transparent;
    /*border-radius: 25px 0 0 25px;*/
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #126FAB;
    background-color: transparent;
    font-size: 18px;
}
/*.funkyradio-primary {
    float: right;
    width: 50%;
}*/

.service-type{
    /*display: none;*/
    border:0px;
    border-bottom: 1px solid #d1d3d4;
    background: transparent;
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.service-type::after{
    color: #CC0000;
}
.select-contry,
.select-city{
    border:0px!important;
    border-bottom: 1px solid #d1d3d4!important;
    background: transparent;
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.service-type option,
.select-contry option,
.select-city option{
    padding: 5px 20px;
}
.login-html .forget-tap{
    color: #666;
    font-size: 14px;
    left: 30px;
    position: absolute;
}
.form-horizontal .control-label{
    float: right;
}

.form-horizontal .form-group .form-control{
    height: 50px;
}
.contact-form .form-horizontal .form-group .form-control{
    width:100%;
}
.text-center .form-control{
    padding: 0px;
    height: 50px;
}
.text-center .upload-img{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.text-center .avatar.img-circle {
    border: 3px solid #f1f1f1;
    border-radius: 20px;
    height: 200px;
    width: 200px;
}

.section-header{
    font-size: 18px;
    margin: 25px 0px;
    color: #126FAB;
}

.section-location-header{
    border-bottom: 1px solid;
    color: #126fab;
    font-size: 18px;
    margin: 25px 0;
    padding: 10px 0;
}
.section-location-header i{
    margin-left: 5px;
}
.edit-profile-img{
    float: right;
}
.edit-image-camera {
    bottom: 235px;
    color: #fff;
    font-size: 30px;
    position: relative;
}




.project-table{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eaeaea;
    border-image: none;
    border-style: solid;
    border-width: 0px 0 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3) ;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3) ;
    margin-top: 50px;
}

.brd--circle-2 {
    width: 2em;
}
.brd--circle-4 {
    width: 4em;
}
.brd--circle-6 {
    width: 6em;
}
.brd--circle-8 {
    width: 8em;
}
.btn-circle {
    text-align: center;
}
.container-fluid {
    max-width: 1170px;
}
.project-table th {
    padding: 1.5em 1em;
    text-align: right;
}


.clickable {
    cursor: pointer;
}


.project-table{
    margin-bottom: 0px;
}
.project-data{
    padding: 0px;
}
.project-data li{
    display: inline; 
    margin-right: 5px;

}
.project-data li time,
.project-data li a{
    color: #666; 
}
.project-row{
    background-color: #fff;
}
.project-row:hover{
    background-color: #f5f5f5!important;
}
.panel-footer {
    margin-bottom: 50px;
    padding: 8px 15px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3) ;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3) ;
}
.project-table .project-row td {
    padding: 1.5em 1em;
}
.pagination-container .pagination {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
}
.collapseme.in { 
    display: block;
    height: auto;
}
.collapseme {
    display: none;
    transition: height 0.35s ease 0s;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.project-header-td{
    margin-right: 5px;   
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'DroidKufiRegular';
    line-height: 25px;
}
.project-row .status-td,
.project-row .time-td,
.project-row .actions-td,
.project-row .bids-td.hidden-xs {
    /*vertical-align: middle;*/
}
.project-table .header-tr th{
    padding: 1.5em 1em!important;
    line-height: 1.429;
    font-family: 'DroidKufiRegular';
    font-size: 14px;
    /*font-weight: 600;*/

}

.category-container .category-cell{
    float: right;
}


.budgets,
.order-status,
.users-bid{
    padding: 7px 0px;
}



.order-detail .panel-default {
    background: #fff ;
    /*margin-top: 20px;*/
    border:none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3) ;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3) ;

}
.order-head{
    padding: 7px;
    /*border-bottom: 2px solid #fff;*/
    border-bottom: 1px solid #ddd;
}
.order-bids .bid-title,
.order-detail .order-title{
    font-size: 16px;
    font-weight: 600;
}
.order-title i{
    color: #126FAB;
}
.order-body .order-content {
    padding: 15px;
}
.order-body .order-content p {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 5px;
    color: #1a1a1a;
    line-height: 2;
    padding: 15px;
}
.order-description{

}
.order-body .order-content .item{
    direction: rtl;
    margin: 15px 0;
}
.order-body .order-content .item .col3,
.order-body .order-content .item .col2,
.order-body .order-content .item .col1{
    float: right;
}
.order-bids{
    background: #f5f5f5 ;
    margin-top: 50px;
    border:none;
}
.bid-head{
    padding: 7px;
    /*border-bottom: 2px solid #fff;*/
}
.bid-body .bid{
    background: #fff ;
    border-width: 1px 0 0!important;
}
.bid-head .bid-title i{ 
    color: #126FAB;
}
.bid-body li{
    display: inline-block;
    margin: 5px;
}
.bid-body .rating i{
    color: #ffc900;
}
.bid-details p{
    color: #1a1a1a;
}




.bid-user-img {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 2px;
    transition: all 0.2s ease-in-out 0s;
    height: 80px;
    width: 80px;
}
.bid-body .title::before{
    background-color: transparent;
    height: 0px;
}
.project-user .profile_card .img-thumbnail{
    width: 80px;
    height: 80px;
    background-color: transparent;
    padding: 2px;
    border-radius: 10px;
}
.project-user .profile_card{
    padding: 10px;
}
.project-owner-head{
    padding: 1px 0 7px; 
    /*border-bottom: 2px solid #fff;*/
    border-bottom: 1px solid #ddd;

}
.project-owner {
    font-size: 16px;
    font-weight: 600;
    margin: 9px 0;
}
.profile-details .owner-data li{
    display: inline-block;
}
.profile-details .owner-data li i{
    margin-left: 5px;
}
.profile-details .owner-data {
    padding-right: 0;
}
.project-end,
.project-not-end{
    margin-top: 10px;
}
.profile-status{
    margin-top: -30px;
}

#project-end{
    color:#099400;
    font-size: 25px;
}

#project-not-end{
    color:#e30614;
    font-size: 25px;
}
.profile_card .media .pull-right{
    padding-left: 10px;
}
.owner-data .rating i{
    color: #ffc900;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: auto;
    /*right: 0;*/
}

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

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.location-data{
    direction: rtl;
}
.location-data .control-select,
.location-data .control-label{
    float: right!important;
    margin-bottom: 20px;
}

.add-more-form .add-more{
    margin-left: 15px;
}
.block .remove {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #126fab;
    font-size: 20px;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    /*float: left;*/
}
.header-div{
    /*border-bottom: 1px solid #cccccc;*/
    margin-top: 30px;
    margin-bottom: 20px;
}
.header-div .header-title{
    text-align: right;
    font-size: 22px;
    padding-bottom: 12px;
    margin-top: 0px;
}
.header-div .header-title::before{
    margin-top: 32px;
}
.header-div .title::before {
    margin-top: 36px;
}
.side-article-detail{
    border: 1px solid #ccc;
    padding: 15px 0;
}
.side-article-detail .blog-inner{
    border-width:0 0 1px 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    border-radius: 0px;
    /*border-bottom: 1px solid #eee !important;*/
}
.side-article-detail .blog-inner .blog-date span{
    font-size: 18px;
}
.side-article-detail .blog-inner:last-child{
    border-width:0 0 0 0;
}

.sidebar .input-group .form-control {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #ccc !important;
    text-align: right;
}
.side-article-detail .blog-inner .blog-date .blog-title{
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.avt{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    opacity: 0;
}





//////edited by hussein//////

.applicatnt-rating {
    width: 85px;
}
.applicatnt-rating .rating-b {
    height: 30px;
    width: 80px;
    position: relative;
    float: right;
}
.applicatnt-rating .rating-b .rating-b-1 {
    width: 100%;
    height: 30px;
    position: absolute;
    overflow: hidden;
}
.applicatnt-rating .rating-b .rating-b-2 {
    width: 90%;
    height: 30px;
    position: absolute;
    overflow: hidden;
}
.applicatnt-rating img {
    right: 0px;
    width: 80px!important;
    min-width:80px!important; 
    top: 5px;
}

.bid-body .applicatnt-rate-num {
    float: right;
    margin: 5px 10px;
}
.bid-body .user-work {
    float: right;
}
.owner-data .applicatnt-rate-num{
    float: right;
    margin: 5px 10px;
}


.rating-container .applicatnt-rating {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.rating-container .applicatnt-rating .rating-b {
    height: 30px;
    width: 150px;
    position: relative;
}
.rating-container .applicatnt-rating .rating-b .rating-b-1 {
    width: 100%;
    height: 30px;
    position: absolute;
    overflow: hidden;
}
.rating-container .applicatnt-rating .rating-b .rating-b-2 {
    width: 90%;
    height: 30px;
    position: absolute;
    overflow: hidden;
}
.rating-container .applicatnt-rating img {
    right: 0px;
    width: 150px!important;
    min-width:150px!important; 
    top: 5px;
}

.owner-data .rating-container .applicatnt-rate-num {
    bottom: 14px;
    margin-right: 90px;
    position: absolute;
}

.well-sm {
    background-color: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*.get-app{
    height: 100%;
}
.get-app .modal-dialog{
    height: 100%;
    padding-top: 40%;
}*/
.get-app .modal-content{
    background-image: url(../images/bg/download.jpg);
    /*background-color: #ffc900;*/
    border-radius: 10px;
    background-size: contain;
    overflow: hidden;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*
.modal .slide-btn {
    color:#000;
    border:2px solid #000;
}
.modal .slide-btn a {
    color:#000;
}*/
.get-app .modal-header .close {
    margin-top: -22px;
    left: 10px;
    position: absolute;
    color: #fff;
    z-index: 6666;
    font-size: 25px;
    opacity: .8;
}
.get-app .modal-title{
    text-align: right;
    color: #fff;
}
.get-app .modal-header {
    border-bottom: 1px solid #fff;
    position: relative;
}