
@import url('https://fonts.googleapis.com/css2?family=Cairo:slnt,wght@-11..11,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
/*----------------------------------------*/


/*  default CSS
/*----------------------------------------*/

html,
body {
    direction: rtl;
    height: 100%;
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    /* font-family: "Tajawal", sans-serif; */
    background: #fff;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c1c;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: right;
}

h1 {
    font-size: 60px;
    margin-bottom: 40px;
}

h1 span {
    background: #c65a0a;
    padding: 0 10px;
    color: #222222;
    display: inline-block;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

h4 {
    font-size: 15px;
}

p {
    font-size: 15px;
    color: #333;
    line-height: 2;
    text-align: right;
}
ul.listing {
  list-style: none;
  padding-right: 15px !important;
  text-align: right;
}
.Rtl span{
    direction: ltr;
}
ul.listing li {
  position: relative;
  font-size: 16px;
  margin:10px;
  color: #C5A059;
}

 ul.listing li::before {
  content: "\f00c";
  font: normal normal normal 10px / 1 FontAwesome;
  font-size: 17px !important;
  color: #B4A797;
  position: absolute;
  right: -26px;
     top:5px
}
img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*------------------------
  Helper css
--------------------------*/

.sp-title {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1c1c1c;
}

.sp-title span {
   padding: 0 10px;
   color: #333;
   font-size: 17px;
   display: block;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 500;
}

.pt100 {
    padding-top: 50px;
}

.pL100 {
    padding-right: 100px !important;
}

.pt200 {
    padding-top: 115px !important;
}

.pb100 {
    padding-bottom: 100px;
}

.pt50 {
    padding-top: 50px !important;
}

.pb50 {
    padding-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.spad {
    padding: 3px 0 55px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    padding-top: 50px;
}

.section-title {
    /* margin-bottom: 30px; */
    border: 1.5px solid #1c1c1c;
    text-align: center;
    padding: 5px 5px 10px;
}

.section-title h1,
.section-title h2 {
    /* display: inline-block; */
    /* padding: 0 20px; */
    margin-bottom: 0;
    font-size: 24px;
    color: #1c1c1c;
    text-align: center;
    font-weight: 500;
}

.set-bg {
    background-size: cover;
    background-repeat: no-repeat;
}


/*------------------------
  Common element css
--------------------------*/


/*=== Preloder ===*/


/* #preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #1c1c1c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
} */

.site-btn {
    display: inline-block;
    font-weight: 700;
    border: 4px solid;
    min-width: 200px;
    text-align: center;
    padding: 19px 0;
    position: relative;
    background-color: transparent;
    margin-right: 15px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-btn:after,
.site-btn:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 4px;
    right: -15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-btn:after:hover {
    position: absolute;
    content: "";
    width: 200px;
    height: 4px;
    right: -0px;
}

.site-btn:after {
    bottom: 8px;
}

.site-btn:hover:after {
    bottom: 8px;
    width: 200px;
    display: block;
    background: #fff;
}

.site-btn:hover {
    border: 4px solid #fff;
}

.site-btn:before {
    bottom: 18px;
}

.site-btn.sb-light {
    color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
    background: #fff;
}

.site-btn.sb-dark {
    color: #fff;
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
    background: #fff;
}

.site-btn.sb-solid-color {
    background: #999;
    border-color: #999;
}

.site-btn.sb-solid-color:after,
.site-btn.sb-solid-color:before {
    background: #222222;
}

.site-btn.sb-solid-dark {
    background: #222;
    border-color: #222;
    color: #c65a0a;
}

.site-btn.sb-solid-dark:after,
.site-btn.sb-solid-dark:before {
    background: #c65a0a;
}

.element {
    margin-bottom: 100px;
}


/*===  Accordion ===*/

.accordion-area .panel {
    margin-bottom: 15px;
}

.accordion-area .panel-header {
    background: #f0f0f0;
    display: block;
    padding: 12px 50px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-header.active {
    background: #c65a0a;
}

.accordion-area .panel-header.active .panel-link:after {
    content: "-";
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
    content: "+";
}

.accordion-area .panel-link {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #c65a0a;
    border: none;
    cursor: pointer;
}

.accordion-area .panel-body p {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 25px;
}

.accordion-area .panel-body {
    padding: 0 5px;
}

.accordion-area .panel-link:after {
    content: "+";
    position: absolute;
    left: 50%;
    font-size: 16px;
    font-weight: 700;
    top: 50%;
    line-height: 16px;
    margin-top: -8px;
    margin-left: -4px;
}


/*===  Tab  ===*/

.tab-element .nav-tabs {
    border-bottom: none;
    margin-bottom: 35px;
}

.tab-element .nav-tabs .nav-link {
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 15px 30px;
}

.tab-element .nav-tabs .nav-link.active {
    background: #c65a0a;
}

.tab-element .nav-tabs .nav-link.active,
.tab-element .nav-tabs .nav-link:hover {
    border: none;
}

.tab-element .tab-pane h4 {
    font-size: 18px;
    margin: 25px 0 20px;
}

.tab-element .tab-pane p {
    font-size: 14px;
}


/*===  Loader ===*/

.circle-progress {
    text-align: center;
    padding-top: 30px;
    display: inline-block;
}

.circle-progress .prog-circle {
    position: relative;
    margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
    position: absolute;
    content: "";
    width: 177px;
    height: 177px;
    left: 9px;
    top: 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}

.circle-progress canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle-progress .progress-info {
    width: 100%;
    border-radius: 150px;
    margin: 0 auto;
    padding-top: 22px;
}

.circle-progress .progress-info h2 {
    font-size: 48px;
}

.circle-progress .prog-title {
    text-align: center;
    margin-top: 100px;
}

.circle-progress .prog-title h3 {
    font-size: 18px;
    color: #727272;
}

.img-popup-warp .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*----------------------------------------*/


/*  Header CSS
/*----------------------------------------*/

.header-area {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.header-area .logo-area {
    width: 188px;
    display: inline-block;
    padding: 18px 40px 15px;
    background: #222;
}

.header-area .logo-area img {
    width: 100%;
}

.left-bar .logo-area {
    float: left;
    display: inline-block;
    padding: 8px;
    width: 100px;
    position: relative;
    z-index: 111;
    top: 30px;
    padding: 0 14px;
}

.phone-number {
    float: right;
    display: inline-block;
    padding: 5px 10px;
    background: #c65a0a;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-right: 50px;
}

.nav-switch {
    display: none;
}

.nav-menu {
    display: inline-block;
    float: right;
}

.nav-menu ul {
    list-style: none;
}

.nav-menu ul li {
    display: inline;
}

.nav-menu ul li a {
    display: inline-block;
    padding: 40px 10px 5px;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.nav-menu ul li a:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    left: 50%;
    margin-left: 1px;
    top: 0;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-menu ul li a:hover:after {
    height: 25px;
}

.nav-menu ul li.active>a:after {
    height: 25px;
}


/*---------------------------------------*/


/*  Hero Section CSS
/*----------------------------------------*/

.hero-section {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

.left-bar {
    position: absolute;
    width: 100px;
    height: 100%;
    background: rgba(10, 10, 10, 0.98);
    z-index: 20;
    overflow: hidden;
    opacity: 0.1;
}

.left-bar .left-bar-content {
    position: absolute;
    width: 100%;
    top: 45%;
    bottom: 0;
    text-align: center;
    margin-bottom: 50px;
}

.IcoNavHome {
    left: 0px;
    color: #C5A059;
    position: absolute;
    top: 44%;
    text-align: center;
    /* right: 41px; */
    opacity: 1;
    font-size: 40px !important;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navLeft.openStyle .IcoNavHome {
    opacity: 0;
    left: -100px;
}

.social-links a {
    display: block;
    color: #fff !important;
    margin-bottom: 20px;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social-links a:hover {
    color: #C5A059!important; 
}

.hero-right-text {
    position: absolute;
    right: 140px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    bottom: 60%;
    z-index: 30;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 20px;
}

.hero-slider .hero-slide-item {
    width: 100%;
    height: 960px;
    display: table;
}

.hero-slider .hero-slide-item .slide-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hero-slider .owl-nav {
    position: absolute;
    display: inline-block;
    left: 350px;
    bottom: 70px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
    color: #c65a0a;
}

.hero-slider .owl-nav .owl-prev i {
    margin-right: 5px;
}

.hero-slider .owl-nav .owl-next {
    margin-right: 0px;
}

.hero-slider .owl-nav .owl-next i {
    margin-left: 5px;
}

.slide-content {
    margin-left: 217px;
    margin-bottom: 50px;
    padding-left: 97px;
    padding-top: 95px;
    padding-bottom: 18px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.slide-content:after {
    position: absolute;
    content: "";
    height: calc(100% + 50px);
    width: 327px;
    border-top: 70px solid #c65a0a;
    border-left: 70px solid #c65a0a;
    border-bottom: 50px solid #c65a0a;
    top: 0;
    left: 0;
    opacity: 0.73;
}

.slide-content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.owl-item.active .slide-content {
    opacity: 1;
}


/*----------------------------------------*/


/*  Intro Section CSS
/*----------------------------------------*/

.intro-text p {
    margin-bottom: 34px;
    text-align: justify;
}


/*----------------------------------------*/


/*  Service Section CSS
/*----------------------------------------*/

.service-box {
    margin-bottom: 30px;
}

.service-box .sb-icon {
    margin-bottom: 30px;
    width: 100px;
    height: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
    opacity: 0.2;
    max-height: 70px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .sb-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 25px;
    top: -80px;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.service-box .readmore {
    font-size: 12px;
    font-weight: 700;
    color: #222222;
    display: inline-block;
    padding: 2px 0;
    background-color: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box:hover .sb-icon {
    background-color: #c65a0a;
    color: #fff;
}

.service-box:hover .sb-icon .sb-img-icon {
    left: 15px;
    margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
    opacity: 1;
}

.service-box:hover .readmore {
    background-color: #c65a0a;
    padding: 2px 10px;
    color: #fff;
}


/*----------------------------------------*/


/*  CTA Section CSS
/*----------------------------------------*/

.cta-section {
    position: relative;
    margin-bottom: 147px;
    /* margin-bottom: 20px; */
}

.cta-section:after {
    content: "";
    position: absolute;
    width: 67%;
    height: 100%;
    right: 0;
    top: 0;
    background: #222222;
    z-index: 2;
}

.cta-section .cta-image-box {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    background-image: url("../img/cta-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-section .container {
    position: relative;
    z-index: 9;
}

.cta-section .cta-content h2 {
    color: #fff;
}

.cta-section .cta-content p {
    color: #fff;
    margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 50px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
    margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 100%;
}


/*----------------------------------------*/


/*  Milestones Section CSS
/*----------------------------------------*/

.milestone {
    min-height: 110px;
    padding-left: 43px;
    padding-top: 15px;
    position: relative;
}

.milestone h2 {
    margin-bottom: 0;
    font-size: 68px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

.milestone p {
    float: left;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.milestone:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: 0;
    top: 0;
    background: #efefef;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.milestone:hover:after {
    background: #c65a0a;
}


/*----------------------------------------*/


/*  Projects Section CSS
/*----------------------------------------*/

.projects-filter-nav {
    list-style: none;
    text-align: center;
    margin-top: 14px;
}

.projects-filter-nav li {
    display: inline-block;
    margin: 0 11px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.projects-filter-nav li a {
    color: #C5A059;
}

.projects-filter-nav li.btn-active {
    background: #1c1c1c;
    color: #fff;
}

.projects-slider {
    /* padding: 0 40px; */
    margin-top: 57px;
    padding-bottom: 130px;
}

.projects-slider .single-project {
    height: 256px;
    width: 100%;
    background: #C5A059;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transition: .8s;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.projects-slider .single-project .project-content {
    padding: 50px;
    height: 100%;
    background: rgba(13, 13, 13, 0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
}

.projects-slider .single-project .project-content h2 {
    color: #fff;
    font-weight: 500;
    position: relative;
    top: 20px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.projects-slider .single-project .project-content p {
    color: #c65a0a;
    font-weight: 500;
    position: relative;
    top: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.projects-slider .single-project .seemore {
    position: absolute;
    right: 50px;
    bottom: 30px;
    background: #c65a0a;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: inline-block;
    padding: 2px 8px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.projects-slider .single-project:hover .project-content {
    opacity: 1;
}

.projects-slider .single-project:hover .project-content h2,
.projects-slider .single-project:hover .project-content p {
    top: 0;
}

.projects-slider .single-project:hover .seemore {
    bottom: 50px;
}

.projects-slider .single-project.__loading {
    opacity: 0;
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
}

.projects-slider .owl-nav {
    text-align: right;
    max-width: 1170px;
    margin: 40px auto 0;
}

.projects-slider .owl-nav .owl-prev,
.projects-slider .owl-nav .owl-next {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 5px;
}

.projects-slider .owl-nav .owl-prev:hover,
.projects-slider .owl-nav .owl-next:hover {
    background: #fff;
    color: #1c1c1c;
}

.projects-slider .owl-nav .owl-prev i {
    margin-right: 5px;
}

.projects-slider .owl-nav .owl-next {
    margin-right: 0px;
}

.projects-slider .owl-nav .owl-next i {
    margin-left: 5px;
}


/*----------------------------------------*/


/*  Client Section CSS
/*----------------------------------------*/
.owl-carousel .owl-stage-outer {

    direction: ltr;
}
.client-slider .single-brand {
    display: table;
    height: 80px;
    width: 100%;
}

.client-slider .single-brand a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.client-slider .single-brand a img {
    width: auto;
    margin: 0 auto;
    opacity: 0.5;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.client-slider .single-brand a:hover img {
    opacity: 1;
}


/*----------------------------------------*/


/*  Footer Section CSS
/*----------------------------------------*/

.footer-section {
    padding-top: 55px;
    padding-bottom: 15px;
    border-top: 3px solid #1c1c1c;
    background: url(../img/bgfooter.jpg) top left repeat;
    position:relative;
    background-size: cover;
    background-attachment: fixed;
}
.footer-section::before {
    content: "";
    display: block;
    background: #000000 !important;
    opacity: 0.9 !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer-section .FooterLogo {
    margin-top: -12px;
    margin-bottom: 15px;
    /* left: 60px; */
    /* border-top: 1px solid #fff; */
}

.footer-section .FooterLogo img {
    width: 143px;
    display: block;
    margin-top: 24px;
}

.footer-section .copyright {
    color: #fff;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    padding: 30px 0 20px;
    font-size: 13px;
}

.footer-section .copyright a {
    color: #C5A059;
}

.footer-section .footer-social {
    width: 75px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: -21px;
    display: none;
    padding-top: 20px;
    background: #121212;
}

.footer-item ul {
    list-style: none;
}

.footer-item ul li {
    display: block;
    margin-bottom: 10px;
    direction: rtl;
    text-align: right;
}

.footer-item ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0 5px;
}

.footer-item ul li a:hover {
    background: #fff;
    color: #1c1c1c;
}

.footer-item h5 {
    color: #C5A059;
    font-weight: 500;
}

.footer-item {
    padding-right: 20px;
}

.footer-item.MenuFooter {
    padding-left: 30px
}

.footer-item p {
    line-height: 24px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
.footer-item.foterContact p{
    display: flex;
    line-height:1.5;
    align-items:center;
    flex-wrap: initial;
    flex-grow: 1;
}
.footer-item.foterContact p i{
   width: 30px;
   display: block;
   position: relative;
   flex-shrink: 0;
}
.footer-item p i {
    font-size: 16px;
    margin-left: 5px;
    width: 30px;
    text-align: center;
    background: #222;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    /* display: inline-grid; */
    color: #C5A059; 
}


/*----------------------------------------*/


/*  Other pages CSS
/*----------------------------------------*/

.page-header-section {
    height: 445px;
    padding-top: 200px;
    overflow: hidden !important;
}

.page-header-section .header-title {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 11;
}

.page-header-section .header-title span {
    background: none;
    color: #c65a0a;
}


/*----------------------------------------*/


/*  About page CSS
/*----------------------------------------*/

.testimonials-section {
    position: relative;
    margin: 60px 0;
}

.testimonials-section h1 {
    color: #fff;
}

.testimonials-section:after {
    content: "";
    position: absolute;
    width: 67%;
    height: 100%;
    right: 0;
    top: 0;
    background: #222222;
    z-index: 2;
}

.testimonials-section .testimonials-image-box {
    position: absolute;
    width: 50%;
    height: calc(100% + 120px);
    left: 0;
    top: -60px;
    background-image: url("../img/cta-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section .container {
    position: relative;
    z-index: 9;
}

.testimonials-section .qut {
    color: #c65a0a;
    font-size: 36px;
    margin-bottom: 20px;
}

.ts-item p {
    color: #fff;
    font-style: italic;
    margin-bottom: 50px;
}

.ts-item h4 {
    font-size: 15px;
    font-weight: 400;
    color: #c65a0a;
    margin-bottom: 0;
}

.ts-item span {
    font-size: 12px;
    color: #fff;
}

.team-member {
    padding-right: 67px;
    position: relative;
}

.team-member img {
    min-width: 100%;
}

.team-member .member-info {
    position: absolute;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 230px;
    background: #fff;
    bottom: 37px;
    right: 0;
    -webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
    box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-member .member-info h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.team-member .member-info p {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-member:hover .member-info {
    background: #c65a0a;
    -webkit-box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
    box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
}

.promo-section {
    padding-top: 90px;
    padding-bottom: 150px;
}

.promo-text h1 {
    margin-bottom: 20px;
}

.promo-text p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}

.slide-num-holder.test-slider {
    right: auto;
    left: 100%;
    bottom: -160px;
    width: 160px;
    height: 230px;
    padding-right: 30px;
    padding-top: 80px;
}


/*----------------------------------------*/


/*  Service page CSS
/*----------------------------------------*/

.service-slider {
    position: relative;
}

.service-slider .owl-controls {
    position: absolute;
    height: 100%;
    width: 14px;
    left: 0;
    top: 0;
    display: -ms-grid;
    display: grid;
}

.service-slider .owl-dots {
    display: table-cell;
    vertical-align: middle;
}

.service-slider .owl-dots .owl-dot {
    width: 14px;
    height: 13px;
    margin-bottom: 10px;
    background: #e8e8e8;
}

.service-slider .owl-dots .owl-dot.active {
    background: #c65a0a;
}

.service-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.service-text p {
    margin-bottom: 50px;
}

.service-text ol {
    list-style: none;
}

.service-text ol li {
    font-size: 20px;
    font-weight: 700;
    color: #727272;
    margin-bottom: 20px;
}

.solid-service-box {
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.solid-service-box h2 {
    font-size: 48px;
    color: #727272;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.solid-service-box h3 {
    margin-bottom: 20px;
}

.solid-service-box p {
    font-size: 14px;
    margin-bottom: 20px;
}

.solid-service-box .readmore {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.solid-service-box:hover {
    background: #c65a0a;
}

.solid-service-box:hover h2 {
    color: #222;
}

.solid-service-box:hover .readmore {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.promo-box {
    width: 1383px;
    margin: 0 auto;
    padding: 40px 0;
}

.promo-box .promo-text h1,
.promo-box .promo-text p {
    color: #fff;
}


/*----------------------------------------*/


/*  Blog page CSS
/*----------------------------------------*/

.blog-post {
    margin-bottom: 120px;
}

.blog-post .thumb {
    padding: 25px;
    position: relative;
}

.blog-post .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    top: 0;
    left: 0;
    background: #f0f0f0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.blog-post .post-date {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: inline-block;
    background: #c65a0a;
    padding: 4px 15px;
    margin-bottom: 20px;
}

.blog-post h2 {
    font-size: 30px;
}

.blog-post h2 a {
    color: #222;
}

.blog-post p {
    margin-bottom: 0;
}

.blog-post .post-meta {
    margin-bottom: 40px;
}

.blog-post .post-meta a {
    color: #727272;
    font-size: 12px;
    margin-right: 10px;
}

.blog-post .post-meta a i {
    font-size: 16px;
    margin-left: 5px;
}

.blog-post:hover .thumb:after {
    background: #c65a0a;
}

.pagination {
    display: inline-block;
    padding: 20px 30px;
    background: #222;
    border-radius: 0;
}

.pagination a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.pagination a.active {
    font-size: 48px;
    color: #c65a0a;
}

.search {
    position: relative;
}

.widget-area {
    margin-bottom: 80px;
}

.widget-area .widget-title {
    font-size: 22px;
    margin-bottom: 40px;
}

.widget-area .search input {
    width: 100%;
    background: #f0f0f0;
    border: none;
    font-size: 12px;
    padding: 10px;
    padding-right: 35px;
    font-style: italic;
}

.widget-area .search button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #838383;
    height: 100%;
    width: 40px;
}

.widget-area ul {
    list-style: none;
}

.widget-area ul li a {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #727272;
    padding: 3px 10px;
    padding-left: 25px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-area ul li a:after {
    position: absolute;
    content: "+";
    color: #838383;
    left: 5px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-area ul li a:hover {
    background: #c65a0a;
    color: #222;
}

.widget-area ul li a:hover:after {
    color: #222;
}

.widget-area ul li:last-child a {
    margin-bottom: 0;
}

.widget-area .rp-widget .rp-widget-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-area .rp-widget .rp-widget-item:last-child {
    margin-bottom: 0;
}

.widget-area .rp-widget .thumb {
    width: 68px;
    height: 68px;
    float: left;
    margin-right: 30px;
    background: #ddd;
    display: block;
}

.widget-area .rp-widget .rp-content {
    padding-left: 98px;
}

.widget-area .rp-widget h4 {
    line-height: 1.5;
    margin-bottom: 0;
}

.widget-area .rp-widget p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.widget-area .quote-widget span {
    font-size: 47px;
    font-style: italic;
    color: #727272;
}

.widget-area .quote-widget p {
    font-style: italic;
    margin-bottom: 0;
    font-size: 13px;
}

.widget-area .instagram-widget {
    padding-top: 30px;
}

.widget-area .instagram-widget a {
    display: block;
    overflow: hidden;
    width: 33.33333%;
    float: left;
    position: relative;
}

.widget-area .instagram-widget a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #c65a0a;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-area .instagram-widget a:before {
    position: absolute;
    content: "+";
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    width: 20px;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -10px;
    text-shadow: 0 0 20px #999;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

.widget-area .instagram-widget a:hover:after,
.widget-area .instagram-widget a:hover:before {
    opacity: 1;
}

.widget-area .instagram-widget a img {
    min-width: 100%;
}


/*----------------------------------------*/


/*  Contact page CSS
/*----------------------------------------*/

.cf-social {
    margin-top: 19px;
}

.cf-social a {
    color: #fff;
    margin-right: 25px;
}

.contact-form {
    padding-top: 22px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    font-size: 13px;
    border: none;
    background: #f0f0f0;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 200px;
    margin-bottom: 30px;
}

.contact-form ::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form :-ms-input-placeholder {
    font-style: italic;
}

.contact-form ::-ms-input-placeholder {
    font-style: italic;
}

.contact-form ::placeholder {
    font-style: italic;
}

.map-area {
    height: 685px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    background: #f0f0f0;
    margin-bottom: 18px;
    margin-top: 20px;
}


/*----------------------------------------*/


/*  Portfolio page CSS
/*----------------------------------------*/

.portfolio-filter {
    list-style: none;
    padding: 50px 0 40px 100px;
}

.portfolio-filter li {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 2px 10px;
}

.portfolio-filter li.active {
    text-decoration: underline;
    -webkit-text-decoration-color: #2046f2;
    /* text-decoration-color: #2046f2; */
    background: #fff;
    color: #1c1c1c;
}

.portfolio-warp {
    display: block;
    overflow: hidden;
}

.portfolio-warp .grid-item {
    width: 20%;
    background-position: center;
}

.portfolio-warp .grid-item:after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-warp .grid-item.grid-wide,
.portfolio-warp .grid-item.grid-long {
    width: 40%;
}

.portfolio-warp .grid-item a {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-warp .grid-item a:after {
    position: absolute;
    content: "+";
    left: 50%;
    top: 60%;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.portfolio-warp .grid-item:hover a {
    opacity: 1;
}

.portfolio-warp .grid-item:hover a:after {
    top: 50%;
}

.portfolio-warp .grid-sizer {
    width: 20%;
}


/* ===========================
  Responsive
==============================*/

@media only screen and (max-width: 1477px) {
    .slide-num-holder.test-slider {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .promo-box {
        width: 100%;
    }
}


/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .phone-number {
        margin-right: 30px;
    }
    .nav-menu ul li a {
        margin-right: 20px;
    }
    .slide-content {
        margin-left: 220px;
    }
    .milestone p {
        margin-left: 10px;
        font-size: 17px;
    }
    .milestone h2 {
        font-size: 55px;
    }
    .milestone:after {
        width: 90px;
        height: 90px;
    }
    .slide-num-holder {
        right: 20px;
    }
    .hero-right-text {
        right: 100px;
    }
}


/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .projSlider.openStyle {
        display: none !important;
    }
    .logo-area {
        padding: 20px 40px 30px;
    }
    .slide-content {
        margin-left: 170px;
        margin-bottom: -35px;
        padding-left: 120px;
        padding-top: 120px;
        padding-bottom: 30px;
    }
    .slide-content h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .slide-content:after {
        border-top: 100px solid #c65a0a;
        border-left: 100px solid #c65a0a;
        border-bottom: 60px solid #c65a0a;
    }
    .hero-slider .owl-nav {
        left: 170px;
    }
    .slide-num-holder {
        right: 20px;
    }
    .hero-right-text {
        bottom: 70%;
        right: 100px;
    }
    .nav-menu ul li a {
        margin-right: 5px;
        font-size: 13px;
        padding: 37px 7px 5px;
    }
    .phone-number {
        font-size: 12px;
        margin-right: 10px;
    }
    .team-member {
        margin-bottom: 30px;
    }
    .portfolio-warp .grid-item {
        width: 50%;
    }
    .portfolio-warp .grid-item.grid-wide,
    .portfolio-warp .grid-item.grid-long {
        width: 50%;
    }
    .portfolio-warp .grid-sizer {
        width: 50%;
    }
    .solid-service-box {
        margin-bottom: 30px;
    }
    .cta-section {
        background: #222;
        margin-bottom: 0;
    }
    .testimonials-section {
        background: #222;
        margin: 0;
    }
    .testimonials-image-box,
    .testimonials-section:after,
    .cta-image-box,
    .cta-section:after {
        display: none;
    }
    .hero-section,
    .hero-slider .hero-slide-item {
        height: 100%;
    }
    .milestone,
    .solid-service-box {
        margin-bottom: 30px;
    }
    .footer-section .footer-social {
        width: auto;
        top: -25px;
        right: 50%;
        padding: 10px;
        margin-right: -133px;
    }
    .footer-section .social-links a {
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .projects-filter-nav {
        text-align: left;
    }
    .projects-filter-nav li {
        margin-left: 0;
        margin-right: 15px;
    }
    .footer-section .copyright {
        position: relative;
        width: 100%;
        max-width: 720px;
        margin: 40px auto 0;
        left: 0;
        top: 0;
        margin-bottom: -50px;
        padding-left: 15px;
    }
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    .projSlider.openStyle {
        display: none !important;
    }
    h1,
    .sp-title {
        font-size: 45px;
    }
    .page-header-section .header-title {
        font-size: 55px;
    }
    .left-bar {
        width: 70px;
    }
    .slide-content:after,
    .hero-right-text,
    .phone-number {
        display: none;
    }
    .nav-switch {
        position: absolute;
        right: 20px;
        font-size: 30px;
        color: #fff;
        top: 20px;
        display: block;
    }
    .nav-menu {
        position: absolute;
        width: calc(100% - 90px);
        left: 80px;
        background: #121212;
        top: 100%;
        margin-top: 11px;
        display: none;
    }
    .nav-menu ul li a {
        display: block;
        padding: 16px 21px;
        border-bottom: 1px solid #202020;
        margin-right: 0;
    }
    .nav-menu ul li a:after {
        left: 20px;
    }
    .nav-menu ul li.active>a:after,
    .nav-menu ul li a:hover:after {
        height: 10px;
    }
    .hero-section {
        height: auto;
    }
    .hero-slider .hero-slide-item {
        padding: 150px 0;
        height: auto;
    }
    .slide-content h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .hero-slider .owl-nav {
        padding-left: 70px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .slide-content {
        margin-left: 70px;
        padding: 0;
        text-align: center;
    }
    .slide-num-holder,
    .slide-num-holder.test-slider {
        right: 0;
        height: 75px;
        width: 136px;
        padding-top: 18px;
    }
    .slide-num-holder span,
    .slide-num-holder.test-slider span {
        font-size: 40px;
    }
    .slide-num-holder.test-slider {
        bottom: -135px;
    }
    .team-member {
        margin-bottom: 30px;
    }
    .portfolio-warp .grid-item {
        width: 50%;
    }
    .portfolio-warp .grid-item.grid-wide,
    .portfolio-warp .grid-item.grid-long {
        width: 50%;
    }
    .portfolio-warp .grid-sizer {
        width: 50%;
    }
    .cta-section {
        background: #222;
        margin-bottom: 0;
    }
    .testimonials-section {
        background: #222;
        margin: 0;
    }
    .testimonials-image-box,
    .testimonials-section:after,
    .cta-image-box,
    .cta-section:after {
        display: none;
    }
    .milestone,
    .solid-service-box {
        margin-bottom: 30px;
    }
    .projects-filter-nav {
        text-align: center;
    }
    .footer-section .footer-social {
        width: auto;
        top: -25px;
        right: 50%;
        padding: 10px;
        margin-right: -133px;
    }
    .footer-section .social-links a {
        display: inline-block;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .footer-section .copyright {
        position: relative;
        width: 100%;
        max-width: 720px;
        margin: 40px auto 0;
        left: 0;
        top: 0;
        margin-bottom: -50px;
        padding-left: 15px;
        text-align: center;
    }
    .footer-item {
        margin-bottom: 40px;
    }
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
    .logo-area {
        padding: 20px 30px 30px;
    }
    .header-area {
        background: #121212;
        padding-right: 66px;
    }
    .nav-menu {
        width: 100%;
        left: 0;
        margin-top: 0;
        border-top: 2px solid;
    }
    .left-bar {
        display: none;
    }
    .hero-slider .owl-nav {
        padding-left: 0;
    }
    .slide-content {
        margin-left: 0;
        padding: 0 15px;
    }
    .slide-content h2 {
        font-size: 35px;
        line-height: 1.5;
    }
    .portfolio-warp .grid-item {
        width: 100%;
    }
    .portfolio-warp .grid-item.grid-wide,
    .portfolio-warp .grid-item.grid-long {
        width: 100%;
    }
    .portfolio-warp .grid-sizer {
        width: 100%;
    }
    .projects-slider {
        padding: 0 15px;
    }
}


/***************************************************************/

.covered {
    width: 400px;
    height: 420px;
    border: 5px solid #fff;
    margin: 0 auto;
    /* box-shadow: 0 0 0px 5px rgba(0,0,0,.5); */
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: .3em;
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.second {
    width: 400px;
    height: 420px;
}

.third {
    width: 500px;
    height: 400px;
}

.fourth {
    width: 800px;
    height: 470px;
}

.covered {
    position: relative;
}

.handle {
    position: absolute;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.BgImgHom {
    background: url(../img/intro.png) no-repeat left top;
    padding: 82px 0 0 68px;
}

.handle span {
    display: inline-block;
    margin: 10px 1px 0;
    color: #1c1c1c;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
}

.handle.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.handle:hover {
    background-color: #555;
}

.handle:hover span {
    color: #fff;
}

.draggable {
    background-color: #555;
    cursor: move;
}

.draggable span {
    margin: 15px 4px 0;
    color: #fff;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
}


/******************/


/* .ac_navLeft {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(42,72,94,0.8) url(../img/pattern.png) repeat top left;
    z-index: -1;
} */


/***********************************************************/

figure.snip1190 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    /* margin: 10px; */
    /* min-width: 220px; */
    /* max-width: 310px; */
    max-height: 300px;
    width: 100%;
    padding: 0;
    background: #1c1c1c;
    text-align: center;
}

figure.snip1190 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip1190 img {
    opacity: 0.8;
    width: 100%;
}

figure.snip1190 figcaption {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

figure.snip1190 h2 {
    font-weight: 400;
    left: 0;
    right: 0;
    letter-spacing: -1px;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    font-size: 28px;
    text-transform: uppercase;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

figure.snip1190 h2 span {
    font-weight: 800;
}

figure.snip1190 p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -5px auto 0;
    top: 50%;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateY(-20%) scale(0.7);
    transform: translateY(-20%) scale(0.7);
}

figure.snip1190 .square {
    height: 78px;
    width: 78px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
    background-color: #fff;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1190 .square:before,
figure.snip1190 .square:after {
    width: 65%;
    height: 2px;
}

figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
    width: 2px;
    height: 65%;
}

figure.snip1190 .square:before,
figure.snip1190 .square div:before {
    left: 0;
    top: 0;
}

figure.snip1190 .square:after,
figure.snip1190 .square div:after {
    bottom: 0;
    right: 0;
}

figure.snip1190 a {
    left: 0;
    color: #fff;
    right: 0;
    /* top: 0; */
    opacity: 0;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
    bottom: 20px;
    position: absolute;
    -webkit-transform: translateY(-20%) scale(0.7);
    transform: translateY(-20%) scale(0.7);
}

figure.snip1190:hover img,
figure.snip1190.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1190:hover h2,
figure.snip1190.hover h2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

figure.snip1190:hover p,
figure.snip1190.hover p {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

figure.snip1190:hover a {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
    width: 38%;
}

figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
    height: 38%;
}

figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
    width: 55%;
}

figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
    height: 55%;
}


/*********************************************************/

#particle-canvas {
    width: 100%;
    /* height: 100%; */
    position: relative !important;
    overflow: hidden;
    /* background: url("../img/bgs.jpg") center center / cover no-repeat;
	position: static !important;
	display: block; */
    /* max-height: 600px; */
    margin-top: 1px;
}

#particle-canvas .projects-section {
    position: relative;
    z-index: 21;
    /* width: 100%;
    padding: 0 10%;
    left: 0; */
}


/*********************** New CSS **********************/

#navLeft .logo-area {
    width: 75px;
    margin: 30px auto 0;
}
#navLeft .logo-area img{
display:block;
margin:0 auto;
}

#navLeft.openStyle .logo-area {
    width: 140px;
    margin: 30px auto 0;
}
#navLeft .logo-area .opneNav{
    display:none ;
}
#navLeft.openStyle .logo-area .opneNav{
    display:block;
}
#navLeft .logo-area .cloNav{
    display:block ;
}
#navLeft.openStyle .logo-area  .cloNav{
    display: none !important;
}
#navLeft .logo-area .cloNav{
    display: block !important;
}
.navLeft {
    height: 100%;
    width: 100px;
    position: fixed;
    z-index: 111;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: #1c1c1ced;
    overflow: hidden;
    transition: 0.5s;
}

.navLeft.openStyle {
    width: 300px;
}

.navLeft-content {
    position: relative;
    top: 15%;
    width: 0;
    text-align: center;
    opacity: 0;
    /* margin-top: 40%; */
    left: -100px;
}

.navLeft.openStyle .navLeft-content {
    width: 100%;
    opacity: 1;
    left: 0;
}

.navLeft a {
    padding: 15px 7px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.navLeft a:hover {
 
    color: #C5A059;

}
.navLeft .navLeft-content {
    padding: 0 20px;
    font-size: 18px !important;
}

.navLeft .social-links {
    /* margin-top: 50px; */
    text-align: center;
    border-top: 0px solid;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#navLeft.openStyle .social-links {
    border-top: 1px solid;
}

.navLeft .social-links a {
    display: block;
    margin: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

#navLeft.openStyle .social-links a {
    display: inline-block;
}

.navLeft .navLeft-content a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.navLeft a:hover,
.navLeft a:focus {
    color: #f5f5f5;
}

.navLeft .closebtn {
    position: absolute;
    /* top: 173px; */
    right: 45%;
    font-size: 27px;
    color: #fff;
    font-weight: 100;
    opacity: 0;
    display: none;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navLeft.openStyle .closebtn {
    opacity: 1;
    display: block;
}

@media screen and (max-height: 450px) {
    .navLeft a {
        font-size: 16px;
        padding: 15px 0;
    }
    .navLeft .closebtn {
        /* font-size: 40px; */
    }
}


/****************************************************************************************/

.projSlider {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1111;
    top: 0;
    left: 160px;
    background-color: #0b0b0bcf;
    /* overflow-y: hidden; */
    /* overflow-x: auto; */
    transition: 0.5s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.projSlider.openStyle {
    width: 350px;
    opacity: 1;
}

.MoreProj {
    font-size: 14px !important;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding-left: 20px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.MoreProj i {
    margin-left: 5px;
    width: 25px;
    display: inline-block;
}

.MoreProj i img {
    width: 100%;
}

.MoreProj span {
    background: #fff;
    width: 44px;
    height: 2px;
    display: inline-block;
    margin-left: 8px;
    margin-top: -10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.MoreProj:hover {
    padding-left: 50px !important;
}

.MoreProj:hover span {
    width: 45px;
}

.projList-content {
    position: relative;
    top: 1%;
    width: 0;
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projSlider.openStyle .projList-content {
    opacity: 1;
    width: 100%;
}

.projList-content ul {
    opacity: 0;
    width: 0;
    display: block;
}

.projSlider.openStyle .projList-content ul {
    opacity: 1;
    width: 100%;
}

.projList-content h3 {
    text-align: right;
    padding-right: 25px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 41px;
    display: none;
}

.projSlider.openStyle .projList-content h3 {
    display: block;
}

.projList-content h3 span {
    background: #fff;
    width: 100px;
    height: 2px;
    display: inline-block;
    margin-right: 8px;
}

.projSlider a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #C5A059;
    display: none;
    transition: 0.3s;
    direction: ltr;
}

.projSlider.openStyle a {
    display: block;
}

.projSlider a:hover,
.projSlider a:focus {
    color: #f1f1f1;
}

.projSlider .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .projSlider {
        /* overflow-y: auto; */
    }
    .projSlider a {
        font-size: 20px
    }
    .projSlider .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.IcoProject {
    position: absolute;
    z-index: 111;
    left: 36px;
    bottom: 19px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.IcoProject span {
    /* width: 45px;
		height: 45px; */
    padding: 20px;
    display: block;
    background: #C5A059;
    margin-bottom: 5px;
}

.IcoProject i {
    width: 25px;
    height: 25px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 40px;
}
.IcoProject .hvr-grow:hover i {
   background: #fff;
}
.IcoProject span.hvr-grow:hover {
   background: #1c1c1c !important;
}
.slide-num-Right {
    width: 2.5px;
    height: 75%;
    position: absolute;
    left: 67px;
    background: #fff;
    bottom: 120px;
    z-index: 11;
    text-align: right;
    padding-top: 60px;
    color: #fff;
    font-weight: 700;
}

.slide-num-Bottom {
    height: 2.5px;
    width: 79.5%;
    position: absolute;
    right: 12%;
    background: #fff;
    bottom: 65px;
    z-index: 11;
    text-align: right;
    color: #fff;
    font-weight: 700;
}

.slide-Link-Bottom {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 48.7%;
    font-size: 50px;
    color: #fff;
}

.slide-Link-Bottom:hover {
    color: #fff ;
}


/* .slide-num-Bottom {
		height: 2.5px;
		width:1px ;
		position: absolute;
		left:11%;
		background: #fff;
		bottom: 65px;
		z-index: 111;
		text-align: right;
		color: #fff;
		font-weight: 700;
		border-bottom:1px solid #1c1c1c;
  
  -webkit-animation: increase 3s;
  -moz-animation:    increase 3s; 
  -o-animation:      increase 3s; 
  animation:         increase 3s; 
  animation-fill-mode: forwards;
	}
	@keyframes increase {
    100% {
        width:79%;
    }
} */

.projList li {
    direction: rtl;
    width: 300px;
    margin-right: 30px;
    display: flex;
    margin-bottom: 36px;
}

.projList li p {
    text-align: right;
    display: block;
    color: #fff;
    width: 70%;
    font-weight: 600;
    font-size: 18px;
}

.projList li p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color:#C5A059;
}

.projList .ProSliderImg {
    width: 180px;
    height: 125px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-left: 10px;
}

.projList .ProSliderImg img {
    width: 100%;
}


/**************/

#About h2 {
    padding-top: 50px;
}
#About h3 {
    padding-top: 0px;
    color: #C5A059;
    font-weight: 400;
}
#About h3.sp-title{
    font-size:28px;
        margin-top: 35px;
}
#About p {
    margin-bottom: 15px;
}

.PhotoLine {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 30px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    width: 100%;
    margin-bottom: 60px;
}

.PhotoLine span {
    display: block;
    padding: 10px;
}

.ReadMore {
    color: #C5A059;
    text-align: right;
}
a:hover {
    color: #C5A059;
}
.PhotoLine span img {
    width: 100%;
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.PhotoLine span:hover img {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.PhotoLine::before,
.PhotoLine::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #C5A059;
}

.PhotoLine span::before,
.PhotoLine span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #C5A059;
}

.PhotoLine:hover::before,
.PhotoLine:hover::after {
    width: 100%;
}

.PhotoLine:hover span::before,
.PhotoLine:hover span::after {
    height: 100%;
}


/*----- button 3 -----*/

.btn-3::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.btn-3 span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.btn-3::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.btn-3 span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.btn-3:hover::after {
    transition-delay: 0s;
}

.btn-3:hover span::after {
    transition-delay: 0.2s;
}

.btn-3:hover::before {
    transition-delay: 0.4s;
}

.btn-3:hover span::before {
    transition-delay: 0.6s;
}

.Line-Right {
    width: 1px;
    display: block;
    background: #C5A059;
    height: 100%;
    margin: 0 auto 0 0;
}

.Line-bottom {
    width: 100%;
    display: block;
    background: #C5A059;
    height: 1px;
    margin: 26px auto;
}

.Box-Right {
       width: 30px;
       height: 30px;
       display: inline-block;
       background: #fff;
       margin-right: 10px;
       margin-top: 11px;
       border: 8px solid #1c1c1c;
       flex-shrink: 0;
}


/***************/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+HK:300,400,700&display=swap');
html {
    height: 100%;
}


/*! CSS Used from demo.css */

.examples>* {
    /* margin:8px;
    max-width:330px; */
}


/*! CSS Used from izmir.css */

.ls-izmir {
    --text-color: #fff;
    /* --index.html: #00B4DB; */
    --secondary-color: #0083B0;
    --padding: 1em;
    --transition-duration: 600ms;
    --border-margin: 15px;
    --border-width: 3px;
    --border-color: #fff;
    --border-radius: 3px;
    --image-opacity: 0.25;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #fff;
    color: var(--text-color);
    border-radius: 3px;
    border-radius: var(--border-radius);
}

.ls-izmir:before,
.ls-izmir:after,
.ls-izmir *,
.ls-izmir *:before,
.ls-izmir *:after {
    box-sizing: border-box;
    transition: all 600ms ease;
    transition: all var(--transition-duration) ease;
}

.ls-izmir figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em;
    padding: var(--padding);
    width: 100%;
    z-index: 1;
}

.ls-izmir img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.ls-izmir h4 {
    margin-top: 0;
    color: #fff;
    color: var(--text-color);
}

.ls-izmir h4:last-child {
    margin-bottom: 0;
}

[class*=' ls-border']:before,
[class*=' ls-border']:after,
[class*=' ls-border'] figcaption:before,
[class*=' ls-border'] figcaption:after {
    /* background-color:#C5A059; */
    background-color: #C5A059;
    position: absolute;
    content: '';
}

[class*=' ls-border']:before,
[class*=' ls-border']:after {
    z-index: 1;
    height: 3px;
    height: var(--border-width);
    left: 15px;
    left: var(--border-margin);
    right: 15px;
    right: var(--border-margin);
    transform: scaleX(0);
}

[class*=' ls-border']:before {
    top: 15px;
    top: var(--border-margin);
}

[class*=' ls-border']:after {
    bottom: 15px;
    bottom: var(--border-margin);
}

[class*=' ls-border'] figcaption {
    z-index: 3;
}

[class*=' ls-border'] figcaption:before,
[class*=' ls-border'] figcaption:after {
    z-index: -1;
    width: 3px;
    width: var(--border-width);
    top: 15px;
    top: var(--border-margin);
    bottom: 15px;
    bottom: var(--border-margin);
    transform: scaleY(0);
}

[class*=' ls-border'] figcaption:before {
    left: 15px;
    left: var(--border-margin);
}

[class*=' ls-border'] figcaption:after {
    right: 15px;
    right: var(--border-margin);
}

[class*=' ls-border'].hover:before,
[class*=' ls-border'].hover:after,
[class*=' ls-border'].hover figcaption:before,
[class*=' ls-border'].hover figcaption:after,
[class*=' ls-border']:hover:before,
[class*=' ls-border']:hover:after,
[class*=' ls-border']:hover figcaption:before,
[class*=' ls-border']:hover figcaption:after,
[class*=' ls-border']:focus:before,
[class*=' ls-border']:focus:after,
[class*=' ls-border']:focus figcaption:before,
[class*=' ls-border']:focus figcaption:after,
:focus>[class*=' ls-border']:before,
:focus>[class*=' ls-border']:after,
:focus>[class*=' ls-border'] figcaption:before,
:focus>[class*=' ls-border'] figcaption:after {
    transform: scale(1);
}

.ls-border-bottom-left:before,
.ls-border-bottom-left:after,
.ls-border-bottom-left figcaption:before,
.ls-border-bottom-left figcaption:after {
    transform-origin: 0 100%;
}

.ls-border-bottom-left:before {
    transition-delay: 0s;
}

.ls-border-bottom-left:after {
    transition-delay: 480ms;
    transition-delay: calc(var(--transition-duration) / 1.25);
}

.ls-border-bottom-left figcaption:before {
    transition-delay: 480ms;
    transition-delay: calc(var(--transition-duration) / 1.25);
}

.ls-border-bottom-left figcaption:after {
    transition-delay: 0s;
}

.ls-border-bottom-left.hover:before,
.ls-border-bottom-left:hover:before,
.ls-border-bottom-left:focus:before,
:focus>.ls-border-bottom-left:before {
    transition-delay: 480ms;
    transition-delay: calc(var(--transition-duration) / 1.25);
}

.ls-border-bottom-left.hover:after,
.ls-border-bottom-left:hover:after,
.ls-border-bottom-left:focus:after,
:focus>.ls-border-bottom-left:after {
    transition-delay: 0s;
}

.ls-border-bottom-left.hover figcaption:before,
.ls-border-bottom-left:hover figcaption:before,
.ls-border-bottom-left:focus figcaption:before,
:focus>.ls-border-bottom-left figcaption:before {
    transition-delay: 0s;
}

.ls-border-bottom-left.hover figcaption:after,
.ls-border-bottom-left:hover figcaption:after,
.ls-border-bottom-left:focus figcaption:after,
:focus>.ls-border-bottom-left figcaption:after {
    transition-delay: 480ms;
    transition-delay: calc(var(--transition-duration) / 1.25);
}

.ls-image-rotate-right img {
    transform: scale(1.1) translate(0, 0);
}

.ls-image-rotate-right.hover img,
.ls-image-rotate-right:hover img,
.ls-image-rotate-right:focus img,
:focus>.ls-image-rotate-right img {
    /* transform: scale(1.3) rotate(15deg); */
    transform: scale(1.3);
}

.ls-delay-100,
.ls-delay-100>* {
    transition-delay: 100ms;
}

[class^='ls-reveal'] {
    display: inline-block;
}

[class^='ls-reveal']>* {
    display: inline-block;
}

[class^='ls-reveal']>*:last-child {
    margin-bottom: 0;
}

[class^='ls-reveal'] {
    overflow: hidden;
    opacity: 1;
}

.ls-izmir.hover [class^='ls-reveal'],
.ls-izmir:hover [class^='ls-reveal'],
.ls-izmir:focus [class^='ls-reveal'],
:focus>.ls-izmir [class^='ls-reveal'] {
    opacity: 1;
}

.ls-izmir.hover [class^='ls-reveal']>*,
.ls-izmir:hover [class^='ls-reveal']>*,
.ls-izmir:focus [class^='ls-reveal']>*,
:focus>.ls-izmir [class^='ls-reveal']>* {
    transform: translate(0) rotate(0deg);
}

.ls-reveal-right>* {
    transform: translateX(-100%);
}

.ls-gradient-bottom-right {
    background-image: linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
    background-image: linear-gradient(315deg, #333 0%, #1c1c1c 100%);
}

.ls-izmir .ls-layout-bottom-left {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.ls-izmir {
    background-color: #00B4DB;
    background-color: var(--primary-color);
}

.ls-izmir figcaption {
    padding: 2em;
    padding: calc(var(--padding) * 2);
}

.ls-izmir figcaption>* {
    opacity: 0;
}

.ls-izmir.hover>img,
.ls-izmir:hover>img,
.ls-izmir:focus>img,
:focus>.ls-izmir>img {
    opacity: 0.25;
    opacity: var(--image-opacity);
}

.ls-izmir.hover figcaption>*,
.ls-izmir:hover figcaption>*,
.ls-izmir:focus figcaption>*,
:focus>.ls-izmir figcaption>* {
    opacity: 1;
}


/****/


/*************************************************/

.testimonial {
    /* background-color: white; */
    text-align: center;
    padding: 30px 30px 50px;
    padding: 30px 0 50px;
    position: relative;
}

.testimonial::before,
.testimonial::after {
    content: "";
    border-top: 40px solid white;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    display: none;
    left: 0;
}

.testimonial::after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
}

.testimonial .testimonial-content {
    width: 100%;
    left: 0;
    /* position: absolute; */
}

.testimonial .pic {
    display: inline-block;
    border: 1px solid #777;
    border-radius: 50%;
    /* box-shadow: 0 0 4px 4px #016d9b; */
    overflow: hidden;
    z-index: 1;
    width: 185px;
    position: relative;
    height: 185px;
    padding: 5px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .name {
    font-size: 15px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
    text-align: center;
}

.testimonial .title {
    display: block;
    font-size: 14px;
    color: #C5A059;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}


/***********************/

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #1c1c1c;
}

.loader-wrapper {
    position: fixed;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.loder-crcil {
    box-shadow: 3px 0 0px #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}


/* .text {
    box-shadow: 0 0 2px #afaaaa;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-family: fantasy;
    font-size: 13px;
    letter-spacing: 0.5px;
} */

.LoderLogo {
    position: absolute;
    width: 114px;
    height: auto;
    top: 29px;
    left: -58px;
}

.LoderLogo img {}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}


/*****************************************/

.cd-loading-bar {
    /* this is the loding bar - visible while switching from one page to the following one */
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 70%;
    height: 2px;
    width: 50%;
    background-color: #C5A059;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: mymove 0.5s forwards;
    /* Chrome, Safari, Opera */
    animation: mymove 0.5s forwards;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
    from {
        width: 50%;
    }
    to {
        width: 100%;
    }
}

@keyframes mymove {
    from {
        width: 50%;
    }
    to {
        width: 100%;
    }
}

.cd-loading-progress {
    /* this is the progress bar inside the loading bar */
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: white;
    /* Force Hardware Acceleration */
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: mymove2 0.5s forwards;
    /* Chrome, Safari, Opera */
    animation: mymove2 0.5s forwards;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove2 {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes mymove2 {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.page-is-changing .cd-loading-bar {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -o-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
    -moz-transition: visibility 0s 0.3s, -moz-transform 0.4s 0.4s;
    transition: visibility 0s 0.3s, transform 0.4s 0.4s;
}

.cd-cover-layer {
    background: #1c1c1c;
    position: fixed;
    z-index: 3;
    left: 0%;
    top: 50%;
    opacity: 0;
    height: 1px;
    width: 100%;
    -webkit-animation: mymove3 0.3s forwards;
    /* Chrome, Safari, Opera */
    animation: mymove3 0.3s forwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove3 {
    from {
        height: 1px;
        opacity: 0;
        top: 50%;
    }
    to {
        height: 100%;
        opacity: 100;
        top: 0%;
    }
}

@keyframes mymove3 {
    from {
        height: 1px;
        opacity: 0;
        top: 50%;
    }
    to {
        height: 100%;
        opacity: 100;
        top: 0%;
    }
}


/* Slider */
.pr-0, .px-0 {
    padding-left: 0 !important;
}
#wowslider-container1 .ws-title {
    right: 12%;
    left: auto;
    text-align:right;
    font-family: "Cairo", sans-serif !important;
    /* font-family: "Tajawal", sans-serif; */
    line-height: 2;
    font-weight: 600;
}
.bgSection {
    background: url(../img/wm-logo.png) center no-repeat;
    background-attachment: fixed;
}
/* @media */

@media (max-width: 1479px) {
    #wowslider-container1 .ws-title {
    right: 15%;
    }
        /* #wowslider-container1 a.ws_next {
        right: 43.8%;
    }
        #wowslider-container1 a.ws_prev {
        right: 49.4%;
    } */
}
@media (max-width: 1159px) {
        #wowslider-container1 a.ws_next {
        right: 45.9%;
    }
    #wowslider-container1 a.ws_prev {
        right: 49.8%;
    }
}
@media (max-width: 991px) {

    #wowslider-container1 a.ws_next {
        right: 43.9%;
    }
        #wowslider-container1 a.ws_prev {
        right: 48.8%;
    }
    .slide-num-Bottom {
    width: 75.5%;
    }
    .PhotoLine {
    margin: 10px 0px;
    }
}
@media (max-width: 767px) {
        .slide-num-Bottom {
        width: 69.5%;
        right: 15%;
    }
    .lineDot{
        display: flex;
        align-items: center;
    }
   .Box-Right {
    margin-right: 10px;
    margin-left: auto;
    margin-top: 0;
}
}
@media (max-width: 575px) {
   
}


/*  */

.pi-section-white .pi-pagenav a.pi-active, .pi-section-grey .pi-pagenav a.pi-active
 {
    background: #C5A059;
}

/*--------------------------------------------------------------
# icon
--------------------------------------------------------------*/
a{
    color:#1c1c1c;
}
.icon-box {
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 23px;
  z-index: 1;
  display: flex;
  margin-bottom: 15px;
}
.icon-box .iconCont{
   
}
.icon-box .iconCont h4{
   font-family: "Cairo", sans-serif;
   color: #1c1c1c;
   font-weight: 600;
   font-size: 16px;
   margin-bottom: 5px;
}
.icon-box .iconCont p{
   text-align: right;
   line-height: 1.3;
   font-family: "Cairo", sans-serif;
   margin-bottom: 0 !important;
   font-size: 12px;
}
.icon-box::before {
  content: "";
  position: absolute;
  background: #C5A05933;
  left: -60px;
  top: -55px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.icon-box:hover::before {
  background: #C5A059;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.icon-box .icon {
  margin: 0 auto 0px auto;
  text-align: center;
  border-radius: 12px;
  margin-left: 10px;
  width: 50px;
  min-height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box .icon i {
  font-size: 27px;
  line-height: 1;
  color: #fff;
}


.icon-box:hover h4 a,
 .icon-box:hover p {
  color: #fff;
}

.icon-box:hover .icon {
  background: #fff;
}

.icon-box:hover .icon i {
  color: #C5A059;
}
