@charset "utf-8";

/* **************** */

@import "fonts.css";

@import "animate.css";

@import "bootstrap.min.css";

@import "bootstrap-grid.min.css";

@import "animate.css";

@import "font-awesome.min.css";

@import "owl.carousel.css";

@import "jquery.mCustomScrollbar.min.css";

@import "select2.min.css";

@import "jquery.fancybox.css";



/* ****************** */

* {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    /*text-transform: capitalize;*/

    font-family: b-rg;

    color: #473f3c;

    font-size: 14px;

}


.owl-carousel {

    direction: ltr;

}



.tooltip {

    z-index: 1100 !important;

}



.tooltip-inner {

    max-width: 200px;

    padding: 5px 10px;

    color: #fff;

    text-align: center;

    background-color: #1a66d8;

    border-radius: 0.25rem;

    font-size: 11px;

    text-transform: uppercase;

    font-weight: 500;

}



.tooltip .tooltip-arrow {

    display: none;

}



.tooltip.top {

    padding: 5px 0;

}



body {

    padding: 0;

    margin: 0;

    overflow-x: hidden;

}



select {

    display: inline-block;

}



html,

body,

div,

span,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

abbr,

address,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

samp,

small,

strong,

sub,

sup,

var,

b,

i,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    vertical-align: middle;

    background: transparent;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



nav ul {

    list-style: none;

}



ul {

    list-style: none;

}



iframe {

    width: 100% !important;

    border: 0 !important;

    height: 100%;

}



::-moz-selection {

    background-color: #1a2d5a;

    color: #fff;

}



::selection {

    background-color: #1a2d5a;

    color: #fff;

}



a,

a:hover,

a:visited,

a:link {

    text-decoration: none;

    outline: none;

    cursor: pointer;

}



a {

    display: inline-block;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



img {

    vertical-align: middle;

    border-style: none;

    max-width: 100%;

}



p {

    line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: inherit;

    font-weight: normal;

    line-height: 1.3;

}



.modal-open {

    overflow: hidden !important;

}



.modal-backdrop.in {

    opacity: .9;

}



input,

select,

textarea {

    vertical-align: middle;

    margin: 0;

    padding: 0;

    outline: 0;

}



textarea {

    resize: none;

}



.form-control {

    height: 38px;

    line-height: 38px;

    padding-left: 10px;

    font-size: 13px;

    box-sizing: border-box;

    border-radius: 4px;

    box-shadow: none;

    text-transform: none;

    border: 1px solid #dfdfdf;

    margin-bottom: 0;

}



.form-control::placeholder {

    color: #bbb;

}



textarea.form-control {

    height: 100px !important;

}



.form-group,

.form-control {

    margin-bottom: 0;

}



.form-control:focus {

    border-bottom-color: #01a6e5;

    -webkit-box-shadow: 0 1px 0 0 #01a6e5;

    box-shadow: 0 1px 0 0 #01a6e5;

    color: #303030;

}



.row {

    margin-bottom: 0;

}



.col-xs-12 {

    padding: 0;

    float: left;

    width: 100%;

}



i {

    color: inherit;

    font-style: normal;

}



.toTop {

    background-color: #f68829;

    color: #fff;

    position: fixed;

    bottom: 100px;

    right: -60px;

    width: 40px !important;

    height: 40px;

    cursor: pointer;

    line-height: 40px;

    border-radius: 6px;

    text-align: center;

    z-index: 35;

    -webkit-transition: all .3s;

    transition: all .3s;

    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);

    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);

    overflow: hidden;

}



.toTop:hover {background-color: #198ada;-webkit-transition: all .5s;transition: all .5s;}



.toTop i {

    font-size: 18px;

    -webkit-transition: all .5s;

    transition: all .5s;

    color: #fff;

}



#loading {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 999999;

    background-color: #dfe2f5;


}



.loading {

    position: absolute;

    top: 50%;

    left: 50%;

    margin: 0;

    padding: 0;

    list-style: none;

    -moz-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

}



.owl-controls .owl-buttons div .slider-right,

.owl-controls .owl-buttons div .slider-left {

    background-color: #c69a1d;

    position: absolute;

    top: 50%;

    margin: 0;

    color: #fff;

    cursor: pointer;

    line-height: 0;

    text-align: center;

    font-size: 20px;

    z-index: 5;

    -webkit-transition: all .3s;

    transition: all .3s;

    width: 36px;

    height: 40px;

    line-height: 35px;

    border-top-right-radius: 20px;

    border-bottom-right-radius: 20px;

    padding: 0 8px 0 0;

    transform: translateY(-50%);

}



.owl-controls .owl-buttons div .slider-right:hover,

.owl-controls .owl-buttons div .slider-left:hover {

    background-color: #dba611;

    color: #fff;

    transition: all .3s;

}



.owl-controls .owl-buttons div .slider-right {right: -30px;border-radius: 0;border-top-left-radius: 20px;border-bottom-left-radius: 20px;padding: 0 0 0 5px;}



.owl-controls .owl-buttons div .slider-left {left: -30px;}





.owl-controls {

    margin: 0;

}



.owl-controls .owl-buttons div {

    padding: 0;

    opacity: 1;

    margin: 0;

    display: block;

}



.owl-controls .owl-pagination {

    display: block;

    width: 100%;

    position: relative;

    bottom: 0;

    left: 0;

    z-index: 5;

    text-align: center;

    margin-top: 40px;

}



.owl-controls .owl-pagination .owl-page {

    display: inline-block;

}



.owl-controls .owl-pagination .owl-page span {

    display: block;

    width: 12px;

    height: 12px;

    margin: 4px;

    opacity: 1;

    background-color: #111d38;

    border-radius: 100%;

    transition: all .3s;

}



.owl-controls .owl-pagination .owl-page.active span {

    background-color: #fff;

    transform: scale(1.1);

    transition: all .3s;

}



.menu-item-has-children {

    position: relative;

}



.menu-item-has-children .sub-menu {

    position: absolute;

    right: 0;

    left: auto;

    top: 120%;

    opacity: 0;

    visibility: hidden;

    display: block;

    transition: all .3s;

    min-width: 160px;

    border-radius: 5px;

    overflow: hidden;

    background-color: #fff;

    z-index: 11;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

}



.menu-item-has-children:hover .sub-menu {

    opacity: 1;

    visibility: visible;

    top: 100%;

    transition: all .3s;

}



.menu-item-has-children .sub-menu li {

    display: block !important;

    margin: 0 !important;

}



.menu-item-has-children .sub-menu li:after {

    display: none;

}



.menu-item-has-children .sub-menu li a {

    display: block !important;

    padding: 6px 10px !important;

    font-family: b-bd !important;

    font-weight: normal !important;

    font-size: 14px !important;

}



.menu-item-has-children .sub-menu li a:before {

    display: none;

}



.menu-item-has-children .sub-menu li a:hover {

    background-color: #016e28;

    color: #fff !important;

    transition: all .3s;

}



.menu-item-has-children > a:after {

    font-family: FontAwesome;

    content: "\f107";

    display: inline-block;

    margin-right: 7px;

    transition: all .3s;

}



.menu-item-has-children:hover > a:after {

    transform: rotate(-180deg);

    transition: all .3s;

}



.sidebar {

    background-size: cover;

    background-position: 85% 50%;

    background-image: url(../images/hero.jpg);

    position: fixed;

    height: 100%;

    left: 0;

    top: 0;

    width: 300px;

    z-index: 9999;

    transform: translateX(-100%);

    transition: all .3s;

}



.sidebar.opened {

    transform: translateX(0%);

    transition: all .3s;

}



.sidebar:after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    background-color: rgba(0, 0, 0, 0.86);

    z-index: 0;

    width: 100%;

    height: 100%;

}



.sidebar .side-logo {

    background-color: #fff;

    padding: 30px;

    position: relative;

    z-index: 1;

    text-align: center;

}



.sidebar .side-social {

    text-align: center;

    padding: 10px 0;

    background-color: #fff;

    border-top: 1px solid rgba(243, 243, 243, 0.59);

    position: relative;

    z-index: 1;

}



.sidebar .side-social ul li {

    display: inline-block;

}



.sidebar .side-social ul li a {

    display: inline-block;

    font-size: 17px;

    margin: 0 10px;

    color: #dba611;

}



.sidebar .side-social ul li a:hover i {

    color: #473f3c;

}



.sidebar .side-nav {

    max-height: 100%;

    overflow: hidden;

    height: calc(100% - 110px);

    position: relative;

    z-index: 1;

}



.sidebar .side-nav ul li {

    display: block;

    position: relative;

}



.mCS-dir-rtl > .mCSB_inside > .mCSB_container {

    margin-left: 5px;

}



.sidebar .side-nav ul li a {

    display: block;

    font-size: 13px;

    padding: 15px;

    position: relative;

    color: #fff;

}



.sidebar .side-nav ul li a:hover {

    color: #f68829;

    background-color: rgba(0, 0, 0, 0.45);

}



.sidebar .side-nav ul li.open a i {

    transform: rotate(180deg);

    transition: all .3s;

    color: #01a6e5;

}



.sidebar .side-nav ul li a i {

    margin-right: 3px;

}



.sidebar .side-nav ul li .sub-menu {

    width: 100%;

    min-width: 100%;

    top: 100%;

    border-radius: 0;

}



.sidebar .side-nav ul li .sub-menu li a {

    color: #303030;

}



.open-sidebar {

    border: 0;

    outline: 0;

    background-color: #f68829;

    color: #fff;

    height: 35px;

    width: 40px;

    border-radius: 3px;

    display: none;

    padding: 0;

    font-size: 16px;

    position: relative;

    top: -7px;

}



.open-sidebar i {

    color: #fff;

}



.overlay_gen {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.76);

    z-index: 999;

    display: none;

}



.side-nav .menu-item-has-children > a:after {

    float: left;

    margin: 0;

}



.main-head {}



.main-head .top-bar {

    border-bottom: 1px solid #f2f2f2;

    background-color: #fcfcfc;

    padding: 15px 0;

}



.main-head .top-bar .top-contact {

    display: inline-block;

}



.main-head .top-bar .top-contact li {

    display: inline-block;

}



.main-head .top-bar .top-contact li:after {

    content: '|';

    position: relative;

    margin: 0 15px;

    color: #f3f3f3;

}



.main-head .top-bar .top-contact li:last-child:after {

    display: none;

}



.main-head .top-bar .top-contact li a {

    color: #808080;

    text-transform: none;

}



.main-head .top-bar .top-contact i {

    margin-left: 5px;

}



.main-head .bottom-nav .lang {
        margin: 0 10px;
    float: left;

}



.main-head .bottom-nav .lang a {

    color: #808080;

    direction: ltr;

}



.main-head .bottom-nav .lang a i {

    vertical-align: baseline;

    margin-right: 7px;

}



.main-head .bottom-nav {

    padding: 30px 0;

}



.main-head .bottom-nav .logo {

    display: inline-block;

}



.main-head .bottom-nav .main-nav {

    display: inline-block;

    margin-right: 65px;

}



.main-head .bottom-nav .main-nav ul {}



.main-head .bottom-nav .main-nav li {

    display: inline-block;

    margin-left: 30px;

}



.main-head .bottom-nav .main-nav li a {

    color: #666666;

    font-size: 15px;

}



.main-head .bottom-nav .main-nav li.current-menu-item a,

.main-head .bottom-nav .main-nav li a:hover {

    color: #f68829;

    transition: all .3s;

}



.main-head .extra-help {

    float: left;

    padding-top: 43px;

}



.main-head .extra-help .open-sidebar {

    float: left;

    /*margin-right: 20px;*/

}



.main-head .extra-help .open-search {

    padding: 0;

    line-height: 1;

    border: 0;

    background-color: transparent;

    color: #666;

    font-size: 16px;



}



button {

    outline: 0 !important;

}



.hero-s {

    position: relative;

    overflow: hidden;

}



.hero-s .h-slider {

    position: relative;

}



.hero-s .h-slider:after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    border-right: 100px solid #fff;

    border-left: 70px solid transparent;

    z-index: 6;

    border-bottom: 0 solid transparent;

    border-top: 575px solid transparent;

}



.hero-s .item {

    height: 570px;

    background-position: center;

    background-size: cover;

}



.about-s {

    position: relative;

    padding: 80px 0;

    background-color: #fcfcfc;

    border-bottom: 1px solid #f2f2f2;

}



.about-s:before {

    content: '';

    position: absolute;

}



.about-s:after {

    content: '';

    position: absolute;

}



.g-head {}



.g-head span {

    position: relative;
    margin-bottom: 20px;
    display: block;
    font-size: 27px;
    font-family: b-bd;

}



.g-head span:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 15px;

}



.g-head h3 {

    font-size: 23px;

    font-family: b-bd;

    color: #192b55;

    max-width: 84%;

    line-height: 1.5;

}



.g-head p {

    color: #666666;

    font-size: 14px;

    margin-top: 30px;

    line-height: 1.9;

}



.about-s .ab-body {

    position: relative;

    margin-top: 44px;

    padding-right: 80px;

}



.about-s .ab-body:before {content: '';position: absolute;right: 50px;top: 10px;width: 15px;height: 15px;border: 3px solid #f68829;border-top-color: #1279c1;border-right-color: #1279c1;}



.about-s .ab-body:after {

    content: '';

    position: absolute;

    height: 100%;

    width: 1px;

    background-color: #f2f2f2;

    right: 0;

    top: 0;

}



.about-s .ab-body p {

    font-size: 16px;

    color: #595959;

    margin-bottom: 20px;

    line-height: 1.9;

}



.about-s .ab-body a {position: relative;float: left;color: #127ac1;font-family: b-bd;font-size: 16px;z-index: 11;}



.about-s .ab-body a:after {

    font-family: FontAwesome;

    content: "\f060";

    margin-right: 15px;

}



.service-s {

    padding: 80px 0 130px;

}



.service-s .g-head {

    padding: 0 35px;

}





.service-s .container:before {

    content: '';

    position: absolute;

    right: 50%;

    transform: translateX(50%);

    background-color: #f9f9f9;

    height: 90%;

    width: 102%;

    display: block;

    top: 20%;

}



.service-s .g-letter {

    padding: 35px;

    margin-top: 16px;

    border-top: 1px solid #f2f2f2;

    background-color: #f9f9f9;

}



.service-s .g-letter .inner {

    background-color: #fff;

    border: 10px solid #f2f2f2;

    padding: 35px 50px;

}



.service-s .g-letter h4 {

    color: #192b55;

    font-family: b-bd;

    font-size: 18px;

    margin-bottom: 30px;

}



.service-s .g-letter h4 i {

    margin-left: 7px;

    vertical-align: baseline;

}



.service-s .g-letter a {

    width: 100%;

    height: 50px;

    background-color: #f68829;

    line-height: 50px;

    text-align: center;

    color: #fff;

    font-size: 17px;

    border-radius: 5px;

}



.service-s .service-right {

    padding: 0;

    background-color: #fff;

}



.service-s .service-left {

    padding: 0;

    background-color: #fff;

}



.service-s .service-left .block {

    padding: 30px;

    border-right: 1px solid #f7f7f7;

    border-bottom: 1px solid #f7f7f7;

    transition: all .3s;

}



.service-s .service-left .block:hover {

    box-shadow: 0 0 75px 2px rgba(0, 0, 0, 0.08);

    transition: all .3s;

}



.service-s .service-left .block .inner {}



.service-s .service-left .block .inner .icon {

    height: 60px;

    line-height: 61px;

}



.service-s .service-left .block .inner .archive_thumbnail {

	height: 200px;

    line-height: 200px;

}

.service-s .service-left .block .inner .archive_thumbnail img {

	height: 100%;

    width: 100%;

}



.service-s .service-left .block .icon img {}



.service-s .service-left .block .data {}



.service-s .service-left .block .data a {

    font-family: b-bd;

    color: #f68829;

    font-size: 17px;

    margin: 30px 0 10px;

    white-space: nowrap;

    text-overflow: ellipsis;

    max-width: 100%;

    display: inline-block;

    overflow: hidden;
    
    height: 40px;

}



.service-s .service-left .block .data p {

    font-size: 14px;

    color: #666666;

    line-height: 1.8;

    overflow: hidden;

    max-height: 46px;

}



.proj-s {background-color: #818285;padding: 80px 0;}



.l-head {

    text-align: center;

    margin-bottom: 50px;

}



.l-head h3 {

    font-size: 27px;

    font-family: b-bd;

    margin-bottom: 20px;

}



.l-head p {

    color: #192b55;

    margin: 0 auto;

    max-width: 55%;

    line-height: 2;

}



.proj-s .l-head {

    margin-bottom: 80px;

}



.proj-s .l-head h3 {color: #ffffff;font-size: 27px;font-family: b-bd;margin-bottom: 20px;}



.proj-s .l-head p {

    color: #fff;

}



.proj-s .l-body,

.proj-s .l-body .proj-slider {

    position: relative;

}



.proj-s .l-body:after,

.proj-s .l-body:before {content: '';position: absolute;right: -13px;top: 50%;height: calc(100% - 25%);width: 70px;z-index: 0;background-color: #ffc107;border-radius: 10px;transform: translateY(-50%);}



.proj-s .l-body:before {

    left: -13px;

    right: auto;

}



.proj-s .l-body .proj-slider:after,

.proj-s .l-body .proj-slider:before {content: '';position: absolute;right: 1px;top: 50%;height: calc(100% - 16%);width: 70px;z-index: 1;background-color: #ff9800;border-radius: 5px;transform: translateY(-50%);}



.proj-s .l-body .proj-slider:before {

    left: 1px;

    right: auto;

}



.proj-s .item {}



.proj-s .item .inner {

    padding: 15px;

    transition: all .3s;

}



.proj-s .item .inner:hover {

    transform: translateY(-10px);

    transition: all .3s;

}



.proj-s .item .inner-img {

    height: 360px;

    background-position: center;

    background-size: cover;

    border-radius: 10px;

    overflow: hidden;

    position: relative;

}



.proj-s .item .inner-caption {position: absolute;background-color: rgba(246, 136, 41, 0.8);width: 100%;bottom: 0;padding: 30px;direction: rtl;transform: translateY(150px);transition: all .3s;}



.proj-s .item a {

    width: 100%;

    height: 100%;

    display: block;

}



.proj-s .item .inner-caption h3 {

    overflow: hidden;

    color: #fff;

    font-family: b-bd;

    font-size: 16px;

    margin-bottom: 15px;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.proj-s .item .inner-caption p {

    color: #fff;

    font-size: 13px;

    line-height: 1.8;

    overflow: hidden;

    max-height: 44px;

}



.proj-s .item .inner:hover .inner-caption {

    transform: translate(0);

    transition: all .3s;

}



.proj-s .owl-controls .owl-buttons div .slider-right,
.clients-s .owl-controls .owl-buttons div .slider-right,

.proj-s .owl-controls .owl-buttons div .slider-left,
.clients-s .owl-controls .owl-buttons div .slider-left
{width: 50px;height: 50px;border-radius: 100%;line-height: 50px;color: #fff;font-size: 16px;background-color: #f68829;box-shadow: 0 0 0 5px #ffc107;}



.clients-s {

    padding: 80px 0;

}



.clients-s .item {

    text-align: center;

    border-width: 0 1px 0 0;

    border-color: rgba(25, 44, 87, 0.15);

    border-style: solid;

    padding: 0 20px;

}



.clients-s .item img {

    margin: 0 auto;max-height: 130px;

}



.footer-top {background-color: #1a1a1a;padding: 80px 0 50px;}





.footer-top .footer-item {

    padding: 0 20px;

}



.footer-top .footer-item:first-of-type {

    padding-right: 0;

}



.footer-top .footer-item:last-of-type {

    padding-left: 0;

}



.footer-top .footer-item h3 {

    font-family: b-bd;

    color: #fff;

    font-size: 18px;

    padding-top: 15px;

    margin-bottom: 58px;

}



.footer-top .footer-item .sitemap li {

    float: right;

    width: 49%;

    padding-left: 15px;

    margin-bottom: 15px;

}



.footer-top .footer-item .sitemap li:last-child {

    margin-bottom: 0;

}



.footer-top .footer-item .sitemap li a {

    color: #fff;

    display: inline-block;

    font-size: 15px;

    transition: all .3s;

}



.footer-top .footer-item .sitemap li a:hover {

    color: #f68829;

    transition: all .3s;

}



.footer-top .footer-item .cont li {

    margin-bottom: 15px;

    color: #fff;

    font-size: 15px;

	    line-height: 1.8;
	    
width: 340px;

}



.footer-top .footer-item .cont li:last-child {

    margin-bottom: 0;

}



.footer-top .footer-item .cont li i {

    margin-left: 15px;

}



.footer-top .footer-item .cont {

    display: inline-block;

    margin-left: 20px;

}



.footer-top .footer-item .social {

    display: inline-block;

    text-align: center;

    position: relative;

    top: 6px;

}



.footer-top .footer-item .social a {

    color: #fff;

    display: block;

    transition: all .3s;

    margin-bottom: 15px;

    font-size: 15px;

}



.footer-top .footer-item .social a:hover {

    color: #f68829;

    transition: all .3s;

}



.footer-top .footer-item img {

    margin-bottom: 40px;

}



.footer-top .footer-item .f-desc {

	padding: 0;

}



.footer-top .footer-item .menu-item-has-children .sub-menu {

	display:none

}



.footer-top .footer-item .menu-item-has-children > a:after{

	content:"";

}



.footer-top .footer-item .f-desc p {

    color: #fff;

    line-height: 1.8;

    font-size: 14px;
    
width: 340px;
}




.footer-bottom {background-color: #1d1d1d;padding: 30px 0;}



.footer-bottom p {display: inline-block;color: #ffffff;font-size: 14px;}



.footer-bottom p span {

    color: #fff;

}



.footer-bottom a {

    float: left;

}



.search-form {

    background-color: #1c2f5b;

    padding: 15px 0;

    display: none;

}



.search-form .form-group {

    position: relative;
        width: 50%;
    margin: 0 auto;

}



.search-form .form-group button {

    position: absolute;

    left: 0;

    top: 0;

    border-radius: 0;

    border-bottom-left-radius: 5px;

    border-top-left-radius: 5px;

    height: 40px;

    padding: 0 15px;

    border: 0;

    background-color: #d10105;

    color: #fff;

}



.search-form .form-group .form-control {

    background-color: #fff;

    border: 0;

    height: 40px;

    border-radius: 5px;

    color: #333;

    font-size: 15px;

    padding-left: 60px;

}



.search-form .form-group .form-control:focus {

    box-shadow: none;

}



.h-slider .owl-controls .owl-buttons div .slider-right,

.h-slider .owl-controls .owl-buttons div .slider-left {

    position: relative;

    left: auto;

    top: 5px;

    width: 20px;

    height: 20px;

    line-height: 20px;

    transform: none;

    border: 0;

    border-radius: 0;

    color: #cccccc;

    background-color: transparent;

    font-size: 15px;

    padding: 0;

    right: auto;

    transition: all .3s;

}



.h-slider .owl-controls .owl-buttons div .slider-right:hover,

.h-slider .owl-controls .owl-buttons div .slider-left:hover {

    color: #f68829;

    transition: all .3s;

}



.h-slider .owl-controls .owl-buttons div .slider-right {}



.h-slider .owl-controls .owl-buttons div .slider-right:after {

    content: '|';

    position: absolute;

    left: -25px;

    top: 3px;

    color: #cccccc !important;

}



.h-slider .owl-controls .owl-buttons div .slider-left {

    left: -50px;

}



.h-slider .owl-controls .owl-buttons {

    position: absolute;

    left: 0;

    bottom: -5px;

    background-color: #fcfcfc;

    z-index: 10;

    padding: 20px 100px 20px 10px;

    width: 100%;

    max-width: 25%;

    text-align: right;

    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    -ms-clip-path: none;
    -moz-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
-o-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);

}



.h-slider .owl-controls .owl-buttons:before {

    content: '';
    position: absolute;
    width: 20px;
    height: 195px;
    background-color: #117cc1;
    transform: rotate(-49deg);
    top: -38px;
    right: 0px;

}



.h-slider .owl-controls .owl-buttons:after {content: '';position: absolute;top: 0;right: 0;width: 100%;height: 12px;background-color: #127ac1;}



.h-slider .owl-controls .owl-buttons > div {

    display: inline-block;

}



.spinner {

    width: 40px;

    height: 40px;



    position: relative;

    margin: 100px auto;

}



.double-bounce1,

.double-bounce2 {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    background-color: #f68829;

    opacity: 0.6;

    position: absolute;

    top: 0;

    left: 0;



    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;

    animation: sk-bounce 2.0s infinite ease-in-out;

}



.double-bounce2 {

    -webkit-animation-delay: -1.0s;

    animation-delay: -1.0s;

}



@-webkit-keyframes sk-bounce {



    0%,

    100% {

        -webkit-transform: scale(0.0)

    }



    50% {

        -webkit-transform: scale(1.0)

    }

}



@keyframes sk-bounce {



    0%,

    100% {

        transform: scale(0.0);

        -webkit-transform: scale(0.0);

    }



    50% {

        transform: scale(1.0);

        -webkit-transform: scale(1.0);

    }

}



.load-more {

    margin-top: 50px;

    text-align: center;

}



.load-more a {

    display: inline-block;

    background-color: #f68829;

    color: #fff;

    padding: 15px 40px;

    border-radius: 50px;

}



.load-more a:hover {background-color: #1279c1;}



.service-left .load-more {

    background-color: #f9f9f9;

    margin: 0;

    padding-top: 35px;

}



.service-left .load-more a {

    padding: 12px 20px;

    font-size: 13px;

}



.pagination-gar {

    background-color: #fff;

    border: 5px solid #f2f2f2;

    padding: 15px 30px;

    border-radius: 5px;

    width: auto !important;

    margin: 0 auto;

    position: relative;

    right: 50%;

    transform: translateX(50%);

    direction: rtl;

}



.pagination-gar li {

    display: inline-block;

    color: #bfbfbf;

    font-family: b-bd;

    font-size: 16px;

}



.pagination-gar li a {

    display: inline-block;

    border: 0;

    border-radius: 5px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 17px;

    margin: 0 2px;

    transition: all .3s;

    color: #bfbfbf;

    background-color: #f5f5f5;

    padding: 0;

    font-family: b-bd;

}



.pagination-gar li:first-child a,

.pagination-gar li:last-child a {

    font-size: 15px;

    width: 60px;

    background-color: transparent;

}



.pagination-gar li a:hover,

.pagination-gar li a.active {

    color: #f68829;

    transition: all .3s;

    background-color: #f5f5f5;

}



.pagination-gar li.active a {

    background-color: #192b55;

    color: #fff;

}



.proj-inner-page {

    background-color: #fcfcfc;

}



.proj-inner-page .inner-head {

    margin-bottom: 65px;

}



.proj-inner-page .inner-head h3 {

    font-size: 32px;

    font-family: b-bd;

    color: #192b55;

    position: relative;

}



.proj-inner-page .inner-head h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 20px;

}



.proj-inner-page .nav-tabs {

    margin-bottom: 60px;

    padding-bottom: 25px;

    border-bottom-color: #ededed;

}



.proj-inner-page .nav-tabs li {

    display: inline-block;

    float: none;

    margin: 0;

    margin-left: 50px;

}



.proj-inner-page .nav-tabs li a {



    display: inline-block;

    position: relative;

    border: 0 !important;

    color: #4c4c4c;

    font-size: 16px;

    font-family: b-bd;

    transition: all .3s;

}



.proj-inner-page .nav-tabs li a:after {

    content: '';

    position: absolute;

    left: 0;

    width: 0;

    bottom: -27px;

    background-color: #f68829;

    height: 5px;

    transition: all .3s;

}



.proj-inner-page .nav-tabs li.active a:after,

.proj-inner-page .nav-tabs li a:hover:after {

    left: auto;

    right: 0;

    transition: all .3s;

    width: 100%;

}



.proj-inner-page .nav-tabs li.active a,

.proj-inner-page .nav-tabs li a:hover {

    color: #f68829;

    transition: all .3s;

}



.proj-inner-page.proj-s .l-body:after,

.proj-inner-page.proj-s .l-body:before {

    display: none;

}



.proj-inner-page.proj-s .inner {

    padding: 0;

}



.proj-inner-page.proj-s .item {

    margin-bottom: 30px;

}



.about-inner-page {

    background-color: #fcfcfc;

    padding: 70px 0;

}



.about-inner-page .ab-top {

    margin-bottom: 100px

}



.about-inner-page .ab-top h3 {

    font-size: 28px;

    font-family: b-bd;

    color: #192b55;

    position: relative;

    margin-bottom: 40px;

}



.about-inner-page .ab-top h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 20px;

}



.about-inner-page .ab-top p {

    color: #333333;

    font-size: 15px;

    line-height: 2;

}



.about-inner-page .ab-top p:first-of-type {

    padding-right: 0;

    padding-left: 20px;

}



.about-inner-page .ab-middle {

    margin-bottom: 100px;

}



.about-inner-page .ab-middle h3 {

    font-size: 28px;

    font-family: b-bd;

    color: #f68829;

    position: relative;

    margin-bottom: 40px;

}



.about-inner-page .ab-middle h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #192b55;

    width: 50px;

    right: -60px;

    top: 20px;

}



.about-inner-page .ab-middle .mid-img {

    position: relative;

    float: left;

}



.about-inner-page .ab-middle .mid-img .img-inner {

    position: relative;

    height: 500px;

    background-position: center;

    background-size: 70%;

    background-repeat: no-repeat;

}



.about-inner-page .ab-middle .mid-img:before {

    content: '';

    position: absolute;

    width: 66%;

    height: 100%;

    background-color: #16264d;

    top: 3%;

    left: 21%;

}



.about-inner-page .ab-middle .mid-data {}





.about-inner-page .ab-middle .mid-data p {

    color: #333333;

    font-size: 14px;

    line-height: 2;

    margin-bottom: 30px;

}



.about-inner-page .ab-middle .mid-data p:last-of-type {}



.about-inner-page .ab-middle .mid-data .sign {}



.about-inner-page .ab-middle .mid-data .sign b {

    font-weight: normal;

    font-size: 12px;

    color: #808080;

}



.about-inner-page .ab-middle .mid-data .sign h5 {

    color: #f68829;

    font-size: 14px;

    margin-top: 10px;

    font-family: b-bd;

}



.about-inner-page .ab-bottom {}



.about-inner-page .ab-bottom .nav-tabs {

    border: 0;

}



.about-inner-page .ab-bottom .nav-tabs li {

    float: none;

    display: table-cell;

    width: 1%;

    text-align: center;

    margin: 0;

}



.about-inner-page .ab-bottom .nav-tabs li a {

    margin: 0;

    display: block;

    width: 98%;

    padding: 15px;

    border-radius: 5px;

    border: 0 !important;

    background-color: #16264d;

    color: #fff;

}



.about-inner-page .ab-bottom .nav-tabs li.active a {

    background-color: #f68829;

    color: #fff;

}



.about-inner-page .ab-bottom .tab-pane {

    overflow: hidden;

    /*max-height: 500px;

    overflow-y: auto;*/

    margin: 50px 0 0;

}



.about-inner-page .ab-bottom .tab-pane .block {

    padding: 0 15px;

    margin-bottom: 30px;

}



.about-inner-page .ab-bottom .tab-pane .block a {

    display: block;

    width: 100%;

    height: 100%;

}



.about-inner-page .ab-bottom .tab-pane p {

    color: #333333;

    font-size: 14px;

    line-height: 2;

}



.about-inner-page .ab-bottom .tab-pane .b-img {

    background-position: center;

    background-size: cover;

    height: 350px;

    border-radius: 5px;

}



.proj-inner-page.proj-s .item a {

    border: 4px solid #fff;

    padding: 5px;

    border-radius: 20px;

    transition: all .3s;

}



.proj-inner-page.proj-s .item a:hover {

    border-color: #192b55;

    transition: all .3s;

}



.about-inner-page .service-s {

    padding: 0;

}



.about-inner-page .service-s .service-right,

.about-inner-page .service-s .service-left {

    background-color: #fcfcfc;

}



.about-inner-page .service-s .container:before {

    display: none;

}



.service-s .service-left .block:hover {

    background-color: #fff;

}



.about-inner-page .service-s .service-right h3 {

    font-size: 28px;

    font-family: b-bd;

    color: #192b55;

    position: relative;

    margin-bottom: 40px;

}



.about-inner-page .service-s .service-right h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 20px;

}



.ab-gallery {}



.ab-gallery .card {

    padding: 0 8px;

    margin-bottom: 15px;

}



.ab-gallery .card a {

    width: 100%;

    height: 100%;

    display: block;

}



.ab-gallery .card .card-img {

    background-position: center;

    background-size: cover;

    height: 250px;

    border-radius: 10px;

    position: relative;

    overflow: hidden;

}



.ab-gallery .card .card-img i {

    position: absolute;

    left: 50%;

    top: -50%;

    transform: translate(-50%, -50%);

    color: #fff;

    z-index: 2;

    width: 40px;

    height: 40px;

    line-height: 37px;

    text-align: center;

    border: 2px solid #fff;

    border-radius: 10px;

    font-size: 16px;

    transition: all .3s;

}



.ab-gallery .card .card-img:hover i {

    top: 50%;

    transition: all .3s;

}



.ab-gallery .card .card-img:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.6);

    opacity: 0;

    transform: scale(5);

    transition: all .3s;

}



.ab-gallery .card .card-img:hover:before {

    transform: scale(1);

    opacity: 1;

    transition: all .3s;

}



.about-inner-page.eq-page .ab-top {

    margin-bottom: 50px;

}



.about-inner-page.eq-page .ab-top h3 {

    margin: 0;

}



.ab-table {}



.ab-table thead {}



.ab-table th {

    font-weight: normal;

    font-family: b-bd;

    color: #000;

    border-bottom-color: #f68829 !important;

    padding: 15px !important;

}



.ab-table th:first-of-type,

.ab-table td:first-of-type {

    text-align: center;

}







.ab-table td:nth-of-type(2) {

    background-color: #f0f0f0;

}



.ab-table td {

    padding: 15px !important;

}



.request {

    padding: 80px 0;

    background-color: #fcfcfc;

}



.request .req-data {

    float: right;

}



.request .req-data h3 {

    font-size: 28px;

    font-family: b-bd;

    color: #192b55;

    position: relative;

    margin-bottom: 20px;

}



.request .req-data h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 20px;

}



.request .req-data p {

    color: #333333;

    font-size: 15px;

    line-height: 2;

}



.request .req-form {

    float: left;

}

.req-form img{
    max-height:400px;
}



.request .req-form .form-group {

    position: relative;

    margin-bottom: 30px;

}



.request .req-form .form-group .form-control {

    height: 50px;

    border-radius: 20px;

    line-height: 50px;

    padding: 0 15px;

    color: #473f3c;

    font-size: 14px;

    border: 1px solid #d3d2d2;

    box-shadow: 0 1px #cccccc;

}



.request .req-form .form-group .form-control::placeholder {

    color: #807674;

}



.request .req-form .form-group .form-control:focus {

    box-shadow: 0 1px #192b55;

    border-bottom-color: #192b55;

    transition: all .3s;

}



.request .req-form .form-group textarea.form-control {

    height: 125px !important;

    line-height: normal;

    padding-top: 18px;

}



.request .req-form .form-group h4 {

    font-family: b-bd;

    font-size: 13px;

    color: #5e5452;

    margin-bottom: 15px;

    padding-right: 10px;

}



.request .req-form .form-group .btn {

    display: inline-block;

    background-color: #f68829;

    color: #fff;

    padding: 15px 40px;

    border-radius: 50px;

}



.request .req-form .form-group .input-group {

    display: table;

    width: 100%;

}



.request .req-form .form-group .input-group .input-group-btn {

    width: auto;

    padding-bottom: 0;

    position: absolute;

    z-index: 11;

    left: 0;

    top: 0;

}



.request .req-form .form-group .input-group .input-group-btn .btn {

    height: 50px;

    font-size: 20px;

    line-height: 47px;

    padding: 0 25px;

    border-radius: 20px;

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}



.request .req-form .form-group .input-group .form-control {

    cursor: not-allowed;

}



.request .req-form .form-group .select2-container .select2-selection--single .select2-selection__rendered {

    padding: 0;

    height: 50px;

    line-height: 50px;

}



.request .req-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 50px;

    line-height: 50px;

    left: 15px;

    width: auto;

}



.request .req-form .form-group .select2-container--default .select2-selection--single {

    height: 50px;

    border-radius: 20px;

    line-height: 50px;

    padding: 0 15px;

    color: #473f3c;

    font-size: 14px;

    border: 1px solid #d3d2d2;

    box-shadow: 0 1px #cccccc;

}



.select2-dropdown {

    background-color: #fff;

    border: 1px solid #d2d1d1;

    border-radius: 20px !important;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    z-index: 19;

}



.select2-container--default .select2-search--dropdown .select2-search__field {

    height: 40px;

    border-radius: 20px !important;

    line-height: 40px;

    padding: 0 15px;

    color: #473f3c;

    font-size: 14px;

    border: 1px solid #d3d2d2;

    text-transform: none;

}



.select2-results__option {

    padding: 10px;

    font-size: 13px;

}



.select2-container--default .select2-results__option--highlighted[aria-selected] {

    background-color: #192b55;

    color: #fff;

}



.request .req-form .form-group .select2-container {

    width: 100% !important;

}



.contact-us {}



.contact-us .con-head {

    margin-bottom: 50px;

}



.contact-us .con-head h3 {

    font-size: 25px;

    font-family: b-bd;

    color: #192b55;

    position: relative;

    margin-bottom: 15px;

}



.contact-us .con-head h3:before {

    content: '';

    position: absolute;

    height: 3px;

    background-color: #f68829;

    width: 50px;

    right: -60px;

    top: 13px;

}



.contact-us .con-head span {

    color: #333333;

    font-size: 14px;

}



.contact-us .con-body .con-form {

    padding-left: 50px;

}



.contact-us .con-body .con-form .form-group {

    position: relative;

    margin-bottom: 30px;

}



.contact-us .con-body .con-form .form-group:last-of-type {

    margin: 0;

}



.contact-us .con-body .con-form .form-group h4 {

    font-family: b-bd;

    font-size: 13px;

    color: #5e5452;

    margin-bottom: 15px;

    padding-right: 10px;

}



.contact-us .con-body .con-form .form-group .form-control {

    height: 40px;

    border-radius: 10px;

    line-height: 50px;

    padding: 0 15px;

    color: #473f3c;

    font-size: 13px;

    border: 1px solid #d3d2d2;

    box-shadow: 0 1px #cccccc;

}



.contact-us .con-body .con-form .form-group .form-control::placeholder {

    color: #807674;

}



.contact-us .con-body .con-form .form-group .form-control:focus {

    box-shadow: 0 1px #192b55;

    border-bottom-color: #192b55;

    transition: all .3s;

}



.contact-us .con-body .con-form .form-group .btn {

    display: inline-block;

    background-color: #f68829;

    color: #fff;

    padding: 15px 40px;

    border-radius: 10px;

    width: 100%;

}



.contact-us .con-body .con-form .form-group teaxtarea.form-control {

    height: 125px !important;

    line-height: normal;

    padding-top: 18px;

}



.contact-us .con-body .con-data {

    float: left;

    background-color: #1a2d5a;

    border-radius: 10px;

    padding: 63px 30px;

    position: relative;

    margin-top: 30px;

    overflow: hidden;

}



.contact-us .con-body .con-data:after {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    border-left: 160px solid #f68829;

    border-right: 50px solid transparent;

    border-bottom: 130px solid transparent;

    z-index: 0;

}



.contact-us .con-body .con-data .em-ico {

    position: absolute;

    left: 23px;

    z-index: 1;

    top: 19px;

    color: #fff;

    font-size: 35px;

}



.contact-us .con-body .con-data h4 {

    color: #fff;

    font-size: 15px;

    font-family: b-bd;

    margin-bottom: 30px;

}



.contact-us .con-body .con-data h4 i {

    margin-left: 5px;

}



.contact-us .con-body .con-data ul li {

    margin-bottom: 35px;

    color: #fff;

    font-size: 13px;

    line-height: 1.5;

}



.contact-us .con-body .con-data ul li:last-child {}



.contact-us .con-body .con-data ul li i {

    color: #bfbfbf;

}



.contact-us .con-body .con-data ul li span {

    color: #bfbfbf;

    font-size: 13px;

    margin: 0 15px;

}



.contact-us .con-body .con-data .social {

        border-top: 1px solid #0d6aa7;

    padding-top: 30px;

    text-align: center;

}



.contact-us .con-body .con-data .social a {

    color: #bfbfbf;

    margin-left: 30px;

    transition: all .3s;

}



.contact-us .con-body .con-data .social a:hover {

    color: #fff;

}



.con-map {

    padding: 0 !important;

    margin-top: 70px;

}



.con-map h3 {

    color: #1a2d5a;

    font-family: b-bd;

    font-size: 16px;

    margin-bottom: 30px;

}



.con-map h3 i {

    vertical-align: baseline;

    margin-left: 5px;

}



.con-map .map {

    height: 250px;

    width: 100%;

}



.contact-inner-page {

    padding-bottom: 0;

}



/* ********** el7ag noor *********** */



.proj-view {

    padding: 15px;

}



.proj-view .pro-img{

background-position: center;

    background-size: cover;

    height: 290px;

    border-radius: 5px;

}



.proj-view .proj-data{

	padding:20px;

}

.proj-view .proj-data h3{

    overflow: hidden;

    text-overflow: ellipsis;

    font-size: 19px;

    font-family: b-bd;

    margin-bottom: 15px;

}



.proj-view .proj-data p{

	    line-height: 1.8;

    font-size: 14px;

    margin-bottom: 20px;

    overflow: hidden;

    max-height: 147px;

}



.proj-view .proj-data a{

	display: inline-block;

    background-color: #f68829;

    color: #fff;

    padding: 10px 30px;

    border-radius: 10px;

    font-size: 16px;

    height: 50px;

    line-height: 34px;

    width: 100%;

    text-align: center;

}



.proj-view .proj-data a:hover{

    background-color: #333;

}



#cvfile{

	display:none!important

}



.footer-top .footer-item,.footer-top .footer-item {

    padding: 0!important;

}



.footer-top .footer-item .cont{

	margin-left:0!important;

	padding-left: 10px;

}


.dude-slider .item{
	background-position:center;
	background-size:cover;
	height:300px;
}

.dude-slider .owl-controls .owl-buttons div .slider-right, .dude-slider .owl-controls .owl-buttons div .slider-left{}

 .dude-slider .owl-controls .owl-buttons div .slider-left{left:10px;}
  .dude-slider .owl-controls .owl-buttons div .slider-right{right:10px;}
  
  .menu-item-has-children .sub-menu li a {
    display: block !important;
    padding: 10px 14px !important;
    font-family: b-rg!important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #c02f2f;
    color: #fff !important;
    transition: all .3s;
}
.menu-item-has-children .sub-menu{min-width:190px;}

.news-s .block {
    padding: 15px;
}

.news-s .block .inner {
    box-shadow: 0 8px 20px rgba(57, 62, 84, 0.25);
    border-radius: 6px;
}

.news-s .block .inner .inner-img {
    background-position: center;
    background-size: cover;
    height: 230px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(128, 118, 116, 0.25);
    transform: scale(1.03);
    position: relative;
    z-index: 1;
}

.news-s .block .inner .inner-data {
    padding: 20px 20px 40px;
    border: 1px solid #d3d2d2;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    
}

.news-s .block .inner .inner-data .title {
    color: #c69a1d;
    font-size: 14px;
    /* white-space: nowrap; */
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    /* white-space: nowrap; */

}

.news-s .block .inner .inner-data p {
    font-size: 11px;
    color: #807674;
    line-height: 1.9;
    overflow: hidden;
    max-height: 37px;
    transition: all .3s;
}

.news-s .block .inner .inner-data .more-ic {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #c69a1d;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 2px 10px rgba(185, 161, 102, 0.3);
    font-size: 19px;
    position: absolute;
    left: -80px;
    bottom: 10px;
    transition: all .3s;
    opacity: 0;
    transform: scale(3);
}

.news-s .block .inner:hover .inner-data {
    background-color: #f68829;
    transition: all .3s;
}

.news-s .block .inner:hover .inner-data p {
    color: #fff;
    transition: all .3s;
}

.news-s .block .inner:hover .inner-data .more-ic {
    transform: scale(1);
    opacity: 1;
    left: 20px;
    transition: all .3s;
}

.news-s {
    background-color: #fcfcfc;
    padding: 70px 0;
    border-bottom: 1px solid #f1f2f2;
}

.news-s .block .inner:hover .inner-data .title {
    color: #fff;
}

.news-s .block .inner:hover .inner-data .more-ic {
    background-color: #818285;
}

.news-s .block .inner .inner-data .title {
color: #f68829;
    font-family: b-bd;
}

.load-more a:hover {
    color: #fff;
    background-color: #818285;
}

.service-s .g-letter a:hover {
    background-color: #127ac1;
}

.proj-s .owl-controls .owl-buttons div .slider-right:hover, .proj-s .owl-controls .owl-buttons div .slider-left:hover {
    background-color: #ffffff;
    color: #818285;
}

.proj-s .load-more a:hover {
    background-color: #0f5386;
    color: #fff;
    transition: all .3s;
}
.about-inner-page .ab-top h3 {
    color: #818285;
}

.about-inner-page .ab-middle h3:before,.search-form,.about-inner-page .ab-middle .mid-img:before,.about-inner-page .ab-bottom .nav-tabs li a {
    background-color: #818285;
}


.menu-item-has-children .sub-menu li a:hover {
    background-color: #818285;
    color: #fff !important;
    transition: all .3s;
}

.search-form .form-group button {
    background-color: #f68829;
}
.proj-inner-page.proj-s .item a:hover {
    border-color: #818285;
    transition: all .3s;
}

.request .req-form .form-group .form-control:focus {
    box-shadow: 0 1px #818285;
    border-bottom-color: #818285;
}

.request .req-form .form-group .btn {
    outline: none;
}

.request .req-form .form-group .btn:hover {
    background-color: #818285;
}
.contact-us .con-body .con-data {
    background-color: #818285;
}

.contact-us .con-body .con-data:after {
    border-left: 160px solid #0e6ba7;
}

.contact-us .con-body .con-data ul li span {
    color: #fff;
}

.contact-us .con-body .con-data ul li i {
    color: #fff;
}

.contact-us .con-body .con-data .social a {
    color: #fff;
}

.search-form .search-form {
    padding: 0;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f68829;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


.service-s .service-left .block .data ul {
    display: none;
}

.request .req-data ul li {
    margin-bottom: 15px;
    list-style: disc;
    list-style-position: inside;
}

.request .req-data ul {
    margin-top: 20px;
}

.news-s .block .inner .inner-data .title {
    min-height: 60px;
    max-height: 60px;
}

.news-s .block .inner .inner-data p {
    max-width: 80%;
}

.menu-item-has-children .sub-menu {
    min-width: 240px;
}

.proj-inner-page .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 30px;
}

.proj-inner-page .nav-tabs::-webkit-scrollbar {
    width: 6px;
    height:8px;
}

.proj-inner-page .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #818285;
}

.proj-inner-page .nav-tabs li a:after {
    bottom: -20px;
}

.main-head .bottom-nav .main-nav li a {
    font-family: b-bd;
}

.h-slider .inner-caption {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 auto;
    max-width: 58%;
}

.h-slider .inner-caption h3 {
    font-size: 36px;
    font-family: b-bd;
    color: #fff;
    margin-bottom: 20px;
}

.h-slider .inner-caption p {
    color: #fff;
    margin: 0 auto 30px;
    white-space: normal;
    word-break: break-all;
    line-height: 1.7;
    font-size: 15px;
    overflow: hidden;
    max-height: 71px;
}

.h-slider .inner-caption .btn {
    background-color: #f68829;
    color: #fff;
    border-radius: 50px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    font-family: b-bd;
    transition: all .3s;
}

.h-slider .inner-caption .btn:focus,.h-slider .inner-caption .btn:hover {
    background-color: #127ac1;
    color: #fff;
    transition: all .3s;
}

.ab-top .load-more a {
    display: inline-block;
    background-color: #f68829;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-family: b-bd;
    text-transform: capitalize;
}

.hero-s .item {
    position: relative;
}

.hero-s .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.g-head h3,.about-s .ab-body a,.g-head span,.service-s .g-letter h4,.l-head h3,.l-head p,.main-head .bottom-nav .main-nav li a,
.about-inner-page .service-s .service-right h3,
.request .req-data h3,.contact-us .con-head h3,.contact-us .con-head span,.contact-us .con-head p,.con-map h3{
    color: #767a7d;
}

.ryad-logo {
    transform: scale(.8);
    height: 21px !important;
    top: -7px;
    position: relative;
}

.clients-s .owl-controls .owl-buttons div .slider-left, .clients-s .owl-controls .owl-buttons div .slider-right {
    width: 40px;
    height: 44px;
    padding: 0;
    font-size: 22px;
    line-height: 39px;
    box-shadow: none;
}

.about-inner-page .ab-top h3,.about-inner-page .ab-top a {
    font-size: 28px;
    font-family: b-bd;
    color: #767a7d;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

.about-inner-page .ab-top .load-more a {
    font-size: 16px;
    margin: 0;
    padding: 10px 30px;
    color: #fff;
}

.service-s .service-left .block .inner .archive_thumbnail {
    height: 280px;
    line-height: 280px;
}

.about-inner-page .ab-top h3 a:hover {
    color: #f68829;
}

/*.hero-s:after {
    content: '';
    position: absolute;
    right: 26px;
    top: -45px;
    z-index: 7;
    width: 30px;
    height: 120%;
    background-color: #818285;
    transform: rotate(6.5deg);
}*/

.hero-s .h-slider:after {
    border-right: 67px solid #fff;
    border-left: 70px solid transparent;
    z-index: 6;
    border-bottom: 0 solid transparent;
    border-top: 805px solid transparent;
}

.hero-s .item {
    height: 800px;
}
.proj-view .pro-img {
    height: auto;
    padding: 0;
}

.proj-inner-page.proj-s .item {
    margin: 0;
    height: 400px;
}

.service-s.parts .service-left .block .data a {
    height: auto;
    margin: 0;
    display: inline-block;
}

.service-s.parts .service-left .block .data {
    text-align: center;
}

.service-s.parts .service-left .block .inner .archive_thumbnail {
    overflow: hidden;
    background-color: #ffff;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.service-s.parts .service-left .block .inner .archive_thumbnail a {
    display: block;
    position: relative;
    height: 100%;
}

.service-s.parts .service-left .block .inner .archive_thumbnail img {
    height: auto;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-s .item,.proj-inner-page.proj-s .item {
    background-size: cover
}

img.vis {
    width: 120px;
}

.dod .h-slider .owl-controls .owl-buttons::before{
    transform:none;
    top:0;
    width:15px;
    height:150px;
}

.main-head .bottom-nav .logo {
    max-width: 200px;
}

.footer-top .footer-item img {
    max-width: 200px;
}
.sk-folding-cube {
    display: none;
}    
.proj-s .item .inner .inner-caption {
    transform: translate(0);
    transition: all .3s;
}
.slider-touch-area-next {
    right: unset;
}