/********** Template CSS **********/
:root {
    --dark: #2878EB;
    --secondary: #F14D5D;
    --light: #ECF4FF;
    --dark: #1b443c;
    --temp:#E8E8E8;
    --green: #1b443c;
    --grcolor:#b1fca8;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    color:#1b443c;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--dark);
    border-color: var(--dark);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: var(--green);
    color:#fff;
}

.text-secondgr
{
  color:var(--grcolor) !important;
}
.text-gr 
{
    color:#1b443c;
}

.bggreensgr
{
    background-color: var(--green) !important;
}

.bggreensgr:hover
{
    background-color: var(--green);
}


.text-green-star 
{
    color:var(--green);
}

.btn-greens
{
    background-color: var(--green);
    color:#b1fca8;
    border:1px solid var(--green);
}

.btn-greens:hover 
{
    background-color: transparent;
    color:var(--green);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--dark);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}



@media (max-width: 768px)
{
    .titlelinksfooter
    {
        text-align: left !important;
    }
    .servicetitlecat
    {
        padding: 17px 1px 2px;
        margin-bottom:20px;
    }
    .colservice
    {
        padding: 0 35px !important;
    }

}

@media (min-width: 768px)
{
    .titlelinksfooter
    {
        text-align: right !important;
    }
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.hero-header {
    background: linear-gradient(var(--green), var(--green));
    background-size: cover;
}

.service-item div {
    z-index: 1;
}

.service-item  h4
{
    font-size: 19px;
    display: block;
    font-family: reboto,sans-serif!important;
    text-align: center;
}

.servicecarousel .service-item  h4
{
    font-size:17px;
}
.service-item p
{
    font-size: 13px;
    text-align:justify;
}

.servicecarousel .service-item p
{
    margin:13px;
}

.service-item .imgservice
{
    width: 90px;
    height: auto;
}

.colservice .service-item
{
    padding: 1px;
    height: 320px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: inherit;
}



.owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
  }

.clients-carousel .nav-button
{
    top: 12px !important;
}

.clients-carousel .nav-button  {
    font-size: 39px ;
  }
  
  .clients-carousel .blockclientimg
  {
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }

  .owl-carousel.servicecarousel .owl-prev
  {
    left: -22px;
  }
  .owl-carousel.servicecarousel .owl-next
  {
    right: -35px;
  }
  
  .owl-carousel .owl-prev {
    left: -17px;
  }
  
  .owl-carousel .owl-next {
    right: -17px;
  }
  
  .owl-theme .owl-nav [class*=owl-] {
    font-size: 39px;
    color: #000000;
    border-radius: 3px;
  }
  
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }


.service-item .imgservice img
{
    width: 100%;
}

.servicetitlecat
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.servicetitlecat h3, .servicetitlecat p
{
    color:#b1fca8;
}

.teamsectionpart .service-item 
{
    background: url(../img/partbg.png),url(../img/partbg2.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: right top,left bottom;
    background-size: 100px;
}


.teamsectionpart .service-item,.teamsectionpartpub .service-item
{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 180px;
    padding-top: 50px;
    padding-bottom: 50px;
}



.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    /* background: var(--dark); */
}

.service-item * {
    transition: .5s;
}

.colservice 
{
    padding: 0px 66px;
}


.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.bg-temp 
{
    background-color: #E8E8E8;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--dark);
}

.testimonial-carousel .owl-item .testimonial-text
{
    padding: 54px 2px 10px;
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
    
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}
.navbar-light .navbar-brand
{
    margin-left: 60px;
}

/*Menu sidebar**/
.btnmenu{
    position: absolute;
    top: 13px;
    left: 11px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
  }
 

  .btnmenu.click{
    left: 260px;
  }
  .btnmenu span{
    color: #1b1b1b;
    font-size: 28px;
    line-height: 45px;
  }
  .btnmenu.click span:before{
    content: '\f00d';
  }
  .sidebar{
    position: fixed;
    width: 250px;
    top: 0;
    z-index: 9;
    height: 100%;
    left: -250px;
    background: #1b1b1b;
    transition: left 0.4s ease;
  }
  .sidebar.show{
    left: 0px;
  }
  .sidebar .text{
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
  }
  .sidebar ul{
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
  }
  .sidebar ul li{
    line-height: 60px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .sidebar ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .sidebar ul li a{
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }
  .sidebar ul li.active a{
    color: #b1fca8;
    background: #1e1e1e;
    border-left-color: #b1fca8;
  }
  .sidebar ul li a:hover{
    background: #1e1e1e;
  }
  .sidebar ul ul{
    position: static;
    display: none;
  }
  .sidebar ul .feat-show.show{
    display: block;
  }
  .sidebar ul .serv-show.show1{
    display: block;
  }
  .sidebar ul ul li{
    line-height: 42px;
    border-top: none;
  }
  .sidebar ul ul li a{
    font-size: 14px;
    color: #e6e6e6;
    padding-left: 0px;
  }
  .sidebar ul li.active ul li a{
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent;
  }
  .sidebar ul ul li a:hover{
    color: cyan!important;
    background: #1e1e1e!important;
  }
  .sidebar ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
  }
  .sidebar ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
  }

.btncontactushero 
{
    background-color: #1b443c;
    border:2px solid #1b443c;
    color:#b1fca8;
}

.btncontactushero:hover
{
 background-color: transparent;
 color: #b1fca8;
}

  .btnviewmore
  {
    background-color: #1b443c;
    color:#b1fca8;
    border: 1px solid #1b443c;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .btnviewmore:hover 
  {
      background-color: #FFFFFF;
      color:#1b443c;
  }

.imgservicedetail
{
    width: 80px;
    height: auto;  
    margin: 0 auto;
}  

.imgservicedetail img
{
    width: 100%; 
}  
  

.imgaboutsec 
{
    margin-top: 20vh;
}

.contactusfooter 
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 45%;
}

.lblclient 
{
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    align-items: center;
}

.lblclient img 
{
    width: 100%;
    height: auto;
}

.servicetitlecat
{
    font-size: 28px;
}

.titleservicehome 
{
    font-size: 24px;
    text-align: center;
}

.sectiondtsrv .service-item 
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectiondtsrv p 
{
    text-align:justify;
}

.titlestarphy
{
    font-size: 31px;
}

/* .itemservicestar
{
    height: 273px;
    display: contents;
} */


.itemservicestar:hover .btndecouvrirweb
{

  visibility: visible;
}




.btndecouvrirweb 
{
    visibility: hidden;
    color: #b1fca8;
    background: #1b443c;
    border:1px solid #1b443c;
    margin: 21px auto;
    font-size: 14px;
    text-align: center;
    width: 80%;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .25s linear;
}

@media (max-width: 768px) {
    .btndecouvrirweb 
    {
        visibility: visible;
    }
}


.btndecouvrirweb:hover 
{
    color: #1b443c;
    background: transparent;
}

/**Btn Form**/
.btnconsultfrm:hover 
{
    color: #1b443c;
    background: transparent;
}
/**Btn Form**/

.contentblockblg
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.btnpostule:hover
{
    color: #1b443c;
    background: transparent;
}

.btnblogsafe:hover
{
    color: #1b443c;
    background: transparent;
}


.blockfrmidea 
{
    padding: 12px 5px 20px;
}

.contentrowabout p
{
    text-align: justify;
}


    .logostarphy
    {
        width:150px;
    }
@media (min-width: 768px)
{
    .col-center-links h3
    {
        margin-top:93px;
    }
}

    .col-center-links
    {
        margin-top:0px;
    }
    
    
.text-justify
{
     text-align:justify !important;
}
.numbertel 
{
    color:gray;
}

