@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "MuseoModerno", serif;
    line-height: 25px;
  font-size: 14px;
  background: #000;
  color: #000;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
a {
  padding: 0;
  margin: 0;
}
.logo img {
  max-width: 350px;
}
.cover {
  background: url(../images/cover.png) no-repeat left top / cover;
}
.container {
  background: #fff;
}
.abt_img img {
  max-width: 100%;
}
.caps {
  text-align: center;
  margin: 5rem 0 0;
  position: relative;
  z-index: 9;
}
.caps h3 {
color: #eb6122;
  font-size: 36px;
  margin-bottom: 12px;
}
.caps h2 {
  font-size: 42px;
  font-weight: bold;
}
.comn_btn_1 {
background: rgb(226, 68, 37);
  background: linear-gradient( 90deg, rgba(226, 68, 37, 1) 0%, rgba(246, 134, 31, 1) 100% );
  color: #fff;
font-size: 20px;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 100px;
  font-family: "Poppins", serif;
  font-weight: 550;
  border: none;
}
.comn_btn_1:hover {
  box-shadow: inset 9em 0 0px 0 #ffae2e, inset -9em 0 0px 0 #ffae2e;
  border-color: #dd7e2a;
  color: #fff;
}
.bottom_arch img {
  max-width: 100%;
}
.bubbles {
  position: absolute;
  left: 0;
  bottom: 177px;
}
.bubbles {
  width: 400px;
}
.bubbles img {
  max-width: 100%;
}
.cont_cover p {
  display: flex;
  align-items: start;
    font-family: "Poppins", serif;
  font-weight: 550;
}
.cont_cover p i {
  color: #e54d24;
}
.abt_sec  {
    background: #f6f6f6;
  padding: 0 40px;
}
.abt_sec p {
  margin-bottom: 14px;
  color: #585858;
  font-size: 16px;
}
p {
     font-family: "Poppins", serif;
}
.tech_bx {
  border-radius: 16px;
  overflow: hidden;
  margin: 2px 0;
  border: 1px solid #e6e6e6;
  position: relative;
  top: 0;
  transition: all 300ms ease-out;
}
.tech_bx img {
  width: 70%;
  margin: 7px auto 2px;
}
.tech_bx p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.tech_ico_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tech {
  padding: 0 40px;
}
.tech_ico_flex .item {
width: 9.2%;
}
.serv_sec {
  padding: 0 40px;
}
.serv_bx {
  background: linear-gradient( 90deg, rgba(255, 210, 179, 1) 0%, rgba(255, 210, 179, 1) 100% );
  background: rgba(255, 222, 210, 0.9);
  background: linear-gradient( 90deg, rgb(255, 97, 42) 0%, rgb(255, 140, 57) 100% );
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 24px;
  position: relative;
}
.serv_ico {
  width: 100px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 100%;
}
.serv_ico img {
  max-width: 50%;
}
.serv_bx h6 {
  font-size: 22px;
  font-family: "Poppins", serif;
  font-weight: 550;
  margin-bottom: 14px;
  min-height: 50px;
  color: #fff;
}
.serv_bx p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.serv_bx::after {
  background: url(../images/serv_bx_top.png) no-repeat right top/ 43%;
  position: absolute;
  content: "";
  width: 100%;
  height: 95%;
  top: 0;
  right: 0;
  opacity: 0.8;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
}
.portfolio_erp .portfolio {
  display: block !important;
}
.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.overlay-1 {
  height: 0px;
  right: 0;
  left: initial;
  width: 0px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(226, 68, 37, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-family: "Poppins", serif;
  text-align: center;
}
.portfolio .text-category {
  font-size: 17px;
  color: #9d9d9d;
  font-weight: 500;
}
.label-text a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  display: block;
}
.portfolio_erp .portfolio .label {
  min-height: 77px;
}
.portfolio .label {
  width: 100%;
  bottom: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  padding: 7px 0;
  color: #0c0c0c;
  font-weight: 550;
  z-index: 9;
}
.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  font-family: "Poppins", serif;
  text-align: center;
}
.portfolio .text-category {
  font-size: 17px;
  color: #9d9d9d;
  font-weight: 500;
}
.label-text a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin: 4px 0;
  text-decoration: none;
}
.sub_hd {
  font-size: 22px;
  padding: 0 14px;
}
.sub_hd_2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.portfolio-wrapper:hover .overlay-1 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.portfolio-wrapper:hover .text-category {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.portfolio-wrapper:hover .label-text a {
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
  display: block;
  border-radius: 5px;
  font-family: "MuseoModerno", serif;
  width: 87px;
  margin: 7px auto;
}
.app .portfolio-wrapper:hover .label-text a {
  font-size: 28px;
  display: flex;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  color: #3b3b3b;
  align-items: center;
  justify-content: center;
}
.brck {
  font-size: 16px;
  color: #0b0b0b;
  display: block;
  width: 100%;
  text-align: center;
  margin: 37px 0 0;
}
.grid_box {
   font-family: "Poppins", serif;
}
.grid_box.ceo {
  width: 35%;
  padding: 10px 0;
  border: 2px solid #ea4535;
  text-align: center;
  font-weight: bold;
  margin: 7px auto 55px;
  position: relative;
  background: #fff;
  border-radius: 7px;
}
.h_line02 {
  width: 2px;
  height: 97px;
  position: absolute;
  right: 173px;
  background: #ea4535;
  z-index: 0;
  top: 46px;
}
.serv_boxes {
  position: absolute;
  right: -255px;
  border: 2px dashed #000;
  top: 0;
  width: 212px;
  text-align: left;
  border-radius: 7px;
}
.serv_boxes ul {
  list-style-type: none;
  padding: 7px 6px;
  margin: 0;
  background: #fff;
}
.serv_boxes ul li {
  font-size: 12px;
  text-align: center;
}
.grid_box.fst {
  width: 31.3%;
  padding: 10px 0;
  border: 2px solid #ea4535;
  text-align: center;
  font-weight: bold;
  margin: 30px 1% 30px;
  float: left;
  background: #fff;
  position: relative;
  border-radius: 7px;
}
.grid_box.sec {
  width: 23%;
  padding: 10px 0;
  border: 2px solid #ea4535;
  text-align: center;
  font-weight: bold;
  margin: 30px 1%;
  float: left;
  position: relative;
  background: #fff;
  border-radius: 7px;
}
.h_line05 {
  width: 2px;
  height: 28px;
  position: absolute;
  right: 105px;
  background: #ea4535;
  bottom: 47px;
}
.h_line04 {
  width: 931px;
  height: 2px;
  position: absolute;
  right: -309px;
  background: #ea4535;
  z-index: 0;
  top: 78px;
}
.thnk_bg {
  max-width: 100%;
}
.logo_2 {
  position: relative;
  top: -60px;
  margin-top: -46px;
}
.thnk_you_h2 {
  font-size: 40px;
  font-weight: 550;
}
.thnk_pic {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 380px;
}
.thnk_pic img {
max-width: 100%;
}
.map {
max-width: 750px;
  height: 400px;
  margin: 7px auto;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid #fc9104;
}
.top_sec {
  padding: 7px 0;
  text-align: center;
  margin: 0 0;
  position: fixed;
  width: 170px;
  right: 11px;
background: rgb(226, 68, 37);
  background: linear-gradient( 90deg, rgba(226, 68, 37, 1) 0%, rgba(246, 134, 31, 1) 100% );
  z-index: 99999;
  top: 6px;
border-radius: 100px;
}
.top_sec p {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.top_sec p a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.top_sec img {
  width: 27px;
  margin: 0 5px 0px 0;
}
.vsn {
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  margin: 2rem 0;
}
.col_1 {
  background: #fef3e9;
}
.vsn_ico {
  width: 145px;
  border-radius: 100%;
  overflow: hidden;
  margin: -42px auto 12px;
  position: relative;
  top: -14px;
  border: 7px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
}
.vsn_ico img {
  max-width: 100%;
}
.vsn_txt h2 {
  font-size: 20px;
  font-weight: 550;
  margin: 0 0 7px;
}
.col_2 {
  background: #fff3ef;
}
.col_3 {
  background: #fffdeb;
}
.col_1:hover {
  background: #fde3cc;
}
.col_2:hover {
  background: #e5cdc5;
}
.col_3:hover {
  background: #fdf8ca;
}
.adrs_sec {
padding: 0 40px;
  position: relative;
  z-index: 9;
  max-width: 70%;
  margin: 0 auto;
}
.adres_bx {
background: linear-gradient( 90deg, rgb(2, 43, 94) 0%, rgb(23, 52, 122) 100% );
  border-radius: 14px;
  padding: 30px 30px;
  position: relative;
}
.adres_bx_3 {
  background: linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100% );
}
.brosh_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
opacity: 0.2;
  height: 100%;
  border-radius: 14px;
}
.adres_bx p {
font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 550;
  display: flex;
  position: relative;
  z-index: 1;
}
.adres_bx p a {
  color: #fff;
  text-decoration: none;
}
.adres_bx i.bi.bi-geo-alt, .adres_bx .fa-address-book {
  position: absolute;
  left: -20px;
  top: -22px;
  font-size: 32px;
  background: #000;
  border-radius: 100%;
  padding: 9px;
  border: 3px solid #fff;
  color: #fff;
  z-index: 9;
}
.adres_bx.adres_bx_2 {
background: #fff;
  border-radius: 14px;
  padding: 30px 40px;
  border: 4px solid #e34825;
  height: 100%;
}
.adres_bx.adres_bx_2 p {
  color: #181818;
}
/**Responsive**/

@media (max-width: 767px) {
  .logo img {
  max-width: 80%;
}
.caps h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
.caps h2 {
  font-size: 30px;
}
.tech_ico_flex .item {
  width: 30%;
}
.tech, .abt_sec, .serv_sec, .adrs_sec {
  padding: 0 10px;
}
.adrs_sec {
  max-width: 95%;
}
.adres_bx {
  padding: 27px 28px;
  margin: 5px 0 32px;
}
.logo_2 {
  position: relative;
  top: 0;
  margin-top: 0;
}
.thnk_you_h2 {
  font-size: 30px;
  margin: 25px 0;
}
.map {
  margin: 7px 15px;
}
.cover {
  padding-top: 32px;
}
}

@media (max-width: 565px) {
  #portfoliolist .portfolio {
  width: 100%;
  margin: 1%;
}
.grid_box.ceo {
    width: 47%;
    margin: 7px auto 55px 0;
}
.h_line02 {
    right: 12px;
    top: 56px;
}
.serv_boxes {
    right: -167px;
    width: 158px;
    top: -2px;
}
.h_line03 {
    right: 38px;
    top: 56px;
    height: 24px;
}
.grid_box.fst, .grid_box.sec, .grid_box.ceo {
    font-size: 11px;
    line-height: 15px;
    height: 59px;
    padding: 5px 7px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.h_line04 {
    width: 258px;
    right: -85px;
    top: 79px;
}

.h_line05 {
    height: 37px;
    right: 30px;
    bottom: 57px;
}
.serv_boxes ul li {
    margin-bottom: 5px;
    line-height: 15px;
    margin-top: 5px;
}
.caps {
  margin: 3rem 0 0;
}
.bubbles {
 width: 332px;
 bottom: 202px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tech_ico_flex .item {
  width: 15%;
}
.bubbles {
  bottom: 194px;
}
.tech, .abt_sec, .serv_sec, .adrs_sec{
  padding: 0 15px;
}
.serv_bx h6 {
  font-size: 18px;
}
.label-text a {
  font-size: 15px;
  margin: 2px 0;
}
.portfolio .text-category {
  font-size: 15px;
}
.sub_hd_2 {
  font-size: 18px;
}
.logo_2 {
  position: relative;
  top: -16px;
  margin-top: 0;
}
.map {
  margin: 7px 15px;
}
.h_line02 {
  top: 72px;
  right: 115px;
}
.h_line04 {
  width: 518px;
  right: -125px;
}
.grid_box.sec {
  line-height: 15px;
  min-height: 53px;
}
.h_line05 {
  right: 105px;
  bottom: 51px;
}
.serv_boxes {
  right: -235px;
}
}