#nav{
    background:none;
    box-shadow:inherit;
}
#nav .container{
    background-color:#292929;
    position:relative;
}
.navbar-horizontal .navbar-nav>li>a {
    color: #fff;
}
.navbar-horizontal .navbar-header .navbar-brand, body.rtl .navbar-horizontal .nav>li {
    border-right: none !important;
    border-left: none !important;
}
.navbar-horizontal .navbar-nav .sub-arrow, .navbar-horizontal .navbar-nav .collapsible .sub-arrow{
    display:none !important;
}
#homepage-carousel{
    margin-top:-25px;
}
.telegram-link{
    position:absolute;
    left:0;
    top:0;background:#24acee;
    color:#fff;
    transition:300ms all;
    padding: 0 3em;
}
.telegram-link .fa{
    font-size:24px !important;
    line-height: 50px;
}
.telegram-link:hover{
    background-color:#888;
    color:#fff;
}
.footer-widget-container .carousel-indicators{
    bottom: -40px;
}
.has-list-side{
    clear:both;
}


/************************************************************pages*/

body.rtl .page-header.header-bg{
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 130px;
    position: relative;
    margin-top:-27px;
}
body.rtl .page-header.header-bg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    z-index: 0;
}
body.rtl .page-header.header-bg h1 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-align:center;
}
body.rtl .page-header.header-bg .page-float{
    float:none;
}
body.rtl .page-header.header-bg .breadcrumb-box{
    display:none;
}
.content-fulltext h5,#faq-detail h5{
    color:#24acee;font-size: 16px;
}
.eforms{
    border:none;
}
/************************************************************carousel*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  background:none;
}
.carousel-fade .carousel-control{
    opacity:0;
    transition:300ms all;
}
.carousel-fade:hover .carousel-control{
    opacity:1;
}




/************************************************************header phone*/

.header-contact-info {
    margin-top: 15px;
    overflow: hidden;
}
.header-contact-info ul {
    margin:0;
    padding:0;
    list-style:none;
}
.header-contact-info ul li {
    border-right: 1px solid #f7f7f7;
    display: inline-block;
    float: left;
    padding-right: 30px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
    direction:rtl;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {
    display: table-cell;
    text-align:right;
    vertical-align: middle;
}
.header-contact-info ul li .iocn-holder {
    width: 48px;
    border: 1px dashed #24acee;
    border-radius: 50%;
}
.header-contact-info ul li .iocn-holder span {
    color: #24acee;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 48px;
}

.header-contact-info ul li .text-holder {
    padding-right: 10px;
}
.header-contact-info ul li .text-holder h6 {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.header-contact-info ul li .text-holder p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}

.header-contact-info ul li:hover .iocn-holder{
   animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.header-contact-info ul li:hover .iocn-holder span{
   animation-name: xspin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
@keyframes xspin {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}


/************************************************************ about us */

.about-us {
    background: rgba(238, 239, 239, 0.79);
    padding-bottom: 80px;
}
.sec-padd-top {
    padding-top: 80px;
}
.about-us figure {
    margin: 0;
}
.about-text {
}
.about-text h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.thm-color {
    color: #24acee;
}
.about-text p {
    margin-bottom: 20px;
    color:#888;
}
.about-us .fact-counter {
    margin: 33px 0 0;
    overflow: hidden;
    text-align: center;
}
.about-us ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.about-us .fact-counter ul li.single-fact-counter {
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    margin-top: 16px;
}
.about-us .fact-counter ul li.single-fact-counter .icon-holder {
    margin: 0 0 20px;
}
.about-us .fact-counter ul li.single-fact-counter .timer {
    color: #24acee;
    font-size: 30px;
    font-weight: 600;
    direction:ltr;
    font-family: 'Montserrat', sans-serif;
}
.about-us .fact-counter ul li.single-fact-counter h3 {
    color: #292929;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 2px 0 0;
    font-family: 'Poppins', sans-serif;
}
.about-us .fact-counter ul li.single-fact-counter .icon-holder span::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.28);
    color: #292929;
    display: inline-block;
    font-size: 36px;
    height: 70px;
    line-height: 21px;
    padding: 23px 0;
    text-align: center;
    width: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-us .fact-counter ul li.single-fact-counter:hover .icon-holder span::before {
    background: #24acee;
    color: #fff;
}
.about-us .fact-counter ul li.single-fact-counter i.fa-plus {
    color: #24acee;
    font-size: 17px;
    font-weight: 100;
    position: relative;
    top: -3px;
}




/************************************************************ services */

.our-services {
    padding: 70px 0 30px;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}
.section-title h2 {
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}
.section-title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 120px;
    height: 1px;
    background: #24acee;
}
.our-services .single-our-service {
    margin-bottom: 50px;
    padding:5px;box-shadow: 0px 1px 5px rgba(0,0,0,0);
}
.our-services .single-our-service img{
    transition:300ms all;
    width: 100%;
}
.our-services .single-our-service:hover img{
   filter: brightness(110%);
}
.our-services .single-our-service .img-box {
    position: relative;
}


.our-services .single-our-service h4 {
    margin-top: 17px;
    margin-bottom: 11px;
    color: #272727;
    transition: .5s ease;
}
.our-services .single-our-service:hover{box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);}
.our-services .single-our-service:hover h4 {
    color: #24acee;
    transition: .5s ease;
}

/************************************************************ gallery */
.latest-project {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color:#010005;
}
.owl-carousel{
    direction:ltr;
    max-height:242px;
   
}
.owl-carousel.loading{
     overflow:hidden;
}
.latest-project .section-title h2 {
    color: #fff;
}
.single-project {
    text-align: center;
}
.single-project figcaption .content {
    position: relative;
    text-align: center;
    display: inline-block;
    top: 60%;
}
.single-project figcaption:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 4px solid #24acee;
}
.single-project figcaption .content a {
    position: relative;
}
.single-project figcaption p {
    color: #fdc716;
}
.sec-padd {
    padding: 80px 0 80px;
}
.latest-project .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    margin-bottom: 44px;
}
.latest-project .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}
.latest-project .owl-theme .owl-nav .fa{
    font-size: 24px !important;
}

/************************************************************ news */
.blog-section {
}
.sec-padd2 {
    padding: 80px 0 30px;
}
.default-blog-news {
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 50px;
}
.default-blog-news:hover {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.default-blog-news .img-holder a {
    width: 100%;
}
.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.default-blog-news .overlay {
    background-color: rgba(3, 15, 27, 0.77);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}
.default-blog-news:hover  .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.default-blog-news:hover  img {
    transform: scale(1.1);
}
.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
    background: #24acee;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.default-blog-news .lower-content {
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #f4f4f4;
    border-top: 0;
}
.default-blog-news .lower-content h4 {
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 26px;
}
.default-blog-news .lower-content .post-meta {
    color: #888;
    font-size: 11px;
    margin-bottom: 7px;
}
.default-blog-news .lower-content .text p {
    margin-bottom: 10px;
}
.default-blog-news .lower-content .default_link {
    color: #303030;
    transition: .5s ease;
}
.default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 1px;
}


/************************************************************ brands */

.brand-logo {
    position: relative;
    background: #f0f0f0;
    direction:ltr;
}
.brand-logo .owl-carousel {
    position: inherit;
    list-style:none;
    padding:0;
    margin:0;
}
.brand-logo .brand-carousel li {
}
.brand-logo .brand-carousel li a {
    display: block;
    text-align: center;
}
.brand-logo .brand-carousel li a img {
    width: auto;
    display: inline-block;
}

.brand-logo .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
        position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    left: 0;
}
.brand-logo .owl-theme .owl-prev {
    float: left;
    width: 25%;
    text-align: center;
}
.brand-logo .owl-theme .owl-next {
    float: right;
    width: 20%;
    text-align: center;
}
.brand-logo .owl-theme .owl-nav [class*=owl-] {
    color: #999999;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.brand-logo .owl-theme .owl-next span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2c3e50;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.brand-logo .owl-theme .owl-prev span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2c3e50;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}















@media (max-width: 767px) {
    .logo{
        text-align:center;
    }
body.rtl .page-header.header-bg{
    margin-top:0;
}
}