
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amiri:400,700&display=swap');

 html {
    scroll-behavior: smooth;
}
.arabic{
    font-family: 'Amiri', serif !important; 
}

body{
    overflow-x:hidden;
}

/* 
..................................................................

this is main css file for home page..

 TABLE OF CONTENTS
    ----------------------------------------------------------------------------

    [1.0]  import font family, 'Bebas Neue', cursive or 'Raleway', sans-serif
    [2.0]  header section, navbar css
    [3.0]  slider section css
    [4.0]  about section css
    [5.0]  vision section css
    [6.0]  project section css
    [7.0]  board member/team section css
    [8.0]  blog section css
    [9.0]  contact section css
    [10.0] footer section, copyright css
    [11.0] media queries

..................................................................
*/


/* font family import start */

/*  import font family:  'Bebas Neue', cursive */

/*  import font family:  'Raleway', sans-serif */


.about-section .heading h3,
.project-section .heading h3,
.vision-section .heading h3,
.team-section .heading h3,
.contact-section .heading h3,
.blog-section .heading h3,
.new-blog .heading h3,
.text-style h4,
.project-head h4,
footer h4,
.c-caption h5{
    font-family: 'Bebas Neue', cursive;
}





.about-section p,
.project-section p,
.vision-section p,
.team-section p,
.contact-section p,
.blog-section p,
.new-blog p,
.c-caption p,
.navbar{
    font-family: 'Raleway', sans-serif;
}

/* <<<<<<<<< for Arabic >>>>>>>>>>*/

.arabic .about-section .heading h3,
.arabic .project-section .heading h3,
.arabic .vision-section .heading h3,
.arabic .team-section .heading h3,
.arabic .contact-section .heading h3,
.arabic .blog-section .heading h3,
.arabic .new-blog .heading h3,
.arabic .text-style h4,
.arabic .project-head h4,
.arabic footer h4,
.arabic .c-caption h5{
    font-family: 'Amiri', serif !important; 
    font-weight: 700;
   
}
.arabic .about-section p,
.arabic .project-section p,
.arabic .vision-section p,
.arabic .team-section p,
.arabic .contact-section p,
.arabic .blog-section p,
.arabic .new-blog p,
.arabic .c-caption p,
.arabic .navbar{
  font-family: 'Amiri', serif !important;
 
}
.arabic nav ul li a{
    font-size:22px;
    text-align: right;
}

.arabic .bs-example h2,
.arabic .bs-example .card-body p,
.arabic .faq-section .heading h4,
.arabic .bs-example h2,
.arabic .privacy-section .page-header h2,
.arabic .privacy-section .bs-callout{
    direction: rtl;
}

.arabic .bs-example h2,
.arabic .bs-example .card-body p,
.arabic .faq-section .heading h4,
.arabic .bs-example h2,
.arabic .privacy-section .page-header h2,
.arabic .privacy-section .bs-callout{
    text-align: right;
}
.arabic .bs-example h2 button i{
    margin-left: 8px;
}
.arabic .privacy-section .page-header h2{
    direction: rtl;
    text-align: right;
}
.arabic .bs-example .card-body p{
    padding-right: 60px;
}
.arabic .privacy-section .bs-callout {
    margin: 30px 0;
    padding: 15px 30px 15px 15px;
    border-right: 5px solid #eee;
    border-left: 0px;
}

.top-space{
    margin-top: 60px;
}

/* end of arabic css*/

.dir-r{
    direction: rtl;
    text-align: right;
}
/* font family import end */

#navbar {
  overflow: hidden;
  padding: 30px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#navbar #logo {
  transition: 0.4s;
}
.top-header{
    z-index: 99999999;
    position: relative;
}
.top-header ul{
   
    margin: 0;
    list-style-type: none;
    text-align: right;
    padding-top: 5px;
}
.top-header ul li{
    display:inline-block;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
}
/* header section css start */

.navbar-light .navbar-nav .nav-link {
    color: rgb(90, 193, 153);
    text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    border-bottom: 2px solid #5ac199;
}



/* header section css end */

/* slider css start */

#carouselExampleCaptions{
    margin-top: 79px;
}

.c-caption {
    bottom: 45%;
    left: 15%;
    padding-bottom: 0px;
    max-width: 500px;
}


.c-caption h3 {
    text-shadow: 0 0 10px #000000;
    font-size: 28px;
    background: #ddd;
    max-width: 400px;
    padding: 10px 20px;
    border: 1px solid #dadada;
    border-radius: 10px;
}
.c-caption p {
    border-radius: 5px;
    max-width: 450px;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}

@media screen and (max-width:992px){
    .c-caption {
        bottom: 30%;
    }
}


/* slider css end */

/* about section css start */

.theme-btn{
    background-color: #fff;
    border: 2px solid #1ebea5;
    width: 200px;
    line-height: 40px;
    color: #1ebea5;
    font-size: 18px;
}

.theme-btn:hover{
    background-color: #1ebea5;
    border: 2px solid #fff;
    width: 200px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.theme-btn2{
     background-color: #1ebea5;
    border: 2px solid #fff;
    width: 200px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.theme-btn2:hover{
    background-color: #fff;
    border: 2px solid #1ebea5;
    width: 200px;
    line-height: 40px;
    color: #1ebea5;
    font-size: 20px;
}

.about-pic,
.project-pic{
    position: relative;
}

.project-pic{
   padding-right: 25px;
}
.about-pic{
   padding-left: 25px;
}
.about-arrow,
.project-arrow{
    position: absolute;
}
.about-arrow{
    top: 38%;
    left: 0;
}
.project-arrow{
    top: 38%;
    right: 0;
}
    /* about section css end */


/* vission section css */

.custom-border{
    border-bottom: 2px solid #b4b4b4;
}

/* vision section css end */


/* board members css start */

.team-section .heading span{
    margin-right: 10px;
}
.team,
.team ul li a i,
.team-section .heading span,
.team-section .heading p,
.vision-section .heading p,
.about-section .heading p,
.p-line{
    color: #9d9d9d;
}
.team img{
   max-width: 200px;
   display: inline-block !important;
}
.team ul {
     padding-inline-start: 10px;
    list-style: none; 
}

.team-btn{
   line-height: 24px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 50px;
}

.team-btn:hover{
   background-color: #9a9e9d;
    cursor: pointer;
}
.team ul li:hover{
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
     width: 40px;
    height: 55px;
    background-repeat: no-repeat;
    color: #1ebea5;
     bottom: 50%;
     position: absolute;
}
  .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/arrow-left.png);
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next{
    background-image: url(../images/arrow-right.png);
    right: -20px;
}

.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(../images/arrow-right.png);
}
.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(../images/arrow-left.png);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
   color: #1ebea5;
}


.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
/* board members css end */

/* blog section css start */

.quatos img{
   width: 25px !important;
   margin-bottom: 10px;
}

/* blog section css end */

/* contact section css start */
.about-section .heading h3,
.vision-section .heading h3,
.team-section .heading h3,
.team ul li:hover,
.contact-section .heading h3,
.contact-section p,
.contact-info ul li a i,
.contact-info ul li,
.new-blog .heading h3 {
    color: #1ebea5;
}
.about-section .heading h3,
.project-section .heading h3,
.vision-section .heading h3,
.team-section .heading h3,
.contact-section .heading h3,
.blog-section .heading h3,
.new-blog .heading h3{
    display: inline-block;
}
.about-section .heading h3::after,
.project-section .heading h3::after,
.vision-section .heading h3::after,
.team-section .heading h3::after,
.contact-section .heading h3::after,
.blog-section .heading h3::after,
.new-blog .heading h3::after{
    content: "";
    border-bottom: 4px solid #1ebea5;
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 15px;
}


.about-section,
.project-section,
.vision-section,
.team-section,
.contact-section,
.blog-section,
.new-blog{
    padding-top:75px;
}

.contact-section img{
    max-width: 400px;
    width: 100%;
}
.contact-info ul{
    margin-top: 20px;
    padding-inline-start: 10px;
    list-style: none; 
}
.page-top{
    padding-top:120px;
}
/* contact section css end */


/* footer section css start */
.project-section,
.c-caption p,
footer,
.btn-send,
.blog-section,
.team-btn
 {
    background-color: #1ebea5;
}
.project-section{
    margin-top: 20px;
    padding-bottom: 20px;
}
.project-section,
footer,
.btn-send,
.team-btn,
.blog-section,
.copyright-section,
.copyright-section a,
.footer-col-2 ul li a,
.footer-col-3 ul li a,
.blog-section a{
    color: #fff;
}
footer{
    padding: 50px 0;
}
.contact-info,
.footer-col-2 ul,
.footer-col-3 ul{
    padding-inline-start: 0;
    list-style: none;
}
.footer-col-2 ul li a,
.footer-col-3 ul li a{
    text-decoration: none;
}
.footer-col-3 ul li{
    display: inline-block;
}
.footer-col-3 ul{
    margin-top: 15px;
}
.footer-col-3 ul li a{
    padding: 6px;
}

.footer-col-3 img{
    max-width: 160px;
}
/* copyright section css start */
.copyright-section{
    background-color: #676767;
    text-align: center;
}

.copyright-section p{
    margin: 0;
    line-height: 40px;
}
.copyright-section a{
    font-weight: 600;
    text-transform: uppercase;
}
/* copyright section css end */

/* footer section css end */







/* media queries start from here for all kind of screen devices */


@media screen and (max-width:768px){
    .text-style h4,
    .text-style p{
        text-align: left;
    }
}




/* media queries end from here for all kind of screen devices */


.person-text {
    text-align: center;
}
.owl-carousel .owl-item .person-text img{
    width: 90px;
    display: inline-block
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
    color: #1ebea5;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.block-text .fas{
    color: #1ebea5;
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
.about-post
{
    margin-top: 79px;
}
.project-post{
    margin-top: 135px;
}
nav ul li a{
    font-weight: 700;
}
.modal-backdrop
{
    background-color:#000 !important;
    opacity: 0.7 !important;
}
.s-card{
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    box-shadow: 0px 0px 10px 0px rgba(224,224,224,0.5);
}

.s-card:hover {
    background-color: #1ebea5;
    color: #fff;
}

.bg-col{
    background-color: #fafafa;
    padding: 20px 0px;
}


/* blog testimonials section  css start */

.new-blog .heading h3::after {
 width: 60px;
 margin-bottom: 10px;
}


.new-blog{
    background-color: #fff;
}

.new-blog .testimonial{
    border: 10px solid #1ebea5;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
}
.new-blog .testimonial:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #1ebea5;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.new-blog .testimonial .title{
    padding: 10px 7px;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #1ebea5;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    line-height: 25px;
}
.new-blog .testimonial .title:before{
    content: "";
    border-top: 15px solid #1ebea5;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}
.new-blog .testimonial .title:after{
    content: "";
    border-top: 15px solid #1ebea5;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}
.new-blog .testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.new-blog .testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.new-blog .testimonial .description a{
    color: #1ebea5;
}
.new-blog .testimonial .description a:hover{
    color: #1ebea5;
}
.new-blog .owl-theme .owl-controls{ margin-top: 0; }
.new-blog .owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #1ebea5;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.new-blog .owl-prev:before,
.new-blog .owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.new-blog .owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}

/* blog testimonials section css end */


/* header register modal css start */

#myModal5 .modal-content{
    background-color: #000000a6;
    color: #fff;
    }
    
    #myModal5 .modal-header .modal-title,
    #myModal5 .modal-header .close,
    #myModal5 .modal-body .input-group-prepend span i{
    color: #1ebea5;
    }
    
    #myModal5 .modal-header .close{
    background: #fff;
    }
    
    #myModal5 .modal-body form .btn-sm{
    background: #1ebea5;
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    }
    
    #myModal5 .modal-footer button{
    background-color: #1ebea5;
    color: #fff;
    }


/* header register modal css end */

/* FAQ section css start */

.faq-section{
    margin-top: 20px;
    padding-bottom: 50px;
}

.faq-section .heading h4{
    padding: 15px;
    background-color: #1ebea5;
    color: #fff;
}

.faq-section .bs-example .card-header button{
    color: #000000;
    font-weight: 500;
}
.faq-section .bs-example .card-header button i{
    margin-right: 8px;
    background-color: #fff;
    border: 2px solid #1ebea5;
    border-radius: 50%;
    color: #1ebea5;
    padding: 6px;
}
.faq-section .bs-example .card-body a{
    color: #1ebea5;
}
/* FAQ section css end */

/* privacy policy section css start */

.privacy-section{
    margin-top: 98px;
    padding-bottom: 50px;
}
.privacy-section .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.bs-callout {
    margin: 30px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

/* privacy policy section css end */

/* Carrier section css start */

.carrier-section{
    margin-top: 100px;
    padding-bottom: 50px;
}

.carrier-example .card-header button{
    color: #000000;
    font-weight: 600;
}
.carrier-section .carrier-example .card-header button i{
    margin-right: 10px;
    background-color: #fff;
    border: 2px solid #1ebea5;
    border-radius: 50%;
    color: #1ebea5;
    padding: 6px;
}
.carrier-example .card{
    margin-bottom: 10px;
}
.carrier-section .apply-btn {
    float: right;
    background-color: #1ebea5;
    padding: 14px 30px;
    border: 2px solid #ddd;
    border-radius: 0px 60px;
    color: #fff !important;
    font-size: 20px;
}
.carrier-section .apply-btn:hover {
 cursor: pointer;
}

.carrier-section .job-time{
    font-size: 15px;
    margin-top: 10px;
}
.carrier-section .job-time i{
    margin: 0px 10px;
}
.carrier-section .job-time span{
    margin-left: 15px;
}
.carrier-section .job-time .font-w7{
    font-weight: 700;
}
.carrier-section .job-time .font-w4{
    font-weight: 400;
}
.carrier-example .card-body a{
    color: #1ebea5;
}
/* carrier section css end */

/* gallery section css start  */

.gallery-section{
    margin-top: 150px;
    padding-bottom: 50px;
}

.gallery-section .heading h4{
    display: inline-block;
}
.gallery-section .heading h4::after{
    content: "";
    border-bottom: 4px solid;
    display: block;
    width: 55px;
    margin-left: 20px;
    margin-top: 20px;
}

.gallery-section .heading h4::after{
   margin-left: 30px;
    width: 80px;
}

.gallery-section .heading h4{
    color: #1ebea5;
}
.gallery-section .heading h4 span{
    color: #9d9d9d;
}
.gallery-img{
    position: relative;
}
.gallery-img img{
    width: 100%;
}
.gallery-img .overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #1ebea58a;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.gallery-img:hover .overlay {
    width: 100%;
    left: 0;
}
.overlay img{
    width: 40px;
    left: 45%;
    top: 45%;
    position: absolute;
}
.imagelightbox-arrow,
.imagelightbox-close{
background-color: #1ebea5d1;
}
.imagelightbox-arrow:hover,
.imagelightbox-close:hover{
    background-color: #1ebea5;
}
.imagelightbox-nav{
    background-color: #1ebea5;
}

/* gallery section css end  */


/* job section css start */

.job-section{
    padding-bottom: 50px;
    margin-top: 100px;
}

.job-section .jobs-found{
    text-align: center;
}
.job-section .jobs-found form{
    text-align: center;
    display: inline-block;
} 
.job-section .jobs-found form .job-btn{
    margin-left: 10px;
    padding: 8px 25px;
    background-color: #1ebea5;
    color: #fff;
    border: 2px solid #1ebea5;
    border-radius: 5px;
}

@media screen and (min-width:576px){
    .job-section .form-inline .form-control {
    width: 345px;
}  
}
@media screen and (min-width:420px) and (max-width:576px){
    .job-section .form-inline .form-control {
    width: 345px;
} 
    .job-section .jobs-found form .job-btn{
    margin-top: 10px;
}
}

@media screen and (max-width:420px){
  .job-section .jobs-found form .job-btn{
    margin-top: 10px;
} 
}

/* job section css end */

.sidebar-nav .nav-header{
    padding-left: 10px;
}