@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  /* src: url("../Montserrat-Medium.ttf"); */
  /* src: url("../Montserrat-Black.ttf"); */
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  /* src: url("../Montserrat-Medium.ttf"); */
  /* src: url("../Montserrat-Black.ttf"); */
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  /* src: url("../Montserrat-Medium.ttf"); */
  /* src: url("../Montserrat-Black.ttf"); */
}

/* body */
html {
  scroll-behavior: smooth;
}
body {
  background-color: #131313;
  /* overflow-x: hidden; */
}

a {
  text-decoration: none;
}
.row {
  --bs-gutter-x: 0rem;
  margin: 0 !important;
}
.backgroungHoverCover {
  position: absolute;
  height: 100vh;
  /* width: 100%; */
  background-color: #00000098;
  z-index: 99;
}

/*/////////////////////////// home page////////////////// */

/* navbar  */

.vedio {
  position: relative;
  /* height: 70vh; */
}

.vedio video {
  height: 100vh;
  object-fit: cover !important;
}

.onvedio {
  background-color: rgb(0, 0, 0, 0.2);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}

.navbar {
  background-color: transparent !important;
  padding-top: 20px;
}

.navbar button {
  color: #fff !important;
}
.navbar .container-fluid {
  margin: 0 4.5%;
}

.navbar .nav-link {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 27px;
  margin-right: 18px;
  color: #ffffff;
}

.navbar .LoginLink {
  cursor: pointer;
}

.navbar .nav-item .active {
  border-bottom: 1px solid #ed1d24;
  color: #ffffff;
}

.closeNav {
  width: 40%;
  position: fixed;
  right: -1000px;
  top: 0;
  z-index: 99999999999999999999;
  transition: 1.5s;
}

.closeNav .img img {
  margin: 20px;
  /* width: 100% !important; */
  cursor: pointer;
}

.respNav {
  background-color: #fff;
  width: 90%;
  height: 100vh;
}

.respNav .navheader a {
  margin-top: 40px;
}

.respNav .navheader .logo {
  margin: 10% 20%;
}

.respNav .head .line {
  width: 15%;
  height: 1.5px;
  background-color: #000000;
  margin-block: 4px;
  margin: 4px 10px;
}

.respNav .head h5 {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.respNav li {
  list-style: none;
}

.respNav .redline {
  width: 15% !important;
  height: 1px !important;
  background-color: #fff !important;
  margin-block: 4px !important;
  margin: 4px 8px !important;
}

.respNav .active {
  background-color: #dc1c22 !important;
}

.respNav li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.respNav .social {
  margin-top: 100px;
}

.respNav .social ul a {
  margin-right: 8%;
}

.servesHover {
  background-color: #000000;
  position: fixed;
  height: 100vh;
  padding: 30px;
  padding-left: 50px;
  z-index: 9999;
  top: 100px;
  display: none;
  transition: 1s !important;
}

.servesHover .head .line {
  width: 60px;
  height: 1px;
  background-color: #dc1c22;
  margin-block: 5px;
}

.servesHover .vline {
  height: 570px;
  width: 1px;
  background-color: #fff;
}

.servesHover .head h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}

.servesHover li {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #ffffffdf;
  margin-top: 55px;
}

.servesHover button {
  margin: 0px;
  background: transparent;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  /* padding: 14px 35px; */
  color: #dc1c22;
}

.loginHover {
  position: fixed;
  left: 77%;
  top: 11%;
  width: 22%;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border-radius: 10px;
  display: none;
}

.loginHover img {
  position: relative;
  top: -12px !important;
  left: 96px;
}

.loginHover h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.loginHover input {
  margin: 35px auto;
  margin-bottom: 0px !important;
  display: block;
  padding: 15px;
  width: 80%;
  border: 0.7px solid #000000;
  border-radius: 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.loginHover button {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  border: none;
  color: #ffffff;
  background: #ed1d24;
  border-radius: 4px;
  padding: 9px 86px;
}

.loginHover .forgetpass {
  margin-left: 50%;
  margin-bottom: 15px;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #2d2626;
}

.loginHover h6,
a {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-top: 25px;
  /* margin-bottom: 25px; */
}

.loginHover a {
  font-weight: 600;
  color: #2d2626;
}

/* welcome section */

#welcomesec .contant {
  margin-left: 75px;
  position: relative;
  top: 70%;
}

#welcomesec .contant h1 {
  position: relative;
  left: -60%;
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
}

#welcomesec .contant .cont {
  margin-top: 0px;
}

#welcomesec .contant .vedio {
  display: flex;
  /* justify-content: space-around; */
  background: #ffffffe9;
  border-radius: 50px;
  /* width: 30%; */
  padding: 0px 45px;
  opacity: 0;
}

#welcomesec .contant .vedio h6 {
  /* display: inline-block; */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin-top: 22px;
  line-height: 27px;
  width: 100%;
  color: #3e3e3e;
  margin-right: 65px;
}

#welcomesec .contant .vedio img {
  margin-top: 17px;

  height: 50%;
}

#welcomesec .socail ul {
  display: flex;
  opacity: 0;
}

#welcomesec .socail ul li {
  margin-right: 40px;
  list-style: none;
}

/*  WHY US SECTION  */

#whyUs {
  background-image: url("../images/tim-russmann-d_Ti2olBog8-unsplash (1).png");
  background-attachment: fixed;
  background-position: center center;
  padding: 90px 0;
}

#whyUs .whyUs {
  background-color: #f2f2f2;
  box-shadow: 0px 25px 30px rgba(255, 255, 255, 0.2);
}

#whyUs .whyUs .col-md-12 {
  width: 80%;
  margin: auto;
}

#whyUs .whyUs .title .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 60px;
}

#whyUs .whyUs h2 {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 61px;
  margin-top: 34px;
  color: #000000;
}

#whyUs .whyUs p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000b1;
  margin-top: 30px;
}

#whyUs .whyUs p span {
  color: #dc1c22;
}

#whyUs .whyUs .number {
  text-align: left;
  display: flex;
  justify-content: center;
}
#whyUs .whyUs .number .row {
  width: 90%;
}

#whyUs .whyUs .number h4 {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 61px;
  color: #000000;
}

#whyUs .whyUs .number .line {
  width: 122px;
  height: 3px;
  background-color: #000000;
  margin-left: 22px;
}

#whyUs .whyUs .number p {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px !important;
  color: #000000;
}

#whyUs .btns {
  text-align: center;
  margin-top: 40px;
}

#whyUs .btns .whitebtn {
  background: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  border-radius: 0px;
  text-align: center;
  padding: 16px 86.8px;
  color: #000000;
  margin-right: 30px;
}

#whyUs .btns .redbtn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  border-radius: 0px;
  text-align: center;
  color: #ffffff;
  padding: 16px 55.87px;
  background: #dc1c22;
}

/* SERVES SECTION */

.serves {
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  padding: 37px;
}

.serves h2 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 61px;
  color: #000000;
}

.serves p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000b1;
  margin-top: 30px;
}
#serves .serve1 {
  background-image: url("../images/andy-li-CpsTAUPoScw-unsplash.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

#serves .serve2 {
  background-image: url("../images/e2c3bebf-93cf-4a83-9f2e-a547bfd70677 1.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}

#serves .serve3 {
  background-image: url("../images/image 172.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}

#serves .serve4 {
  background-image: url("../images/image 174.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}

#serves .contant {
  position: relative;
  top: 50%;
  margin-left: 8%;
}

#serves .contant h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 73px;
  color: #ffffff;
}

#serves .line {
  width: 50%;
  margin: 15px 3%;
  height: 2px;
  background-color: #ed1d24;
}

#serves p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  width: 55%;
  margin-left: 3%;
  margin-bottom: 40px !important;
  color: #ffffffda;
}

#serves .contant a {
  /* display: inline-block; */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  margin-left: 3%;
}

#serves .contant a .line {
  display: inline-block;
  width: 6%;
  height: 1px;
  background-color: #dc1c22;
  margin: 0px !important;
  margin-left: 10px !important;
}

/* PORTFOLIO SECTION */

#portfolio {
  position: relative;
  background-image: url("../images/tim-russmann-d_Ti2olBog8-unsplash.png");
  background-position: 100% 100%;
  background-attachment: fixed;
  padding: 100px 0;
}

#portfolio .portfolio {
  background-color: #f2f2f2;
  text-align: center;
  opacity: 0;
}

#portfolio .portfolio h2 {
  text-align: center;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 61px;
  color: #000000;
  margin-top: 41px;
}

#portfolio .portfolio p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000af;
  margin-top: 30px;
}

#portfolio .portfolio .line {
  width: 30%;
  height: 1px;
  background-color: #dc1c22;
  margin: 25px auto;
}

#portfolio .portfolio .p2 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000b1;
  margin-top: 30px;
}

#portfolio h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  /* identical to box height */
  text-align: center;

  color: #ffffff !important;
}

#portfolio .swiper-container {
  width: 95%;
  margin: auto;
  overflow: hidden;
  margin-top: 70px;
}

#portfolio .background {
  width: 200px;
  height: 133px;
  background-color: rgba(255, 255, 255, 0.798) !important;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#portfolio .companies .swiper-slide {
  opacity: 0;
}

#portfolio .companies .swiper-slide .active {
  width: 200px;
  height: 133px;
  border: none !important;
  background-color: #fff !important;
  border-radius: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#portfolio .nav-tabs {
  border: none;
  margin: auto !important;
  width: 90%;
}

#portfolio .companies .nav-link {
  border: none !important;
}

#portfolio .features {
  width: 90%;
  margin: auto;
  margin-top: 100px;
}

#portfolio .features .nav-link {
  width: 25%;
  border: none !important;
  text-align: left !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
  list-style: disc;
}

#portfolio .features #nav-tab .active {
  opacity: 1;
  background-color: transparent;
}

#portfolio .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 90%;
}

#portfolio .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 5%;
}

#portfolio .swiper-button-next,
#portfolio .swiper-button-prev {
  color: #fff;
}

#portfolio .swiper-button-next:after,
#portfolio .swiper-button-prev:after {
  font-size: 30px !important;
}

/* NEWS SECTION */

#news {
  padding: 100px;
  background-image: url("../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall (1).png");
  background-attachment: fixed;
}

#news .cont {
  width: 90%;
  padding: 12px 0;
}

#news .cont {
  margin: auto;
}

#news .cont:hover {
  transform: scale(1.1);
  transition: 1s;
}

#news h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #ffffff;
}

#news .line {
  width: 20%;
  height: 1px;
  background-color: #dc1c22;
  margin: 35px auto;
}

#news p {
  width: 70%;
  margin: auto;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 100px;
  color: #ffffffca;
}

#news p span {
  color: #dc1c22;
}

#news .contant {
  text-align: left !important;
}

#news .img {
  text-align: left !important;
  position: relative;
}

#news .history {
  position: absolute;
  top: 20px;
  left: -20px;
  text-align: left !important;
  width: 147px;
  height: 83px;
  background: #ffffff;
  padding-left: 20px;
  border-radius: 10px 0px 0px 10px;
}

#news .history h4 {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-top: 10px;
  color: #000000;
}

#news .history h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

#news .contant h6 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffffe7;
  margin: 15px 0;
}

#news .contant h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 43px;
  color: #ffffff;
}

#news .contant p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 100;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  color: #ffffffa5;
  text-align: left;
  margin-bottom: 30px;
}

#news .contant a {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffffa5;
  text-decoration: none;
}

#news .contant a .line {
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #ffffffa5;
  margin: 0px !important;
  margin-left: 10px !important;
}

#news .btns {
  display: flex;
  justify-content: center;
}

#news .btns .btn1 {
  background-color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-top: 70px;
  color: #000000;
  padding: 13px 51px;
}

/* ourclient */

.ourclient {
  background-image: url("/images/tim-russmann-d_Ti2olBog8-unsplash (1).png");
  background-attachment: fixed;
  padding: 100px 0;
}

.ourclient h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */

  text-align: center;
  color: #ffffff;
}

.ourclient .redLine {
  width: 20%;
  margin: auto;
  height: 1px;
  background-color: #fff;
}

.ourclient img {
  width: 100%;

border-radius: 20px;}

/* CONTACT SECTION */

#contact {
  background-color: #1f1e1d;
}

#contact h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 49px;
  color: #ffffff;
  margin: 30px 0;
  margin-bottom: 38px;
}

#contact button {
  border: 1px solid #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  color: #ffffff;
  background-color: transparent;
  padding: 13px 29px;
  margin-bottom: 40px;
  margin-right: 40px;
}

#contact h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 40px;
}

#contact p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  color: #ffffffe4;
  margin-bottom: 65px !important;
}

#contact .p1 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
  width: 80%;
  color: #ffffffe4;
  margin-bottom: 65px !important;
}

#contact svg {
  display: inline-block;
  margin-right: 10px;
  font-family: "Montserrat";
  font-style: normal;
  color: #ffffff;
}

#contact img {
  width: 100%;
}

#contact .container-fluid {
  padding: 5px;
}

/* FOOTER SECTION */

#footer {
  padding-left: 3%;
}

#footer h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-top: 30px;
  color: #ffffff;
}

#footer .row {
  margin-top: 30px;
}

#footer .row .col-lg-6 {
  margin-top: auto;
}

#footer ul {
  display: flex;
}

#footer ul li {
  list-style: none;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  margin-right: 40px;
  color: #ffffff;
  opacity: 0.6;
}

#footer .social ul {
  margin-left: 40px;
  /* margin-left: 200px; */
  display: flex;
  justify-content: end;
}

#footer .social li {
  background-color: #b6070d;
  border-radius: 10px;
  padding: 11px 17px;
  color: #fff !important;
}

#footer .social li {
  background-color: #b6070d;
  border-radius: 10px;
  padding: 11px 17px;
}

#footer .social .up {
  cursor: pointer;
}

#footer p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

#footer span {
  color: #dc1c22;
}

#footer a {
  margin-top: 0px;
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  .loginHover {
    position: fixed;
    left: 74.2%;
    top: 15%;
    width: 22%;
  }
  .servesHover .vline {
    height: 450px;
    width: 1px;
    background-color: #fff;
  }

  .servesHover .head h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .servesHover li {
    font-size: 15px;
    margin-top: 25px;
  }

  .servesHover button {
    /* margin: 0 20px; */
    /* padding: 14px 20px; */
    position: relative;
    top: -30%;
  }
  #welcomesec .contant {
    margin-left: 75px;
    position: relative;
    top: 62%;
  }

  #portfolio .arr img {
    width: 1000px !important;
  }

  #portfolio .swiper-button-next {
    position: absolute;
    top: 50%;
    left: 98%;
  }

  #portfolio .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0%;
  }

  #contact .container-fluid {
    margin-left: 30px;
  }
  #contact h4 {
    font-size: 25px;
    margin: 25px 0;
  }

  #contact button {
    margin-bottom: 15px;
  }

  #contact h6 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  #contact p {
    font-size: 15px;
    margin-bottom: 15px !important;
  }

  #contact .p1 {
    margin-bottom: 15px !important;
  }

  #contact svg {
    margin-right: 10px;
    font-style: normal;
    margin-left: 0 px;
    color: #ffffff;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .loginHover {
    position: fixed;
    left: 70.8%;
    top: 15%;
    width: 25%;
  }
  .closeNav {
    width: 50%;
  }

  .navbar .nav-link {
    font-size: 13px;
    line-height: 24px;
    margin-right: 12px;
  }

  .servesHover {
    padding: 10px;
    padding-left: 10px;
    top: 100px;
  }

  .servesHover .head .line {
    width: 30px;
  }

  .servesHover .vline {
    height: 380px;
  }

  .servesHover .head h5 {
    font-size: 14px;
    line-height: 30px;
  }

  .servesHover li {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }

  .servesHover button {
    /* margin: 10px 25px; */
    font-size: 12px;
    line-height: 24px;
    /* padding: 5px 10px; */
  }

  #welcomesec .contant {
    margin-left: 70px;
    top: 50%;
  }

  #welcomesec .contant h1 {
    left: -70%;
    font-size: 40px;
  }

  #welcomesec .contant .cont {
    margin-top: 30px;
  }

  #welcomesec .contant .vedio {
    padding: 8px 30px;
  }

  #welcomesec .contant .vedio img {
    width: 20%;
    height: 80%;
    margin-top: 5px;
  }

  #welcomesec .contant .vedio h6 {
    font-size: 14px;
    margin-top: 12px;
    margin-right: 30px;
  }

  #welcomesec .socail ul li {
    margin-right: 20px;
    list-style: none;
  }

  #whyUs .whyUs .col-md-12 {
    width: 80%;
    margin: auto;
  }

  #whyUs .whyUs h2 {
    font-size: 35px;
    margin-top: 34px;
  }

  #whyUs .whyUs p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #whyUs .whyUs .number h4 {
    font-size: 35px;
  }

  #whyUs .whyUs .number .line {
    width: 110px;
  }
  #whyUs .whyUs .number p {
    font-size: 15px;
    margin-top: 10px !important;
  }

  .serves {
    padding: 30px;
  }

  .serves h2 {
    font-size: 35px;
  }

  .serves p {
    font-size: 14px;
    margin-top: 20px;
  }

  #serves .contant {
    top: 40%;
  }

  #serves .contant h2 {
    font-size: 35px;
  }

  #serves p {
    font-size: 16px;
    width: 55%;
    margin-bottom: 30px !important;
  }

  #serves .contant a {
    font-size: 20px;
  }

  #portfolio .portfolio h2 {
    font-size: 35px;
    margin-top: 20px;
  }

  #portfolio .portfolio p {
    font-size: 16px;
    margin-top: 0px;
  }
  #portfolio .portfolio .line {
    margin: 12px auto;
  }

  #portfolio .portfolio img {
    width: 100%;
    height: 100%;
  }

  #portfolio .portfolio .p2 {
    font-size: 16px;
    margin-top: 0px;
  }

  #portfolio .swiper-container {
    margin-top: 70px;
  }

  #portfolio .background {
    width: 150px;
    height: 133px;
  }

  #portfolio .background img {
    width: 100%;
  }

  #portfolio .companies .swiper-slide .active {
    width: 150px;
    height: 133px;
    margin-left: 15px;
  }

  #portfolio .nav-tabs {
    width: 100%;
  }

  #portfolio .features {
    margin-top: 50px;
  }

  #portfolio .features .nav-link {
    font-size: 17px;
  }

  #portfolio .arr img {
    width: 600px !important;
  }

  #portfolio .swiper-button-next {
    top: 76%;
    left: 95%;
  }
  #portfolio .swiper-button-prev {
    top: 76%;
    left: 1%;
  }

  #news {
    padding: 30px;
  }

  #news .cont {
    width: 95%;
    padding: 12px 0;
  }

  #news .cont:hover {
    transform: scale(1.05);
  }

  #news h2 {
    font-size: 35px;
    line-height: 61px;
  }

  #news .line {
    margin: 18px auto;
  }
  #news p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #news .contant h6 {
    font-size: 12px;
    line-height: 18px;
  }

  #news .contant h3 {
    font-size: 20px;
    line-height: 43px;
  }
  #news .contant p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    color: #ffffffa5;
    text-align: left;
    margin-bottom: 30px;
  }

  #news .contant a {
    font-size: 12px;
    line-height: 18px;
  }

  #news .btns .btn1 {
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 40px;
  }

  #contact .container-fluid {
    padding-left: 5px;
  }

  #contact h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
    margin-bottom: 20px;
  }

  #contact button {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 14px;
    margin-bottom: 15px;
    margin-right: 14px;
  }

  #contact h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  #contact p {
    font-size: 10px;
    margin-bottom: 10px !important;
  }

  #contact .p1 {
    font-size: 10px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  #contact img {
    width: 100%;
    height: 100%;
  }

  #footer {
    padding-left: 2%;
  }

  #footer h4 {
    font-size: 16px;
    margin-top: 15px;
  }

  #footer .row {
    margin-top: 10px;
  }

  #footer .footerNAv li {
    font-size: 14px;
    line-height: 100%;
    margin-right: 10px;
    margin-block: 18px;
  }

  #footer .social ul {
    margin-left: 0px !important;
    margin-right: 0px;
  }

  #footer .social li {
    margin-right: 20px !important;
  }

  #footer p {
    font-size: 14px;
    margin: 15px 0;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .closeNav {
    width: 70%;
  }

  .servesHover {
    padding: 10px;
    padding-left: 10px;

    top: 100px;
  }

  .servesHover .head .line {
    width: 30px;
  }

  .servesHover .vline {
    height: 380px;
  }

  .servesHover .head h5 {
    font-size: 14px;
    line-height: 30px;
  }

  .servesHover li {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }

  .servesHover button {
    margin: 10px 25px;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 10px;
  }

  #welcomesec .contant {
    margin-left: 30px;
    top: 45%;
  }

  #welcomesec .contant h1 {
    left: -70%;
    font-size: 25px;
  }

  #welcomesec .contant .cont {
    margin-top: 10px;
  }

  #welcomesec .contant .vedio {
    padding: 12px 20px;
    height: fit-content;
    margin-top: 15px;
  }

  #welcomesec .contant .vedio img {
    width: 20%;
    height: 20%;
  }

  #welcomesec .contant .vedio h6 {
    font-size: 14px;
    margin-top: 11px;
    margin-right: 5px !important;
  }

  #welcomesec .socail ul li {
    margin-right: 8px;
  }

  #whyUs .whyUs .col-md-12 {
    width: 90%;
    margin: auto;
  }

  #whyUs .whyUs .title .line {
    width: 90%;
    margin-top: 50px;
  }
  #whyUs .whyUs h2 {
    font-size: 30px;
    margin-top: 20px;
  }

  #whyUs .whyUs p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  #whyUs .whyUs .number {
    margin-left: 20px;
  }

  #whyUs .whyUs .number h4 {
    font-size: 25px;
    line-height: 40px;
  }

  #whyUs .whyUs .number .line {
    width: 50px;
  }
  #whyUs .whyUs .number p {
    font-size: 12px;
    margin-top: 5px !important;
  }

  #whyUs .btns {
    text-align: center;
    margin-top: 20px;
  }

  #whyUs .btns .whitebtn {
    font-size: 18px;
    padding: 10px 40px;
    margin-right: 30px;
  }

  #whyUs .btns .redbtn {
    font-size: 18px;
    padding: 10px 30px;
  }

  .serves {
    padding: 15px;
  }

  .serves h2 {
    font-size: 25px;
  }

  .serves p {
    font-size: 11px;
    margin-top: 10px;
  }

  #serves .serve1 {
    background-image: url("../images/andy-li-CpsTAUPoScw-unsplash.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve2 {
    background-image: url("../images/image\ 94.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve3 {
    background-image: url("../images/image\ 95.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve4 {
    background-image: url("../images/image\ 93.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .contant {
    top: 40%;
  }

  #serves .contant h2 {
    font-size: 25px;
  }

  #serves p {
    font-size: 14px;
    width: 60%;
    margin-bottom: 25px !important;
  }

  #serves .contant a {
    font-size: 15px;
  }

  #portfolio .portfolio h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  #portfolio .portfolio p {
    font-size: 14px;
    margin-top: 0px;
  }
  #portfolio .portfolio .line {
    margin: 10px auto;
  }

  #portfolio .portfolio img {
    width: 100%;
    height: 100%;
  }

  #portfolio .portfolio .p2 {
    font-size: 14px;
    margin-top: 0px;
  }

  #portfolio .swiper-container {
    margin-top: 50px;
  }

  #portfolio .background {
    width: 150px;
    height: 133px;
  }

  #portfolio .background img {
    width: 80%;
  }

  #portfolio .companies .swiper-slide .active {
    width: 150px;
    height: 133px;
    margin-left: 15px;
  }

  #portfolio .nav-tabs {
    width: 100%;
  }

  #portfolio .features {
    margin-top: 30px;
  }

  #portfolio .features .nav-link {
    width: 25%;
    padding: 0px;
    font-size: 10px;
  }

  #portfolio .features .nav-link li {
    padding: 0px;
  }

  #portfolio .arr img {
    width: 400px !important;
  }

  #portfolio .swiper-button-next {
    top: 55%;
    left: 94%;
  }
  #portfolio .swiper-button-prev {
    top: 55%;
    left: 1%;
  }

  #news {
    padding: 30px;
  }

  #news .cont {
    width: 95%;
    padding: 12px 0;
  }

  #news .cont:hover {
    transform: scale(1.05);
  }

  #news h2 {
    font-size: 25px;
    line-height: 61px;
  }

  #news .line {
    margin: 15px auto;
  }
  #news p {
    font-size: 14px;
    margin-bottom: 20px;
    width: 90%;
  }
  #news .cont:hover {
    transform: scale(1);
    transition: 1s;
  }

  #news .contant h6 {
    font-size: 12px;
    line-height: 18px;
  }

  #news .contant h3 {
    font-size: 20px;
    line-height: 43px;
  }
  #news .contant p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    color: #ffffffa5;
    text-align: left;
    margin-bottom: 30px;
  }

  #news .contant a {
    font-size: 12px;
    line-height: 18px;
  }

  #news .btns .btn1 {
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 40px;
  }

  #contact .container-fluid {
    padding-left: 5px;
  }

  #contact h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
    margin-bottom: 20px;
  }

  #contact button {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 14px;
    margin-bottom: 15px;
    margin-right: 14px;
  }

  #contact h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  #contact p {
    font-size: 10px;
    margin-bottom: 10px !important;
  }

  #contact .p1 {
    font-size: 10px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  #contact img {
    width: 100%;
    height: 100%;
  }

  #footer {
    padding-left: 2%;
  }

  #footer h4 {
    font-size: 16px;
    margin-top: 15px;
  }

  #footer .row {
    margin-top: 10px;
  }

  #footer .footerNAv li {
    font-size: 14px;
    line-height: 100%;
    margin-right: 10px;
    /* margin-block: 18px !important; */
    /* margin-top: 10px; */
  }

  #footer .social ul {
    /* display: block; */
    margin-left: 0px;
  }

  #footer p {
    font-size: 14px;
    margin: 15px 0;
  }
}

@media all and (max-width: 480px) {
  nav .navbar-brand {
    width: 50%;
  }

  nav img {
    width: 100%;
  }
  .closeNav {
    width: 100%;
  }
  #welcomesec .contant {
    margin-left: 30px;
    top: 50%;
  }

  #welcomesec .contant h1 {
    left: -70%;
    font-size: 25px;
    font-family: "Montserrat-bold";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
  }

  #welcomesec .contant .cont {
    margin-top: 10px;
  }

  #welcomesec .contant .vedio {
    padding: 2px 20px;
    height: fit-content;
    margin-top: 15px;
  }

  #welcomesec .contant .vedio img {
    width: 20%;
    height: 20%;
    margin-top: 10px;
  }

  #welcomesec .contant .vedio h6 {
    font-size: 14px;
    margin-top: 11px;
    margin-right: 0px !important;
  }

  #whyUs {
    padding: 30px 0;
  }

  #whyUs .whyUs .col-md-12 {
    width: 95%;
    margin: auto;
  }

  #whyUs .whyUs .title .line {
    width: 90%;
    margin-top: 50px;
  }
  #whyUs .whyUs h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
  }

  #whyUs .whyUs p {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
  }

  #whyUs .whyUs .number h4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
  }

  #whyUs .whyUs .number .line {
    margin-left: 10px;
    width: 30px;
  }

  #whyUs .whyUs .number {
    margin-left: 20px;
  }
  #whyUs .whyUs .number p {
    font-size: 8px;
    line-height: 12px;
    margin-top: 5px !important;
    width: 95%;
  }

  #whyUs .btns {
    text-align: center;
    margin-top: 20px;
  }

  #whyUs .btns .whitebtn {
    font-size: 12px;
    padding: 5px 30px;
    margin-right: 30px;
  }

  #whyUs .btns .redbtn {
    font-size: 12px;
    padding: 5px 14px;
  }

  .serves {
    padding: 10px 2px;
  }

  .serves h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 00px;
  }

  .serves p {
    font-size: 10px;
    line-height: 18px;
    margin-top: 0px;
  }

  #serves .serve1 {
    background-image: url("../images/andy-li-CpsTAUPoScw-unsplash.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve2 {
    background-image: url("../images/image\ 94.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve3 {
    background-image: url("../images/image\ 95.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .serve4 {
    background-image: url("../images/image\ 93.png");
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-attachment: scroll;
    transform: translateZ(0);
  }

  #serves .contant {
    top: 60%;
  }

  #serves .contant h2 {
    font-size: 18px;
    line-height: 20px;
  }

  #serves p {
    font-size: 9px;
    width: 80%;
    line-height: 20px;
    margin-bottom: 15px !important;
  }

  #serves .contant a {
    font-size: 10px;
  }

  #portfolio {
    padding: 20px 0;
  }
  #portfolio .portfolio h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
  }

  #portfolio .portfolio p {
    font-size: 10px;
    line-height: 15px;
    margin-top: 0px;
  }
  #portfolio .portfolio .line {
    margin: 10px auto;
  }

  #portfolio .portfolio img {
    width: 100%;
    height: 100%;
  }

  #portfolio .portfolio .p2 {
    font-size: 10px;
    line-height: 15px;

    margin-top: 0px;
  }

  #portfolio .swiper-container {
    margin-top: 50px;
    width: 100%;
  }

  #portfolio .background {
    width: 120px;
    height: 100px;
  }

  #portfolio .background img {
    width: 80%;
  }

  #portfolio .companies .swiper-slide .active {
    width: 120px;
    height: 100px;

    margin-left: 15px;
    margin-top: 10px;
  }

  #portfolio .nav-tabs {
    width: 100%;
  }

  #portfolio .features {
    margin-top: 20px;
  }

  #portfolio .features .nav-link {
    width: 25%;
    padding: 0px;
    font-size: 8px;
  }

  #portfolio .features .nav-link li {
    padding: 0px;
  }

  #portfolio .arr img {
    width: 280px !important;
  }

  #portfolio .swiper-button-next {
    top: 55%;
    left: 93%;
  }
  #portfolio .swiper-button-prev {
    top: 55%;
    left: 1%;
  }

  #news {
    padding: 30px;
  }

  #news .cont {
    width: 95%;
    padding: 12px 0;
  }

  #news .cont:hover {
    transform: scale(1.05);
  }

  #news h2 {
    font-size: 20px;
    line-height: 24px;
  }

  #news .line {
    margin: 15px auto;
  }
  #news p {
    font-size: 10px;
    margin-bottom: 15px;
    width: 90%;
  }

  #news .cont:hover {
    transform: scale(1);
    transition: 1s;
  }

  #news .contant h6 {
    font-size: 12px;
    line-height: 18px;
  }

  #news .contant h3 {
    font-size: 18px;
    line-height: 30px;
  }
  #news .contant p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    color: #ffffffa5;
    text-align: left;
    margin-bottom: 30px;
  }

  #news .contant a {
    font-size: 10px;
    line-height: 18px;
  }

  #news .btns .btn1 {
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 40px;
  }

  #contact .container-fluid {
    padding-left: 5px;
  }

  #contact h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
    margin-bottom: 20px;
  }

  #contact button {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 14px;
    margin-bottom: 15px;
    margin-right: 14px;
  }

  #contact h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  #contact p {
    font-size: 10px;
    margin-bottom: 10px !important;
  }

  #contact .p1 {
    font-size: 10px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  #contact img {
    width: 100%;
    height: 100%;
  }

  #footer {
    padding-left: 2%;
  }

  #footer h4 {
    font-size: 16px;
    margin-top: 15px;
  }

  #footer .row {
    margin-top: 10px;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  #footer .footerNAv {
    display: flex;
    justify-content: left;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    font-size: 2px;
  }

  #footer ul li {
    font-size: 10px;
    line-height: 100%;
    margin-right: 8px;
  }

  #footer .social ul {
    /* display: block; */
    margin-left: 0px;
  }

  #footer p {
    font-size: 14px;
    /* margin: 15px 0; */
  }

  .tradingBackground {
    background-image: url("../images/Artboard 1@4x-100 (1).jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
  }

  .ourclient h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*===================================== treding page=============================== */

.lightbackground .backbtn {
  margin: 50px 100px 40px 70px !important;
}

.lightbackground .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-block: 4px;
}

.lightbackground .backbtn span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-left: 15px;
  color: #fff;
}

.lightbackground .contains .col-md-4 {
  margin-top: 100px;
}

.lightbackground .contains .background {
  background-color: #464646;
  padding-bottom: 15px;
  width: 60%;
  height: 480px;
  position: relative;
  margin: auto;
}

.lightbackground .contains .background:hover {
  transform: scale(1.05);
  overflow: hidden !important;
  transition: 0.8s;
}

.lightbackground .contains .seemore {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 90%;
  opacity: 1;
  color: #ffffff;
}

.lightbackground .contains .seemore span {
  font-size: 25px;
}

.lightbackground .contains .contant .line {
  background-color: #fff;
  margin-block: 4px;
  margin-left: 4px;
}

.lightbackground .contains .contant p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
.lightbackground .contains {
  margin-bottom: 40px;
}

@media all and (min-width: 1025px) and (max-width: 1440px) {
  .lightbackground .contains .background {
    padding-bottom: 15px;
    width: 60%;
    height: 350px;
  }

  .lightbackground .contains .contant p {
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
  }

  .lightbackground .contains .seemore span {
    font-size: 20px;
  }
}

@media all and (min-width: 850px) and (max-width: 1025px) {
  .lightbackground .contains {
    width: 100% !important;
    margin: auto;
    margin-bottom: 40px;
  }

  .lightbackground .contains .background {
    height: 280px;
    margin: auto;
  }
  .lightbackground .contains .col-md-4 {
    margin: auto;
    margin-top: 50px;

    /* margin-left: 20px; */
  }

  .lightbackground .contains .seemore span {
    font-size: 18px;
  }

  .lightbackground .contains .contant p {
    font-size: 10px;
    line-height: 20px;
    padding: 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 850px) {
  .lightbackground .contains .background {
    height: 280px;
    margin: auto;
  }

  .lightbackground .contains {
    width: 100% !important;
    margin: auto;
    margin-bottom: 40px;
  }

  .lightbackground .contains .col-md-4 {
    /* width: 30%; */
    margin: auto;
    margin-top: 50px;
  }

  .lightbackground .contains .seemore span {
    font-size: 14px;
  }
  .lightbackground .contains .contant p {
    font-size: 10px;
    line-height: 20px;
    padding: 10px;
  }
}

@media all and (min-width: 574px) and (max-width: 768px) {
  .lightbackground .contains {
    width: 100% !important;
    margin: auto;
  }
  .lightbackground .contains .col-md-4 {
    /* width: 40%; */
    margin: auto;
    margin-top: 50px;
    /* margin-left: 20px; */
  }

  .lightbackground .contains .background {
    /* width: 85%; */
    height: 290px;
  }

  .lightbackground .contains .seemore span {
    font-size: 14px;
  }

  .lightbackground .contains .contant p {
    font-size: 12px;
    line-height: 20px;
    padding: 7px;
  }
}

@media all and (min-width: 430px) and (max-width: 574px) {
  .lightbackground .contains {
    width: 100% !important;
    margin: auto;
  }
  .lightbackground .contains .col-md-4 {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    /* margin-left: 20px; */
  }

  .lightbackground .contains .background {
    width: 70%;
    height: 240px;
  }

  .lightbackground .contains .seemore span {
    font-size: 11px;
  }

  .lightbackground .contains .contant p {
    font-size: 10px;
    line-height: 20px;
    padding: 5px;
  }
}

@media all and (max-width: 430px) {
  .lightbackground .contains {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .lightbackground .contains .col-md-4 {
    width: 40%;
    margin: auto;
    margin-top: 50px;
  }

  .lightbackground .contains img {
    width: 100% !important;
    margin-left: 0px;
  }

  .lightbackground .contains .background {
    width: 90%;
    height: 190px;
    margin: auto;
  }

  .lightbackground .contains .seemore span {
    font-size: 12px;
  }

  .lightbackground .contains .seemore .line {
    width: 30px;
  }

  .lightbackground .contains .contant p {
    font-size: 8px;
    line-height: 12px;
    padding: 5px;
  }

  .lightbackground .line {
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin-block: 4px;
  }
}

/*===================================== clients page==================== */

#Clients .backbtn {
  margin: 76px 100px 40px 70px !important;
}

#Clients .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-block: 4px;
}

#Clients .backbtn span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-left: 15px;
  color: #fff;
}

.clients .one {
  width: 298px;
  height: 246px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients .one img {
  margin: 0;
}

/* .clients .row {
  width: 95%;
  margin: auto;
} */

.clients .col-md-4 {
  margin-top: 70px;
}

#Clients .title img {
  width: 30% !important;
  /* margin: auto; */
  margin: auto;
  display: block;
}

#Clients #contact {
  margin-top: 30px;
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  .clients .one {
    width: 250px;
    height: 200px;
  }

  .clients .one img {
    width: 85%;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .clients .one {
    width: 200px;
    height: 170px;
  }

  .clients .one img {
    width: 80%;
  }
}

@media all and (min-width: 570px) and (max-width: 768px) {
  .clients .one {
    width: 250px;
    height: 200px;
  }

  .clients .one img {
    width: 100% !important;
  }
}

@media all and (max-width: 570px) {
  .clients .one {
    width: 200px;
    height: 150px;
  }

  .clients .one img {
    width: 100% !important;
  }
}

@media all and (max-width: 440px) {
  .clients .one {
    width: 150px;
    height: 110px;
  }

  .clients .one img {
    width: 100% !important;
  }
}

/* ===============================gallery page===================== */

.gallery h3,
.about h3,
.portofolio h3,
.gatalog h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
}

.gallery .redline,
.about .redline,
.portofolio .redline,
.gatalog .redline {
  width: 11%;
  height: 1px;
  background-color: #dc1c22;
  margin-left: 48%;
}

.gallery .whiteline,
.about .whiteline,
.portofolio .whiteline,
.gatalog .whiteline {
  width: 11%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 40%;
  margin-top: 8px;
}

.gallery .img {
  margin-bottom: 20px;
}

.gallery .mySwiper .img img {
  width: 450px;
  height: 380px;
  display: block;
  margin: auto;
}

.gallery video {
  width: 450px;
  height: 300px;
  display: block;
  margin: auto;
}

.gallery .mySwiper iframe {
  width: 450px;
  height: 300px;
  display: block;
  margin: auto;
}

.gallery .swiper-button-next {
  position: relative;
  width: 10%;
  left: 85%;
  margin-top: 30px;
}
.gallery .swiper-button-prev {
  position: relative;
  width: 10%;
  left: -5%;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  color: #fff;
}

.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  font-size: 0px !important;
}

.gallery .swiper-slide img {
  width: 100%;
}

.gallery .container-fluid {
  padding-left: 50px;
  padding-right: 0px;
  width: 100%;
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  .gallery .img img {
    width: 280px !important;
    height: 280px !important;
  }

  .gallery video {
    width: 280px !important;
    height: 280px !important;
  }

  .gallery iframe {
    width: 280px !important;
    height: 280px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .gallery h3,
  .about h3,
  .portofolio h3,
  .gatalog h3 {
    font-size: 30px;
  }

  .gallery .img img {
    width: 220px !important;
    height: 220px !important;
  }

  .gallery video {
    width: 220px !important;
    height: 220px !important;
  }

  .gallery iframe {
    width: 220px !important;
    height: 220px !important;
  }

  .gallery .swiper-button-next {
    width: 12%;
    left: 85%;
  }
  .gallery .swiper-button-prev {
    width: 11%;
    left: -10%;
  }

  .gallery .container-fluid {
    padding-left: 20px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .lightbackground .backbtn {
    margin-left: 15px !important;
  }

  .gallery .collection .container-fluid,
  .gallery .Images .container-fluid,
  .gallery .Vedios .container-fluid {
    padding-left: 15px !important;
  }
  .gallery h3,
  .about h3,
  .portofolio h3,
  .gatalog h3 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
  }

  .gallery .redline,
  .about .redline,
  .portofolio .redline,
  .gatalog .redline {
    width: 11%;
    height: 1px;
    background-color: #dc1c22;
    margin-left: 48%;
  }

  .gallery .whiteline,
  .about .whiteline,
  .portofolio .whiteline,
  .gatalog .whiteline {
    width: 11%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 40%;
    margin-top: 8px;
  }

  .gallery .mySwiper .img img {
    width: 200px;
    height: 200px;
  }

  .gallery video {
    width: 200px !important;
    height: 200px !important;
  }

  .gallery iframe {
    width: 200px !important;
    height: 200px !important;
  }

  .gallery .swiper-button-next {
    position: relative;
    width: 20%;
    left: 79%;
    margin-top: 30px;
  }
  .gallery .swiper-button-prev {
    position: relative;
    width: 20%;
    left: -15%;
  }
}

@media all and (max-width: 480px) {
  .lightbackground .backbtn {
    margin-left: 10px !important;
  }

  .gallery .collection .container-fluid,
  .gallery .Images .container-fluid,
  .gallery .Vedios .container-fluid {
    padding-left: 15px !important;
  }
  .gallery h3,
  .about h3,
  .portofolio h3,
  .gatalog h3 {
    font-size: 25px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
  }

  .gallery .redline,
  .about .redline,
  .portofolio .redline,
  .gatalog .redline {
    width: 11%;
    height: 1px;
    background-color: #dc1c22;
    margin-left: 48%;
  }

  .gallery .whiteline,
  .about .whiteline,
  .portofolio .whiteline,
  .gatalog .whiteline {
    width: 11%;
    height: 1px;
    background-color: #ffffff;
    margin-left: 40%;
    margin-top: 8px;
  }

  .gallery .mySwiper .img img {
    width: 150px;
    height: 150px;
  }

  .gallery video {
    width: 150px !important;
    height: 150px !important;
  }

  .gallery iframe {
    width: 150px !important;
    height: 150px !important;
  }

  .gallery .swiper-button-next {
    position: relative;
    width: 23%;
    left: 77%;
    margin-top: 30px;
  }
  .gallery .swiper-button-prev {
    position: relative;
    width: 22%;
    left: -20%;
  }
}

/* ============================about us================================================== */

.about .header {
  background-image: url("../images/diverse-businesspeople-having-meeting.png");
  height: 62vh;
  background-position: center center;
  background-size: 100% 100%;
}

.about .header .redbackground {
  background-color: #dc1c22;
  margin-left: 5%;
  width: 30%;
  height: 50vh;
  position: relative;
  top: -24px;
}

.about .header .redbackground h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin-left: 70px;
  color: #ffffff;
  padding-top: 16px;
}

.about .header .redbackground .caption {
  background-color: #fff;
  position: relative;
  left: 70px;
  top: 20px;
}

.about .header .redbackground .caption p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  padding: 83px 35px;
}

.about .whychosse {
  margin-top: 120px;
}

.about .features {
  margin: 60px auto;
}

.about .features .one {
  background-color: #dc1c22;
  width: 170px;
  height: 170px;
  text-align: center;
  padding-top: 40px;
  margin: auto;
}

.about .features .one p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 15px;
}

.about .comprotofolio {
  position: relative;
  padding-bottom: 50px;
}

.about .swiper {
  width: 100%;
  height: 100%;
  margin-top: 37px;
}

.about .swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}

.about .swiper-slide {
  width: 80%;
  height: 100%;
}

.about .swiper-slide:nth-child(2n) {
  width: 80%;
  height: 100%;
}

.about .swiper-button-next {
  position: absolute;
  width: 10% !important;
  top: 99% !important;
  left: 85%;
}

.about .swiper-button-prev {
  position: absolute;
  top: 99% !important;
  width: 10% !important;
  left: 5%;
}

.about .swiper-button-next,
.about .swiper-button-prev {
  color: #fff;
}

.about .swiper-button-next:after,
.about .swiper-button-prev:after {
  font-size: 0px !important;
}

.about .line {
  width: 60px !important;
  height: 1px !important;
  color: #fff !important;
  margin: 0 8px;
}

.about #contact {
  margin-top: 30px;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .about .header {
    height: 55vh;
  }

  .about .header .redbackground {
    width: 30%;
    height: 50vh;
  }

  .about .header .redbackground h2 {
    font-size: 150%;
    line-height: 40px;
    margin-left: 30px;
    padding-top: 8%;
  }

  .about .header .redbackground .caption {
    left: 30px;
    top: 2%;
  }

  .about .header .redbackground .caption p {
    font-size: 120%;
    line-height: 28px;
    padding: 14% 5%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .about .header {
    height: 50vh;
  }

  .about .header .redbackground {
    width: 30%;
    height: 50vh;
  }

  .about .header .redbackground h2 {
    font-size: 100%;
    line-height: 40px;
    margin-left: 30px;
    padding-top: 8%;
  }

  .about .header .redbackground .caption {
    left: 30px;
    top: 2%;
  }

  .about .header .redbackground .caption p {
    font-size: 100%;
    line-height: 28px;
    padding: 10% 5%;
  }

  .about .whychosse {
    margin-top: 80px;
  }
  .about .features {
    /* margin-top: 60px; */
    margin: 20px auto;
  }
  .about .features .one {
    width: 120px;
    height: 120px;
    padding-top: 15px;
  }

  .about .features .one img {
    width: 25%;
  }

  .about .features .one p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .about .header {
    height: 50vh;
  }

  .about .header .redbackground {
    width: 230px;
    height: 85%;
  }

  .about .header .redbackground h2 {
    font-size: 25px;
    line-height: 30px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .about .header .redbackground .caption {
    left: 20px;
    top: 5px;
  }

  .about .header .redbackground .caption p {
    font-size: 14px;
    line-height: 28px;
    padding: 30px 15px;
  }

  .about .whychosse {
    margin-top: 60px;
  }

  .about .features {
    margin: 20px auto;
  }

  .about .features .one {
    width: 120px;
    height: 120px;
    padding-top: 15px;
  }

  .about .features .one img {
    width: 25%;
  }

  .about .features .one p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
  }

  .about .swiper-button-next {
    position: absolute;
    width: 20% !important;
    top: 99% !important;
    left: 80%;
  }

  .about .swiper-button-prev {
    position: absolute;
    top: 99% !important;
    width: 20% !important;
    left: 3%;
  }
}

@media all and (max-width: 480px) {
  .about .header {
    height: 45vh;
  }

  .about .header .redbackground {
    width: 45%;
    height: 40vh;
  }

  .about .header .redbackground h2 {
    font-size: 18px;
    line-height: 20px;
    margin-left: 8px;
    padding-top: 8%;
  }

  .about .header .redbackground .caption {
    left: 10px;
    top: 2%;
  }

  .about .header .redbackground .caption p {
    font-size: 13px;
    line-height: 20px;
    padding: 11% 6%;
  }

  .about .whychosse {
    margin-top: 60px;
  }

  .about .features {
    margin: 20px auto;
  }

  .about .features .one {
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }

  .about .features .one img {
    width: 25%;
  }

  .about .features .one p {
    font-size: 8px;
    line-height: 10px;
    margin-top: 15px;
  }

  .about .swiper-button-next {
    position: absolute;
    width: 20% !important;
    top: 99% !important;
    left: 80%;
  }

  .about .swiper-button-prev {
    position: absolute;
    top: 99% !important;
    width: 20% !important;
    left: 3%;
  }
}

/* ============================contactus page================== */

.contactUs .map {
  background-image: url("../images/Group 500.png");
  background-position: center center;
  height: 50vh;
  background-size: 100% 100%;
  margin-top: 50px;
}

.contactUs .map .lookMap {
  background: #000000;
  border-radius: 4px;
  color: #fff;
  width: 25%;
  margin-top: 54px;
}

.contactUs .map .lookMap span {
  display: inline-block;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-left: 20px;
  padding: 4px 0;
  color: #ffffff;
}

.contactUs .map .contactMail {
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
  top: -30px;
}

.contactUs .map .title {
  display: flex;
}

.contactUs .map {
  padding: 0px 50px;
}

.contactUs .map h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-left: 20px;
  color: #ffffff;
  position: relative;
  top: 60%;
}

.contactUs .map .title .h3line {
  width: 100px !important;
  height: 1px !important ;
  background-color: #000000 !important;
  margin-block: 22px;
  margin-left: 10px;
}

.contactUs .map .contactMail input,
textarea {
  border: none;
  border-bottom: 0.5px solid #000000c2;
  padding-top: 20px;
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-top: 40px;
  opacity: 0.8;
}

.contactUs .map .contactMail input:focus {
  outline: none;
}

.contactUs .map .contactMail .image-upload img {
  cursor: pointer;
  width: 120%;
  margin-top: 30px;
}

.contactUs .map .contactMail input[type="file"] {
  display: none;
}

.contactUs .map .contactMail button {
  position: relative;
  left: 70%;
  top: -15px;
  background: #dc1c22;
  border-radius: 4px 0px 0px 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 18px 35px;
  border: none;
}

.contactUs .map .contactMail button .line {
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.contactUs .contactDetails {
  margin-top: 42px;
  margin-left: 65px;
}

.contactUs .contactDetails .col-1,
.col-11 {
  margin-bottom: 28px;
}

.contactUs .contactDetails p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.contactUs .contactDetails .follw {
  margin-top: 50px;
  margin-left: 120px;
}

.contactUs .contactDetails .follw h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}

.contactUs .contactDetails .social {
  margin-top: 20px;
  margin-left: 120px;
}

.contactUs .contactDetails .social img {
  margin-left: 18px;
}

@media all and (min-width: 1200px) and (max-width: 1440px) {
  .contactUs .map {
    height: 60vh;
    margin-top: 40px;
  }
  .contactUs .map .lookMap {
    width: 40%;
    margin-top: 54px;
  }

  .contactUs .map .contactMail {
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
    top: -30px;
  }

  .contactUs .map {
    padding: 0px 50px;
  }

  .contactUs .map h5 {
    font-size: 35px;
    top: 55%;
  }

  .contactUs .map .title h3 {
    font-size: 16px;
  }

  .contactUs .map .title .h3line {
    margin-block: 14px;
  }

  .contactUs .map .contactMail input,
  textarea {
    padding-top: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
    opacity: 0.8;
  }

  .contactUs .map .contactMail button {
    left: 55%;
    top: -15px;
    font-size: 13px;
    padding: 18px 20px;
  }

  .contactUs .contactDetails {
    margin-top: 42px;
    margin-left: 65px;
  }

  .contactUs .contactDetails .col-1,
  .col-11 {
    margin-bottom: 20px;
  }

  .contactUs .contactDetails p {
    font-size: 14px;
  }
  .contactUs .contactDetails .follw {
    margin-top: 70px;
    margin-left: 120px;
  }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .contactUs .map {
    height: 45vh;
    background-size: 100% 100%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap {
    width: 70%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap span {
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
  }
  .contactUs .map .contactMail {
    padding: 15px 20px;
  }

  .contactUs .map {
    padding: 0px 20px;
  }

  .contactUs .map h5 {
    font-size: 30px;
    top: 45%;
  }

  .contactUs .map .title h3 {
    font-size: 16px;
  }

  .contactUs .map .title .h3line {
    width: 30px !important;
    margin-block: 10px;
    margin-left: 10px;
  }

  .contactUs .map .contactMail input,
  textarea {
    padding-top: 0px;
    font-size: 12px;
    margin-top: 25px;
  }

  .contactUs .map .contactMail .image-upload img {
    width: 80%;
    margin-top: 20px;
  }

  .contactUs .map .contactMail button {
    left: 50%;
    top: -15px;
    font-size: 10px;
    padding: 10px 15px;
  }

  .contactUs .map .contactMail button .line {
    width: 30px;
  }

  .contactUs .contactDetails {
    margin-top: 20px;
    margin-left: 30px;
  }

  .contactUs .contactDetails .col-1,
  .col-11 {
    margin-bottom: 12px;
  }

  .contactUs .contactDetails p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    /* margin-block: -0px; */
  }
  .contactUs .contactDetails .follw {
    margin-top: 30px;
    margin-left: 30px;
  }

  .contactUs .contactDetails .follw h3 {
    font-size: 20px;
  }
  .contactUs .contactDetails .social {
    margin-top: 20px;
    margin-left: 30px;
  }

  .contactUs .contactDetails .social img {
    margin-left: 15px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .contactUs .map {
    height: 45vh;
    background-size: 100% 100%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap {
    width: 90%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap span {
    font-size: 12px;
    line-height: 22px;
    margin-left: 5px;
  }

  .contactUs .map .lookMap .line {
    width: 20px;
    margin-block: 2px;
  }
  .contactUs .map .contactMail {
    padding: 15px 15px;
  }

  .contactUs .map {
    padding: 0px 20px;
  }

  .contactUs .map h5 {
    font-size: 25px;
    top: 45%;
    margin-left: 0px;
  }

  .contactUs .map .title h3 {
    font-size: 14px;
  }

  .contactUs .map .title .h3line {
    width: 30px !important;
    margin-block: 10px;
    margin-left: 10px;
  }

  .contactUs .map .contactMail input,
  textarea {
    padding-top: 0px;
    font-size: 12px;
    margin-top: 25px;
  }

  .contactUs .map .contactMail .image-upload img {
    width: 80%;
    margin-top: 20px;
  }

  .contactUs .map .contactMail button {
    left: 50%;
    top: -15px;
    font-size: 10px;

    padding: 8px 12px;
  }

  .contactUs .map .contactMail button .line {
    width: 20px;
  }

  .contactUs .contactDetails {
    margin-top: 20px;
    margin-left: 30px;
  }

  .contactUs .contactDetails .col-1,
  .col-11 {
    margin-bottom: 12px;
  }

  .contactUs .contactDetails p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    margin-left: 8px;
    color: #ffffff;
    /* margin-block: -0px; */
  }
  .contactUs .contactDetails .follw {
    margin-top: 10px;
    margin-left: 0px;
  }

  .contactUs .contactDetails .col-1 img {
    width: 70%;
  }
  .contactUs .contactDetails .follw h3 {
    font-size: 15px;
  }
  .contactUs .contactDetails .social {
    margin-top: 10px;
    margin-left: 0px;
  }

  .contactUs .contactDetails .social img {
    margin-left: 15px;
  }
}

@media all and (max-width: 480px) {
  .contactUs .map {
    height: 45vh;
    background-size: 100% 100%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap {
    width: 90%;
    margin-top: 30px;
  }
  .contactUs .map .lookMap span {
    font-size: 8px;
    line-height: 22px;
    margin-left: 5px;
  }

  .contactUs .map .lookMap .line {
    width: 20px;
    margin-block: 2px;
  }
  .contactUs .map .contactMail {
    padding: 15px 15px;
  }

  .contactUs .map {
    padding: 0px 20px;
  }

  .contactUs .map h5 {
    font-size: 18px;
    top: 45%;
    margin-left: 0px;
  }

  .contactUs .map .title h3 {
    font-size: 10px;
  }

  .contactUs .map .title .h3line {
    width: 30px !important;
    margin-block: 10px;
    margin-left: 10px;
  }

  .contactUs .map .contactMail input,
  textarea {
    padding-top: 0px;
    font-size: 12px;
    margin-top: 25px;
  }

  .contactUs .map .contactMail .image-upload img {
    width: 80%;
    margin-top: 20px;
  }

  .contactUs .map .contactMail button {
    left: 55%;
    top: -15px;
    font-size: 7px;
    padding: 5px 8px;
  }

  .contactUs .map .contactMail button .line {
    width: 15px;
    margin-block: 2px;
  }

  .contactUs .contactDetails {
    margin-top: 20px;
    margin-left: 30px;
  }

  .contactUs .contactDetails .col-1,
  .col-11 {
    margin-bottom: 12px;
  }

  .contactUs .contactDetails p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    margin-left: 8px;
    color: #ffffff;
    /* margin-block: -0px; */
  }
  .contactUs .contactDetails .follw {
    margin-top: 10px;
    margin-left: 0px;
  }

  .contactUs .contactDetails .col-1 img {
    width: 70%;
  }
  .contactUs .contactDetails .follw h3 {
    font-size: 15px;
  }
  .contactUs .contactDetails .social {
    margin-top: 10px;
    margin-left: 0px;
  }

  .contactUs .contactDetails .social img {
    margin-left: 1px;
  }
}

/* ======================================servises page=========================== */

.servsies .servesView .col-md-6 {
  margin-top: 60px;
}

.servsies .servesView img {
  width: 90%;
}

.servsies .servesView h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #ffffff;
  margin: 10px 0;
}

.servsies .servesView p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

@media all and (min-width: 1200px) and (max-width: 1400px) {
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .servsies .servesView .col-md-6 {
    margin-top: 40px;
  }

  .servsies .servesView h4 {
    font-size: 25px;
  }

  .servsies .servesView p {
    font-size: 14px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .servsies .servesView .col-md-6 {
    margin-top: 60px;
  }

  .servsies .servesView img {
    width: 90%;
    margin: auto;
  }

  .servsies .servesView h4 {
    font-size: 20px;
    line-height: 43px;
    color: #ffffff;
    margin: 10px 0;
  }

  .servsies .servesView p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
}

@media all and (max-width: 480px) {
  .servsies .servesView .col-md-6 {
    margin-top: 60px;
    margin: auto !important;
  }

  .servsies .servesView .one {
    width: 100%;
  }

  .servsies .servesView img {
    width: 100%;
  }

  .servsies .servesView h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    margin: 10px 0;
  }

  .servsies .servesView p {
    font-family: "Montserrat-light";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
  }
}

/*  ========================news page============*/
.newsPage .newsContant .row {
  margin: auto;
  margin-left: 50px;
}

.newsPage .newsContant .row .col-md-6 {
  margin-top: 100px;
}

.newsPage .img {
  position: relative;
  margin: auto;
}

.newsPage .newsContant img {
  width: 85%;
}

.newsPage .history {
  position: absolute;
  top: 10%;
  left: -20px;
  text-align: left !important;
  width: 147px;
  height: 83px;
  background: #ffffff;
  padding-left: 20px;
  border-radius: 10px 0px 0px 10px;
}

.newsPage .history h4 {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-top: 10px;
  color: #000000;
}

.newsPage .history h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.newsPage .newsContant h6 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffffe7;
  margin: 35px 0;
}

.newsPage .newsContant h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 33px;
  line-height: 43px;
  color: #ffffff;
}

.newsPage .newsContant p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.12em;
  margin-top: 51px;
  color: #ffffffbe;
  width: 80%;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .newsPage .newsContant .row {
    margin-left: 20px;
  }

  .newsPage .newsContant .row .col-md-6 {
    margin-top: 50px;
  }

  .newsPage .newsContant img {
    width: 90%;
  }

  .newsPage .history {
    width: 150px;
    height: 80px;
  }

  .newsPage .history h4 {
    font-size: 24px;
    margin-top: 10px;
  }

  .newsPage .history h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .newsPage .newsContant h6 {
    font-size: 18px;
    margin: 5px 0;
  }

  .newsPage .newsContant h3 {
    font-size: 25px;
  }
  .newsPage .newsContant p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    width: 90%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .newsPage .newsContant .row {
    margin-left: 20px;
  }

  .newsPage .newsContant .row .col-md-6 {
    margin-top: 50px;
  }

  .newsPage .newsContant img {
    width: 90%;
  }

  .newsPage .history {
    width: 130px;
    height: 80px;
  }

  .newsPage .history h4 {
    font-size: 18px;
    margin-top: 10px;
  }

  .newsPage .history h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .newsPage .newsContant h6 {
    font-size: 18px;
    margin: 5px 0;
  }

  .newsPage .newsContant h3 {
    font-size: 25px;
  }
  .newsPage .newsContant p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    width: 90%;
  }
}

@media all and (min-width: 575px) and (max-width: 768px) {
  .newsPage .newsContant .row {
    margin-left: 20px;
  }

  .newsPage .newsContant .row .col-md-6 {
    margin-top: 50px;
  }

  .newsPage .newsContant img {
    width: 95%;
  }

  .newsPage .history {
    width: 110px;
    height: 70px;
  }

  .newsPage .history h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .newsPage .history h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .newsPage .newsContant h6 {
    font-size: 16px;
    margin: 5px 0;
  }

  .newsPage .newsContant h3 {
    font-size: 20px;
  }
  .newsPage .newsContant p {
    font-size: 10px;
    line-height: 22px;
    margin-top: 10px;
    width: 90%;
  }
}

@media all and (max-width: 575px) {
  .newsPage .newsContant .row {
    margin-left: 20px;
  }

  .newsPage .newsContant .row .col-md-6 {
    margin-top: 50px;
  }

  .newsPage .newsContant img {
    width: 95%;
  }

  .newsPage .history {
    width: 110px;
    height: 70px;
  }

  .newsPage .history h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .newsPage .history h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .newsPage .newsContant h6 {
    font-size: 16px;
    margin: 5px 0;
  }

  .newsPage .newsContant h3 {
    font-size: 20px;
  }
  .newsPage .newsContant p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    width: 90%;
  }
}

/* =====================portfolio page============== */

.portofolio .portView .nav-tabs {
  border: none;
  margin: auto !important;
  width: 90%;
}

.portofolio .portView .nav-link {
  border: none !important;
}

.portofolio .portView .nav-link {
  width: 25%;
  border: none !important;
  text-align: left !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
  list-style: circle;
}

.portofolio #nav-tab .active {
  opacity: 1;
  background-color: transparent;
}

.portofolio .view {
  width: 90%;
  margin: 45px auto;
}

.portofolio .portView img {
  width: 95%;
}

.portofolio .contant {
  margin-left: 10%;
}

.portofolio .contant h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 120px;
  line-height: 146px;
  color: #ffffff;
  opacity: 0.2;
}

.portofolio .view h3 {
  text-align: right;
}

.portofolio .view2 h3 {
  text-align: left;
}

.portofolio .contant .p1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.portofolio .contant .p2 {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  width: 80%;
  color: #ffffffcf;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .portofolio .portView .nav-tabs {
    width: 95%;
  }

  .portofolio .portView .nav-link {
    font-size: 16px;
  }

  .portofolio .view {
    width: 95%;
    margin: 35px auto;
  }

  .portofolio .portView img {
    width: 100%;
  }

  .portofolio .contant {
    margin-left: 10%;
  }

  .portofolio .contant h3 {
    font-size: 50px;
    line-height: 80px;
  }

  .portofolio .contant .p1 {
    font-size: 18px;
  }

  .portofolio .contant .p2 {
    font-size: 12px;
    line-height: 18px;
    width: 90%;
  }
}

@media all and (min-width: 575px) and (max-width: 768px) {
  .portofolio .portView .nav-tabs {
    width: 95%;
  }

  .portofolio .portView .nav-link {
    font-size: 12px;
  }

  .portofolio .view {
    width: 95%;
    margin: 30px auto;
  }

  .portofolio .portView img {
    width: 100%;
  }

  .portofolio .contant {
    margin-left: 10%;
  }

  .portofolio .contant h3 {
    font-size: 40px;
    line-height: 20px;
  }

  .portofolio .contant .p1 {
    font-size: 16px;
  }

  .portofolio .contant .p2 {
    font-size: 11px;
    line-height: 18px;
    width: 90%;
  }
}

@media all and (max-width: 575px) {
  .portofolio .portView .nav-tabs {
    width: 100%;
  }

  .portofolio .portView .nav-link {
    font-size: 7px;
  }

  .portofolio .view {
    width: 95%;
    margin: 30px auto;
  }

  .portofolio .portView img {
    width: 80%;
    margin-left: 5%;
    /* margin: auto !important; */
  }

  .portofolio .contant {
    margin-left: 5%;
  }

  .portofolio .contant h3 {
    font-size: 40px;
    line-height: 30px;
  }

  .portofolio .contant .p1 {
    font-size: 16px;
  }

  .portofolio .contant .p2 {
    font-size: 11px;
    line-height: 18px;
    width: 90%;
  }
}

/* ===============================gatalog page ============= */

.gatalog .swiper-button-next {
  position: relative;
  width: 10% !important;
  left: 85%;
  margin-top: 10px;
}

.gatalog .swiper-button-prev {
  position: relative;
  width: 10% !important;
  left: -5%;
}

.gatalog .swiper-button-next,
.gatalog .swiper-button-prev {
  color: #fff;
}

.gatalog .swiper-button-next:after,
.gatalog .swiper-button-prev:after {
  font-size: 0px !important;
}

.gatalog .collection {
  margin-top: 35px;
}

.gatalog .swiper-slide img {
  width: 100%;
  /* height: 250px; */
}
.gatalog .collection p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.874);
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.gatalog .contains h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-top: 80px;
  margin-left: 50px;
  color: #000000;
  opacity: 0.7;
  color: rgba(255, 255, 255);
}

.gatalog .contains .col-md-4 {
  margin-top: 50px !important;
}

.gatalog .contains .redline {
  margin-left: 6%;
  width: 17%;
}

.gatalog .container-fluid {
  padding-left: 50px;
  padding-right: 0;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .gatalog .swiper-button-next {
    position: relative;
    width: 15% !important;
    left: 85%;
    margin-top: 10px;
  }

  .gatalog .swiper-button-prev {
    position: relative;
    width: 15% !important;
    left: -5%;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .gatalog .swiper-button-next {
    position: relative;
    width: 20% !important;
    left: 80%;
    margin-top: 10px;
  }

  .gatalog .swiper-button-prev {
    position: relative;
    width: 20% !important;
    left: -10%;
  }
}

@media all and (max-width: 480px) {
  .gatalog .collection .container-fluid {
    padding-left: 10px;
  }
  .gatalog .swiper-button-next {
    position: relative;
    width: 30% !important;
    left: 70%;
    /* margin-top: 10px; */
  }

  .gatalog .swiper-button-prev {
    position: relative;
    width: 30% !important;
    left: -25%;
  }

  .gatalog .collection p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.874);
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}

/* =========================req=============================== */
.reg {
  background-image: url("../images/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-room-wall (1).png");
  text-align: center;
  padding-top: 10%;
  height: 100vh;
}

.reg h2 {
  margin-top: 25px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 136.4%;
  letter-spacing: 0.07em;
  color: #ffffff;
}

.reg p {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 100;
  font-size: 25px;
  line-height: 30px;
  color: #ffffffb9;
}

.reg input {
  margin: 35px auto;
  display: block;
  padding: 15px;
  width: 30%;
  border: 0.7px solid #ffffff;
  border-radius: 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  background-color: transparent;
  color: #ffffff;
  opacity: 0.6;
}

.reg button {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  border: none;
  color: #ffffff;
  background: #ed1d24;
  border-radius: 4px;
  padding: 9px 86px;
}

.reg h6,
a {
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 18px;
  color: #ffffffcb;
  margin-top: 25px;
}

.reg a {
  font-weight: 500;
  color: #ffffff;
}

.reg .agreeFooter {
  position: fixed;
  bottom: 0;
  left: 33%;
}

.reg .agreeFooter p {
  justify-content: center;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
}

.reg .agreeFooter span {
  color: #dc1c22;
}

.reg .forgetpass {
  margin-left: 24%;
  margin-bottom: 15px;
  font-family: "Montserrat-light";
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 15px;
  color: #ffffffa5;
}

.design h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 145px;
  line-height: 145px;
  text-align: center;
  width: 80%;
  margin: auto;
  color: #ffffff;
}

.design p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.design .col-md-6 .img-fluid {
  display: block;
  width: 65% !important;
  margin: auto !important;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .reg {
    padding-top: 4%;
  }

  .reg input {
    margin: 20px auto;
  }
  .reg .forgetpass {
    margin-left: 22%;
  }
  .reg .agreeFooter {
    left: 28%;
  }

  .design h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 122px;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #ffffff;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .reg img {
    width: 35%;
  }
  .reg h2 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 50px;
  }

  .reg p {
    font-size: 19px;
  }

  .reg input {
    margin: 20px auto;
    width: 40%;
    font-size: 15px;
  }

  .reg button {
    font-size: 18px;
    padding: 9px 60px;
  }
  .reg .forgetpass {
    margin-left: 28%;
  }

  .reg .agreeFooter {
    left: 5%;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .reg img {
    width: 30%;
  }
  .reg h2 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 50px;
  }

  .reg p {
    font-size: 18px;
  }

  .reg input {
    margin: 20px auto;
    width: 50%;
    font-size: 15px;
  }

  .reg .forgetpass {
    margin-left: 30%;
  }

  .reg button {
    font-size: 18px;
    padding: 9px 60px;
  }
  .reg .agreeFooter {
    left: 12%;
  }
  .reg .agreeFooter p {
    font-size: 12px;
  }
}

@media all and (max-width: 480px) {
  .reg img {
    width: 50%;
  }
  .reg h2 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 30px;
  }

  .reg p {
    font-size: 14px;
  }

  .reg input {
    margin: 15px auto;
    width: 70%;
    font-size: 15px;
  }

  .reg button {
    font-size: 18px;
    padding: 9px 60px;
  }

  .reg .agreeFooter {
    left: 2%;
  }
  .reg .agreeFooter p {
    font-size: 8px;
  }
}

/*                    sections             */

.lightbackground .title {
  display: flex;
  align-items: flex-end;
  height: 70%;
  width: 60%;
}

.lightbackground .title h3 {
  text-align: left;
  margin-left: 70px;
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;

}

.lightbackground .title h3 span {
  color: #b6070d;
  font-size: 90px;
  font-weight: 900;
}

.tradingBackground {
  background-image: url("../images/trading/trading new@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.labelsBackGround {
  background-image: url("../images/Industrial Labels/Industrial\ Labels\,\ Tags\,\ label\ printers\ and\ tools@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.saftyBackGround {
  background-image: url("../images/Fire and Industrial Security equipment/Safety\,\ Fire\ and\ Industrial\ Security\ equipment@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.militaryBackGround {
  background-image: url("../images/military/Military\,\ Police\ and\ Security\ Uniform\,@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.saftyEquiomentBackGround {
  background-image: url("../images/Safety Equipment's/Industrial\ Safety\ Equipment's@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.chemicalsBackGround {
  background-image: url("../images/Chemicals/Chemicals\ and\ Laboratories\,\ Equipments\,\ tools\ and\ Supplies@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.electroicBackGround {
  background-image: url("../images/Industrial electronic/Industrial\ Electronic\ devices\ and\ Home\ appliances@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.DryingBackGround {
  background-image: url("../images/Drying & Sanitizer Device (KLENZ)/klenz@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.uniformBackGround {
  background-image: url("../images/Uniform (Trading, Import and Export)/Uniform@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.textileBackGround {
  background-image: url("../images/Textile, Shoes and Accessories/Textile, Shoes and Accessories@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.giftsBackGround {
  background-image: url("../images/Gift Items/Gift Items@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.officeBackGround {
  background-image: url("../images/Office and school Supplies, Furniture and Stationery/Furniture and stationery@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.booksBackGround {
  background-image: url("../images/Books .. Publishing and Distribution/books@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.musicaleBackGround {
  background-image: url("../images/Music Instruments/Music Instruments, tools and Musical equipments@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.sportBackGround {
  background-image: url("../images/Sports Equipments/sports@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.advertisitngBackground {
  background-image: url("../images/advertising/Advertising@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.printingBackGround {
  background-image: url("../images/Printing and installing/Printing\ and\ installing@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.adsmaterilesBackGround {
  background-image: url("../images/Trading in the advertising Materials/pic1@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.designBackGround {
  background-image: url("../images/Design and printing/Advertisements\,\ Brochures\,\ Magazines\,\ Paper\ publication@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.exhibitionsBackground {
  background-image: url("../images/Exhibitions/cover\ event@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.eventBackGround {
  background-image: url("../images/Events Management/event 1@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.mediaproBackGround {
  background-image: url("../images/Public Relations and Media Production/media\ pro@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.marketingBackGround {
  background-image: url("../images/Markting/marketing@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.tantsBackGround {
  background-image: url("../images/Rental Tents/tants@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.domeBackGround {
  background-image: url("../images/Dome video projection/hologram@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.designingBackground {
  background-image: url("../images/designing/des@4x-100.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.conferenceBackGround {
  background-image: url("../images/Red Line for Exhibitions, Conferences and Events Management/conference@3x-100 (1).jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.designcontain {
  background-image: url("../images/designing/Group 361.png");
  background-attachment: fixed;
  background-position: center center;
  background-size: 100%;
  /* height: 100vh; */
  padding: 80px 0;
}

.designcontain h3 {
  margin-top: 90px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
}

.designcontain .redline {
  width: 11%;
  height: 1px;
  background-color: #dc1c22;
  margin: auto;
}

.designcontain p {
  font-family: "Montserrat-Light";
  width: 76%;
  margin: 20px auto;
  font-style: normal;
  font-weight: 100;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.graphic {
  background-image: url("../images/designing/Rectangle 69 (1).png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.graphic h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  text-align: center;
  margin: 50px 0 22px 0;
  color: #ffffff;
}

.graphic p {
  width: 90%;
  margin: 40px auto;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.graphic p span {
  margin: 0 20px;
}

.graphic ul {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

.graphic li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.mockupsimg {
  width: 40%;
}

.collection h4 {
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.collection p {
  text-align: center;
}

.collection p span {
  margin-right: 20px;
  font-family: "Montserrat-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  display: inline;
}

.collection ul {
  border: none;
  display: flex;
  justify-content: center;
  margin: auto;
}

.collection ul li {
  border: none;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 8px;
  margin: 0 40px;
}

.collection ul li button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000 !important;
  padding: 18px 25px;
  border: none;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 8px;
}

.collection .tab-content {
  margin: auto;
  margin-top: 100px;
}

.collection .tab-content h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-top: 20px;
  margin: auto;
  color: #ffffff;
  text-align: left !important;
}

.collection .tab-content p {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top: 50px;
  text-align: left;
  color: #ffffffb2;
}

.collection .col-md-6 p {
  font-family: "Montserrat-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-left: 50px;
  margin-top: 10px;
  text-align: left;
  color: #ffffffb2;
  width: 100%;
}

.collection .brands .one {
  margin: auto;
  margin-top: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection .brands .x {
  margin-left: 7%;
}

.cataloges .col-md-2 {
  width: 20%;
  margin: auto;
}

.cataloges .col-md-2 img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
/* 
.collection .tab-content img{

  margin: auto !important; ;
} */

.in .swiper-container {
  width: 100%;
  height: 400px;
  margin: 20px auto;
}

.in .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  height: 100%;
  max-width: 1000px;
  margin: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .gallery-top {
		height: 100%;
		width: 100%;
} */

.in .gallery-top img {
  height: 100%;
  width: 100%;
}

.in .gallery-top video {
  /* width: 500%; */
  height: 110%;
}
.in .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.in .gallery-thumbs .swiper-slide {
  width: 10%;
  height: 10% !important;
  opacity: 0.4;
}

.in .gallery-thumbs .swiper-slide img {
  width: 100% !important;
  height: 130px;
}

.in .gallery-thumbs .swiper-slide video {
  width: 100%;
  height: 130px;
}
.in .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

#prev,
#next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(5px);
  padding: 20px;
  margin: 30px;
}

#prev:after,
#next:after {
  font-size: 0px !important;
}
.request {
  display: flex;
  justify-content: center;
}
.request a {
  background: #ffffff;
  border-radius: 4px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 27px 97px;
  margin: 20px 0;
}

.rr {
  width: 30% !important;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .lightbackground .title {
    width: 60%;
  }
  .lightbackground .title h3 {
    margin-left: 20px;
    font-size: 55px;
    line-height: 70px;
  }

  .lightbackground .title h3 span {
    font-size: 70px;
    
  }
  .designcontain {
    background-image: url("../images/designing/Group 361.png");
    background-attachment: fixed;
    padding: 30px 0;
  }

  .designcontain h3 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 30px;
  }

  .designcontain .redline {
    width: 30%;
  }

  .designcontain p {
    width: 90%;
    margin: 10px auto;
    font-size: 22px;
    line-height: 30px;
  }

  .graphic {
    background-image: url("../images/designing/Rectangle 69 (1).png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
  }
  .graphic h3 {
    font-size: 40px;
    line-height: 30px;
    margin: 40px 0 20px 0;
  }

  .graphic p {
    width: 95%;
    margin: 20px auto;
    font-size: 18px;
    line-height: 24px;
  }

  .graphic p span {
    margin: 0 5px;
  }

  .graphic ul {
    width: 100%;
  }

  .graphic li {
    font-size: 16px;
    line-height: 20px;
  }

  .graphic img {
    width: 80%;
  }

  .mockupsimg {
    width: 50% !important;
  }

  .rr {
    width: 60% !important;
  }

  .in .swiper-container {
    width: 100%;
    height: 400px;
    margin: 30px auto;
  }

  .in .gallery-thumbs .swiper-slide img {
    width: 100% !important;
    height: 55px;
  }

  .in .gallery-thumbs .swiper-slide video {
    width: 100%;
    height: 55px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .lightbackground .title {
    width: 60%;
  }
  .lightbackground .title h3 {
    margin-left: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .lightbackground .title h3 span {
    font-size: 65px;
  }
  .designcontain {
    background-image: url("../images/designing/Group 361.png");
    background-attachment: fixed;
    padding: 30px 0;
  }

  .designcontain h3 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .designcontain .redline {
    width: 30%;
  }

  .designcontain p {
    width: 90%;
    margin: 10px auto;
    font-size: 18px;
    line-height: 28px;
  }

  .graphic {
    background-image: url("../images/designing/Rectangle 69 (1).png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
  .graphic h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 30px 0 10px 0;
  }

  .graphic p {
    width: 95%;
    margin: 20px auto;
    font-size: 15px;
    line-height: 20px;
  }

  .graphic p span {
    margin: 0 5px;
  }

  .graphic ul {
    width: 100%;
  }

  .graphic li {
    font-size: 12px;
    line-height: 15px;
  }

  .graphic img {
    width: 60%;
  }

  .mockupsimg {
    width: 50% !important;
  }

  .rr {
    width: 40% !important;
  }

  .in .swiper-container {
    width: 100%;
    height: 200px;
    margin: 20px auto;
  }

  .in .gallery-thumbs .swiper-slide img {
    width: 100% !important;
    height: 55px;
  }

  .in .gallery-thumbs .swiper-slide video {
    width: 100%;
    height: 55px;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .lightbackground .title {
    width: 80%;
  }
  .lightbackground .title h3 {
    margin-left: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .lightbackground .title h3 span {
    font-size: 55px;
  }
  .designcontain {
    background-image: url("../images/designing/Group 361.png");
    background-attachment: fixed;
    padding: 30px 0;
  }

  .designcontain h3 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .designcontain .redline {
    width: 30%;
  }

  .designcontain p {
    width: 90%;
    margin: 10px auto;
    font-size: 15px;
    line-height: 23px;
  }

  .graphic {
    background-image: url("../images/designing/Rectangle 69 (1).png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
  .graphic h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0 10px 0;
  }

  .graphic p {
    width: 95%;
    margin: 20px auto;
    font-size: 15px;
    line-height: 20px;
  }

  .graphic p span {
    margin: 0 5px;
  }

  .graphic ul {
    width: 100%;
  }

  .graphic li {
    font-size: 12px;
    line-height: 15px;
  }

  .graphic img {
    width: 70%;
  }

  .mockupsimg {
    width: 70% !important;
  }

  .rr {
    width: 40% !important;
  }

  .in .swiper-container {
    width: 100%;
    height: 200px;
    margin: 20px auto;
  }

  .in .gallery-thumbs .swiper-slide img {
    width: 100% !important;
    height: 55px;
  }

  .in .gallery-thumbs .swiper-slide video {
    width: 100%;
    height: 55px;
  }

  .request a {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 45px;
    margin: 20px 0;
  }

  .collection .tab-content p {
    width: 95%;
    font-size: 14px;
    line-height: 20px;
  }

  .collection ul li {
    margin: 5px 10px;
  }

  .collection ul li button {
    font-size: 14px;
    padding: 10px 16px;
  }

  .collection .brands .one {
    margin-top: 20px;
    width: 100px;
    height: 100px;
  }

  .collection .tab-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .collection .brands .x {
    margin-left: 0%;
  }
}

@media all and (max-width: 480px) {
  .lightbackground .title {
    width: 80%;
  }
  .lightbackground .title h3 {
    margin-left: 20px;
    font-size: 30px;
    line-height: 50px;
  }

  .lightbackground .title h3 span {
    font-size: 50px;
  }
  .designcontain {
    background-image: url("../images/designing/Group 361.png");
    background-attachment: fixed;
    padding: 30px 0;
  }

  .designcontain h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .designcontain .redline {
    width: 30%;
  }

  .designcontain p {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    line-height: 20px;
  }

  .graphic {
    background-image: url("../images/designing/Rectangle 69 (1).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
  }
  .graphic h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 10px 0;
  }

  .graphic p {
    width: 95%;
    margin: 20px auto;

    font-size: 12px;
    line-height: 20px;
  }

  .graphic p span {
    margin: 0 5px;
  }

  .graphic ul {
    width: 100%;
  }

  .graphic li {
    font-size: 10px;
    line-height: 15px;
  }

  .graphic img {
    width: 100%;
  }

  .mockupsimg {
    width: 80% !important;
  }

  .rr {
    width: 50% !important;
  }

  .in .swiper-container {
    width: 100%;
    height: 200px;
    margin: 10px auto;
  }

  .in .gallery-top img {
    width: 90%;
    height: 200px;
  }

  .in .gallery-top video {
    width: 90%;
    height: 200px;
  }

  .in .gallery-thumbs .swiper-slide img {
    width: 100% !important;
    height: 33px;
  }

  .in .gallery-thumbs .swiper-slide video {
    width: 100% !important;
    height: 33px;
  }

  .vv {
    margin-top: 80px;
  }

  #prev,
  #next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(5px);
    padding: 10px;
    margin: 0px;
  }

  .request a {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 45px;
    margin: 20px 0;
  }

  .collection .tab-content p {
    width: 95%;
    font-size: 14px;
    line-height: 20px;
  }

  .collection ul li {
    margin: 5px 10px;
  }

  .collection ul li button {
    font-size: 14px;
    padding: 10px 16px;
  }

  .collection .brands .one {
    margin-top: 20px;
    width: 80px;
    height: 80px;
  }

  .collection .tab-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .collection .brands .x {
    margin-left: 0%;
  }
}
