:root {
    --primary: #fad105;
    --secondary: #0a4c48;
    --light: #F8F8F8;
    --dark: #252525
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important
}


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.back-to-top.show {
  display: inline-flex;
  opacity: 1;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}
.radius{
    border-radius: 100px;
}
.tab-radius{
   border-radius: 0px 0px 0px 80px !important; 
}
.bg-second{
    background-color: #0a4c48;
}
.btn {
    font-weight: 500;
    transition: .5s
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.btn-outline-body {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}

.btn-outline-body:hover {
    color: #fff;
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-tag {
    color: var(--secondary);
    background: #fff
}

.btn-tag:hover {
    color: #fff;
    background: var(--primary)
}
.text-body {
    color: var(--dark) !important; /* أو color: #222 !important; */
}
a.text-body{
    background-color: var(--secondary) !important;
}
a.text-body:hover{
    color: var(--primary) !important;
    transition: 0.5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none
}

.navbar .navbar-nav .nav-link:last-child {
    margin-right: 0
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary)
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s
}

.navbar.fixed-top {
    transition: .5s
}

@media(max-width:991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .navbar {
        background-color: white !important;
    }
}
@media(min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5)
}

.owl-carousel-inner.owl-carousel-white {
    background: rgba(255, 255, 255, 0.1)
}

@media(max-width:768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--light);
    transition: .5s;
    border-radius: 100px;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
    border-radius: 0px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
    border-radius: 100px;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
    border-radius: 0px;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #fff
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    transition: all 200ms
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0
}

.modal-video .modal-body {
    position: relative;
    padding: 0
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    background: #000;
    opacity: 1
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-inner {
    background: rgba(0, 0, 0, .1)
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light)
}

.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 10%;
}

.phone-section i{
   
    font-size: 30px;
    background-color: #114c48;
    color: #fff !important;
    padding: 15px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.phone-section h5{
   padding: 15px;
    background-color: var(--primary);
    color: #fff;
    text-align: center; 
    font-size: 30px;
}


.phone-section p{
    padding: 15px;
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
}
.fact-item{
    border-radius: 120px 120px 0px 0px;
    background-color: #fff !important;
    border: 2px solid var(--primary);
    transition: .5s;
    
}
.fact-item:hover{
    background-color: var(--secondary) !important;
    border-color: var(--secondary);
    color: #fff !important;
    
}
.fact-item:hover h3{
   
    color: #fff !important;
    
}
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: .5s
}
.fact-item .fact-icon-2{
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: .5s
}

.fact-item:hover .fact-icon {
    background: var(--primary)
        
}
.fact-item:hover .fact-icon-2 {
    background: var(--primary);
    border-radius: 0px 0px 50px 0px;
    margin-top: -2px;
}


.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
    font-size: 45px; 
        
}

.fact-item .fact-icon-2 i{
    color: var(--primary);
    transition: .5;
    font-size: 45px; 
    
}
.fact-item:hover .fact-icon i {
    color: #fff;
}
.fact-item:hover .fact-icon-2 i{
    color: #fff;
   
}

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}


.bg-paint i{
    background-color: var(--primary);
    padding: 25px;
    color: #fff;
    font-size: 30px;
    
}
.about-img img:nth-child(2),
.feature-img img:nth-child(2) {
    margin: 20% 0 0 40%
}

}


.about-img .about-img-overlay {
    position: absolute;
    width: 60%;
    height: 80%;
    margin: 20% 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, .7)
}


.service-item{
   
}
.service-item .fact-icon{
  
    width: 120px;
    height: 120px;
    margin-top: -48px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    transition: .5s;
    border-radius: 100px;
    box-shadow: 3px 3px 10px 4px #ddd;
    
    

}
.service-item:hover .fact-icon{
    background-color: var(--secondary);
}

.service-item .fact-icon i{
 
    color: var(--light);
    transition: .5;
    font-size: 45px;
}

.service-item .service-text {
   transition: .5s;
    
}
.service-text > i{
       background-color: var(--primary);
    padding: 25px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.service-item:hover .service-text {
    background: var(--primary);
    border-radius: 150px 150px 0px 0px;
}

.service-item * {
    transition: .5
}

.service-item:hover * {
    color: #fff !important;
}

.service-item .btn {
  padding: 15px 25px;
    transition: .5s;
}

.service-item:hover .btn {
   
        
    background-color: var(--secondary);
}
.service-item-2{
    transition: .5s;
    text-align: center;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.service-item-2 a.btn {
    padding: 15px;
    background-color: var(--primary);
    transition: .5s;
    width: 50%;
}

.service-item-2:hover a.btn {
    
  width: 100%;

    
}


.service-item-2:hover a.btn::before {
    width: 45px;
    background: var(--dark)
}
.service-item-2 i{
    padding: 35px;
    background-color: var(--primary);
    transition: 0.5s;
    border-radius: 100px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
}

.service-item-2 img{
    max-width: 30% !important;
}
.service-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s
}

.service-list a:last-child {
    margin-bottom: 0
}

.service-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important
}

.service-list a::before {
    position: relative;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0
}

.service-list a:hover::before {
    opacity: 1;
    margin-right: 10px
}

.list-note {
    padding: 0;
    list-style: none
}

.list-note li {
    position: relative;
    display: flex;
    padding-bottom: 25px
}



.list-note li:last-child {
    padding-bottom: 0
}

.list-note li:last-child:after {
    display: none
}

.list-note li span {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--dark);
    font-weight: 500;
    border: 1px solid var(--dark);
    background-color: var(--primary);
    border-radius: 100%;    
}
.list-note li:nth-child(odd) span
{
    background-color: #114c48 !important;
    color: #fff;
}
.list-note li p {
    margin: 0
}

.project .nav .nav-link {
    background: var(--light);
    transition: .5s
}

.project .nav .nav-link.active {
    background: var(--primary)
}

.project .nav .nav-link.active h3 {
    color: #fff !important
}

.project-items {
    margin: -.75rem
}

.project-item {
    position: relative;
    display: block;
    padding: .75rem
}





.project-item .project-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s
}

.project-item:hover .project-text {
    opacity: 1;
    margin-left: 50px;
}


.project-detail div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s;
    background-color: var(--secondary) !important;    
}

.project-detail div:last-child {
    margin-bottom: 0
}

.project-detail div:hover {
    color: var(--light) !important;
    background: var(--primary) !important
}


.team-items {
    margin: -.75rem;
      
}

.team-item {
    padding: .75rem;
      
}

.team-item div.bg-light
{
    transition: .5s;
}
.team-item img{
    transition: 0.5s;
    border: 5px solid #fff;
}
.team-item:hover img{
    border-color: var(--secondary);
    
}
.team-item:hover div.bg-light h3 {
    color: #fff !important;
}
.team-item:hover  div.bg-light span
{
    color: #fff !important;
}

.team-item:hover div.bg-light{
    background-color: var(--secondary) !important;
    
    
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light)
}

.team-item .team-social .btn:hover {
    color: #fff;
    background: var(--primary)
}

.skill .progress {
    padding: 5px
}

.skill .progress .progress-bar {
    width: 0;
    transition: 2s
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary)
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary)
}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.testimonial-carousel .owl-dots .owl-dot {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
    opacity: 0;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
    opacity: 1;
}


.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
    border-radius: 100px;
}
.blog-item:hover div.bg-light{
    background-color: var(--secondary) !important;
    color: #fff !important;
}
.blog-item a{
    color: #000;
    border-color: #000;
    transition: 0.2s;
}
.blog-item:hover a{
    color: #fff;
     border-color: var(--primary);
}
.blog-item a.btn:hover
{
    color: #fff;
}
.blog-item img {
    transition: .5s
}

.blog-item:hover img {
    transform: scale(1.2)
    
}
.owl-item .d-flex{
    
    
}
.owl-item .d-flex img{
    border-radius: 100%;
}
.owl-item .d-flex a{
    color: #fff !important;
}

.blog-meta {
    text-transform: uppercase
}



.category-list a {
    margin-bottom: 7px;
    padding: 12px 15px;
    transition: .5s
}

.category-list a:last-child {
    margin-bottom: 0
}

.category-list a:hover {
    color: var(--light) !important;
    background: var(--primary) !important
}

.category-list a::before {
    position: relative;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-right: 0;
    transition: .5s;
    opacity: 0
}

.category-list a:hover::before {
    opacity: 1;
    margin-right: 10px
}

.blog-tab .nav-pills .nav-item .active {
    border-bottom: 5px solid var(--dark)
}

.blog-tab .tab-content img {
    width: 75px;
    height: 75px;
    object-fit: cover
}

.related-carousel .owl-nav {
    position: absolute;
    width: 76px;
    top: -52px;
    right: 0;
    display: flex
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--secondary);
    font-size: 14px;
    transition: .3s
}

.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary)
}

.pricing .nav-link {
    padding: 10px 25px;
    font-weight: 500;
    color: var(--secondary);
    border: 1px solid var(--primary)
}

.pricing .nav-link.active {
    color: #fff;
    background: var(--primary)
}

.client-carousel img {
    opacity: .7;
    transition: .5s
}

.client-carousel img:hover {
    opacity: 1
}

.contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.footer a{
    color: #fff;
}
.footer i{
    color: var(--primary) !important;
}
.social-hov i{
    color: #fff !important;
}
.footer button:hover{
    border-color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}



.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none
}

.footer .form-control {
    border-color: var(--primary)
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .copyright a {
    color: var(--light)
}

.footer .copyright a:hover {
    color: var(--primary)
}

.p-relative {
  position: relative !important;
}

.z-index-11{
    z-index: 11;
}

.services__icon {
  margin-bottom: 25px;
  margin-top: -35px;
}
.services__icon i {
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fc8459;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.services__icon-2 i {
  background: #0a4c48;
}

.services__content a.btn{
    background-color: var(--primary);
    padding: 10px !important;
    margin-top: 25px;
    border:none;
}
.services__content:hover a.btn{
    
    background-color: var(--secondary);
}
.services__content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 40px 40px;
  padding-top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(17, 76, 72, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(17, 76, 72, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(17, 76, 72, 0.4);
  z-index: 1;
}
@media (max-width: 575px) {
  .services__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.services__content p {
  margin-bottom: 7px;
}



.services__item {
  padding-bottom: 195px;
    margin-bottom: 130px;
    margin-top: 150px;
}

.services__item:hover .services__icon i {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
}
.services__item-2:hover .services__icon i {
  background: #fad105;
  color: #222328;
}
.services__item-2 .link-btn-2 {
  color: #0a4c48;
}

.link-btn-2 {
    position: relative;
    font-size: 14px;
    color: #24c373;
    font-weight: 500;
    padding-right: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}
.services__item-2 .link-btn-2:hover {
  color: #222328;
}

.services__title {
  font-size: 25px;
    
}

.services__title a:hover {
  color: var(--primary);
}


.services__overlay {
  position: relative;
    margin-top: 250px;
}






