/*
Theme	 :		Al Tareek Al Wasat  
Author :		TheDesignerz
Bio:            TheDesignerz is a leading web design and development agency in UAE. 
URL:            https://thedesignerz.org



*/


/* Global Styles start here  */

:root {
    --bg: #2a2f35;
    --logoColor : #cb151d;
    --linksColor: #ce151c;
    --font-size-base: 1rem;
    --font-size-biggish: 1.75rem;
    --font-size-big: 2.85rem;
    --hidden: none;
    --white: #fff;
    --offWhite: #f5f5f5;
    --btnprimary: #773437;
    --btnprimaryhover: #ce151c;
    --primaryColor: #cb151d;
    --secondaryColor: #332728;
    --internalPageBg: url(../img/about-banner1.jpg);

}

a,
img,
h1,
h2,
h3,
h4,
*,
body {
    outline: none;
    margin: 0;
    border: 0;
    text-decoration: none;
}

h1 , h2 , h3 , h4 , h5 , h6  {
    color: var(--linksColor);
}

a,
.nav-link {
    color: var(--linksColor);
}

a:hover {
    color: var(--linkscolorhover);
}

body {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #444;
}

.therabbuilderscontact section a , 
.contact section a  {
    color: var(--logoColor) !important;
}



* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

img {
    max-width: 100%;
    height: auto;
}


/* Global Styles ends here  */


.topbar {
   
    background-color: var(--primaryColor);
    padding: 5px 0 0px 0;
    color: var(--offWhite);
}

.theme-contact-block {
    margin: 0px;
    display: block;
}

.theme-contact-block li {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    position: relative;
    margin-right: 15px;
}

.topbar a, .topbar li a, .theme-contact-block li a {
    color: #fff;
    font-size: 14px;
}
.topbar a:hover, .topbar li a:hover, .theme-contact-block li a:hover {
    color: #fff;
    font-weight: bold;
   
}



.topbar .theme-contact-block li i {
    font-size: 18px;
    color: var(--white);
}

#headerDesktop.header-transparent {
    min-height: 101px;
    padding: 0px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 100%;
}

#headerDesktop.header-transparent {
    background: none;
}

#headerDesktop {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;

}


#headermobile {
    height: auto;
    z-index: 997;
   padding: 0;
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#headerDesktop.sticky {
    min-height: 110px !important;
    padding: 0px !important;
    height: 80px !important;
    border: 0px solid transparent;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    -webkit-animation: slide-down 1.07s;
    animation: slide-down 1.07s;
    transition: all .5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    background: url('../img/logoweb.png') no-repeat transparent center;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    display: block;
}

#headerDesktop.sticky .logo {
    width: 80px;
    height: 80px;
}

nav.navbar {
    background-color: var(--bg);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--btnprimaryhover) !important;
}

.carousel-item {
/* height: 100%;
min-height: 450px; */
   background-color: #000;
 
}

.aboutbullet li::marker {
    color: red;
    list-style: armenian;
}



.aboutbullet li {
    padding-left: 0;
    list-style: disc;
    list-style-position: inside
}

.aboutbullet ol li {
    padding-left: 0;
    list-style: devanagari;
    list-style-position: inside
}



.slider {
    
}
.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    object-fit: contain;
    background-size: cover;
  background-repeat: no-repeat;
    background-color: #000;;
    z-index: 3;
}
.sliderText {
    text-shadow: 3px 3px 3px rgba(31,31,31,1);
    color: #fff;
    background: none;
    position: absolute;
    z-index: 6;
    background-color: transparent;
}

.sliderText .title {

    padding: 0 6px 6px 0;
    background-color: transparent;
    font-size: 80px;
    font-weight: 700;
   

}



.carousel-caption {
    top: 30%;
}

.carousel-caption h1 {
    font-size: var(--font-size-big);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 500;

}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--logoColor);

}

a.nav-link {
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--logoColor);
}

section {
    padding: 4rem 0rem;
 
}

section.features {
    background-color: var(--offWhite);
    padding: 1em 0 1rem 0;

}

section.features .aboutheading {
    color: var(--logoColor);
    font-size: 36px;
}

section.features .aboutIntro {
    color: #808080;
    font-size: 16px;
    line-height: 32px;
}

section.whatwedo {
    background-color: #f5f6f7;
}

section.partners {
  
   
      background-color: var(--white);
    
}

.partners h2 {
    color: var(--logoColor);
}

.whatwedo h4,
.icon-square + h4{
    font-weight: 600 !important;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}


.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
    background-color: var(--logoColor);
    color: var(--white);

}
.icon-square i {
    color: #fff; 
}
.singleFeature {
        background-color: var(--white);
        box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        justify-content: space-around !important;
     
}



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


section.cards {
    background-color: var(--white);
    padding: 3rem 0rem;
}

.cards .card:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all 0.4s;
}
section.contact {
    background-color: #800020;
    background-color: rgba(35,37,29,1);
    background-color: #000;
    background-image: url(../img/contactbgtry.png);
    background-image: url(../img/check2.png);
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--white);
   
}

.features .projectTagLine {
    font-weight: 600;
    font-size: 18px;
   
}

.features .knowMoreBtn {
    background-color: #800020;
    padding: 12px 35px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.cardRow {}

.card-body {
    box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 2px 7px 4px rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.card-body .learnmore , 
.learnmore {
  
    padding: 10px 15px;
    background-color: goldenrod;
    font-size: small;
    font-weight: 500;
    font-weight: 600;
    color: #fff !important;
    
 
}

.card-body .learnmore:hover,
.card-body .learnmore:active,
.card-body .learnmore:focus,
.learnmore:hover ,
.learnmore:active ,
.learnmore:focus {
    box-shadow: none !important;
      color: #000;
      background-color: #800020;
}

.card-title {
    font-weight: 600;
    color: var(--btnprimary);
}

section.projects {
    background-color: var(--white);
   
}

.therabbuildersprojects section.projects {
    background-color: var(--white);
    padding:0; 

}

section.projects .project {
    padding: 0 15px 32px;
}

section.projects img.img-fluid {
    width: 100%;
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

.project-content {
    padding: 22px 0 0 0;
}

.project-content h3 {
    font-size: 21px;
    text-transform: none;
    color: #000;
    display: inline-block;
    margin: 0;
}

.project-content h3 span {
    font-size: 14px;
    display: block;
    padding: 4px 0;
    color: var(--white);
}

.project-thumb {
    position: relative;
    overflow: hidden;
}

.project-content h3 a {
    color: var(--linksColor);
    text-decoration: none;
}

.project-content h3 a:hover {
    color: var(--linkscolorhover);
}

.project .project-thumb img {
    width: 100%;
    transform: scale(1);
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project .project-thumb:hover img {
    transform: scale(1.1);
}

footer.footer {
    --bg: #000;
    padding: 1.5rem 0rem;
    background-color: var(--bg);
    color: #fff;
    font-size: 14px; 
}

.footerbar {


}

.footer a,
.footer a:focus {
    color: var(--linksColor);
    text-decoration: none;
}

.footer .whatsapp {
    color: green;
}

.subpage-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-image: url('../img/about-banner-main1.jpg');
    color: var(--white);
    height: 280px;
    margin-top: 101px;
    padding: 0;
}


section#tabs {
    --bg: #b8bfc6;
}

section#tabs .tab-content {
    --bg: #fff;
    background-color: var(--bg);
    padding: 1.5rem 2.5rem;
    box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.49);
}

section#tabs .tab-content {
    font-size: 0.875rem;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
}

.contact .subpage-banner,
.democontact .subpage-banner {
    --internalPageBg: url(../img/about-banner1.jpg);
}

.contact section.features {
    --bg: #fff;
    background-color: var(--bg);
}

.btn-primary {
    background-color: var(--btnprimary);
}

.btn-primary:hover {
    background-color: var(--btnprimaryhover);
}

.breadcrumb {
    padding: 1.25rem 0rem;
}

.imgBG {

    min-height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--internalPageBg);
}

.karama .imgBG,
.demokarama .imgBG {
    --internalPageBg: url(../img/kas1.jpg);
}

.raffa .imgBG,
.demoraffa .imgBG {
    --internalPageBg: url(../img/kas2.jpg);
}

.oudmetha .imgBG,
.demooudmetha .imgBG {
    --internalPageBg: url(../img/kas3.jpg);
}

.property-details {
    --bg: #fff;
    background-color: var(--bg);
}

.carousel-inner{
    /* border-bottom: 10px solid transparent;
    border-image: url(../img/bottomborder.png) 20 round;
    border-image-width: 10px;
    border-image-repeat: round;
    border-image-repeat: repeat; */
}

.marquee {
    width: 100%;
   
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .marquee .scroll {
    display: block;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
}
.marquee .scroll span {
    margin-right: 40px !important;
    display: inline-flex;

}
  @keyframes marquee {
    0% {
      transform: translateX(100vw);
    }
    100% {
      transform: translateX(-100%);
    }
  }
section.whyus {
    background-color: var(--secondaryColor);
    padding: 2rem 0rem;
}
.whyus h2, 
.whyus h4,
.whyus i,
.whyus span,
.whyus p {
    color: var(--white);
}

.whyus h4 {
    font-size: 1rem;
    
} 

.whyus span i {
    font-size: 4rem;
    color: var(--btnprimaryhover);
   
}
.pdfEmbed {
    min-height: 800px;
    height: 750px;
}



section.movein .content {
    box-shadow: 11px 9px 10px 0px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 11px 9px 10px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 11px 9px 10px 0px rgba(0, 0, 0, 0.58);
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 35%, rgba(245, 246, 247, 1) 100%);
    padding: 1.5rem;
}

.customList,
.customList li {
    list-style: disc !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: inline-block; 
    width: 3rem !important;
    height: 3rem !important;
  

}

.carousel-control-prev {

    left: 2%;
    top: 50%;
    height: 15%;
}

.carousel-control-next {

    right: 2%;
    top: 50%;
    height: 15%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
    opacity: .8;
    background: #000;
    z-index: 3;
  
}


    .mybtn,
    .btn-primary {
           color: #fff !important;
               border: 0;
               outline: 0;
               background: #773437;
    }

.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus, 
.mybtn.active,
.mybtn:hover,
.mybtn:focus

{
 border: 0;
 outline: 0;
 box-shadow: none;
 background-color: var(--linksColor);

}

.slick-slide {
    filter: grayscale(1);
      -webkit-transition: filter 1s ease-out;
      -moz-transition: filter 1s ease-out;
      -moz-transition: filter 1s ease-out;
      -o-transition: filter 1s ease-out;
      transition: filter 1s ease-out;
}

.slick-slide:hover, 
.slick-slide:focus,
.slick-slide:active
    {
    filter: grayscale(0);
}

.therabbuildersabout h2 {
    color: var(--logoColor);
}

.aboutFooterBG {
    background-image: url(../img/aboutbg1.png);
    background-repeat: no-repeat;
    background-clip: padding-box;
   width: 100%;
   min-height: 210px;
    background-position: center bottom;
    padding: 40px 0; 
    margin-top: -50px;
    background-size: contain;

}
.bulletPoints li, 
.bulletPoints {
    list-style-type: initial;
    list-style: initial;
}

.bulletPoints li::marker {
    color: var(--logoColor);
    font-size: 1.6rem;
}

.mybrandstyle {
    color: var(--logoColor);
    font-style: italic;
    font-weight: 600;
}

section.projects .singleFullProject:nth-child(1) .mybrandstyle , 
section.projects .singleFullProject:nth-child(1) h6 ,
section.projects .singleFullProject:nth-child(3) .mybrandstyle,
section.projects .singleFullProject:nth-child(3) h6
{
   color: var(--linksColor);
}

section.projects .singleFullProject:nth-child(2) .mybrandstyle,
section.projects .singleFullProject:nth-child(2) h6 {
    color: var(--logoColor);
}



.services h4,
.services h6,
.services h5, 
.services  h2 {
    color: var(--logoColor);

}


embed {
    min-height:  800px;
    width: 100%;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background-color: var(--btnprimary);
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
    color: var(--white);
}

   

.back-to-top:hover {
    color: #fff;
    background: var(--btnprimaryhover);
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}
.floatWhatsAppFooter i {
    font-size: 50px;
    position: absolute;
}
.floatWhatsAppFooter {
    position: fixed;
    right: 120px;
    bottom: 60px;
    background-color: var(--bg);
    transition: display 0.5s ease-in-out;
    color: var(--bg);
    z-index: 99999;
}


.custombullet {
    padding-left: 0;
    list-style: devanagari;
    list-style-position: inside;
}

.custombullet li {
    padding-left: 0;
    list-style: devanagari;
    list-style-position: inside;
}

/* Start of mobile media query */

@media (max-width: 767.98px) {




    .logo {

        margin: 0 auto;
        width: 90px !important;
        height: 90px !important;

    }

    #headermobile.header-transparent {
         background: #fff !important;
         min-height: inherit; 
    }

    #headermobile.sticky {
        min-height: inherit!important;
        padding: 0px !important;
        height: inherit !important;
       
    }

    .sliderText .title {
     
        font-size: 50px;
   
    }

    section {
        padding: 1rem 0rem;
    }

    section.features {
   
        padding: 1em 0 1rem 0;
    }

    section.features .aboutheading {
    
        font-size: 18px;
    }

    .altareekalwasatcontact .display-6 {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
    }

    section.features .aboutIntro {
        font-size: 14px;
        line-height: 28px;
    }
    .navbar-toggler-icon {

        width: 1em !important;
        height: 1em !important;
    }

    section.features .aboutIntro.extra , 
    section.features .extra {
        display: none !important;
    }

.aboutIntro.extra , p.extra{
    display: none !important;
}
  

    .navbar-collapse {
        background-color: var(--offWhite);
        padding-left: 10px;
    }


    .mybtn,
    .btn-primary {
        width: inherit !important;
        max-width: 75% !important;
        color: #fff !important;
    }

    .filter-basic button {
        padding: .5rem 1rem !important;
        font-size: 1em !important;
        margin-bottom: 10px;
    }

    .subpage-banner {
        height: 150px !important;
            margin-top: 0;

    }
    .subpage-banner .text-white {

        font-size: 20px;
    }


    .navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        background-color: transparent !important;
    }

    .contact .display-1 {
        font-size: 2rem !important;
    }


    .contact .display-6 {
        font-size: 1rem !important;
    }

    .form-floating>label {
        font-size: .8rem !important;
    }

    .imgBG {
        min-height: 250px;
        height: inherit !important;
        background-position: center !important;
        background-size: contain !important;

    }

    .display-5 {
        font-size: 20px !important;
        margin: 3px 0 !important;
    }




    .carousel-item {
        height: 250px !important;
        max-height: 250px !important;

    }

    .carousel-item img {
        height: 250px !important;
        max-height: 250px !important;

    }


    .carousel-control-next, .carousel-control-prev {
         width: 10% !important;
       
    }

 



    .features .knowMoreBtn {
        margin: 0 auto;
    }

  



    embed {
        min-height:  550px;
        width: 100%;
        max-width: 100%;
    }
    

    #headermobile.sticky {
       
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
          
    }
.mainWrapper {
    padding-top: 80px;
}

nav.navbar {
    background-color: #ececec !important;
     
}


.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.5) !important;
}


.CallbtnFooter {
    position: fixed;
    right: 175px;
    bottom: 60px;
    background-color: var(--bg);
    transition: display 0.5s ease-in-out;
    color: var(--bg);
    z-index: 99999;
}

.CallbtnFooter i {
    font-size: 50px;
    position: absolute;
}



}


/* End of mobile media query */