@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/iranyekanwebboldfanum.eot');
  src: url('../fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebboldfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/eot/iranyekanwebthinfanum.eot');
  src: url('../fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebthinfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/eot/iranyekanweblightfanum.eot');
  src: url('../fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanweblightfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/eot/iranyekanwebregularfanum.eot');
  src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/eot/iranyekanwebmediumfanum.eot');
  src: url('../fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebmediumfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/eot/iranyekanwebextraboldfanum.eot');
  src: url('../fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebextraboldfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/eot/iranyekanwebblackfanum.eot');
  src: url('../fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebblackfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 950;
  src: url('../fonts/eot/iranyekanwebextrablackfanum.eot');
  src: url('../fonts/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/woff/iranyekanwebextrablackfanum.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebextrablackfanum.ttf') format('truetype');
}
body {
  direction: rtl;
  text-align: right;
  font-family: iranyekan;
  overflow: -moz-scrollbars-vertical !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html{
  overflow: hidden;
  overflow-y: scroll;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgb(255, 214, 0);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
  background: #FED813;
  color: #000;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 19px;
color: #fff;
margin-right: 10px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #424242;
  padding: 0px 0px;
}

#header .logo {
  font-size: 25px;
padding: 0;
line-height: 1;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
float: right;
margin-top: 30px;
margin-left: 25px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.navbar {
  padding: 0;
  float: right;
  margin-left: 46px;
margin-right: 70px;
}
.mainmenuarea {
  width: 100%;
margin: 18px 0px 0px 0px;
height: 88px;
}
.mainmenuarea ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.mainmenuarea ul li {
  display: inline-block;
  position: relative;
}
.mainmenuarea ul li>a {
  padding: 20px 0px 20px 30px;
  display: block;
  color: #ffffff;
  font-size: 17px;
}
.mainmenuarea ul li > a:hover {
  color: #FED813;
}
.mainmenuarea ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 64.4px;
  right: 0px;
  z-index: 2;
}
.mainmenuarea ul li:hover>ul {
  display: block;
}
.mainmenuarea ul li ul>li {
  display: block;
  background: #fff;
}


.mainmenuarea ul li ul li > a {
  color: #222 !important;
  font-size: 15px;
    display: block;
}
.mainmenuarea ul li ul li:hover>a {
  color: #fff !important;
    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;
}



.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}
.contactheader{
  float: left;
  margin-top: 30px;
  background-color: #cccccc50 !important;
  padding: 9px;
  border-radius: 5px;
  margin-right: 10px;
}
.contactheader a{
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.contactheader i{
  vertical-align: middle;
  color: #797EFE;
}
.registerweb{
  float: left;
  margin-top: 31px;
  background-color: #FED813;
  padding: 9px;
  border-radius: 5px;
  color: #222;
}
.registerweb a{
  text-align: center;
  color: #000;
  font-weight: 500;
}


.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  position: absolute;
    background-color: rgba(12, 11, 10, 0.6);
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  color: #ffffff;
}

.hero p {
  margin: 5px 0 0 0;
  font-size: 32px;
line-height: 50px;
  color: #fff;
  font-weight: 500;
  font-family: iranyekan;
}

.hero p span {
  letter-spacing: 1px;
  color: #FED813;
}

.hero span{
  font-size: 27px;
  padding-left: 0px !important;
}

.hero .social-links {
  margin-top: 25px;
}

.social-links .socialtop{
  display: inline;
}

.hero .social-links .instatop a{
  color: #ffffff;
}

.hero .social-links .instatop:hover a{
	color:  #FED813;
}

.hero .social-links .telegramtop a{
  color: #ffffff;
}

.hero .social-links .telegramtop:hover a{
	color:  #FED813;
}

.hero .social-links .instatop a{
  color: #ffffff;
}

.hero .social-links .instatop:hover a{
	color:  #FED813;
}

.hero .social-links .instatop a{
  color: #ffffff;
}

.hero .social-links .instatop:hover a{
	color:  #FED813;
}

.hero .social-links i{
  font-size: 30px;
color: #fff;
transition: all 0.5s ease;
}

.hero .social-links a {
  font-size: 28px;
  display: inline-block;
  line-height: 1;
  margin-left: 20px;
  transition: 0.3s;
}
.startlinkindex{
  margin-top: 40px;
  background-color: rgba(254, 216, 19, 1);
  width: fit-content;
  text-align: center;
  border-radius: 10px;
}
.startlinkindex a{
    padding: 10px 16px 10px 17px;
    display: block;
    color: #212529;
    font-weight: 700;
font-size: 16px;
line-height: 30px;
}
.startlinkindex i{
  vertical-align: middle;
}
@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 20px;
  }
}


.slider1st{
  position: relative;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}
.client-logo img {
transition: 0.3s;
opacity: 0.5;
filter: grayscale(100);
width: 75px;
height: 75px;
margin: 0 auto;
display: table;
}
.client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
.client-logo img {
    padding: 20px;
  }
}

.texthomecontent{
  text-align: center;
}
.texthomecontent h2{
  color: #000;
font-size: 36px;
}
.texthomecontent span{
  color: #000;
padding: 44px 0 0;
font-size: 16px;
line-height: 34px;
text-align: justify;
text-align-last: center;
display: block;
  margin-bottom: 60px;
}
.homecontentbox{
  background-color: #EFEFEF;
  padding: 35px 24px 28px;
  border-radius: 7px;
}
.homecontentbox h3{
  font-size: 20px;
color: #323232;
    padding: 32px 0 8px;
    text-align: center;
    font-weight: 800;
}
.homecontentbox span{
  font-size: 16px;
color: #323232;
line-height: 36px;
text-align: center;
display: block;
font-weight: 300;
margin-bottom: 15px;
}
.homecontentbox a{
  text-align: center;
  display: block;
  font-weight: bold;
  color: #000;
  transition: all 0.5s ease;
}
.homecontentbox a:hover{
  color: #FFB113;
}
.homecontentbox img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: table;
}
.homecontentbox i{
  vertical-align: middle;
}
.aboutcompanybox h5{
  font-weight: 600;
  font-size: 16px;
  color: #FFB113;
      margin: 0 0 15px;
}
.aboutcompanybox h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
margin-bottom: 15px;
}
.aboutcompanybox h2{
  font-size: 43px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 70px;
font-weight: 700;
color: #000;
}
.aboutcompanybox span{
  color: #FFB113;
}
.linecompanyabout{
  width: 45px;
  height: 4px;
  background: #FFB113;
  margin: 18px 0 20px 0;
}
.aboutcompanybox p{
  font-weight: 600;
  font-size: 16px;
  color: #263238;
  line-height: 30px;
}
.boxcompanyimage img{
  width: 100%;
  height: 495px;
}
.listserviceboxdemotwo{
  display: flex;
  margin-top: 28px;
  padding-bottom: 35px;
}
.listsrviceonedemotwo{
  width: 100%;
}
.listsrviceonedemotwo ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.listsrviceonedemotwo ul li{
  margin-bottom: 17px;
}
.listsrviceonedemotwo ul li span{
  text-align: justify;
    font-weight: bold;
    color: #757575;
    font-family: 'iranyekan';
    font-size: 13px;
}
.listsrvicetwodemotwo{
  width: 100%;
}
.listsrvicetwodemotwo ul{
  padding: 0px;
  margin: 0;
  list-style: none;
}
.listsrvicetwodemotwo ul li{
  margin-bottom: 17px;
}
.listsrvicetwodemotwo ul li span{
  text-align: justify;
    font-weight: bold;
    color: #757575;
    font-family: 'iranyekan';
    font-size: 13px;
}
.qouteaboutbox{
padding: 25px 30px 20px 30px;
background-color: #F6F6F5;
border-style: solid;
border-width: 0px 4px 0px 0px;
border-color: #FFB113;
}
.qouteaboutbox span{
  font-size: 22px;
font-weight: 600;
display: block;
color: #232323;
line-height: 39px;
}
.textourservice{
  text-align: center;
}
.textourservice h5{
  color: #FFB113;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
margin: 0 0 15px;
}
.textourservice h3{
  font-size: 35px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 55px;
    font-weight: 700;
    color: #232323;
}
.textourservice h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #232323;
}
.textourservice span{
  color: #FFB113;
  font-size: 45px;
text-transform: capitalize;
font-weight: 700;
}
.lineourservice{
      margin: 20px auto;
      display: block;
content: "";
width: 52px;
height: 4px;
border: 4px solid transparent;
border-bottom: 0;
border-top-color: #FFB113;
}
.ourservicebox{
  position: relative;
  margin: 45px 0 0 0;
  background: #fff;
  box-shadow: 0 0 2px rgb(0 0 0 / 15%);
  border-radius: 13px;
  transition: all 0.4s ease;
}
.ourservicebox:hover img{
  opacity: 1;
}
.ourservicebox:hover .overlayservice {
  opacity: 1;
}
.ourservicebox:hover small{
  color: #fff;
}
.ourservicebox:hover h3{
  color: #fff;
}
.ourservicebox span{
  position: absolute;
left: 0;
right: 0;
margin: 0 auto;
display: block;
text-align: center;
font-size: 17px;
font-weight: 600;
width: 61px;
height: 34px;
background: #FED813;
color: #000 !important;
clip-path: polygon(0% 0%, 95% 0%, 62% 100%, 0% 100%);
top: -16px;
padding-top: 6px;
padding-right: 15px;
}
.ourservicebox img{
  width: 100%;
  height: 320px;
  opacity: 0;
}
.overlayservice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
    transition: all 0.6s ease;
}
.overlytextservice{
  position: absolute;
  top: 34%;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  text-align: center;
      padding: 0 25px;
}
.overlytextservice h3{
  margin: 11px 0 14px 0;
font-size: 24px;
font-weight: 600;
color: #232323;
transition: all 0.6s ease;
}
.overlytextservice small{
  margin: 11px 0 25px 0;
font-size: 14px;
font-weight: 400;
color: #757575;
display: block;
line-height: 28px;
transition: all 0.5s ease;
}
.overlytextservice i{
  vertical-align: middle;
}
.overlytextservice a{
  border-radius: 0;
color: #000;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
padding: 10px 28px 10px 17px;
background: #FED813;
}
.linkourservice{
  width: 50%;
margin: 50px auto;
display: table;
text-align: center;
}
.linkourservice a{
  background-color: #FED813;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FED813;
    padding: 18px 36px 17px 36px;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.linkourservice a:hover{
  background: #fff;
}
.videobox{
  padding: 30px 60px 40px 0px;
}
.videobox h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 25px;
}
.videobox h3{
  font-size: 35px;
    margin-bottom: 12px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
}
.videobox h2{
  font-size: 45px;
margin-bottom: 20px;
text-transform: capitalize;
line-height: 70px;
font-weight: 700;
color: #ffffff;
}
.videobox span{
  color: #FED813;
}
.linevideobox{
  background: #FED813;
  width: 45px;
  height: 4px;
}
.listvideobox{
  padding: 0px 60px 30px 22px;
}
.fonticonvideoindex i{
  color: #FED813;
  font-size: 60px;
}
.textlistvideobox h2{
  color: #FFFFFF;
  font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}
.textlistvideobox span{
  font-weight: 300;
  color: #FFFFFFD9;
  font-size: 15px;
  display: block;
  line-height: 28px;
}
.listvideobox{
  display: inline-flex;
}
.fonticonvideoindex{
  margin-left: 30px;
}
.boximagevideoindex{
  position: relative;
}
.boximagevideoindex img{
  width: 100%;
  height: 575px;
}
.videoboxdemo .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.videoboxdemo .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.videoboxdemo .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.videoboxdemo .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}
.videoboxdemo .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.textsterategy{
  text-align: center;
}
.textsterategy h5{
  color: #ffb03b;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.textsterategy h3{
  font-size: 35px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 700;
}
.sterategyboxindex {
  border-radius: 10px;
filter: drop-shadow(0 5px 10px 0 #ffffff);
width: 100%;
height: fit-content;
background-color: #ffffff;
padding: 31px 31px 38px 60px;
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%);
}
.sterategyboxindex::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;
}
.sterategyboxindex:hover::before{
    transition-delay:0.1s ;
  transform: scale(40);
}
.sterategyboxindex:hover{
    color: #ffffff;
}
.sterategyboxindex h2{
  color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.9s ease;
}
.sterategyboxindex:hover h2{
  color: #ffffff;
}
.sterategyboxindex span{
  padding: 10px 0 0 28px;
    font-size: 14px;
    transition: all 0.9s ease;
    display: block;
    color: #757575;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.sterategyboxindex:hover span{
  color: #ffffff;
}
.iconboxsterategy{
  position: absolute;
left: -57px;
top: 15%;
}
.iconboxsterategy i{
  color: #FED813;
position: absolute;
left: 68px;
top: 52px;
font-size: 30px;
}
.formindexcontact{
  display: inline-flex;
  width: 100%;
}
.pictureformindex img{
  width: 100%;
  height: 640px;
}
.formcontactusindex{
  background: #fff;
  padding: 41px 50px 15px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}
.formcontactusindex{
  width: 54%;
  height: 565px;
  margin: 25px -30px 0 0;
}
.formcontactusindex h2{
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.formcontactusindex span{
  display: block;
  color: #757575;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
}
.formtwoindex{
  text-align: right;
}
.formtwoindex .gform_heading{
  display: none;
}
.formtwoindex li#field_2_1{
  margin-top: -20px !important;
}
.formtwoindex li#field_2_2 {
    margin-top: -20px;
}
.formtwoindex li#field_2_3 {
    margin-top: -20px;
}
.formtwoindex label{
  width: 100% !important;
}
.formtwoindex p{
  margin-bottom: -13px !important;
}
.formtwoindex input{
  width: 100% !important;
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
border: 1px solid #eee;
padding: 6px 8px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
color: #666;
font-weight: 400;
font-size: 16px;
}
.formtwoindex textarea{
  width: 100% !important;
  height: 155px;
background-color: #F4F7FC;
border-color: transparent;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
color: #666;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 20px !important;
    width: 100% !important;
text-align: center !important;
margin-right: 0px;
background: #FED813;
color: #000;
}
.formtwoindex .gform_footer.top_label{
  padding: 0px !important;
}
.formtwoindex input#gform_submit_button_2 {
    width: 100% !important;
    text-align: center !important;
    margin-right: 0px;
   background: #FED813;
    color: #000;
}
.imagesterategybox img{
  width: 100%;
}
.projectboximage{
  position: relative;
}
  .projectboximage img {
    width: 100%;
    height: 261px;
}
.overlaytextproject{
  position: absolute;
  right: 10%;
  top: 14%;
  display: flex;
}
.textprojectone{
  width: 64%;
      margin-left: 25px;
}
.textprojectone h5{
  color: #ffffff;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.textprojectone h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 700;
  color: #ffffff;
}
.textprojecttwo{
  padding: 13px 5px 0 38px;
      display: block;
      color: #ffffff;
      font-size: 16px;
      line-height: 30px;
      width: 100%;
}
section.sliderproject{
  margin-top: -50px;
}
.slideprojectbox {
  position: relative;
  width: 100%;
    transition: all 0.5s ease;
    margin-bottom: -10px;
}

.slideprojectbox:hover .overlay9{
  opacity: 1;
}
.overlay9{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
}
.imageprojectbox {
  display: block;
  width: 100%;
  height: 450px;
}
.overlay10 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #FED813;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.slideprojectbox:hover .overlay10 {
  height: 15%;
}
.textprojectbox {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.textprojectbox a{
    color: #000;
}
.slider2 .slick-slide{
  padding: 10px !important;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}
.slick-dots li {
	margin: 0 .9px;
	bottom: -15px;
  margin-left: 20px;
}
.slick-dots li button {
	display: block;
	width: 35px;
	height: 4px;
	padding: 0;
	background-color: #bfcadc !important;
	text-indent: -9999px;
  margin-top: 25px;
}
li.slick-active button {
	transition: all ease 0.3s;
	background-color: #FED813 !important;
}



.textwhoworkindex{
  text-align: center;
  margin-bottom: 60px;
}
.textwhoworkindex h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 17px;
}
.textwhoworkindex h2{
  font-size: 45px;
margin-bottom: 23px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;

}
.textwhoworkindex span{
  color: #FED813;
}
.lineworkwho{
  width: 52px;
  height: 4px;
  background-color: #FED813;
  margin: 0 auto;
  display: table;
}

.missionboximage img{
  max-width: 100%;
  height: auto;
}
.textmissionbox{
  padding-right: 50px;
}
.textmissionbox h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 20px;
}
.textmissionbox h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
font-weight: 700;
color: #000;
margin-bottom: 15px;
}
.textmissionbox h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
font-weight: 700;
color: #000;
margin-bottom: 25px;
}
.textmissionbox span{
    color: #FED813;
}
.missionline{
  width: 45px;
  height: 4px;
  background-color: #FED813;
}
.textmissionbox small{
  color: #616161;
font-weight: 300;
display: block;
margin-top: 15px;
line-height: 30px;
margin-bottom: 17px;
}
.progressbox span{
  color: #232323;
font-size: 14px;
font-weight: 400;
line-height: 2em;
display: block;
}
.progress{
  margin-bottom: 18px;
}
.commentindex{
  position: relative;
}
.commentindex img{
  width: 100%;
  height: 750px;
}
.overlaytextcommentone{
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.overlaytextcommentone h5{
  color: #FED813;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.overlaytextcommentone h2{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
margin-bottom: 12px;
}
.overlaytextcommentone h2{
  font-size: 45px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    color: #000;

}
.overlaytextcommentone span{
    color: #FED813;
}
.linecustomersection{
  width: 45px;
height: 4px;
background-color: #FED813;
margin: 0 auto;
display: table;
}
.overlaytextslidercommentindex{
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.commentboximageindex img{
  width: 90px;
  height: 90px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
}
.commentboximageindex span{
  margin-top: 25px;
text-align: center;
padding: 0 274px;
display: block;
line-height: 32px;
font-size: 13px;
}
.commentboximageindex ul{
  list-style: none;
padding: 0;
display: inline-flex;
margin-top: 20px;
}
.commentboximageindex ul li{
  color: #FED813;
  padding-left: 10px;
}
.commentboximageindex ul li i{
  font-size: 25px;
}
.overlaytextslidercommentindex h2{
  font-size: 18px;
margin-bottom: 3px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 700;
color: #000;

}
.overlaytextslidercommentindex small{
  color: #FED813;
font-weight: 400;
font-size: 15px;
display: block;
padding-top: 5px;
margin-bottom: 20px;
}
.textblog{
  text-align: center;
  margin-bottom: 40px;
}
.textblog h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.textblog h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textblog span{
    color: #FED813;
}
.blogbox{
      transition: all 0.4s ease;
      background: #fff;
}
.blogboximage{
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
  overflow: hidden;
}
.blogbox:hover .blogboximage img{
	transform: scale(1.1);
}
.blogboximage img{
	transition: all 0.7s ease;
}
.blogboximage span{
  position: absolute;
  bottom: 20px;
  right: 15px;
  background: #FED813;
      padding: 4px 8px;
      color: #000;
      font-size: 15px;
}
.overlaytextblog{
  margin-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
padding-right: 20px;
}
.titleblogoverlay i{
  margin-left: 10px;
  color: #FED813 !important;
}
.titleblogoverlay span{
  font-weight: 600;
font-size: 14px;
line-height: 22px;
    display: inline-block;
    color: #000;
}
.titleblogoverlay a{
  font-weight: 600;
font-size: 14px;
line-height: 22px;
color: #000;
margin-right: 20px;
}
.decblogbox{
  padding-right: 20px;
}
.decblogbox a{
    margin: 15px 2px 15px 0;
font-size: 24px;
line-height: 32px;
display: block;
font-weight: 600;
color: #000;
transition: all 0.5s ease;
width: fit-content;
}

.decblogbox a:hover{
  color: #FED813 !important;
}
.decblogbox p{
  text-align: justify;
    line-height: 30px;
    padding: 0 4px 0 25px;
    height: 97px;
    overflow: hidden;
    color: #000;
}
.linkmore a{
  transition: all 0.5s ease;
  color: #FED813;
}
.linkmore a:hover{
  color: #000;
}
.searchtextboxfooter i{
  font-weight: 900;
  font-size: 60px;
  color: #FED813;
  vertical-align: middle;
  margin-left: 10px;
}
.searchtextboxfooter span{
  font-size: 23px;
line-height: 43px;
color: #ffffff;
display: inline-block;
}
.search{
position: relative;
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.search input{
 height: 60px;
 text-indent: 25px;
 border: 2px solid #FED813;
 padding-right: 0px !important;
}
.search input::placeholder{
  font-weight: 300;
  font-size: 13px;
}
.search input:focus{
 box-shadow: none;
 border: 2px solid #FED813 !important;
}
.search .fa-search{
 position: absolute;
 top: 20px;
 left: 16px;
}
.search button{
 position: absolute;
 top: 5px;
 left: 5px;
 height: 50px;
 width: 110px;
 background: #FED813;
 border: 1px solid #FED813 !important;
}
.search button:hover{
  background: #000 !important;
  color: #FED813 !important;
}
.borderbottomfooterline{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF26;
  margin: 35px auto;
  display: table;
}
.footermiddle{
  padding: 35px 0 40px;
}
.logotextfooter img{
  width: 148px;
  height: 30px;
      margin-bottom: 28px;
}
.logotextfooter span{
  display: block;
  font-size: 16px;
color: rgba(255,255,255,0.80);
text-align: justify;
line-height: 30px;
      margin-bottom: 40px;
}
.socialfooter{
  margin-top: 30px;
  text-align: right;
}
.socialtop{
  display: inline-block;
  margin-right: 8px;
}
.socialtop:hover{
	background: #ccc;
}
.socialtop a{
  color: #fff;
padding: 10px 10px 6px 10px;
display: block;
transition: all 0.5s ease;
  border: 1px solid #fff;
  border-radius: 4px;
}
.socialtop i{
  font-size: 18px;
    color: #fff;
    transition: all 0.5s ease;
}
.socialtop:hover i{
  color: #000;
}
.socialtop:hover a{
	color: #000;
  background: #FED813;
  border: 1px solid #FED813;
}
.instatop:hover{
	background: none;
}
.telegramtop:hover{
	background: none;
}
.helpfooterbox h2{
  font-size: 20px;
margin-bottom: 35px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.helpfooterbox ul li{
  margin-bottom: 25px;
transition: .5s;
color: #f8f9fe;
padding-right: 15px;
}
.helpfooterbox i{
  font-size: 16px;
  vertical-align: middle;
}
.helpfooterbox a{
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  transition: all 0.5s ease;
}
.helpfooterbox ul{
  padding: 0;
  list-style: none;
}
.helpfooterbox ul li a:hover{
  color: #FED813;
}
.contactfooterbox h2{
  font-size: 20px;
margin-bottom: 35px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.contactfooterbox ul{
  padding: 0;
  list-style: none;
}
.contactfooterbox ul li{
  margin-bottom: 25px;
  transition: .5s;
  color: #f8f9fe;
  padding-right: 15px;
}
.contactfooterbox span{
  color: #ffffff;
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}
.contactfooterbox small{
  color: rgba(255,255,255,0.80);
}
.footbox header h4{
  font-size: 20px;
margin-bottom: 35px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footbox li img{
  width: 56px !important;
  height: 53px !important;
  border-radius: 3px !important;
  margin: 0 0 5px 10px !important;
  box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 10%) !important;
  float: right !important;
  object-fit: cover !important;
}
.footbox a{
  color: #fff !important;
font-size: 13px !important;
line-height: 25px !important;
transition: all 0.5s ease !important;
}
.footbox a:hover{
  color: #FED813 !important;
}
.blogfooterlast section {
  padding: 15px;
  font-size: 13px;
  line-height: 27px;
}

.blogfooterlast ul.postsideseri {
  margin: 0px;
  padding: 0px;
}

.blogfooterlast ul.postsideseri li {
  list-style: none;
  float: right;
  width: 100%;
  margin: 0 0 10px 0;
}

.blogfooterlast ul.postsideseri li img {
}
.blogfooterlast ul.postsideseri li:before {
  content: none;
}
.blogfooterlast ul.postsideseri li a h3 {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  transition: all 0.5s ease;
}
.blogfooterlast ul.postsideseri li:hover a {
  text-decoration: none;
}
.blogfooterlast ul.postsideseri li:hover a h3 {
  color: #FED813;
  font-weight: 800;
}
.footercopy span{
  color: #f8f9fe;
  font-size: 16px;
  text-align: right;
}
.menufooter{
  float: left;
}
.menufooter ul{
  padding: 0;
  list-style: none;
}
.menufooter ul li{
  display: inline-block;
  padding-left: 20px;
}
.menufooter ul li a{
  color: #f8f9fe;
  font-weight: 400;
}
.heropage {
  width: 100%;
  height: 520px;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.heropage:before {
  content: "";
  position: absolute;
    background-color: rgba(12, 11, 10, 0.6);
  inset: 0;
  z-index: 2;
}
.heropage .container {
  position: relative;
  z-index: 3;
}
.navigationtop{
  position: relative;
}
.navigationtop nav ul{
  position: absolute;
top: 57%;
right: 0;
left: 0;
text-align: center;
z-index: 9999;
}
.navigationtop ul{
	width: 100%;
}
.navigationtop ul li{
	display: inline-block;
	margin-left: 20px;
	font-weight: 300;
	font-size: 15px;
}
.navigationtop ul li a{
	color: #fff;
	cursor: pointer;
	transition: all 0.4s ease;
  font-size: 14px;
line-height: 22px;
font-weight: 600;
}
.navigationtop ul li:hover a{
		color: #FED813;
}
.navigationtop ul li:last-child a{
	color: #fff;
  font-weight: 300;
}
.navigationtop ul li:last-child{
	margin: 0px;
}
.navigationtop ul li::after{
	content: ">";
	margin-right: 20px;
	color: #c7c7c7;
}
.navigationtop ul li:last-child::after{
	content: "";
}
.navigationtop h2{
  width: fit-content;
      font-weight: 400;
      position: absolute;
      top: 39%;
      right: 0px;
      font-size: 50px;
      line-height: 64px;
      color: #fff;
      left: 0;
      z-index: 9999999999999;
      text-align: center;
      margin: 0 auto;
}
.overlay152{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.textwhychose{
  text-align: center;
}
.textwhychose h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.textwhychose h3{
  font-size: 35px;
margin-bottom: 15px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textwhychose h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textwhychose span{
  color: #FED813;
}
.linechose{
  width: 45px;
  height: 4px;
  background: #FFB113;
  margin: 35px auto;
}
.chosebottombox{
  margin-bottom: 60px;
}
.chosebottombox i{
  font-size: 46px;
float: right;
margin-left: 20px;
margin-top: 10px;
color: #FED813;
}
.chosebottombox h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.chosebottombox span{
  margin-right: 65px;
  display: block;
  color: #54595F;
  font-weight: 400;
  font-size: 15px;
}
.whyimageboxpage img{
  width: 100%;
}
.analyiscounterwhypage{
  box-shadow: 11px 11px 38px 0px rgb(0 0 0 / 20%);
  display: flex;
  background: #fff;
      padding: 33px 30px 45px 30px;
}
.counter{
    color: var(--main-color);
    font-family: iranyekan;
    text-align: center;
}
.counter .counter-value{
    font-size: 34px;
    font-weight: 500;
    line-height: 110px;
    display: block;
    color: #000;
    text-align: center;
}
.counter h3{
  font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #757575;
    text-align: center;
    margin-top: -20px;
}
.counter.blue{ --main-color: #2B4C60; display: inline-grid; margin: 0 44px;}
.counter.green{ --main-color: #017073; }
.counter.gray{ --main-color: #344D4E; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
.textservicewhypage{
  display: inline-flex;
  margin-bottom: 60px;
}
.titleservicewhypage{
  width: 86%;
}
.titleservicewhypage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 18px;
}
.titleservicewhypage h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.decservicewhypage span{
  display: block;
  color: #757575;
  line-height: 29px;
  font-size: 15px;
}



.slider4 .slick-slide{
  padding: 10px !important;
}
.slider4 .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}
.slider4 .slick-dots li {
	margin: 0 .9px;
	bottom: -15px;
  margin-left: 20px;
}
.slider4 .slick-dots li button {
	display: block;
	width: 35px;
	height: 4px;
	padding: 0;
	background-color: #bfcadc !important;
	text-indent: -9999px;
  margin-top: 0px !important;
}
.slider4 li.slick-active button {
	transition: all ease 0.3s;
	background-color: #FED813 !important;
}
.featured-services .service-item {
  background-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: #FED813 !important;
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .service-item .icon {
  margin-bottom: 10px;
  text-align: center;
}
.featured-services .service-item .icon i {
  color: #FED813;
  font-size: 60px;
  transition: ease-in-out 0.3s;
}
.featured-services .service-item h3{
  margin: 25px 0 14px 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
    transition: all 0.5s ease;
}
.featured-services .service-item span{
  display: block;
  color: #222;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 15px;
  line-height: 29px;
}
.featured-services .service-item:hover h3,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover span {
  color: #fff;
}
.featured-services .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}
.iconbootomboxservicepage{
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.iconbootomboxservicepage i{
  background: #fff;
  width: 50px;
  height: 50px;
border-radius: 100%;
text-align: center;
box-shadow: 0 0 4px rgb(0 0 0 / 20%);
line-height: 50px;
padding: 20px 20px 14px 20px;
color: #ff3c00;
}
.featured-services .service-item:hover .iconbootomboxservicepage{
  opacity: 1;
}
.textportfoliowhypage{
  text-align: center;
}
.textportfoliowhypage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 18px;
}
.textportfoliowhypage h3{
  font-size: 35px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
margin-bottom: 0px;
}
.linewhypage{
  width: 45px;
height: 4px;
background: #FFB113;
margin: 35px auto;
}


.overlayportfolio {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  opacity: 0;
    transition: all 0.6s ease;
}

.portfolio .portfolio-item:hover .overlayportfolio{
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.portfolio .portfolio-item:hover .iconpicturezoomwhypage{
  opacity: 1;
}

.iconpicturezoomwhypage{
  position: absolute;
  top: 34%;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
      transition: all 0.6s ease;
}
.iconpicturezoomwhypage i{
  background: #FFB113;
padding: 11px 20px 8px 19px;
border-radius: 15px;
color: #000;
}


.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}
.portfolio .portfolio-item {
  position: relative;
  padding-left: 0px;
}
.portfolio .portfolio-item  img{
  width: 100%;
  height: 469px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 19px 25px;
}
.portfolio .portfolio-item .portfolio-info a {
  color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #222;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(27, 47, 69, 0.7);
  transition: 0.3s;
  line-height: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
  background-color: #FED813;
}
.overlayimagewhypage{
  position: relative;
}
.overlayimagevideowhypagee{
  height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
background-color: #111A3ABF;
    opacity: 1;
}
.boxoverlayvideowhypage{
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
}




.videoboxdemowhypage .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: 50px;
  overflow: hidden;
}
.videoboxdemowhypage .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.videoboxdemowhypage .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.videoboxdemowhypage .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}
.videoboxdemowhypage .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.overlayimagewhypage img{
  width: 100%;
  height: 500px;
}
.overlaytextwhypage{
  position: absolute;
  top: 145px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  display: table;
}
.overlaytextwhypage h2{
  color: #fff;
font-size: 35px;
text-transform: capitalize;
width: 69%;
text-align: center;
margin: 15px auto;
line-height: 56px;
}
.overlaytextwhypage span{
  font-size: 14px;
    color: rgba(255,255,255,0.90);
    margin: 20px auto;
    display: table;
    width: 50%;
    text-align: center;
    line-height: 27px;
}
.overlaytextwhypage a{
  background: #FED813;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.overlaytextwhypage a:hover{
  background: #000;
  color: #FED813;
}
.textsayclientwhypage{
  text-align: center;
  margin-bottom: 40px;
}
.textsayclientwhypage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 18px;
}
.textsayclientwhypage h3{
  font-size: 35px;
    margin-bottom: 18px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}
.textsayclientwhypage h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textsayclientwhypage span{
    color: #FED813;
}
.clientsayboxwhypage{
  text-align: center;
background: #fff;
padding: 30px 25px;
border-radius: 5px;
border: 1px solid #eee;
position: relative;
margin-bottom: 25px;
}
.clientsayboxwhypage img{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
  display: table;
}
.clientsayboxwhypage span{
  display: block;
  width: 100%;
margin: auto;
font-size: 14px;
font-style: inherit;
text-align: center;
color: #222;
font-weight: 300;
margin-top: 23px;
line-height: 25px;
}
.clientsayboxwhypage ul{
  list-style: none;
  padding: 0;
  display: inline-flex;
  margin-top: 20px;
}
.clientsayboxwhypage ul li i{
  padding-left: 7px;
  font-size: 22px;
  color: #FED813;
}
.lineclientsaywhypage{
  width: 30px;
  height: 1px;
  background: #FED813;
  margin: 0 auto;
}
.clientsayboxwhypage h2{
  font-size: 18px;
margin-top: 20px;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 700;
color: #000;
}
.clientsayboxwhypage small{
  color: #FED813;
  display: block;
  margin-top: 10px;
}
.slider5 .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}
.slider5 .slick-dots li {
	margin: 0 0 13px;
	bottom: -15px;
  margin-left: 20px;
}
.slider5 .slick-dots li button {
	display: block;
	width: 35px;
	height: 4px;
	padding: 0;
	background-color: #bfcadc !important;
	text-indent: -9999px;
}
.slider5 li.slick-active button {
	transition: all ease 0.3s;
	background-color: #FED813 !important;
}
.slider5 .slick-slide{
  padding: 10px !important;
}
.aboutpagebox h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 17px;
}
.aboutpagebox h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
margin-bottom: 17px;
}
.aboutpagebox h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
margin-bottom: 30px;
}
.aboutpagebox span{
    color: #FED813;
}
.lineaboutpage{
  width: 52px;
  background: #FED813;
  height: 4px;
}
.decaboutpage{
}
.decaboutpage span{
  display: block;
  font-size: 22px;
  color: #232323;
    margin: 35px 0 35px 0;
}
.decaboutpage small{
  color: #616161;
  font-size: 14px;
  line-height: 28px;
}



.playvideoaboutpage .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50px;
  overflow: hidden;
  position: relative;
  right: 0px;
  transform: rotate(180deg);
}
.playvideoaboutpage .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.playvideoaboutpage .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.playvideoaboutpage .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}
.playvideoaboutpage .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.imageboxpageabout img{
  width: 100%;
  height: 512px;
}


.textteamboxpage{
  display: inline-flex;
  margin-bottom: 60px;
}
.titleteamboxpage{
  width: 86%;
  margin-top: 16px;
}
.titleteamboxpage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 18px;
}
.titleteamboxpage h3{
  font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.decteamboxpagepage span{
  display: block;
  color: #757575;
  line-height: 29px;
  font-size: 15px;
}

.member {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.member img{
  width: 100%;
  height: 385px;
}
.member .member-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: 0.2s;
}
.member .member-info-content {
  position: absolute;
left: 0px;
right: 0;
bottom: 0;
transition: bottom 0.4s;
background: #fff;
padding: 15px;
width: 87%;
margin: 0 auto;
border-radius: 15px;
}
.member .member-info-content h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.member .social {
  position: absolute;
  left: -50px;
  top: 14%;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: #fff;
  text-align: center;
  height: fit-content;
  padding-bottom: 15px;
}
.member .social a {
  transition: color 0.3s;
  display: block;
  color: #000;
  margin-top: 18px;
}
.member .social a:hover {
  color: #FED813;
}
.member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.member:hover .member-info {
  background: rgb(255, 234, 0, 0.8);
  opacity: 1;
  transition: 0.4s;
}
.member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}
.member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

.pricetextpage{
  text-align: center;
}
.pricetextpage h5{
  font-size: 15px;
line-height: 28px;
color: #FED813;
font-weight: 500;
margin: 0 0 15px 55px;
}
.pricetextpage h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.pricetextpage span{
  color: #FED813;
}


.pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.pricing-item h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}
.pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}
.pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}
.pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing-item ul li {
  padding-bottom: 16px;
}
.pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}
.pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}
.btn-wrap {
    background: #FED813;
    padding: 13px 18px;
}
.btn-wrap a{
      color: #000 !important;
}
.pricing .btn-wrap {
  margin: 0 -20px -20px -20px;
  padding: 20px 15px;
  text-align: center;
}
.featured h3 {
  background: #FED813 !important;
  color: #000;
}
.pricing .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

.imageaboutcompanypage img{
  width: 100%;
  height: 750px;
}
.textaboutcompanypage{
  padding: 20px 0 13px 0;
}
.textaboutcompanypage h5{
  color: #FED813;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
}
.textaboutcompanypage h3{
  font-size: 35px;
margin-bottom: 15px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textaboutcompanypage h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.textaboutcompanypage span{
    color: #FED813;
}
.linecompanyabout{
  width: 52px;
  height: 4px;
  background: #FED813;
  margin-top: 30px;
}
.decaboutcompanypage span{
  font-weight: 500;
font-size: 16px;
color: #757575;
line-height: 31px;
display: block;
}
.tababoutcompanypage{
  margin-top: 18px;
}
.tababoutcompanypage .nav-tabs{
  padding-right: 0px;
}
.tababoutcompanypage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  font-size: 18px;
font-weight: 700;
text-transform: capitalize;
padding: 20px 25px;
color: #232323;
}
.tababoutcompanypage .nav-tabs .nav-link{
  font-size: 18px;
font-weight: 700;
text-transform: capitalize;
padding: 20px 25px;
color: #232323;
}
.tababoutcompanypage .tab-content>.tab-pane{
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-top: none !important;
  padding: 20px;
}
.tababoutcompanypage span{
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #757575;
  line-height: 30px;
  margin-bottom: 13px;
}
.tababoutcompanypage ul{
  padding-right: 19px;
  font-size: 14px;
  color: #757575;
}
.tababoutcompanypage ul li{
  margin-bottom: 10px;
}
.tababoutcompanypage a{
  color: #FED813;
border: 2px solid #FED813;
background: #FED813;
color: #000;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: all 0.5s ease;
margin-top: 25px;
display: block;
width: fit-content;
}
.tababoutcompanypage a:hover{
  background: #fff;
  color: #000;
}
.progressboxaboutpage{
  position: relative;
}
.overlayprogressaboutpagee{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.progressboxaboutpage img{
  width: 100%;
}
.textoverlayaboutpage{
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.textoverlayaboutpage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.textoverlayaboutpage h3{
  font-size: 35px;
margin-bottom: 17px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #ffffff;
}
.textoverlayaboutpage h2{
  font-size: 45px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #ffffff;
}
.textoverlayaboutpage span{
    color: #FED813;
}
.prooverlayprogressaboutpagee{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.prooverlayprogressaboutpagee span{
  color: #FFFFFF;
  display: block;
  text-align: right;
font-size: 14px;
font-weight: 300;
line-height: 2em;
margin-bottom: 8px;
}
.prooverlayprogressaboutpagee .progress-bar{
  background-color: #FED813;
  color: #000;
}
section#progressaboutpage {
    margin-top: -40px;
}
.boxtextimagepageabout{
  position: relative;
  box-shadow: 0px 0px 40px 0px rgb(12 12 12 / 10%);
  padding: 50px 40px 50px 40px;
  display: flex;
}
.imageboxaboutpage img{
  border-radius: 100% 100% 100% 100%;
  width: 100%;
  height: auto;
}
.texttitleaboutpage{
  padding: 9px 40px 50px 40px;
}
.imageboxaboutpage{
  width: 100%;
}
.texttitleaboutpage h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 17px;
}
.texttitleaboutpage h3{
  font-size: 35px;
margin-bottom: 18px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.linepageaboutt{
  width: 52px;
  height: 4px;
  background: #FED813;
}
.texttitleaboutpage p{
  display: block;
  margin-top: 18px;
  color: #757575;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}
.counter .counter-value .counteraboutpageone span{
  display: block;
  font-size: 34px;
font-weight: 500;
margin: 0;
color: #000;
}
.counterpageabout{
  text-align: center;
}
.counteraboutpageone{
    color: var(--main-color);
    font-family: iranyekan;
    text-align: center;
}
.counter .counter-value .counteraboutpageone{
    font-size: 34px;
    font-weight: 500;
    line-height: 110px;
    display: block;
    color: #000;
    text-align: center;
}
.counter h3{
  font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #757575;
    text-align: center;
    margin-top: -20px;
}
.counter.blue{ --main-color: #2B4C60; display: inline-grid; margin: 0 44px;}
.counter.green{ --main-color: #017073; }
.counter.gray{ --main-color: #344D4E; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}



.accordion-list {
}

.accordion-list ul {
  padding: 0;
  list-style: none;
}

.accordion-list li+li {
  margin-top: 15px;
}

.accordion-list li {
  padding: 14px 20px 14px 9px;
border-radius: 30px;
  background: #fff;
  border: 2px solid #FED813;
}
.accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #232323;
}

.accordion-list i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 2px;
}

.accordion-list p {
  margin: 19px 0 11px 26px;
line-height: 28px;
font-weight: 300;
font-size: 15px;
padding: 10px 0 0 0;
color: #232323;
text-align: justify;
}

.accordion-list .icon-show {
  display: none;
}

.accordion-list a.collapsed {
  color: #343a40;
}

.accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
.accordion-list {
    padding-bottom: 30px;
  }
}

.deccareerone h2{
  color: #222222;
font-size: 20px;
margin-bottom: 20px;
}
.deccareerone span{
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  display: block;
  margin-bottom: 35px;
}
.listkeyone{
  margin-bottom: 50px;
}
.listkeyone h2{
  color: #222222;
font-size: 20px;
margin-bottom: 20px;
}
.listkeyone ul{
  list-style: none;
  padding: 0;
}
.listkeyone ul li{
  margin-bottom: 10px;
}
.listkeyone i{
  color: #FF3C00;
  font-size: 14px;
  margin-left: 7px;
}
.listkeyone span{
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  display: inline-block;
}


.listofferone h2{
  color: #222222;
font-size: 20px;
margin-bottom: 20px;
}
.listofferone ul{
  list-style: none;
  padding: 0;
}
.listofferone ul li{
  margin-bottom: 10px;
}
.listofferone i{
  color: #FF3C00;
  font-size: 14px;
  margin-left: 7px;
}
.listofferone span{
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  display: inline-block;
}
.listofferone small{
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  display: block;
}
.jpbbpxpagecareer{
  border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #E7E7E7;
padding: 30px 25px 30px 25px;
}
.jpbbpxpagecareer h4{
  color: #000;
  margin-bottom: 20px;
  font-size: 21px;
}
.boxjobcareerone{
  display: inline-flex;
}
.jpbbpxpagecareer ul{
  list-style: none;
  padding: 0;
}
.jpbbpxpagecareer ul li{
  margin-bottom: 23px;
}
.jpbbpxpagecareer i{
  color: #FF3C00;
font-size: 22px;
vertical-align: middle;
margin-top: 9px;
margin-left: 17px;
}
.textjobpage span{
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}
.textjobpage small{
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #757575;
}
.jpbbpxpagecareer a{
  font-weight: 600;
background-color: #FF3C00;
padding: 17px 30px 17px 30px;
display: block;
margin: 45px 0 25px 0;
width: fit-content;
color: #ffffff;
}
.carrerboxpageclient h5{
  color: #FED813;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 18px;
}
.carrerboxpageclient h3{
  font-size: 35px;
margin-bottom: 15px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.carrerboxpageclient h2{
  font-size: 45px;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}
.linecareerpage{
  width: 52px;
  height: 4px;
  background-color: #FED813;
}
.carrerboxpageclient span{
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #757575;
  margin-top: 25px;
}





.linkcareerpage a{
  font-size: 15px;
  position: relative;
  z-index: 1;
  color: #000;
      padding: 25px 26px;
      display: block;
      width: fit-content;
      margin-top: 25px;
      background: #FED813;
      border-radius: 50px;
        transition: all ease 0.5s;
        vertical-align: middle;
}
.linkcareerpage:hover a{
  color: #fff;
}
.linkcareerpage i{
  background: #fff;
border-radius: 100%;
padding: 17px 19px 15px 19px;
margin-right: 15px;
  transition: all ease 0.5s;
}
.linkcareerpage:hover i{
  background: #FED813;
  color: #000;
}
.linkcareerpage a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
    transition: all ease 0.5s;
}
.linkcareerpage a:first-child{
  margin-left: 15px;
}
.linkcareerpage a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
  transition: all ease 0.5s;
}
.linkcareerpage{
  width: fit-content;
}
.linkcareerpage a:hover::before{
  width: 100%;
  border-radius: 50px;
}
.groupcareerbox{
  border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    padding: 35px 0px 25px 0px;
      text-align: center;
      margin-bottom: 25px;
}
.groupcareerbox i{
  color: #FED813;
    background: #616161;
    border-radius: 100% 100% 100% 100%;
    padding: 28px 30px 15px 30px;
    line-height: 90px;
    font-size: 45px;
}
.groupcareerbox h2{
  margin-top: 20px;
  color: #232323;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}




.boxbuttomcareerpagetext{
  display: inline-flex;
  background: #fff;
  float: right;
}
.boxbuttomcareerpagetext i{
  background: #616161;
color: #FED813;
padding: 10px 19px 1px 26px;
margin-left: 20px;
font-size: 45px;
}
.boxbuttomcareerpagetext h2{
  margin: 15px 0px 6px 0px;
font-size: 24px;
font-weight: 500;
color: #000;
}
.boxbuttomcareerpagetext span{
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}




.linkcareerpagecv a{
  font-size: 15px;
  position: relative;
  z-index: 1;
  color: #000;
      padding: 25px 26px;
      display: block;
      width: fit-content;
      margin-top: 25px;
      background: #FED813;
      border-radius: 50px;
        transition: all ease 0.5s;
        vertical-align: middle;
}
.linkcareerpagecv:hover a{
  color: #fff;
}
.linkcareerpagecv i{
  background: #fff;
border-radius: 100%;
padding: 17px 19px 15px 19px;
margin-right: 15px;
  transition: all ease 0.5s;
}
.linkcareerpagecv:hover i{
  background: #FED813;
  color: #000;
}
.linkcareerpagecv a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
    transition: all ease 0.5s;
}
.linkcareerpagecv a:first-child{
  margin-left: 15px;
}
.linkcareerpagecv a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
  transition: all ease 0.5s;
}
.linkcareerpagecv{
  width: fit-content;
  float: left;
  margin-top: -22px;
}
.linkcareerpagecv a:hover::before{
  width: 100%;
  border-radius: 50px;
}
.contactbuttomcvcareerpagee a{
  font-size: 15px;
position: relative;
z-index: 1;
color: #000;
padding: 25px 26px;
display: block;
width: fit-content;
background: #FED813;
border-radius: 50px;
transition: all ease 0.5s;
vertical-align: middle;
margin: 27px auto;
}
.contactbuttomcvcareerpagee:hover a{
  color: #fff;
}
.contactbuttomcvcareerpagee i{
  background: #fff;
border-radius: 100%;
padding: 17px 19px 15px 19px;
margin-right: 15px;
  transition: all ease 0.5s;
}
.contactbuttomcvcareerpagee:hover i{
  background: #FED813;
  color: #000;
}
.contactbuttomcvcareerpagee a::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
    transition: all ease 0.5s;
}
.contactbuttomcvcareerpagee a:first-child{
  margin-left: 15px;
}
.contactbuttomcvcareerpagee a:last-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 15px 6px 6px 15px;
  z-index: -1;
  color: #fff !important;
  transition: all ease 0.5s;
}
.contactbuttomcvcareerpagee{
  width: fit-content;
text-align: center;
margin: 0 auto;
}
.contactbuttomcvcareerpagee a:hover::before{
  width: 100%;
  border-radius: 50px;
}
.contactusbox h5{
  color: #FED813;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 17px;
}
.contactusbox h3{
  font-size: 35px;
margin-bottom: 23px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
color: #000;
}
.linecontactuspage{
  width: 52px;
  height: 4px;
  background-color: #FED813;
}
.contactusbox span{
  display: block;
  color: #757575;
  font-size: 15px;
  line-height: 29px;
  margin-top: 10px;
}

.textmessagecontactpage{
  margin-top: 25px;
  padding: 020px 020px 020px 020px;
  transition: all 0.5s ease;
}
.textmessagecontactpage:hover{
  box-shadow: 15px 15px 38px 0px rgb(0 0 0 / 10%);
}
.info-itemus+.info-itemus {
  margin-top: 40px;
}

.info-itemus i {
  color: #FED813;
    font-size: 40px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    margin-top: 5px;
}

.info-itemus h3 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.info-itemus p {
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #757575;
  line-height: 29px;
}
.formcontactpage{
  background-color: #F4F7FC;
  padding: 030px 030px 030px 030px;
}
.formcontactpageline{
  width: 52px;
  height: 4px;
  background-color: #FED813;
  margin-top: 20px;
}
.formcontactpage span{
  display: block;
  font-size: 15px;
  color: #757575;
  line-height: 29px;
  margin: 15px 0 25px 0;
}
.formcontactpage input{
  type:text !important;
}
.googlemapcontactuspage iframe{
  width: 100% !important;
}
article.artbox{
  padding: 30px 20px 45px;
box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.imagesinglethumnail img{
  width: 100%;
  height: 527px;
}
.titlesingleblog h1{
  padding: 0;
text-transform: unset;
color: #000;
font-weight: 700;
font-size: 35px;
margin-bottom: 20px;
}
.infodatablogsingle a{
  margin-left: 15px;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  transition: all 0.5s ease;
  display: inline-block;
}
.infodatablogsingle span{
  margin-left: 15px;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  transition: all 0.5s ease;
}
.infodatablogsingle span:hover{
  color: #FED813;
}
.infodatablogsingle a:hover{
  color: #FED813;
}
.decsingleblog{
  margin: 25px 0 20px 0;
}
.decsingleblog p{
      margin-bottom: 20px;
      font-size: 16px;
      color: #757575;
      line-height: 29px;
      font-weight: 400;
}
.decsingleblog h4{
  margin: 15px 0;
    font-size: 22px;
}
.decsingleblog h2{
  margin: 15px 0;
    font-size: 22px;
}
.commentsareaaa{
  background: #fff;
  margin-top: 65px;
}
.commentsareaaa h3{
      font-size: 24px;
}
.commentsareaaa textarea {
  width: 100%;
  padding: 10px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  height: 322px;
  margin: 20px 0px;
}
.commentsareaaa textarea::placeholder{
  font-weight: 300;
  font-size: 14px;
}
.commentsareaaa textarea:focus {
  outline: none;
}
.commentsareaaa label {
  display: block;
  margin-bottom: 15px;
}
.commentsareaaa input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  margin-bottom: 12px;
}
.commentsareaaa input::placeholder{
  font-weight: 300;
  font-size: 14px;
}
.commentsareaaa input:focus {
  outline: none;
}
.commentsareaaa button {
  width: 30%;
  background: #FED813;
  color: #fff;
  border: none;
  text-align: center;
  padding: 14px 39px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.5s ease;
  color: #000;
}
.commentsareaaa button:hover {
  background: #FFAB00;
}
.lcommentsss {
margin: 22px 0px 19px 0px;
  line-height: 29px;
  position: relative;
  background: #fff;
  padding: 20px;
}

.lcommentsss:last-child{
  margin-bottom: 50px;
}
.lcommentsss img {
  width: 70px;
  height: 70px;
  float: right;
  margin: 3px 0 10px 11px;
}
.lcommentsss p {
  margin: 6px 90px;
}
.lcommentsss a.replyb {
  top: 10px;
  left: 20px;
  position: absolute;
  color: #FED813;
  border-radius: 100%;
  padding: 4px 10px 0px 10px;
  transition: all 0.5s ease;
}
.lcommentsss a.replyb:hover {
  color: #000;
  background: #FED813;
}
.lcommentsss a.replyb span {
  opacity: 0;
  position: absolute;
  top: -256px;
  left: -8px;
  width: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.lcommentsss a.replyb:hover span {
  opacity: 1;
  top: -33px;
}
.lcommentsss strong{
  color: #BDBDBD !important;
}


p.comment-form-cookies-consent {
    display: none;
}

.commentsareaaa input#submit {
    margin: 15px 0 0 0;
    background: #FED813 !important;
    color: #000 !important;
    border: none !important;
    transition: all 0.3s ease;
}
.commentsareaaa input#submit:hover{
  background: #FFAB00 !important;
}
.form-submit{}
#submit {
  width: 27%;
  background: #FED813 !important;
  color: #fff !important;
  border: none;
  text-align: center;
  padding: 14px 39px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.5s ease;
  color: #000;
}
a.comment-reply-link{
	top: 10px;
	left: 20px;
	position: absolute;
	color: #FED813;
	border-radius: 100%;
	padding: 4px 10px 0px 10px;
	transition: all 0.5s ease;
}
a.comment-reply-link:hover{
color: #000;
background: #FED813;
}
a.comment-reply-link span{
opacity: 0;
position: absolute;
top: -256px;
left: -8px;
width: 50px;
background: rgba(0,0,0,0.3);
color: #fff;
border-radius: 5px;
text-align: center;
}
a.comment-reply-link:hover span{
opacity: 1;
top: -33px;
}
h3#reply-title{
	font-size: 20px;
	font-weight: 500;
	color: #222;
  margin-top: 25px;
}
h3#reply-title a{
	color: #757575;
	margin-left: 20px;
}
a#cancel-comment-reply-link{
	color: #ee2d58 !important;
}

.commentsareaaa em{
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.sidebox {
  border-radius: 5px;
  float: right;
  width: 100%;
    margin: 0px 0 20px 0px;
  background: #fff !important;
}
.sidebox header {
  background: #FED813 !important;
  border-radius: 50px;
}
.sidebox section {
  padding: 15px;
}
.sidebox header h4 {
  font-size: 16px;
  padding: 15px;
  color: #000;
}
.sidebox ul {
  margin: 0;
  padding: 0;
}
.sidebox ul li {
  list-style: none;
  float: right;
  width: 100%;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #f5f5f5;
  padding: 0px 0px 20px 0px;
}
.sidebox ul li img {
  width: 45%;
  height: auto;
  border-radius: 5px;
  margin: 0 0 5px 10px;
  float: right;
}
.sidebox ul li a h3 {
  color: #333;
  font-size: 16px;
  transition: all 0.2s ease;
  line-height: 25px;
  font-weight: 400;
}
.sidebox ul li:hover a h3 {
  text-decoration: none;
  color: #757575;
}
.sidebox span.rpwwt-post-title{
  color: #757575 !important;
  font-weight: 800;
  margin-top: 11px;
    display: inline-block;
}
.sidebox .rpwwt-widget ul li{
      margin: 0 0 0.5em !important;
}
.sidebox span.rpwwt-post-title:hover{
  color: #FFB900 !important;
}
.sidebox a.wp-block-latest-posts__post-title{
  color: #757575 !important;
  font-weight: 800;
}
.sidebox a.wp-block-latest-posts__post-title:hover{
  color: #FFB900 !important;
}
.sidebox img{
  width: 75px;
  height: 75px;
}
.sidebox .wp-block-search__inside-wrapper{
  border: 1px solid #FED813;
border-radius: 25px;
background: #eee;
}
.sidebox .wp-block-search__input{
  background: #eee;
border-radius: 25px !important;
}
.sidebox .wp-block-search__button.has-icon {
    border-radius: 50%;
    background-color: #FED813;
    width: 42px;
    height: 40px;
    transition: all 0.5s ease;
    border: 1px solid #FED813;
}
.sidebox .wp-block-search__button.has-icon:hover {
    background-color: #fff;
}
.imagecategorythumnail{
  position: relative;
}
.imagecategorythumnail img{
  width: 100%;
  height: 650px;
}
.imagecategorythumnail a{
  position: absolute;
  top: 3%;
  right: 10px;
  background: #FFB900;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #000;
border-radius: 2px;
}
article.articlecat{
      padding: 38px 25px 36px;
      box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
      margin-bottom: 33px;
}
.infodatacategoryarchive{
  text-align: center;
  margin-bottom: 35px;
}
.infodatacategoryarchive a{
  margin-left: 15px;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  transition: all 0.5s ease;
  display: inline-block;
}
.infodatacategoryarchive span{
  margin-left: 15px;
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  transition: all 0.5s ease;
}
.infodatacategoryarchive span:hover{
  color: #FED813;
}
.infodatacategoryarchive a:hover{
  color: #FED813;
}
.titlecategorysingle a{
  padding: 0;
text-transform: unset;
color: #000;
font-weight: 700;
font-size: 35px;
margin-bottom: 20px;
text-align: right;
transition: all 0.5s ease;
}
.titlecategorysingle a:hover{
  color: #FED813;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
.wp-block-tag-cloud {
    box-sizing: border-box;
    padding: 15px 11px 0 0;
}
p.wp-block-tag-cloud a{
  font-size: 12px !important;
  color: #000;
  padding: 10px;
  border-radius: 10px;
}
p.wp-block-tag-cloud a:hover{
  background: #FED813;
  color: #000;
}
.deccategoryarchive{
    height: 100px;
    overflow: hidden;
}
.deccategoryarchive p{
  display: block;
  margin-top: 15px;
  font-size: 15px;
  color: #757575;
  line-height: 29px;
  overflow: hidden;
  height: 90px;
}
.navigationbottom {
  width: 100%;
  text-align: right;
  margin: 8px 0px 33px 0;
      padding: 20px 0px 6px 0;
}
.navigationbottom ul{
  padding: 0;
}
.navigationbottom ul li {
  display: inline-block;
  margin: 7px;
}
.navigationbottom ul li a {
  padding: 7px 12px;
  border: none;
  color: #000;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.navigationbottom ul li a.active {
  background: #FED813;
  color: #fff;
}
.navigationbottom ul li a:hover {
  background: #FED813 !important;
  color: #000 !important;
}
.nav-links{
	width: 100%;
  text-align: right;
  margin: 8px 0px 33px 0;
      padding: 20px 0px 6px 0;
}
.nav-links .page-numbers{
  padding: 7px 12px;
  border: none;
  color: #000;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  display: inline-block;
  margin: 7px;

}
.nav-links .page-numbers:hover{
  background: #FED813 !important;
  color: #000 !important;
}
.nav-links .page-numbers.current{
	background: #FED813;
	border: 1px solid #FED813;
	color: #000;
}
.careebox{
-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
box-shadow: 0 0 30px rgb(0 0 0 / 10%);
padding: 65px 50px 50px;
display: flex;
}
.carepagebox img{
  width: 485px;
  height: 485px;
}
.textcarepagebox h2{
  font-size: 25px;
padding-bottom: 17px;
}
.listcarebox ul{
  padding: 0;
  list-style: none;
}
.listcarebox ul li{
  border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.listcarebox ul li strong{
  font-size: 20px;
margin-left: 9px;
color: #757575;
}
.socialcarepage{
  margin-top: 40px;
}
.socialcarepage span{
  font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
display: block;
color: #000;
}
.socialcarepage a{
  display: inline-block;
width: 35px;
height: 32px;
background: #FED813;
color: #000;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-left: 10px;
line-height: 35px;
}
.titlecareboxpage{
      padding: 38px 0 25px;
}
.titlecareboxpage h2{
  font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
color: #000;
margin-bottom: 30px;
}
.titlecareboxpage p{
  display: block;
  font-size: 15px;
  color: #757575;
  line-height: 29px;
}
.titleerror{
	width: 100%;
	border-radius: 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	margin: 30px 0px;
	text-align: center;
}

.titleerror h3{
	font-size: 15px;
	margin: 25px 0px;
	color: #424242;
	font-weight: 500;
}

.titleerror h4{
	font-size: 18px;
	color: #757575;
	font-weight: 300;
}
.titleerror img{
	margin-top: 50px;
	max-width: 100%;
}

.whoworkbox{
  position: relative;
border-radius: 50%;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
box-shadow: 0 0 9px 0 rgb(24 35 51 / 9%);
  margin: 0 auto;
  display: table;
}
.whoworkbox:hover img{
  border: 4px solid #FED813;
}
.whoworkbox img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 12px;
  text-align: center;
border: 4px solid transparent;
}
.whocounterbox span {
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
padding: 29px 36px;
left: -21px;
top: 27%;
transition: all 0.6s ease;
}
.whoworkbox:hover .whocounterbox span{
  top: 22%;
}
.textbottomwhoworkbox:hover .whocounterbox span{
  top: 22%;
}
.whoworkbox h2{
  font-size: 20px;
font-weight: 700;
text-align: center;
margin-top: 15px;
}
.whoworkbox small{
  font-size: 15px;
  color: #757575;
  text-align: center;
  line-height: 29px;
  display: block;
}

/*gravity forms*/
.formcontactpage h3.gform_title{
  display: none;
}
.formcontactpage {
    float: right;
    text-align: right;
}
.formcontactpage label{
}
.formcontactpage input{
  height: 54px;
background-color: #fff;
width: 100% !important;
border-color: transparent !important;
border: 1px solid #e6e6e6 !important;
padding: 6px 20px !important;
border-radius: 8px !important;
}
.formcontactpage textarea{
  background-color: #fff;
  width: 100% !important;
  border-color: transparent !important;
  border: 1px solid #e6e6e6 !important;
  padding: 6px 20px !important;
  border-radius: 8px !important;
}
.formpagecontactussss span{
  margin: 0 0 0 0 !important;
}
.formpagecontactussss p{
  margin-bottom: 0px !important;
}
.formpagecontactussss label{
  width: 100% !important;
}
/*responsive*/
@media (max-width: 2500px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .projectboximage img{
    width: 100%;
  }
  .imageprojectbox{
    width: 100%;
    height: auto;
  }
  .imageprojectbox img{
    width: 100%;
    height: auto;
  }
}
@media (max-width: 2000px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .projectboximage img{
    width: 100%;
  }
  .imageprojectbox{
    width: 100%;
    height: auto;
  }
  .imageprojectbox img{
    width: 100%;
    height: auto;
  }
}



@media (max-width: 1920px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .slideprojectbox img{
    width: 100%;
    height: auto;
  }
  .analyiscounterwhypage{
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .whocounterbox span{
    left: 28px;
  }
  .member img{
    height: 411px;
  }
}
@media (max-width: 1360px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .whocounterbox span{
    left: -10px;
  }
  .member img{
    height: 385px;
  }
}
@media (max-width: 1199px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .mainmenuarea ul li>a{
    padding: 20px 0px 20px 14px;
  }
  .navbar {
    margin-left: -7px;
    margin-right: 0px;
  }
  .counter.blue{
    margin: 0 25px;
  }
  .member .member-info-content{
    background: none !important;
  }
  .aboutpagebox h3{
    font-size: 31px;
  }
  .careebox{
    display: block;
  }
  .carepagebox{
    width: 875px;
  }
  .carepagebox img{
    width: 875px;
    height: auto;
  }
  .textcarepagebox{
    margin-top: 35px;
  }
  .member img{
    height: 320px;
  }
}
@media (max-width: 992px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .textprojectone{
    margin-top: 26px;
  }
  .textprojectone h3{
    font-size: 29px;
  }
}

@media (max-width: 991px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  #header .logo{
    display: none !important;
  }
  .contactheader{
    display: none;
  }
  .registerweb{
    display: none;
  }
  .boxcompanyimage img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.homecontentbox{
  margin-bottom: 20px;
}
.ourservicebox img{
  max-width: 100%;
  height: auto;
}
.blogbox{
  margin-bottom: 25px;
}
.searchtextboxfooter {
    margin: 0 auto;
    display: table;
}
.contactfooterbox{
  margin-top: 30px;
}
.blogfooterlast h2{
  margin-top: 30px;
}
.chosebottombox{
  margin-top: 50px;
}
.textservicewhypage{
  display: block;
}
.titleservicewhypage h3{
  margin-bottom: 15px;
}
.imageaboutcompanypage img{
  max-width: 100%;
  height: auto;
}
.textoverlayaboutpage{
  top: 6%;
}
.prooverlayprogressaboutpagee{
  top: 38%;
}
.member .member-info-content{
  background: #fff !important;
}
.member .social{
  top: 38%;
}
.textteamboxpage{
  display: block;
}
.titleteamboxpage h3{
  margin-bottom: 18px;
}
.boxtextimagepageabout{
  margin: 0px auto;
  text-align: center;
  display: block;
}
.imageboxaboutpage img{
  margin-bottom: 25px;
}
.linepageaboutt{
  margin: 0 auto;
}
.imageboxpageabout{
  margin-top: 75px;
}
.imageboxpageabout img{
  max-width: 100%;
  height: auto;
}
.linkcareerpage a{
  margin-bottom: 25px;
}
.linkcareerpagecv {
    width: fit-content;
    float: right;
    margin-top: 7px;
}
.jpbbpxpagecareer{
  margin-top: 35px;
}
.carepagebox{
  width: 100%;
}
.carepagebox img{
  width: 100%;
  height: auto;
}
.navbar .mainmenuarea ul li>a{
  color: #000;
}
.boximagevideoindex img{
  height: auto;
}
.formindexcontact{
  display: block;
}
.pictureformindex img{
  height: auto;
}
.formcontactusindex {
    width: 100%;
    height: 565px;
    margin: 17px auto;
    display: table;
}
.whoworkbox img{
  margin: 0 auto;
  display: table;
}
.whocounterbox span{
  left: 55px;
}
.blogboximage img{
  width: 100%;
  height: auto;
}
.whoworkbox small{
  margin-bottom: 35px;
}
.member img{
  height: auto;
}
}
@media (max-width: 768px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .overlaytextproject{
    display: block;
  }
  section.sliderproject{
    margin-top: 0px;
  }
  .commentboximageindex span{
    padding: 0px 106px;
  }
}
@media (max-width: 767px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .helpfooterbox{
    margin-top: 30px;
  }
  .footercopy{
    text-align: center;
    margin-bottom: 15px;
  }
  .menufooter{
    float: none;
    text-align: center;
  }
  .textwhychose h3 {
    font-size: 31px;
  }
  .portfolio .portfolio-item img {
    max-width: 100%;
    height: auto;
}
.overlaytextwhypage span{
  display: none;
}
.prooverlayprogressaboutpagee{
  display: none;
}
.textoverlayaboutpage{
  top: 17%;
}
.pricetextpage h2{
  font-size: 32px;
}
.boxbuttomcareerpagetext i{
      padding: 25px 19px 1px 26px;
}
.imagecategorythumnail img {
    max-width: 100%;
    height: auto;
}
.whoworkbox small{
  margin-bottom: 35px;
}
}

@media (max-width: 575px) {
  html{
    overflow: hidden;
    overflow-y: scroll;
  }
  .hero .social-links a{
    margin-left: 0px;
  }
  .boximagevideoindex img {
    max-width: 100%;
    height: auto;
}
.projectboximage img{
  width: 100%;
  height: 400px;
}
.overlaytextproject{
  top: 14%;
}
.commentboximageindex span{
  padding: 0px 11px;
}
.overlayimagewhypage img {
    max-width: 100%;
    height: auto;
}
.overlaytextwhypage{
  display: none;
}
section#progressaboutpage{
  margin-top: 50px;
}
.member .member-info-content{
  background: none !important;
}
.navigationtop img{
  max-width: 100%;
  height: auto;
}
.heropage{
  width: 100%;
height: auto;
    padding: 0px;
}
.navigationtop h2{
  display: none;
}
.navigationtop nav ul{
  top: 45%;
}
.imagesinglethumnail img {
    max-width: 100%;
    height: auto;
}
section#commentcustomer{
  display: none;
}
}
