@charset "utf-8";

ul {
  list-style-type: square;
}
/* CSS Document */

.border-dashed{
	border: dashed 1px;
	padding-top: 15px;
	padding-left:15px;
	padding-right: 15px;
}

/*AJOUT AC V3*/
.comon-news-part-two{
	border:dashed 1px #eee;
    height: 400px;
	text-align: center;
}
.comon-news-part-two:hover{
	border:dashed 1px #227da1;
}	
.chart img{
	width: 75%;
}

.col{
	text-align: center;
}
.column-w-box{
	padding: 13px;
	border:#fff 1px dashed
}
.column-w-box-two{
	padding: 13px;
	border:#fff 1px dashed;
	height:162px;
}
.banner-part-two{
	width:100%;
	height: 300px;
	overflow:hidden;
	position: relative;
	top:0;
	background-image:url(../images/homepage/pexels-maximilian-orlowsky-515733-30133212.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

@media (max-width: 991px) {
	.banner-part-two{
		background-image: url(../images/homepage/pexels-media.jpg);
		height: 655px;
	}
} 

.banner-part-three{
	width:100%;
	height: 320px;
	overflow:hidden;
	position: relative;
	top:0;
	background-image:url(../images/homepage/sky.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
@media (max-width: 991px) {
    .banner-part-three {
        background-image: url(../images/homepage/sky.jpg);
        height: 700px;
    }
}

.banner-part-four{
	width:100%;
	height: 300px;
	overflow:hidden;
	position: relative;
	top:0;
	background-image:url(../images/homepage/Dlr_FKpWs5epcDxGOiuYu.png);
	background-repeat:no-repeat;
	background-size:cover;
}



.title-img img{
	width: 100%;
	border:#fff 1px dashed;
}

.image-block-two img {
    width: 500px;
    height: auto;
}

.etape-block img{
	width: 100%;
}
/*FIN AJOUT AC V3*/

/* AJOUT AC 2 */
.row-plus{
    padding-left: 1px;
}

.sec-new-add-case-two h2{
    font-family: 'Merriweather', sans-serif;
    /*font-weight: 900;*/
    font-size: 25px;
    line-height: 1.3;
    /*text-transform: capitalize;*/
    position: relative;
    padding-top: 30px;


}	

.sec-new-add-case-two h3{
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
}

h4{
	color:#227da1;
    text-align: center;
}

.bloc-custom-lgi h2{
    padding-top: 30px;
    padding-bottom: 17px;
}

.bloc-custom-lgi-contenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.bloc-custom-lgi-image {
  flex: 1 1 400px;
}

.bloc-custom-lgi-image img {
  width: 500px;
  height: auto;
  object-fit: cover;
}

.bloc-custom-lgi-texte {
  flex: 1 1 400px;
}

.bloc-custom-lgi-bas {
  margin-top: 40px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .bloc-custom-lgi-contenu {
    flex-direction: column;
  }

  .bloc-custom-lgi-image,
  .bloc-custom-lgi-texte {
    flex: 1 1 100%;
  }
}

.button-end{
    padding-top: 10px;
    text-align: center;
}

h3 {
    font-size: 20;
    padding-top: 15px;
    color: #5ea4bf;
}


.concept-title {
    padding-top: 80px;
}
.concept-title h1{
    font-size: 45px;
    color: #227da1;
    text-align: center;
}

.sec-new-add-case .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.text-block {
  flex: 1 1 60%;
  text-align: center;
}

.text-block .block {
  margin-bottom: 20px;
}

.text-block h4 {
  font-size: 20px;
  color: #227da1;
  margin-bottom: 8px;
}

.text-block h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

/* Image + phrase à droite */
.image-side {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 400px;
}

.image-block img {
  width: 1000px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .sec-new-add-case .container {
    flex-direction: column;
  }
  .image-side {
    max-width: 100%;
  }
}
/* AJOUT AC 2 */

/* AJOUT AC */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2
	}

.h1,h1{font-size:calc(1.375rem + 1.5vw)}
@media (min-width:1200px){
	.h1,h1{font-size:2rem}
	}

.h2,h2{font-size:calc(1.325rem + .9vw)}
@media (min-width:1200px){
	.h2,h2{font-size:1.75rem}
	}

.h3,h3{font-size:calc(1.3rem + .6vw)}
@media (min-width:1200px){
	.h3,h3{font-size:1.5rem}
	}

.h4,h4{font-size:calc(1.275rem + .3vw)}
@media (min-width:1200px){
	.h4,h4{font-size:1.25rem}
	}

.h5,h5{font-size:1rem}
.h6,h6{font-size:0.8rem}

.agent-section {
    padding: 2rem 0;
    text-align: center;
    background-color: #10141c;
	}
 
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
 
  .section-title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-size: 42px;
  }
 
  /* Version desktop avec image et texte côte à côte */
  .desktop-layout {
    position: relative;
    max-width: 789px;
    height: 246px;
    margin: 0 auto;
    display: block;
  }
 
  .triangle-image-desktop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 50%;
  }
 
  /* Premier niveau */
  .feature-1 {
    position: absolute;
    top: 15px;
    right: 0;
    width: 50%;
    text-align: left;
  }
 
  /* Deuxième niveau */
  .feature-2 {
    position: absolute;
    top: 95px;
    right: 0;
    width: 50%;
    text-align: left;
  }
 
  /* Troisième niveau */
  .feature-3 {
    position: absolute;
    top: 175px;
    right: 0;
    width: 50%;
    text-align: left;
  }
 
  /* Version mobile avec image puis textes en dessous */
  .mobile-layout {
    display: none;
  }
 
  .triangle-image-mobile {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
 
  .mobile-feature {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 10px;
  }
 
  .feature-title {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
 
  .feature-description {
    font-size: 0.95rem;
    margin: 0;
  }
 
  /* Ajustements pour mobile */
  @media (max-width: 767px) {
    .desktop-layout {
      display: none;
    }
   
    .mobile-layout {
      display: block;
    }
   
    .section-title {
      font-size: 1.5rem;
    }
   
    .feature-title {
      font-size: 1.1rem;
    }
   
    .feature-description {
      font-size: 0.9rem;
    }
  }
  .accompagnement-grid {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: center;
    justify-items: center;
  }


  .bloc {
    max-width: 200px;
  }


  .haut.gauche {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }


  .haut-droite {
    grid-column: 3;
    grid-row: 1;
    text-align: left;
  }


  .cercle-central {
    grid-column: 2;
    grid-row: 1 / span 2;
  }


  .bas.gauche {
    grid-column: 1;
    grid-row: 2;
    text-align: right;
  }


  .bas.droite {
    grid-column: 3;
    grid-row: 2;
    text-align: left;
  }


  @media (max-width: 768px) {
    .accompagnement-grid {
      display: flex;
      flex-direction: column;
      align-items: center;
    }


    .bloc {
      margin-bottom: 20px;
      text-align: center;
    }


    .cercle-central {
      order: -1;
      margin-bottom: 30px;
    }
    .bas.gauche {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
    }
   
    .bas.droite {
        grid-column: 3;
        grid-row: 2;
        text-align: center;
    }
    .haut.gauche {
        grid-column: 1;
        grid-row: 1;
        text-align: center;
    }
   
    .haut.droite {
        grid-column: 3;
        grid-row: 1;
        text-align: center;
    }
  }
.block-cercle{
    background-color:#10141c ;
}
.block-cercle h2{
    text-align:center;
}
.img-frise{
    width: 100%;
    height: auto;
}
.etape-block h2{
    text-align: center;
    padding-bottom: 12px;
}
.etape h5{
    color:#227da1
}

.testimonal-sec h4{
    color:#227da1;
}

.contact-section {
    background-color: #10141c;
    color: #ffffff;
    padding: 3rem;
  }
 
  .contact-section h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
 
  .contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
	background-color: #1e2f3a;
  }

  .contact-table-label {
    padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #15232d;
	height: 100%;
  }
 
  .contact-table a {
    color: #85c1e9;
    text-decoration: none;
  }
 
  .contact-table a:hover {
    text-decoration: underline;
  }
 
  .contact-section p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }


/* Fin ajout AC */

h2{
	font-family: 'Merriweather', sans-serif;
    /*font-weight: 900;*/
    /*font-size: 30px;*/
    /*text-transform: capitalize;*/
	position: relative;
	padding-bottom: 2px;
}

body{
	background-color: #10141c!important;
	font-family: 'Merriweather', sans-serif;
	color:#fff;
    font-weight: 380;
	/*font-size:0.95rem;*/
}
img{
	max-width:100%;
}
header{
	position:fixed;
	min-height:80px;
	z-index: 3;
	left: 0;
	right: 0;
}
.top-head{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:3;
	background:#212529;
}
.line-bg{
	position: relative;
    top: 17px;
	filter: drop-shadow(0px 3px 1px rgba(0,0,0,3%));
}
.line-bg img{
	width: 100%;
    
}
.navbar-brand{
	filter: drop-shadow(drop-shadow(0px 11px 0px #000));
	position:relative;
}
.navbar-light .navbar-toggler-icon{
	background: none;
	position: relative;
	border: none;
}
.navbar-toggler{
	border: none;
}
.navbar-light .navbar-toggler-icon:after{
	position: absolute;
	content: "\f0c9";
	font-family: 'FontAwesome';
	color: #212529;
	top:0;
	right: 0;
	left: 0;
}
.fixed-menu .navbar-light .navbar-toggler-icon:after{
	color: #212529;
}
.navbar-brand img{
	position:relative;
	z-index:2;
}

.navbar{
	padding-bottom: 0;
    /* border-bottom:solid 1px #bbb; */
    border-radius:0;
    
}
.mn-head .nav-link{
    font-weight: 400;
	color: #fff !important;
	margin: 0 9px;
	font-family: 'Merriweather', sans-serif;
}
.fixed-menu .nav-link{
	color: #fff !important;
}
.mn-head  .navbar-nav .active{
	color: #baa244 !important;
}
.top-head .nav-link{
	color:#212529 !important;
	font-size:16px;
	transition:all 0.5s;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:600;
	
}
.sc{
	display: none;
}
.fixed-menu .def{
	display: none;
}
.fixed-menu .sc{
	display: block;
}
.sec-d-expart .row{
	width:90%;
	margin:auto;
}
.sec-d-expart .row figure{
	border-radius:8px;
	overflow:hidden;
	width:100%;
	height:350px;
}
.sec-d-expart .row figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.sec-d-expart .row h2{
	text-transform:capitalize;
	font-weight: 700;
}
.top-head .nav-link:hover{
	color:#b2b74a !important;
	
}
.news-sec-div h1{
	font-weight: 700;
}
.testimonal-sec{
	background:#10141c;
	color:#fff;
}
.testimonal-sec .comon-hed{
	color:#fff;
}
.comon-news-part figure{
	width:100%;
	height:215px;
	overflow:hidden;
	
}
.cont-para li{
	font-size: 14px;
}
.cont-para li i{
	 margin-right: 5px;
}
.comon-news-part figure{
	position:relative;
}
.comon-news-part figure a{
	height: 100%;
	width: 100%;
	display: inline-block;
}
.comon-news-part figure a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-pic-news{
	/*height:300px;*/
	position:relative;
	width:100%;
}
.comon-pic-news p{
	display:inline-block;
	padding:8px 15px;
	background:#baa244;
	color:#fff;
	position:absolute;
	bottom:28px;
	left:15px;
}
.comon-news-part{
	border:dashed 1px #eee;
    height: 545px;
}
.comon-news-part:hover{
	border:dashed 1px #227da1;
}
.dtails-idv-text{
	padding:15px 25px 25px 25px;
	text-align: center;
	font-size: 15px;
}
.dtails-idv-text h5{
	font-weight:700;
    font-size: 18px;
}
.comon-news-part figcaption{
	background:red;
	padding:15px;
	border-radius:7px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
}
.year-text h1{
	background: url("../images/p1.jpg");
	background-position: bottom;
	-webkit-background-clip:text;
	color: transparent;
	font-size: 201px;
    font-weight: 900;
    background-size: 54%;
    background-repeat: no-repeat;
}
.silder-div-text .item .comon-div-ts{
	width:100%;
	min-height:209px;
	background:#333238;
	border-radius:8px;
	position:relative;
	display: grid;
    align-content: center;
    padding:24px;
	margin-top: 23px;
}
.silder-div-text .item .comon-div-ts h5{
	color: #fff;
}
.comon-div-ts h5 {
    font-size: 16px;
    line-height: 26px;
}
.year-text p{
	margin-top:-25px;
	font-size:20px;
	text-transform:capitalize;
}
.silder-div-text figure{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:50%;
	margin:0;
}
.comon-div-ts{
	display:inline-block;
	width:90%;
	margin:auto;
	padding: 0;
}
.silder-div-text h4{
	font-size:16px;
	font-weight:600;
	margin-left:10px;
}
.silder-div-text .owl-theme .owl-nav.disabled+.owl-dots{
	text-align:left;
}
.silder-div-text h4 span{
	font-weight:300;
	margin-top: 5px;
	font-size: 14px;
}
.silder-div-text .item .comon-div-ts:before{
	content: "\f10d";
    color: #227da1;
    position: absolute;
    left: 15px;
    top: -27px;
	font-family:'FontAwesome';
	font-size: 46px;

}
.search-bn{
	background:#262b2b;
	color:#fff;
	width:90%;
	text-transform:uppercase;
	height:50px;
}
.form-select{
	height:50px;
}


.bt-form{
	background:#227da1;
	color:#fff !important;
	font-size:16px !important;
	display:inline-block;
	border:solid 0px #227da1;
	text-decoration: none;
}
.bt-form:hover{
	background:none;
	color:#fff !important;
	border:solid 2px #227da1;
}

.signiup{
	border-radius:50px;
	font-weight:400;
	background:#227da1;
	color:#fff !important;
	padding:7px 20px !important;
	margin-bottom: 3px;
	font-size:16px !important;
	display:inline-block;
	border:solid 2px #227da1;
	text-decoration: none;
}
.signiup:hover{
	background:none;
	color:#fff !important;
	border:solid 2px #227da1;
}
.list-sp{
	column-count: 2;
}
.list-sp li {
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: capitalize;
}
.about-text-div{
	width: 60%;
	margin-left: auto;
}
.cart{
	position:relative;
	margin-left:10px;
}
.cart span i{
	color:#b2b74a;
	font-size:20px;
	
}
.cart small{
	width:20px;
	height:20px;
	border-radius:30px;
	background:#b2b74a;
	display: inline-grid;
    align-content: center;
    text-align: center;
	position: relative;
    right: 10px;
	color:#fff;
	font-size:11px;

}
.banner-part{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
	top:0;
	/*background-image:url(../images/homepage/istockphoto-1314841068-1024x1024-light.jpg);*/
	background-image:url(../images/homepage/pexels-maximilian-orlowsky-515733-30133212.jpg);
	
	background-repeat:no-repeat;
	background-size:cover;
}

.banner-part-omi{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
	top:0;
	background-image:url(../images/homepage/pexels-maximilian-orlowsky-515733-30133212.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

@media (max-width: 768px) {
	.banner-part-omi {
		background-image: url(../images/homepage/pexels-media.jpg);
	}
}


.top-bar-sec .row a{
	text-decoration:none;
	color:#fff;
	font-weight:500;
	font-size:15px;
}
.top-bar-sec .row > div{
	margin-top:5px;
	margin-bottom:10px;
	color:#fff;
}
.top-bar-sec .row > div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
	text-transform:capitalize;
	font-weight:500;
}
.top-bar-sec .row > div:nth-child(2) a{
	margin:0 7px;
	font-size:15px;
	
}
.fixed-menu{
	background:#10141c;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
    box-shadow:4px -86px 103px rgba(0,0,0,0.9);
	z-index:250;
		
  }

@keyframes slide-down {
		  0% {
			  transform: translateY(-100%);
		  } 
		  100% {
			  transform: translateY(0);
		  } 
	  }
	  
	  @keyframes slide {
		0% {
			opacity: 0;
			transform: translateY(50%);
		} 
		100% {
			opacity: 1;
			transform: translateY(0);
		} 
	}
.banner-div-content{
	animation: fadeInleft 0.5s ease-in-out;
	position: relative;
    z-index: 2;
	text-align:right;
	height:590px;
	}

.banner-div-content h1{
	color: #227da1;
      /*font-weight: 900;*/
    font-size:40px;
	font-family: 'Merriweather', sans-serif;
}

@media (max-width: 768px) {
	.banner-div-content h1{
		color: #fff;
	}
	.title-text-part{
		color: #227da1;
	}
} 

.banner-div-content h6{
	font-size: 20px;
	color:#227da1;
}
.consult-bn{
	background: #baa244;
	color: #fff !important;
	display: table;
	margin: 0;
	margin: 0;
    width: 19%;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 18px;
	transition: all 0.5s;
}

.consult-bn i{
	color: #fff;
	margin-left: 5px;
}
.consult-bn:hover{
	background: #ada66b;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-div-content p{
	color:#fff;
	font-size:17px;
	text-shadow:0px 2px 9px #262b2b;
	margin: 0;
	display: none;
}
.about-div-pic{
	position:relative;
	height:470px;
	overflow:hidden;
}
.pic-1{
	height: 408px;
    overflow: hidden;
    /* border-radius: 10px; */
    width: 87%;
}
.pic-1 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pic-2{
	position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 60%;
    overflow: hidden;
    /* border-radius: 13px; */
    height: 230px;
	border: solid 13px #fff;
}
.sub-head{
	position: relative;
	color: #baa244;
	padding-left: 8px;
	display: table;
	width: auto;
}
.sec-project-div{
	background: #222127 url(../images/bg-prac.jpg) no-repeat;
	padding: 50px 0;
	position: relative;
	background-size: cover;
	
}
.sec-project-div h1,
.sec-project-div h6,
.sec-project-div .row{
	position: relative;
	z-index: 2;
}
.sub-head:after{
	position: absolute;
	width: 2px;
	height: 18px;
	content: "";
	left: 0;
	top:0;
	background:#baa244 ;
}
@keyframes fadeInleft{
	0%{
		opacity:0;
		transform:translateX(-30px);
	}
	100%{
		opacity:1;
		transform:translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		transform:translateX(30px);
	}
	100%{
		opacity:2;
		transform:translateX(0px);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		transform:translateY(-30px);
	}
	100%{
		opacity:1;
		transform:translateY(0px);
	}
}

form{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.banner-text h1{
	font-family: 'Merriweather', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#262b2b;
	font-size:30px;
}
.banner-text h1 span{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.banner-part > img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.sec-d1{
	margin-top:60px;
	margin-bottom:60px;
	width:100%;
	display:inline-block;
}
.sec-d1 h4{
	position:relative;
	padding-left: 40px;
	color:#b2b74a;
}
.read-more-bn{
	background:#262b2b;
	color:#fff;
	font-size:14px;
}
.read-more-bn:hover{
	background: #ada66b;
	color: #fff;
}
.sec-d1 h3{
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
	padding:15px;
	margin-top:15px;
	color:#b2b74a;
	border:1px solid rgb(243 243 243);
	width:auto;
	display:inline-block;
	margin-bottom:15px;
	
}
.sec-d1 h4:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.comon-hed{
	position:relative;
	padding-left: 40px;
	color:#262b2b;
	display:inline-block;
	width: auto;
    display: grid;
    justify-content: center;
    margin: auto;
	font-weight:700;
	
}
.comon-hed:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.sec-new-add{
	background:#10141c; /*url(../images/homepage/manwithcash.png)*/
	padding: 35px 0;
    margin:88px 0 70px;
	color:#fff;
	background-size: cover;
	height: 362px;
	display: grid;
	align-content: center;

	font-size: 21px; /* added by jcc*/
    font-weight: 200; /* added by jcc*/
}
.sec-new-add h1{
	font-family: 'Merriweather', sans-serif;
	/* font-weight: 900; */
	/* font-size: 30px; */
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
}
.sec-new-add h1:after,
.sec-project-div h1:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 60px;
	background: #ada66b;
	height: 2px;
	margin: auto;
	display: table;
	bottom: 1px;
}
.sec-new-add i{
	color: #fff;
	font-size:56px;
	margin-right:15px;
}
.sec-new-add h5 span{
	font-size:17px;
}
.comon-case-st{
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}
.comon-case-st figure{
	 width: 100%;
	 height: 194px;
	 position: relative;
	 display: inline-block;
	 left: 0;
	 right: 0;
	 top:0;
	 overflow: hidden;
	 border-radius: 5px;
}
.comon-case-st figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.comon-case-st h4{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #227da1;
}

.comon-case-st h5{
	font-size: 17px;
	font-weight: 200;
	text-align: center;
	color: #fff;
	line-height:1.4em;
}
.sec-new-add h5{
	font-size:40px;
	text-align: center;
	/*line-height:30px;*/
}

.sec-new-add h5 span.d-block{ /*added by jcc */
    font-size:30px;
    margin-top: 5px;
    color:#227da1;
}

.sec-new-add h5 span.e-block{ /*added by jcc */
    font-size:25px;
}

h5{
	line-height:1.2em;
}

.comon-st-div{
	display: flex;
    align-items: center;
}
.sec-new-add .row > div:nth-child(2) .comon-st-div{
	justify-content:center;
}
.sec-new-add .row > div:nth-child(3) .comon-st-div{
	justify-content:flex-end;
}
.sec-new-add .row > div:nth-child(4) .comon-st-div {
    justify-content: flex-end;
}
.what-project-div{
	background: #222127;
    margin: 48px 0;
}
.what-project-div h1,
.testimonal-sec h1{
	font-family: 'Merriweather', sans-serif;
    /* font-weight: 900;*/
     font-size: 42px;
    /* text-transform: capitalize; */
	position: relative;
	padding-bottom: 15px;
	color: #fff;
}
.book-sec .form-group{
	margin-bottom: 20px;
}
.book-sec{
	width: 82%;
}
.book-sec .form-control{
	border: none;
	background: #333238;
	height: 48px;
	color: #fff;
}
.awd-sec-div figure{
	width:100%;
	display: grid;
	border: solid 1px #e7e7e7;
    margin: auto;
    height: 113px;
	align-content: center;
	background: #fff;
	transition: all 0.5s;
	overflow: hidden;
}
.awd-sec-div figure img{
	transition: all 0.5s;
	transform:scale(1);
	margin: auto;
}
.awd-sec-div figure:hover{
	border: solid 1px #ada66b;
}
.awd-sec-div figure:hover img{
	transform:scale(1.1);
}
.book-sec textarea{
	height: 150px !important;
	resize: none;
	color: #fff;
}
.sec-project-div h5{
	position: relative;
	z-index: 2;
}
.sec-project-div h1,
.sec-d4 h1,
.news-sec-div h1{
	font-family: 'Merriweather', sans-serif;
    /*font-weight: 900;*/
    /*font-size: 30px;*/
    text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
}
.comon-case{
	text-align: left;
    padding: 30px 21px;
	text-decoration: none;
	display: inline-block;
	background:#2c2a32d6;
	transition: all 0.5s;
	
}
.comon-case:hover{
	background: #baa244;
}
.comon-case figure{
	width: 44px;
	display: inline-block;
}
.comon-case h5{
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	transition:all 0.5s;
}
.comon-case h6{
	font-weight: 700;
	font-size: 14px;
	color: #baa244;
}
.comon-case p{
	font-size: 14px;
	line-height: 24px;
	color: #6c6c6c;
}
.comon-case i{
	color: #baa244;
	font-size: 33px;
	margin-bottom:15px;
}
.redmore-bn i{
	font-size: 10px;
}
.comon-case figure img{
	transform:scale(1);
	transition:all 0.5s;

}
.comon-case:hover figure img{
	transform:scale(1.2);

}
.comon-case:hover h5,
.comon-case:hover p,
.comon-case:hover i,
.comon-case:hover h6{
	color: #fff;
}
.sec-project-div .row > div{
	/* padding: 0; */
}
.sec-project-div .row > div:nth-child(2) .comon-case,
.sec-project-div .row > div:nth-child(4) .comon-case,
.sec-project-div .row > div:nth-child(5) .comon-case,
.sec-project-div .row > div:nth-child(7) .comon-case{
  /* background:#f3f3f3;
  border:solid 1px #f3f3f3; */
}
.bg-practic{
	position: absolute;
	right: 0;
	top:0;
}
.what-project-div .comon-hed{
	justify-content:left;
	color:#fff;
	margin-bottom:15px;
}
.what-project-div h4{
	margin-bottom:25px;
}
.what-project-div h4,
.what-project-div p{
	color:#fff;
	text-align:left;
}
.what-project-div ul{
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
	
}
.what-project-div figure{
	height:540px;
	margin:0;
	overflow:hidden;
}
.what-project-div .read-more-bn{
	background:#fff;
	color:#262b2b;
	margin-top:15px;
}
.what-project-div figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.what-project-div ul li{
	display:flex;
	
}
.what-project-div ul li h5{
	font-size:16px;
	color: #b2b74a;
	font-weight:700;
	
}
.what-project-div ul li i{
	font-size: 33px;
    color: #b2b74a;
    margin-right: 10px;
    margin-top: -6px;
}

.from-sec-div{
	background:#fff;
	border-radius:100px;
    padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
	
}
.list-work ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
	flex-wrap: wrap;
}
.list-work ul li {
    padding: 10px 25px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    margin: 0 8px;
}
.each-items {
    overflow: hidden;
    height:260px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
}
.each-items figure{
	height:230px;
	overflow:hidden;
}
.each-items figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.each-items .items-hover {
    background: rgba(50,54,87,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: grid;
    transform: scale(0,0);
    transition: 0.5s;
    align-content: center;
    color: #fff;
    font-size: 35px;
    justify-content: center;
}
.each-items:hover .items-hover {
    transform: scale(1,1);
}
.visit-bn {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323657;
    font-size: 17px;
    padding: 5px 10px;
    margin-left: 20px;
	text-decoration:none;
}
.mixitup-control-active{
	background:#262b2b !important;
	color:#fff;
}
.from-sec-div .comon-sec{
	display:flex;
	align-items: center;
    width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i{
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after{
	display:none;
}
.from-sec-div .comon-sec:after{
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control{
	border:none;
}
.btnh-submit{
	font-size:35px;
	color:#b2b74a;
	width:auto;
	
}
.how-it-work{
	background: url(../images/feature_image.png) top center no-repeat;
    background-position-y: 20px;
    margin-top: 60px;
}

.sec-d1 h1{
	font-size:30px;
	font-weight:900;
	text-transform:capitalize;
	line-height:40px;
	font-family: 'Merriweather', sans-serif;
}
/* .sec-d1 h1 span{
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
} */

.comon-items{
	text-align:center;
	display:block;
}
.comon-items .icon-fs{
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
    text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i{
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#b2b74a;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
    top: 7px;
	z-index:1;
}
.comon-items h5{
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span{
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}
.sec-d2{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1{
	font-size:36px;
}
.sec-d2 h1 span{
	font-weight:700;
}
.fl-sr-bn li{
	margin:0 5px;
}
.fl-sr-bn li a,
.fl-sr-bn li .btn{
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn{
	border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}


.food-list a{
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i{
	color:#FC0;
}
.food-list figure{
	height:250px;
	overflow:hidden;
	margin:0;
}

.food-list figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title{
	font-weight:700;
	color:#212529;
}
.off-text{
	position:absolute;
	left:10px;
	top:12px;
	background:#b2b74a;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer{
	background-color:#fff;
}
.food-list .card-footer p{
	margin-bottom:5px;
	font-weight:700;
	color:#b2b74a;
}
.food-list .card-footer i{
	color:#b2b74a;
}
.food-list .card-footer small{
	color:#000 !important;
}
.card:hover figure img{
	transform:scale(1.2);
}

.sec-d3{
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
    height: 400px;
}
.sec-d3 h1,
.sec-d3 p{
	color:#fff;
	text-align:center;
}
.sec-d3 p{
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1{
	font-weight:700;
	text-transform:capitalize;
	color:#b2b74a;
}
.sec-d4{
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1{
	font-weight:700;
}
.sec-d4{
	background:#fff;
}
.sec-d4 .comon-hed{
	display: table;
}
.sec-d4 .card{
	border: solid 1px #eee;
    color: #fff;
    overflow: hidden;
    border-radius: 0;
    width: 95%;
    padding-top: 0;
}
.sec-d4 .card figure{
	height: 200px;
    overflow: hidden;
    width:100%;
    margin: auto;
    
}
.sec-d4 .card h5{
	font-weight:700;
	color:#262b2b;
	text-align:center;
	text-transform:capitalize;
	font-size: 16px;
	
}
.sec-d4 .card p{
	color:#262b2b;
	text-align:center;
	font-size: 14px;
}
.sec-d4 .card .card-body{
	padding-bottom: 0;
}
.comon-text-sec h5{
	font-weight:700;
}
.comon-text-sec figure{
	height:250px;
	overflow:hidden;
	border-radius:8px;
	margin:0;
}
.comon-text-sec figure > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.vie-more-bn{
	text-transform:uppercase;
	margin:auto;
	background:#b2b74a;
	color:#fff;
	text-align:center;
	display:table;
	margin-top:35px;
}
.blog-sec-div .row > div{
	margin-bottom:40px;
}
.comon-text-sec h5,
.comon-text-sec p{
	padding-left:25px;
}
.comon-text-sec p{
	font-size:15px;
}
.comon-text-sec a{
	margin-left:25px;
	text-transform:capitalize;
}
.sec-d4 .card figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.sec-d4 .card-footer{
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p{
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted{
	color:#fff !important;
}
.sec-d5{
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4{
	font-weight:700;
}
.restarn-link{
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li{
	margin:5px;
}
.restarn-link li a{
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
	
}
.restarn-link li a:hover,
.restarn-link li a:hover i{
	background:#b2b74a;
	color:#fff;
}
.restarn-link li a i{
	color:#b2b74a;
}
.sec-d6,
.sec-d7{
	padding:50px 0;
}
.sec-d7{
	padding:30px 0;
	background:#b2b74a;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.sec-d7 h1,
.sec-d7 .read-more-bn{
	position:relative;
	z-index:2;
}
.sec-d7 > row > div:nth-child(2){
	margin-right:auto;
}
.sec-d7 .read-more-bn{
	font-size: 17px;
}

.sec-d7 img{
	position:absolute;
	left:0;
	right:0;
	top:-380px;
	z-index:1;
	width:100%;
	opacity: 0.1;
	
}
.sec-d7 .restarn-link{
	columns: 3;
  -webkit-columns:3;
  -moz-columns: 3;
   list-style-position: inside;
  display:block;
}
footer p{
	font-size:13px;
	color:#fff;
	margin-bottom:10px;
	margin-top:12px;
}
footer .row > div:nth-child(2){
	display: grid;
    justify-content: center;
}
.sub-bn{
	background: #b2b74a;
	color:#fff;
	margin-top:8px;
}
.sec-d7 .restarn-link li a{
	background:#b2b74a;
	color:#fff;
	width:80%;
}
.socal{
	justify-content: start;
    display: flex;
}
.socal li a{
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i{
	background:#212529;
}
.sec-d7 .restarn-link li a i{
	color:#fff;
}
.sec-d7 .form-group{
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control{
	border:none;
}
.sec-d7 .form-group .btn{
	background:#b2b74a;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover{
	background:#212529;
}
.sec-d7 h5{
	font-weight:600;
	text-transform:capitalize;
}
footer{
	padding:14px 0 0 0;
	display: inline-block;
    width: 100%;
	background: #222127;
	background-size:cover;
	margin-top: 53px;
}
footer .row > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content:center;
}
footer .row > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .row > div:nth-child(5) .comon-footer{
	display: grid;
    justify-content: end;
}
.comon-footer h5{
	font-size:18px;
	font-weight:600; 
	text-transform:capitalize;
	color:#fff;
}
.comon-footer ul{
	margin:0;
	padding: 3px 0 0 18px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}
.comon-footer ul li{
	line-height:30px;
}
.comon-footer ul li a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
	transition:all 0.5s;
}
.comon-footer ul li a:hover{
	color:#b2b74a;
}

.comon-footer .list-unstyled{
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li a{
	margin:0 5px;
	font-size:18px;
}
.sec-d8{
	padding:0;
	background:#b2b74a;
	height: 294px;
}
.text-apps h3{
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps{
	display: grid;
    align-content: center;
    height: 100%;
}
.text-apps p{
	color:#fff;
}
.sec-d8 figure{
	position:relative;
	top:-20px;
}
.sec-d8 figure > img{
	display: block;
    margin-left: auto;
}
.sec-d8 .row{
	width:90%;
}
.active-new2{
	background:#b2b74a !important;
	color:#fff;
}












.range-slider {
  width: 300px;
  text-align: left;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 300px;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}
.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.offcanvas-start{
	width: 300px;
}

/* subpages */

.sub-page-content{
	height: 150px;
}
.sub-apge{
	background: url(../images/sub-page-banner.jpg) no-repeat;
	background-size: cover;
}
.sub-page-content ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.sub-page-content ul li{
	margin:0 15px;
	color: #fff;
	position: relative;
	text-transform: capitalize;
}
.sub-page-content ul li:after{
	position: absolute;
    right: -20px;
    top: 0;
    content: '\f105';
    font-family: 'FontAwesome';
}
.sub-page-content ul li:last-child:after{
	display: none;
}
.sub-page-content ul li a{
	text-decoration: none;
	color: #fff;
}
.sub-body-part h2{
	font-weight: 900;
	font-family: 'Merriweather', sans-serif;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.sub-body-part h6{
    color: #baa244;
}
.sub-body-part .su-para{
    width:70%;
	margin: auto;
}
.service-part-div > div{
	margin-bottom: 50px;
}
.service-part-div > div:nth-child(2),
.service-part-div > div:nth-child(4),
.service-part-div > div:nth-child(6),
.service-part-div > div:nth-child(8){
	flex-direction: row-reverse;
}
.service-part-div h5{
	font-weight: 700;
	font-size: 22px;
	font-family: 'Merriweather', sans-serif;
}
.service-part-div figure{
    height: 389px;
	border-radius: 5px;
	overflow: hidden;
}
.service-part-div figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.service-part-div ul{
	column-count: 2;
}
.service-part-div ul li{
	font-weight:700;
	margin-bottom: 8px;
}

.comon-career{
	padding:30px;
	text-align: center;
	color: #fff;
	background: #227da1;
}
.comon-career i{
	font-size: 30px;
}
.comon-career h5{
	font-weight: 700;
	margin-top: 15px;
}
.comon-career p{
	font-size: 15px;
}
.main-career > div:nth-child(even) .comon-career{
	background: #222127;
 }
.career-form{
	background: #f3f3f3;
    padding: 70px 0;
}
.career-form .row{
	margin: auto;
	width: 80%;
}
.career-form .form-group{
  margin-bottom: 20px;
}
.career-form .form-control,
.career-form .form-select{
	border: none;
	height: 40px;
}
.career-form label{
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.submit-bn{
	background: #212529;
	padding:8px 15px;
	color: #fff;
	display: table;
    transition: all 0.5s;
	text-transform: uppercase;
	font-weight: 700;
}
.submit-bn:hover{
	background: #baa244;
	color: #fff;
}


.history-div{
	text-align: center;
}
.history-div h5{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding-top: 30px;
}
.history-div h5:after{
	position: absolute;
	width:15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	background: #baa244;
	top:0;
}
.history-div h6{
	font-weight: 900;
}
.history-div p{
	font-size: 14px;
}
.history-div-time{
	position: relative;
}
.history-div-time:before{
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #baa244;
	top:34px;
	position: absolute;
}
.ab-our-ex{
	background: #222127;
	margin-top: 70px;
}
.ab-our-ex{
	padding: 0;
}
.ab-our-ex .row{
	margin: 0;
}
.ab-our-ex .row > div{
	margin: 0;
	padding: 0;
}
.ab-our-ex .row .text-fild-div{
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	margin: auto;
	width: 80%;
}
.ab-our-ex .row .text-fild-div h2{
	color: #fff;
	font-size: 21px;
	line-height: 30px;
}
.ab-our-ex figure{
	width: 100%;
	margin: 0;
}
.ab-our-ex figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comon-prs{
	margin-bottom: 15px;
}
.comon-prs h6{
	color: #fff;
}
.progress-bar{
	background-color: #baa244;
}
.progress-bar {
	width: 0;
	-webkit-animation: progress 1.5s ease-in-out forwards;
			animation: progress 1.5s ease-in-out forwards;
  }
  .progress-bar .title {
	opacity: 0;
	-webkit-animation: show 0.35s forwards ease-in-out 0.5s;
			animation: show 0.35s forwards ease-in-out 0.5s;
  }
  .team-member-div{
	  justify-content: space-between;
  }
.team-member-div .comon-career{
	background: #fff;
	border: solid 1px #eee;
	padding: 0;
	color: #212529;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 30px;
	width: 100%;
    display: inline-block;
}
.team-member-div .comon-career p{
	color: #baa244;
}
.team-member-div .comon-career figure{
	height: 264px;
	
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	
}
.team-member-div .comon-career figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.team-member-div .comon-career figure h6{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(186,162,68,100%);
	display: grid;
	align-content: center;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	bottom: -264px;
}
.team-member-div .comon-career figure h6 span{
	background: #fff;
	color: #baa244;
	display: table;
	width: 50%;
	margin: auto;
	border-radius: 5px;
	padding:10px;
}
.team-member-div .comon-career:hover figure h6{
	bottom: -1px;
	background:rgba(186,162,68,90%);
}
.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #feb714;
    position: inherit;
    height: 30px;
}
.simple-pagination ul{
	display: flex;
	justify-content: center;
}
.simple-pagination .current {
    color: #FFF;
    background-color: #090909;
    border: none;
}
.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}
.simple-pagination li a, .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
}
.comon-blog-ct-div ul{
	list-style-type: none;
	padding: 0;
	margin-top: 15px;
}
.comon-blog-ct-div ul li{
	line-height: 25px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
}
.comon-blog-ct-div ul li a{
	text-decoration: none;
	color: #090909;
	font-size: 15px;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.comon-blog-ct-div ul li a:hover{
	color: #baa244;
}
.comon-blog-ct-div ul li a i{
	font-size: 8px;
	color: #baa244;
	margin-right: 8px;
}
.comon-blog-ct-div ul li a span{
	margin-left: auto;
}
.comon-blog-ct-div h4{
	font-weight: 700;
}
.total-list{
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	display: inline-block;
	margin-bottom: 20px;
	width: 98%;
    margin-left: auto;
    display: table;
	
}
/* list */
.comon-blog-ct-div .accordion-button{
	background: none;
	padding-left: 0;
	padding-right: 0;
	font-weight: 700;
	color: #212529;
	font-size: 19px;
}
.comon-blog-ct-div .accordion-button:focus{
	box-shadow: none;
}
.accordion-item{
	border: none;
}
.item.list-group-item {
    float: none;
    width: 100%;
    margin-bottom: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    height: 270px;
    overflow: hidden;
    border-radius: 8px;
	position: relative;
}
.item.list-group-item .list-img-div{
	width: 38%;
	position: relative;
    overflow: hidden;

}
.comon-items-d1 {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 15px 25px;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%); */
    border-radius:0;
	border-bottom: solid 1px #e3e3e3;
}
.
.item.list-group-item .list-img-div {
    width: 40%;
    position: relative;
    overflow: hidden;
    height: 230px;
    border-radius: 8px;
}
.item{
	text-decoration: none;
}
.grid-group-item .comon-items-d1 .card-body{
	padding: 0;
	width: 100%;
	margin-top: 10px;
}
.img-slid-pic{
	height: 100%;
}
.accordion-item{
	margin-bottom: 30px;
}
.comn-csa{
	border-bottom: solid 1px #efefef;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.comn-csa h5{
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
}
.item .img-slid-pic img{
	transform: scale(1);
	transition: all 0.5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.item:hover .img-slid-pic img{
	transform: scale(1.2);
}
.truncate p,
.item h5,
.post-user span{
	color: #227da1;
}
.item:hover h5,
.item:hover .post-user span{
	color: #227da1;
}
.item:hover .truncate p{
	color: #baa244;
}
.comon-items-d1 .card-body {
    padding-top: 0;
    padding-bottom: 0;
    height: 230px;
    display: grid;
    width: 60%;
}

.grid-group-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}
.grid-group-item .list-img-div {
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    position: relative;
}
.listed-bn ul {
    list-style-type: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
}
.listed-bn ul li {
    display: inline-block;
    margin: 0 5px;
}
.listed-bn ul li a {
    color: #212529;
    font-size: 24px;
}
.listed-bn ul li .active {
    color: #baa244;
}
.case-details-left figure{
	width: 100%;
	height: 400px;
	border-radius: 5px;
	overflow: hidden;
}
.case-details-left figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.bottom-div-part h4{
	font-weight: 700;
}
.comment-user-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 15px;
    /* border-bottom: solid 1px #f3f3f3; */
    padding-bottom: 15px;
	flex-wrap: wrap;
}
.user-dsl h6{
	color: #212529;
}
.user-dsl h6 span:last-child {
    color: #666;
    font-weight: 500;
    margin-top: 3px;
}
.user-dsl h6 span {
    font-size: 13px;
    color: #baa244;
    display: block;
    margin-top: 5px;
}
.comment-user-div .userp {
    width: 22%;
}
.comment-user-div .us-pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}

.form-consult,
.recent-post{
	background: #fff;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	width: 95%;
	margin-left: auto;
	display: table;
	margin-bottom: 25px;
}
.form-consult h5{
	background: #baa244;
	 color: #fff;
	 text-align: center;
	 padding: 10px 0;
	 font-family: 'Merriweather', sans-serif;
	 font-weight:600;
	 text-transform: capitalize;
}
.submit-bn1{
	background: #baa244;
	 color: #fff;
	 font-weight: 600;
	 margin-bottom: 30px;
}
.recent-post ul a{
	font-size: 14px;
	color: #baa244;
	margin-bottom:15px;
}
.form-consult form{
	padding: 0 20px;
}
.form-consult .form-control,
.form-consult .form-select{
	background-color: #f3f3f3;
    height:45px;
    margin-bottom: 15px;
	border: none;
	font-size: 14px;
}
.form-consult textarea{
	resize: none;
	 height: 100px !important;
}
.contact-page-div .form-control,
.contact-page-div .form-select{
	height: 45px;
	background-color: #f3f3f3;
	border: none;
	margin-bottom: 25px;
	font-size: 14px;
}
.contact-page-div .form-control:focus,
.contact-page-div .form-select:focus{
	box-shadow: none;
}
.contact-page-div textarea{
	height: 250px !important;
	resize: none;

}
.contact-bn{
	background: #baa244;
	 color: #fff;
	 font-weight: 600;
	 margin-bottom: 30px;
	 font-size: 17px;
	 text-transform: uppercase;
	 margin-top: 8px;
	 transition: all 0.5s;
}
.contact-bn:hover{
	background: #222127;
	 color: #fff;
}
/* rating */
.submit-review{
	background: #fff;
	box-shadow: 0 1px 8px 0 rgb(0 0 0 / 12%);
	padding: 30px;
	margin-bottom: 30px;
}
.bottom-div-part h2{
	font-size: 25px;
}
.submit-review h5{
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
}
.submit-review .form-control{
	border:none;
	background: #f3f3f3;
	height: 50px;
	margin-bottom: 15px;
}
.submit-review textarea{
	height: 150px !important;
	resize: none;
}
.submit-review form{
	margin-top: 0;
}
.sub-re {
    background: #baa244;
    margin-left: 15px;
    color: #fff !important;
    margin-top: 7px;
	width: 150px;
    font-weight: 700;
}
.submit-review p{
	font-size: 14px;
}
.rating { 
	border: none;
	margin:0px;
	margin-bottom: 18px;
	float: left;
  }
  
  .rating > input { display: none; } 
  
  .rating.star > label {
	  color: #bbb;
	  margin: 1px 20px 0px 0px;
	  background-color: #ffffff;
	  border-radius: 0;
	  height: 35px;
	  float: right;
	  width: 14px;
	  border:none;
  }
  fieldset.rating.star > label:before { 
	  margin-top: 0;
	  padding: 0px;
	  font-size:31px;
	  font-family: FontAwesome;
	  display: inline-block;
	  content: "\2605";
	  position: relative;
	  top: -9px;
  }
  .rating > label:before {
	  margin-top: 2px;
	  padding: 5px 12px;
	  font-size: 1.25em;
	  font-family: FontAwesome;
	  display: inline-block;
	  content: "";
  }
  .rating > .half:before { 
	content: "\f089";
	position: absolute;
  }
  .rating.star > label{
	background-color: transparent !important;
  }
  .rating > label { 
	  color: #fff;
	  margin: 1px 11px 0px 0px;
	  background-color: #78e2fb;
	  border-radius: 2px;
	  height: 16px;
	  float: right;
	  width: 16px;
	  border: 1px solid #c1c0c0;  
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { 
	  background-color:#f7a100!important;
	cursor:pointer;
  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { 
	  background-color:#f7a100!important;
	cursor:pointer;
  } 
  .rating.star:not(:checked) > label:hover, /* hover current star */
  .rating.star:not(:checked) > label:hover ~ label { 
	color:#f7a100!important;
	background-color: transparent !important;
	cursor:pointer;
  } /* hover previous stars in list */
  
  .rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
  .rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating.star > input:checked ~ label:hover ~ label { 
	color:#f7a100!important;
	cursor:pointer;
	background-color: transparent !important;
  } 
  .star_rating{
		  width: 500px;
	  margin: 0 auto;
	  border: 1px solid #ff0000;
	  padding: 3px 30px 72px 35px;
	  box-shadow: 0 0 15px red;
	  margin-top: 2%;
	  border-radius: 14px;
  }

  @-webkit-keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  
  @keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  @-webkit-keyframes show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }

@media (max-width: 1920px){
	.sub-body-part{
		/*margin-top: 65px;*/
		margin-top: 30px;
	}
}
@media (max-width: 1080px){
	.mn-head .nav-link{
		margin: 0 6px;
		font-size: 14px;
	}
	.consult-bn{
		width: 23%;
	}
	.comon-career{
		height: 290px;
	}
	.team-member-div .comon-career{
		height: auto;
	}
	
}

@media (max-width:1024px){
	.what-project-div figure{
		height:664px;
	}
	
	.comon-pic-news figure > a{
		height:100%;
	}
	.comon-pic-news figure > a > img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
	.sec-d7 img{
		top:-50px;
	}
	.consult-bn{
		width: 23%;
	}
	.mn-head .nav-link{
		margin: 0 2px;
	}
	.navbar-brand img{
		width: 80%;
	}
	.book-sec {
		width: 90%;
	}
}

@media (max-width: 812px){
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.menu-mobile-div ul{
		margin-top: 30px;
	}
	.menu-mobile-div .nav-link{
        color: #000;
		padding: 0;
		margin-bottom: 32px;
		font-weight: 600;
		font-size: 21px;
	}
	.close-menu {
		background: #000;
		font-size: 18px;
		color: #fff;
		display: table;
		margin-bottom: 25px;
	}
	.comon-career{
		height: auto;
	}
	.listing-page-dl h4{
		margin-top: 15px;
	}
	.sub-body-part .su-para{
		width: 100%;
	}
	.comon-career{
		margin-bottom: 30px;
	}
	.form-consult, .recent-post{
		width: 100%;
	}
	.comment-user-div .us-pic{
		margin-bottom: 15px;
	}
	.listed-bn{
		display: none;
	}
	.item.list-group-item{
		height: auto;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.ab-our-ex .row .text-fild-div{
		width: 100%;
	}
	.comon-items-d1 .card-body{
		width: 100%;
		padding: 0;
		height: auto;
		padding-bottom: 25px;
	}
	.post-user span{
		font-size: 14px;
	}
	.comn-csa figure img{
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	.item.list-group-item .list-img-div{
		width: 100%;
		margin-bottom: 15px;
		
	}
	.mn-head .nav-link{
		color: #090909 !important;
	}
	.comon-case{
		margin-bottom: 30px;
	}
	.navbar-brand img{
		width: 100%;
	}
	.mn-head{
		background: #fff;
	}
	.mn-head .def{
		display: none;
	}
	.mn-head .sc{
		display: block;
	}
	.banner-div-content h1{
		font-size: 28px;
	}
	.awd-sec-div figure{
		margin-bottom: 30px;
	}
	.consult-bn{
		width: 62%;
	}
	.what-project-div h1{
		text-align: center;
	}
	.book-sec {
		width: 60%;
		margin: auto;
		display: table;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-case-st{
		margin-bottom: 25px;
	}
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.navbar-toggler:focus{
		box-shadow: none;
	}
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
}
@media (max-width: 768px){
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.consult-bn{
		width: 32%;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	.sec-d4 .card figure{
		height: 300px;
	}
	
}
@media (max-width: 668px){
	.search-bn {
		width: 100%;
		margin-top: 35px;
	}
	.consult-bn {
		width: 40%;
	}
	.book-sec{
		width: 83%;
	}
	.sec-d4 .card figure{
		height: 270px;
	}
	.sec-new-add{
		height: auto;
	}
	.sec-new-add i{
		margin-bottom: 15px;
	}
	.sec-new-add h5{
		font-size: 25px;
	}
	.comon-st-div{
		margin-bottom: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
}
@media (max-width: 480px){
	h1{
		font-size:20px;
	}
	p{
		font-size:14px;
	}
	.book-sec {
		width: 100%;
	}
	.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
		text-align:center;
	}
	.consult-bn{
		font-size: 18px;
		width: 72%;
		margin: auto;
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header{
		height:auto;
		}
	.top-head{
		position:absolute;
	}
	.top-bar-sec{
		text-align:center;
	}
	.top-bar-sec .row > div:nth-child(2){
		justify-content: center;
	}
	.fixed-menu{
		/*top:40px;*/
		padding-top: 16px;
        padding-bottom: 20px;
	}
	.close-menu{
		background: #000;
		font-size: 18px;
		color: #fff;
		display: table;
		margin-bottom: 25px;
	}
	.search-bn{
		width:100%;
		margin-top:15px;
	}
	.banner-div-content h1{
		font-size:27px;
		text-align: center;
		margin-bottom: 10px;
		margin-bottom: 20px;
	}
	
	.banner-div-content h6{
		text-align: center;
		margin-top: 25px;
	}
	.about-div-pic{
		margin-top:50px;
	}
	.comon-st-div{
	   display: block;
       text-align: center;
	}
	.list-work ul {
		flex-direction: column;
	}
	.list-work ul li{
		margin-bottom:15px;
	}
	.what-project-div{
		padding-bottom:20px;
	}
	.comon-text-sec h5, .comon-text-sec p{
		padding-left:0;
		margin-top:10px;
	}
	.comon-text-sec a{
		margin-left:0;
	}
	.sec-d-expart .row {
      width: 100%;
	}
	.year-text h1{
		background-size: 100%;
	}
	.sec-d7 .read-more-bn{
		margin: auto;
		text-align: center;
		display: table;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	.socal {
       justify-content: start;
     }
	.banner-part .carousel-inner > div:nth-child(1) .order-now, .banner-part .carousel-inner > div:nth-child(3) .order-now,
	.banner-part .carousel-inner > div:nth-child(2) h1,
	.banner-part .carousel-inner > div:nth-child(3) h1,
	.banner-part .carousel-inner > div:nth-child(2) .order-now,
	.banner-part .carousel-inner > div:nth-child(3) .order-now{
		text-align:center;
		font-size: 10px;
		    margin: auto;
	}
	.banner-part{
		padding: 10px 0;
		overflow: inherit;
		height: 380px;
		display: grid;
		align-content: center;
	}
	.sub-apge{
		height: 250px;
	}
	.sub-body-part .su-para,
	.career-form .row{
		width: 100%;
	}
	.carousel-caption{
		margin:10px 0;
		display:inline-block;
		}
	.carousel-control-prev,
	.carousel-control-next{
		display:none;
	}
	.how-it-work{
		background:none;
	}
	#fil-group-bn,
	.cost-bn{
		text-align: center;
        display: table;
        margin: auto;
		
	}
	.sec-d4 .card{
		width:100%;
	}
	.sec-d7 .restarn-link{
		    columns:1;
          -webkit-columns: 1;
		      text-align: center;
	}
	.banner-part .carousel-inner > div:nth-child(2) .order-now{
		float:none;
	}
	.cart {
		margin-left:0;
	}
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer,
	footer .row > div:nth-child(5) .comon-footer{
		    justify-content: flex-start;
	}
	.sec-d7  .w-50{
		width:100%!important;
	}
	.sec-d8 figure{
		display:none;
	}
	.sec-d8{
		padding-top:15px;
		height:254px;
	}
	.text-apps{
		text-align:center;
	}
}









