
.navbar {
}
.mainmenuarea {
  width: 100%;
margin: 0px 0px 0px 0px;
height: 48px;
    padding: 10px 0 0 0;
}
.mainmenuarea ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.mainmenuarea ul li {
  display: inline-block;
  position: relative;
    height: 61px;
}
.navbar .mainmenuarea ul li > a {
  font-size: 17px;
color: #fff;
position: relative;
z-index: 1;
    padding: 12px 15px;
}
.navbar .mainmenuarea li a:hover{
  color: #FED813 !important;
}
.navbar .mainmenuarea ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 62px;
  right: 0px;
  z-index: 2;
}
.mainmenuarea ul li:hover > ul {
  display: block;
}
.mainmenuarea ul li ul > li {
  display: block;
  background: #fff;
  height: 43px;
  color: #222 !important;
}
.mainmenuarea ul li ul li > a {
  color: #222 !important;
  font-size: 15px;
}
.mainmenuarea ul li ul li:hover>a {
  color: #fff !important;
}
.mainmenuarea ul li ul li a {
  display: block;
}
.mainmenuarea ul li ul li:hover>a {
  box-shadow: none;
}
.mainmenuarea ul li ul li ul {
  display: none;
  top: 0px;
  right: 200px;
}
.mainmenuarea ul li ul li > ul > li{
      background:none !important;
}
.mainmenuarea ul li ul li ul li a {
  background: #fff !important;
  color: #222 !important;
  font-size: 15px;
}
.mainmenuarea ul li ul li ul li a:hover {
  color: #0f94e9;
}
.mainmenuarea ul li ul li:hover ul {
  display: block;
}

.contact-info a{
  background: #FF3C00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 11px 24px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  border: 2px solid #FF3C00;
}
.contact-info a:hover{
  background: #bd2d10;
    color: #fff;
    border-color: #bd2d10;
}






.sliderhero .slick-slide{
  padding: 0px !important;
}

section.sliderheroindex{
}

.sliderhero{
  position: relative;
}
.boximagesliderhero{
  width: 100%;
    height: 650px;
    overflow: hidden;
}
.overlay15 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}

.sliderhero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  unset:0;
  color: transparent;
}

.herotextslider{
  position: absolute;
  top: 18%;
  width: 70%;
  right: 50px;
}

.herotextslider h4{
color:#fff;
text-align: right;
line-height: 26px;
letter-spacing: 0px;
font-weight: 600;
font-size: 19px;
}

.herotextslider h3{
  margin: 10px 0 10px 0px;
letter-spacing: 0px;
font-weight: 800;
font-size: 70px;
text-align: right;
line-height: 91px;
color: rgb(255, 255, 255);
}
.herotextslider h2{
  color: #fff;
  text-align: right;
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 60px;
}

.herotextslider span{
color: #fff;
text-align: right;
line-height: 30px;
letter-spacing: 0px;
font-weight: 400;
font-size: 20px;
display: block;
margin-top: 12px;
margin-bottom: 15px;
}

.bottomlinkindex{
  margin-top: 40px;
}

.bottomlinkindex a{
background-color: #FED813;
color: #000;
width: fit-content;
text-align: center;
line-height: 55px;
letter-spacing: 0px;
font-weight: 400;
font-size: 17px;
padding-left: 40px;
border-radius: 3px;
padding-right: 40px;
visibility: visible;
border-width: 0px;
filter: brightness(100%);
display: block;
transition: all 0.5s ease;
}

.bottomlinkindex a:hover{
  color: #000;
  background: #fff;
}

a.bottomlinkindextwo{
  padding: 15px 30px;
  background: rgb(255, 255, 255);
  color: #2490eb;
  transition: all 0.2s ease !important;
  margin-left: 15px;
}

a.bottomlinkindextwo:hover{
  background: #0dcaf0;
  color: rgb(255, 255, 255);
}


section.bottomherobox{
  position: relative;
}
.boxbottomheroone img{
  width: 100%;
  height: 253px;
  border-radius: 10px;
padding: 10px;
background: #fff;
margin-top: -80px;
}





.boxbottomheroone .service-item {
height: 100%;
position: relative;
background: #fff;
z-index: 1;
transition: .5s;
transition: all 400ms linear;
width: 90%;
margin: auto;
text-align: center;
box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
border-radius: 10px;
margin-top: -60px;
background: #fff;
    padding: 40px 20px 21px;
}

.boxbottomheroone .service-item:before {
  content: "";
  position: absolute;
  background: #0f111a !important;
  inset: 100% 0 0 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.boxbottomheroone .service-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: -1;
  transition: .5s;
  background: #FED813;
  border-radius: 5px 5px 0 0;
  transition: all 400ms linear;
}

.boxbottomheroone .service-item:hover:after {
  height: 4px;
}

.boxbottomheroone .service-item .icon {
  position: absolute;
  right: 40%;
  top: -10px;
}

.boxbottomheroone .service-item .icon i {
  display: inline-block;
width: 50px;
height: 50px;
background: #FF3C00;
color: #fff;
text-align: center;
line-height: 40px;
border: 5px solid #fff;
border-radius: 100%;
position: relative;
margin-top: -27px;
margin-bottom: 20px;
    padding: 1px 5px 5px 5px;
}

.boxbottomheroone .service-item:hover .icon i {
  background: yellow;
  color: #000 !important;
}

.boxbottomheroone .service-item h3 {
  font-weight: 600;
  color: #000;
  text-align:center;
  transition: all 0.5s ease;
  font-size: 22px;
  margin: 0 0 12px;
}

.boxbottomheroone .service-item span {
  display: block;
    color: #222;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 14px;
}

.boxbottomheroone .service-item:hover h3,
.boxbottomheroone .service-item:hover a,
.boxbottomheroone .service-item:hover .icon i,
.boxbottomheroone .service-item:hover span {
  color: #fff;
}

.boxbottomheroone .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}







.textfeaturesdemothree{
  text-align: center;
}
.textfeaturesdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
color: #FED813;
}
.textfeaturesdemothree h3{
  font-size: 36px;
  font-weight: 700;
  color: #212121;
}
.textfeaturesdemothree h2{
  font-size: 45px;
  color: #000;
    font-weight: 700;
    margin-bottom: 35px;
}
.featuresdemothreebox{
  background: #F7F7F7;
text-align: center;
padding: 39px 21px 47px;
transition: 0.5s;
position: relative;
overflow: hidden;
z-index: 1;
margin: 0;
}
.featuresdemothreebox::before{
  position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
top: 0;
transform: scale(0);
background: #050A1E;
z-index: -1;
transition: 0.5s;
}
.featuresdemothreebox:hover:before {
    transform: scale(1);
}
.featuresdemothreebox i{
  display: inline-block;
color: #FED813;
font-size: 45px;
transition: 0.3s;
}
.featuresdemothreebox i.bi-arrow-up-left{
  color: #050a1e;
  font-size: 16px;
  vertical-align: middle;
}
.featuresdemothreebox i{
  display: inline-block;
color: #FED813;
font-size: 45px;
transition: 0.3s;
}
.featuresdemothreebox h2{
  color: #232323;
  font-weight: 700px;
      font-size: 20px;
      margin: 12px 0 17px;
transition: 0.5s;
}
.featuresdemothreebox:hover h2{
  color: #ffffff;
}
.featuresdemothreebox span{
  display: block;
  color: #9d9d9d;
      padding: 0 0 10px 0;
      font-size: 16px;
      margin-bottom: 1rem;
}
.featuresdemothreebox a{
  font-size: 16px;
color: #050a1e;
font-weight: 400;
border-bottom: 1px solid #AEAFB4;
transition: 0.3s;
padding-bottom: 10px;
}
.featuresdemothreebox:hover a{
   color: #FED813;
}
.featuresdemothreebox:hover i.bi-arrow-up-left{
  color: #FED813;
}
.boximageaboutusindexdemothree img{
  width: 100%;
  height: auto;
}
.textaboutusdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
color: #FED813;
}
.textaboutusdemothree h3{
      font-size: 36px;
          font-weight: 700;
              color: #232323;
                  margin: 0 0 10px;
}
.textaboutusdemothree h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.textaboutusdemothree span{
  margin-top: 18px;
margin-bottom: 30px;
width: 100%;
color: #9d9d9d;
display: block;
font-size: 16px;
line-height: 32px;
border-bottom: 1px solid #DFDFE1;
padding-bottom: 30px;
}
.textaboutusdemothree ul{
  list-style: none;
  padding: 0px;
}
.textaboutusdemothree i{
  font-size: 17px;
  color: #FF3C00;
  font-weight: 900;
      padding-left: 3px;
}
.textaboutusdemothree ul li {
  padding-bottom: 25px;
}
.textaboutusdemothree ul li small{
  font-size: 16px;
color: #686868;
line-height: 30px;
}

.linkaboutusdemothree a{
  font-size: 17px;
position: relative;
z-index: 1;
font-weight: 500;
padding: 15px 30px 15px 40px;
color: #ffffff;
display: block;
width: fit-content;
margin-top: 25px;
background: #050A1E;
transition: all ease 0.5s;
vertical-align: middle;
text-align: center !important;
}
.linkaboutusdemothree:hover a{
  color: #000;
}
.linkaboutusdemothree i{
  transition: all ease 0.5s;
vertical-align: middle;
font-size: 20px;
margin-top: 3px;
display: inline-block;
padding-left: 7px;
color: #fff;
}
.linkaboutusdemothree:hover i{
  color: #000;
}
.linkaboutusdemothree a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
    transition: all ease 0.5s;
}
.linkaboutusdemothree a:first-child{
  margin-left: 15px;
}
.linkaboutusdemothree a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
}
.linkaboutusdemothree{
  width: fit-content;
}
.linkaboutusdemothree a:hover::before{
  width: 100%;
}
.textwhatdemothree{
  text-align: center;
}
.textwhatdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
color: #FED813;
}
.textwhatdemothree h3{
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
margin-bottom: 15px;
}
.textwhatdemothree h2{
  font-size: 45px;
margin-bottom: 35px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
  color: #FFFFFF;
}
.whatboxindexdemothree {
  border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: fit-content;
    background-color: #ffffff;
    padding: 15px 13px 15px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    margin-bottom: 25px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    display: inline-flex;
}
.whatboxindexdemothree::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -15px;
  background: #FED813;
  height:214px;
  width: 25px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 100% 50%;
  transition: all 0.9s ease;
}
.whatboxindexdemothree:hover::before{
    transition-delay:0.1s ;
  transform: scale(40);
}
.whatboxindexdemothree:hover{
    color: #ffffff;
}
.iconboxwhatthreedemo{
  background: #F0F0F0;
    padding: 6px 20px;
      transition: all 0.5s ease;
}
.whatboxindexdemothree:hover .iconboxwhatthreedemo{
  background: #fff;
}
.iconboxwhatthreedemo i{
  font-size: 45px;
  color: #FED813;
  transition: all 0.5s ease;
}
.whatboxindexdemothree h2{
  color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-top: 26px;
    transition: all 0.9s ease;
    margin-right: 11px;
}
.whatboxindexdemothree:hover h2{
  color: #000;
}
.whatboximagebottomdemothree{
  margin-top: -200px;
  position: relative;
}
.whatboximagebottomdemothree img{
  width: 100%;
  height: auto;
}
.overlaybannerdemothreetext{
  position: absolute;
  top: 39%;
  right: 50px;
}
.overlaybannerdemothreetext h5{
      color: #FFFFFF;
      font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.overlaybannerdemothreetext h3{
      font-size: 36px;
        color: #FFFFFF;
        font-weight: 700;
}
.buttomcontactusdemothreeindex{
  position: absolute;
  top: 39%;
  left: 50px;
}
.buttomcontactusdemothreeindex a{
  font-size: 17px;
position: relative;
z-index: 1;
font-weight: 500;
padding: 8px 23px 8px 20px;
color: #ffffff;
display: block;
width: fit-content;
background: #050A1E;
transition: all ease 0.5s;
vertical-align: middle;
text-align: center !important;
}
.buttomcontactusdemothreeindex:hover a{
  color: #000;
}
.buttomcontactusdemothreeindex i{
  transition: all ease 0.5s;
vertical-align: middle;
font-size: 20px;
margin-top: 3px;
display: inline-block;
padding-left: 7px;
color: #fff;
}
.buttomcontactusdemothreeindex:hover i{
  color: #000;
}
.buttomcontactusdemothreeindex a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
    transition: all ease 0.5s;
}
.buttomcontactusdemothreeindex a:first-child{
  margin-left: 15px;
}
.buttomcontactusdemothreeindex a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
}
.buttomcontactusdemothreeindex{
  width: fit-content;
}
.buttomcontactusdemothreeindex a:hover::before{
  width: 100%;
}

.textrightcontentprojectdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
    color: #FED813;
}
.textrightcontentprojectdemothree h3{
  color: #232323;
  font-size: 36px;
  line-height: 1.2;
font-weight: 700;
margin-bottom: 10px;
}
.textrightcontentprojectdemothree h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textleftcontentprojectdemothree{
  margin-top: 25px;
}
.textleftcontentprojectdemothree span{
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #9d9d9d;
}


.slider8 .slick-slide{
  padding: 10px !important;
}
.slider8 .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}
.slider8 .slick-dots li {
	margin: 0 .9px;
	bottom: -15px;
  margin-left: 20px;
}
.slider8 .slick-dots li button {
	display: block;
	width: 35px;
	height: 4px;
	padding: 0;
	background-color: #bfcadc !important;
	text-indent: -9999px;
}
.slider8 li.slick-active button {
	transition: all ease 0.3s;
	background-color: #FED813 !important;
}


.sliderboxprojectdemothree {
  position: relative;
  width: 100%;
    transition: all 0.5s ease;
    margin-bottom: 23px;
}
.sliderboxprojectdemothree i{
  position: absolute;
top: 3%;
right: 14px;
color: #FED813;
font-size: 42px;
z-index: 3;
opacity: 0;
transition: all 0.5s ease;
}
.imageprojectboxdemothree{
  width: 100%;
  height: 380px;
}
.imageprojectboxdemothree img{
  width: 100%;
  height: 380px;
}
.sliderboxprojectdemothree:hover i{
  opacity: 1;
}
.sliderboxprojectdemothree:hover .overlay150{
  opacity: 1;
}
.overlay150{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
.sliderboxprojectdemothree img{
  width: 100%;
  height: 372px;
}
.buttomprojectindexdemothree{
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.buttomprojectindexdemothree a{
  font-size: 17px;
position: relative;
z-index: 9999999999;
font-weight: 500;
padding: 15px 23px 15px 20px;
color: #ffffff;
display: block;
width: 100%;
background: rgb(66, 66, 66, 0.6);
transition: all ease 0.5s;
vertical-align: middle;
text-align: right !important;
}
.buttomprojectindexdemothree:hover a{
  color: #000;
}
.buttomprojectindexdemothree i{
  transition: all ease 0.5s;
vertical-align: middle;
font-size: 20px;
margin-top: 3px;
display: inline-block;
padding-left: 7px;
color: #fff;
}
.buttomprojectindexdemothree:hover i{
  color: #000;
}
.buttomprojectindexdemothree a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
    transition: all ease 0.5s;
}
.buttomprojectindexdemothree a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
  margin-left: 0px !important;
}
.buttomprojectindexdemothree{
  width: 90%;
}
.buttomprojectindexdemothree a:hover::before{
  width: 100%;
    margin-left: 0px !important;
}

.categorydemothreeboxindex{
  position: relative;
}
.overlay1500 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.categorydemothreeboxindex img{
  width: 100%;
  height: auto;
}

.overlaycategorytextdemothreeindex{
  position: absolute;
top: 15%;
right: 50px;
width: 50%;
display: inline-flex;
padding: 90px 0px 95px 0px;
margin-left: auto;
margin-right: auto;
}
.overlaycategorytextdemothreeindex .onepartcatdemothree {
  padding: 0 0 0 0px;
  width:88%;
}
.overlaycategorytextdemothreeindex .twopartcatdemothree {
  padding: 0 0px 0 0;
}
.onepartcatdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
color: #FED813;
}
.onepartcatdemothree h3{
      font-size: 36px;
          color: #FFFFFF;
          margin-bottom: 12px;
text-transform: capitalize;
line-height: 1.2;
font-weight: 700;
}
.onepartcatdemothree h2{
  font-size: 45px;
margin-bottom: 40px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
  color: #FFFFFF;
}



.onepartcatdemothreee a{
  font-size: 17px;
position: relative;
z-index: 1;
font-weight: 500;
    padding: 14px 33px 14px 40px;
color: #ffffff;
border: 2px solid #78878E;
display: block;
width: fit-content;
background: none;;
transition: all ease 0.5s;
vertical-align: middle;
text-align: center !important;
}
.onepartcatdemothreee a:hover{
  border: 2px solid #FED813;
  color: #000;
}
.onepartcatdemothreee i{
  transition: all ease 0.5s;
vertical-align: middle;
font-size: 20px;
margin-top: 3px;
display: inline-block;
padding-left: 7px;
color: #fff;
}
.onepartcatdemothreee:hover i{
    color: #000 !important;
}
.onepartcatdemothreee a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
    transition: all ease 0.5s;
    color: #000 !important;
}
.onepartcatdemothreee a:first-child{
  margin-left: 15px;
}
.onepartcatdemothreee a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #FED813;
  z-index: -1;
  color: #000 !important;
  transition: all ease 0.5s;
}
.onepartcatdemothreee{
  width: fit-content;
}
.onepartcatdemothreee a:hover::before{
  width: 100%;
  color: #000 !important;
}



.twopartcatdemothree{
  padding: 0 0px 0 0;
  position: absolute;
  top: 20%;
  right: 100%;
  width: 100% !important;
  display: inline-flex;
}


.twopartcatdemothree .service-item {
  background-color: none;
  border: 2px solid #78878E;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 10px 40px 10px;
  width: 167px;
}
.twopartcatdemothree .service-item:before {
  content: "";
  position: absolute;
  background: #FED813 !important;
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.twopartcatdemothree .service-item .icon {
  margin-bottom: 10px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 17px;
    border-radius: 100%;
    width: 102px;
    height: 93px;
    margin: 0 auto;
}
.twopartcatdemothree .service-item:hover .icon {
    border: 1px solid #000 !important;
}
.twopartcatdemothree .service-item .icon i {
  color: #FED813;
font-size: 40px;
transition: ease-in-out 0.3s;
}
.service-item h2::before{
  position: absolute;
content: "";
width: 20px;
height: 2px;
left: 0;
right: 0;
top: 136px;
background: #FED813;
margin: auto;
transition: 0.5s;
}
.service-item:hover h2::before{
background: #000;
}
.service-item h2{
      margin-top: 49px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
    transition: all 0.5s ease;
}
.service-item:hover h2{
  color: #000;
}
.service-item:hover .icon i {
  color: #000;
}
.twopartcatdemothree .service-item:hover:before {
  background: #000;
  inset: 0;
  border-radius: 0px;
}
.twopartcatdemothree .service-item:hover{
  border: 1px solid #FED813;
}

.textcommentindexdemothree{
  text-align: center;
}
.textcommentindexdemothree h5{
  font-size: 16px;
text-transform: inherit;
font-weight: 500;
margin: 0 0 17px 0;
color: #FED813;
}
.textcommentindexdemothree h3{
  font-size: 36px;
margin-bottom: 15px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.textcommentindexdemothree h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}


.boxcommentdemothree{
  background: #fff;
padding: 41px 41px 3px;
position: relative;
margin-top: 18px;
}
.boxcommentdemothree::before{
  position: absolute;
content: "";
width: 90px;
height: 9px;
right: -10px;
top: -10px;
background: #E7E7E7;
transition: 0.5s;
}
.boxcommentdemothree:hover::before{
background: #FED813;
}
.boxcommentdemothree::after{
  position: absolute;
content: "";
width: 9px;
height: 80px;
right: -10px;
top: -1px;
background: #E7E7E7;
transition: 0.5s;
}
.boxcommentdemothree:hover::after{
background: #FED813;
}
.imagenamedemothree img{
  background: #EEEEEE;
width: 80px;
height: 78px;
text-align: center;
line-height: 76px;
margin-left: 25px;
padding: 21px;
}
.imagenamedemothree{
  display: inline-flex;
}
.textcommentdemothree{
  margin-top: 11px;
}
.textcommentdemothree h2{
text-transform: capitalize;
letter-spacing: 0;
font-weight: 700;
font-size: 22px;
color: #000;
}
.textcommentdemothree span{
  font-size: 16px;
position: relative;
color: #686868;
font-weight: 300;
padding: 0;
margin: 5px 0 0 0;
}
.boximagestardemothree {
    display: flex;
    align-items: center;
}
.starratingdemothreecommentindex ul{
  list-style: none;
  padding: 0;
  display: inline-flex;
}
.starratingdemothreecommentindex ul li{
  padding-left: 0px;
}
.starratingdemothreecommentindex ul li i{
  color: #FED813;
}
.starratingdemothreecommentindex {
    margin-right: 33%;
}
.deccommentdemothree{
  padding: 25px 0 0;
text-align: right;
line-height: 26px;
    margin-bottom: 30px
}
.deccommentdemothree span{
  font-size: 15px;
font-style: inherit;
width: 100%;
margin: 0 auto 0;
    font-weight: 400;
    color: #757575;
}
.slider9 .slick-slide{
  padding: 10px !important;
}

.sectionimagetextblogdemothree:hover .boxtextblogdemothree{
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgb(189 189 189 / 20%);
}

.sectionimagetextblogdemothree:hover .linkmoreblogdemothree{
  background: #FED813;
}

.imageboxblogdemothree{
  position: relative;
}
.imageboxblogdemothree img{
  width: 100%;
  height: 265px;
}
.imageboxblogdemothree a{
  position: absolute;
  right: 14px;
  top: 5%;
  display: inline-block;
background: #FED813;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #000;
border-radius: 2px;
letter-spacing: 1px;
}


.boxtextblogdemothree{
  padding: 24px 30px 32px;
  text-align: right;
  position: relative;
  border-top: 2px solid #FED813;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  background: #F4F4F4;
  z-index: 1;
  margin-bottom: 30px;
  transition: .5s;
  margin-top: -21px;
}
.dateauthorblogdemothree a{
  text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 14px;
color: #757575;
}
.dateauthorblogdemothree span{
  text-transform: capitalize;
margin: 0 20px 0 0;
font-weight: 400;
font-size: 14px;
color: #757575;
float: right;
}
.boxtextblogdemothree h2 a{
  font-size: 22px;
margin: 14px 0 23px;
line-height: 1.3;
color: #000 !important;
transition: all 0.5s ease;
}
.boxtextblogdemothree h2 a:hover{
  color: #FED813 !important;
}
.linkmoreblogdemothree{
  margin-top: 25px;
  padding: 10px 19px;
border-radius: 0px;
display: block;
background: #fff;
transition: all 0.5s ease;
}
.linkmoreblogdemothree:hover{
  background: #FED813;
}
.linkmoreblogdemothree a{
  color: #232323;
}
.linkmoreblogdemothree i{
  float: left;
}
.dateauthorblogdemothree{
  float: right;
  width: 100%;
}
.dateauthorblogdemothree a{
  float: right;
  margin-right: 0px;
}
/*responsive*/
@media (max-width: 2500px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .imageprojectboxdemothree {
    width: 100%;
    height: auto;
}
.sliderboxprojectdemothree img {
    width: 100%;
    height: auto;
}
}
@media (max-width: 1920px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .sliderboxprojectdemothree img{
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .twopartcatdemothree{
    right: 94%;
  }
}
@media (max-width: 1199px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .textaboutusdemothree h3{
    font-size: 29px;
  }
}
@media (max-width: 992px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .onepartcatdemothree h3{
    font-size: 26px;
  }
  .overlaycategorytextdemothreeindex{
    width: 50%;
  }
  .onepartcatdemothree h2{
    font-size: 27px;
  }
  .twopartcatdemothree{
    right: 80%;
  }
}

@media (max-width: 991px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .featuresdemothreebox{
    margin-bottom: 25px;
  }
  .overlaybannerdemothreetext h3{
    font-size: 18px;
  }
  .imageboxblogdemothree img{
    width: 100%;
    height: fit-content;
  }
  .imagecategorythumnail img{
    max-width: 100%;
    height: auto;
  }
  .navbar .mainmenuarea ul li>a{
    color: #000 !important;
  }
  .mainmenuarea ul li{
    display: block !important;
  }
  .boxbottomheroone{
    margin-bottom: 115px;
  }
  .boxbottomheroone img{
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .overlaytextdemothree h2{
    font-size: 38px;
line-height: 66px;
  }
  .categorydemothreeboxindex img {
    max-width: 100%;
    height: auto;
}
.overlaycategorytextdemothreeindex{
  padding: 0px;
}
.onepartcatdemothree h2{
  display: none;
}
.onepartcatdemothree h3{
  font-size: 17px;
}
.onepartcatdemothreee a:first-child {
    margin-left: 15px;
}
.onepartcatdemothreee a {
    font-size: 11px;
    padding: 4px 7px 3px 7px;
}
.service-item h2::before{
  display: none;
}
.twopartcatdemothree .service-item .icon{
  margin-bottom: 10px;
padding: 7px;
width: 83px;
height: 79px;
}
.twopartcatdemothree .service-item{
  padding: 5px 0;
}
.service-item h2{
  margin-top: 10px;
font-size: 13px;
}
.twopartcatdemothree{
  top: -6%;
}
.herotextslider h3{
  font-size: 57px;
}
}
@media (max-width: 767px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .boximageaboutusindexdemothree{
    margin-bottom: 35px;
  }
.buttomcontactusdemothreeindex a:first-child {
    margin-left: 15px;
}
.buttomcontactusdemothreeindex a {
    font-size: 13px;
    padding: 4px 10px 2px 6px;
}
.buttomcontactusdemothreeindex {
    position: absolute;
    top: 31%;
    left: 2px;
}
.textcommentdemothree h2{
  font-size: 15px;
}
.textcommentdemothree span{
  font-size: 12px;
}
}

@media (max-width: 576px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .headerherdemothree img {
      max-width: 100%;
      height: auto;
  }
  .overlaytextdemothree h2{
    display: none;
  }
  a.discoverhero{
    padding: 9px 12px;
margin-top: -12px;
  }
  .herotextslider span{
    display: none;
  }
  .boxbottomheroone img{
    margin-top: 45px;
  }
  .herotextslider h3{
    font-size: 34px;
  }
  .herotextslider h2{
    display: none;
  }
  .bottomlinkindex{
    margin-top: 0;
  }
  .bottomlinkindex a{
    line-height: 47px;
    font-size: 13px;
    padding-left: 29px;
    padding-right: 28px;
  }
  .twopartcatdemothree {
      top: 65%;
      right: -15px;
      left: 0;
      margin: 0 auto;
      text-align: center;
  }
.overlaycategorytextdemothreeindex {
    position: absolute;
    top: -28%;
    right: 50px;
    width: 50%;
    display: inline-flex;
    padding: 90px 0px 117px 0px;
    margin-left: auto;
}
.service-item h2{
  font-size: 9px;
}
.boximagesliderhero{
  height: 650px;
}
}
@media (max-width: 575px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .imagenamedemothree{
    display: revert;
  }
}
@media (max-width: 512px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .overlaycategorytextdemothreeindex .twopartcatdemothree{
    display: none;
  }
  .onepartcatdemothree h5{
    display: none;
  }
}
