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

/***** General CSS *****/

html {
  overflow-x: hidden;
}
.desktop_none {
  display: none;
}
body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

.slicknav_nav a:hover {
  background: #fe0000;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "boston";
  src: url("../fonts/boston.ttf");
}

@font-face {
  font-family: "CamberTRIAL-Bd";
  src: url("../fonts/CamberTRIAL-Bd.otf");
}

@font-face {
  font-family: "ARIAL";
  src: url("../fonts/ARIAL.TTF");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 80px !important;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

/* Buttons Css Ends */

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "boston";
  font-size: 3.8vw;
  line-height: 3.5vw;
  color: #595959;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-family: "boston";
  font-size: 70px;
  line-height: 80px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "boston";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "boston";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "boston";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "boston";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #adadad;
  font-size: 18px;
  line-height: 23px;
  font-family: "Oswald";
  font-weight: 900;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* Header Css Starts */

header {
  padding: 1vw 100px 1vw 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  transition: ease-in;
  transition-duration: 0.5s;
}

header.sticky {
  box-shadow: 0 9px 20px 0 #0000001c;
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.menuSec {
  padding: 0px 0;
}

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  width: 90vw;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  padding: 0 1vw;
  text-transform: uppercase;
  font-size: 1.1vw;
  line-height: 1.5vw;
  font-family: "boston";
  color: #000;
  font-weight: 400;
  border-radius: 0.4vw;
  background-color: #fff;
  z-index: 0;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
  /* transition-delay: 0.5s; */
}

header.sticky .menu-box ul li a {
  background-color: #fc5958;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

header.sticky .menu-box ul li a:hover {
  background-color: #000;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.menu-box ul li a:hover {
  color: #fc5958;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* .menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fe0000;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
} */

/* .menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
} */

.menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background-color: #fe0000;
  transition: ease-out;
  transition-duration: 0.5s;
  display: none;
  z-index: -1;
}

.menu-box ul li a:hover::after {
  width: 100%;
  transition: ease-out;
  /* transition-delay: 0.5s; */
  transition-duration: 0.5s;
}

/* .menu-box ul li.active a {
  color: #fff;
} */

.menu-box ul li.active a::after {
  width: 100%;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/* Header Css Ends */

/* Banner Sec Css Starts */

section.banner-sec {
  height: auto;
  position: relative;
}

section.banner-sec img {
  height: 100%;
  width: 100%;
}

section.banner-sec .container,
section.banner-sec .row,
section.banner-sec .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100%;
  width: 100%;
}

/* section.banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  background-image: url("../images/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
} */

.banner-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 18.4%;
  right: 0;
  /* left: 0; */
  /* margin: 0 0 0 auto; */
  width: 33.9%;
}

.banner-ex-txt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

span.banner-ex-icon {
  background-color: #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5px;
  width: 5px;
  border-radius: 100px;
}

.banner-ex-txt h5 {
  color: #acacac;
  font-size: 2.22vw;
  line-height: 2.5vw;
}

/* Banner Sec Css Ends */

/* Inner Banner Sec Css Starts */

section.inner-banner-sec {
  height: 500px;
}

section.inner-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgb(254 0 0 / 0%) 0%, rgb(254 0 0) 100%);
}

section.inner-banner-sec .banner-txt {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

section.inner-banner-sec .container,
section.inner-banner-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

section.inner-banner-sec .banner-txt h1 {
  font-size: 100px;
  line-height: 110px;
  color: #000;
}

/* Inner Banner Sec Css Ends */

/* About Us Sec Css Starts */

section.about-sec {
  position: relative;
  padding: 0 0 600px 0;
}

img.about-ex1 {
  height: 204vh;
  width: 60%;
}

/* section.about-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 76%;
  width: 900px;
  background-image: url("../images/about-ex1.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
} */
img.release_heading_image {
  width: 61%;
}
section.about-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 14.5%;
  margin: 0 auto;
  height: 340px;
  width: 600px;
  background-image: url("../images/about-ex2.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about-ex-box {
  position: absolute;
  top: 0;
  width: 24%;
}

.about-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  margin: 200px 0 0 0;
}

.about-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 40px;
}

.about-heading h5 {
  background: linear-gradient(
    25deg,
    rgba(255, 115, 157, 1) 40%,
    rgba(166, 127, 137, 1) 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2vw;
  line-height: 1;
  padding-top: 0;
  margin-bottom: -9px;
}

.about-heading h2.about-heading1 {
  background: linear-gradient(
    90deg,
    rgba(255, 93, 94, 1) 0%,
    rgb(247 27 27 / 66%) 50%,
    rgba(255, 93, 94, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-heading h2.about-heading2 {
  font-size: 3.5vw;
  line-height: 1.3;
  background: linear-gradient(
    25deg,
    rgba(255, 119, 151, 1) 40%,
    rgb(253 52 52) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-heading {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 64%;
  margin: 0 auto 0;
  left: -20px;
  bottom: -33px;
}

h2.about-heading1 {
  position: absolute;
  top: -23%;
  right: 0;
  font-size: 3.5vw;
  line-height: 1.2;
}

p.about-txt-ex {
  position: absolute;
  top: -4%;
  right: 0;
}

.about-txt p {
  text-align: justify;
  font-size: 1.1vw;
  line-height: 1.3vw;
}

.about-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  width: 290px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 21%;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.about-txt-bottom1 .about-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  text-align: start;
  width: 25%;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 6.5%;
  left: 10%;
}

.about-txt-bottom1 .about-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.about-txt-bottom2 .about-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
  text-align: end;
  margin: 90px 0 0 0;
  width: 100%;
}

.about-list p {
  font-size: 1.1vw;
  line-height: 1.6vw;
}

.about-txt-bottom2 .about-list ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 10px;
}

/* About Us Sec Css Ends */

/* Releases Sec Css Ends */

section.releases-sec {
  position: relative;
  /*padding: 620px 0 40px 0;*/
}

section.releases-sec .container-fluid {
  width: 85%;
  margin: 0 auto;
}
.height_fit {
  height: fit-content;
}
section.releases-sec::before {
  content: "";
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*height: 650px;*/
  /*background-image: url("../images/releases-ex1.png");*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-position: left;*/
  /*z-index: -1;*/
  /*width: 35%;*/
}

.releases-heading {
  margin: 0;
  position: absolute;
  top: 225px;
  left: 24%;
}

h2.releases-heading1 {
  font-size: 4.3vw;
  line-height: 5.2vw;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #92accd;
}

h2.releases-heading2 {
  color: #92accd;
  font-size: 4.3vw;
  line-height: 5.2vw;
  font-weight: 0;
}

h2.releases-heading3 {
  font-size: 5.7vw;
  line-height: 6.5vw;
}

.releases-card-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2vw;
  height: auto;
  margin: 20px 0;
  padding: 10px;
}

.releases-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9vw;
  height: 9vw;
  padding: 3px;
  border: 3px solid #6f6f6f;
  transition: ease-in;
  transition-duration: 0.5s;
}

.releases-card-img:hover {
  background-color: #fe0501;
  border: 3px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.releases-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.releases-card-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 70%;
}

.releases-card-heading {
  display: inline-block;
  /* flex-direction: column; */
  /* align-items: start; */
  /* justify-content: start; */
  /* gap: 5px; */
  width: 100%;
  line-height: 0.5;
}

.releases-card-heading h5 {
  font-size: 0.8vw;
  line-height: 1vw;
  font-family: "ARIAL";
  text-transform: capitalize;
  font-weight: 700;
  transition: ease-in;
  transition-duration: 0.5s;
  display: inline;
}

.releases-card-heading h5:hover {
  color: #fe0501;
  transition: ease-out;
  transition-duration: 0.5s;
}

.releases-card-heading span {
  font-size: 0.8vw;
  line-height: 1vw;
  font-family: "ARIAL";
  text-transform: capitalize;
  font-weight: 600;
  transition: ease-in;
  transition-duration: 0.5s;
  display: inline-block;
}

.releases-card-heading span:hover {
  color: #fe0501;
  transition: ease-out;
  transition-duration: 0.5s;
}

.releases-card-txt p {
  font-size: 0.8vw;
  line-height: 1vw;
  font-family: "ARIAL";
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  text-align: justify;
}

.releases-ex-img-main {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  width: 100%;
}

.releases-ex-img {
  display: flex;
  align-items: end;
  justify-content: end;
  height: auto;
  width: 100%;
}

.releases-ex-img img {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.border-left {
  border-left: 5px solid #a9a9a9;
  padding: 0 10px 0 10px;
  /* margin: 0 0 20px 0; */
}

/* Releases Sec Css Ends */

/* Contact Us Sec Css Ends */

section.contact-sec {
  position: relative;
  padding: 0;
  margin-top: 50px;
}

section.contact-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  /*background-image: url("../images/contact-ex1.png");*/
  background-image: url("../images/contact_bef.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  z-index: -1;
}

section.contact-sec::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  /*background-image: url("../images/contact-ex2.png");*/
  background-image: url("../images/contact_aft.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
  display: none;
}

.contact-txt-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  text-align: end;
  height: 100%;
  gap: 20px;
}

.contact-txt-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3%;
  height: 100%;
  border-right: 5px solid #b2b2b2;
}

.contact-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}

.contact-heading1 {
  position: relative;
  z-index: 1;
}

.contact-heading1::before,
.contact-heading1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: screen;
  z-index: -1;
}

.contact-heading1::before {
  color: #00e5ff;
  transform: translate(0, 6px);
}

.contact-heading1::after {
  color: #ff3b30;
  transform: translate(0, -7px);
}

.contact-heading h5 {
  /* background: linear-gradient(
    90deg,
    rgb(255 27 92) 0%,
    rgb(255 99 101) 50%,
    rgb(244 31 33) 100%
  ); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  font-size: 4.2vw;
  line-height: 5.5vw;
  color: #fc5958;
}

.contact-heading h2 {
  color: #5a5859;
  font-size: 100px;
  line-height: 110px;
}

.contact-txt {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 60%;
}

.contact-txt p {
  width: 71%;
  margin: 0 0 0 auto;
  font-weight: 800;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.contact-txt a {
  font-family: "boston";
  font-size: 2.5vw;
  line-height: 2.5vw;
  color: #5a5859;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: ease-in;
  transition-duration: 0.5s;
}

.contact-txt a:hover {
  color: #fe0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.contact-txt a span {
  font-family: "Oswald";
  display: inline-block;
  font-weight: 700;
  margin-top: -10px;
}

.contact-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: 50px 0 0 auto;
}

.contact-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.contact-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: -17%;
  height: 70px;
  width: 150px;
  background-color: #fe0000;
  rotate: 50deg;
}

.contact-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img.contact-lo {
  display: none;
}

/* Contact Us Sec Css Ends */

/* Footer Sec Css Starts */

footer {
  padding: 50px;
  margin: 0 10px 10px;
  background-color: #202221;
  border-radius: 5px;
  overflow: hidden;
}

.footer-bopy-txt p {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "Montserrat";
  text-align: center;
  font-weight: 400;
}

.footer-bopy-txt p a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "Montserrat";
  text-align: center;
  font-weight: 400;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-bopy-txt p a:hover {
  transition: ease-out;
  transition-duration: 0.5s;
  color: #fe0000;
}

/* Footer Sec Css Ends */

/* Releases Sec Css Starts */

section.inner-releases-sec {
  padding: 100px 0;
}

/* Releases Sec Css Ends */

/* Contact Us Sec Css Starts */

section.contactpage-sec {
  margin-top: 100px;
}

/* Contact Us Sec Css Ends */

/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  section.about-sec::before {
    height: 63%;
    width: 750px;
  }

  .releases-heading {
    width: 30%;
    margin: 200px 30% 40px auto;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* .banner-txt {
    right: 18%;
  } */

  section.about-sec::before {
    height: 56%;
    width: 700px;
  }

  .releases-heading {
    width: 30%;
    margin: 20px 0 40px 50px;
  }

  .contact-txt a {
    font-size: 35px;
    line-height: 40px;
  }
  section.releases-sec::before {
    height: 470px;
    width: 32%;
  }
  .releases-heading {
    top: 170px;
    left: 21%;
  }
  section.releases-sec {
    padding: 0px 0 40px 0;
  }
  section.about-sec::after {
    height: 300px;
    width: 500px;
    background-size: contain;
    background-position: bottom;
  }
  .about-txt-bottom2 .about-list {
    margin: 50px 0 0 0;
  }
  .about-txt-bottom1 .about-list {
    bottom: 12.5%;
  }
  .about-heading {
    left: -15px;
    bottom: -28px;
  }
  section.contact-sec {
    margin-top: 0;
  }
  .about-txt {
    gap: 20px;
  }
  img.about-ex1 {
    height: 1400px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  section.releases-sec::before {
    height: 470px;
    width: 32%;
  }
  .about-txt-bottom1 .about-list {
    bottom: 14.5%;
  }
  section.about-sec::after {
    background-size: contain;
    height: 250px;
    width: 440px;
  }
  section.about-sec {
    padding: 0 0 450px 0;
  }
  .about-txt-bottom1 .about-list {
    bottom: 7.5%;
  }
  .about-heading {
    left: -14px;
    bottom: -25px;
  }
  .releases-heading {
    top: 170px;
    left: 21%;
  }
  section.releases-sec {
    padding: 0px 0 40px 0;
  }
  .about-txt-bottom2 .about-list {
    margin: 60px 0 0 0;
  }
  section.contact-sec {
    margin-top: 0px;
  }
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* .banner-txt {
    right: 18%;
  } */

  section.about-sec::before {
    height: 56%;
    width: 700px;
  }

  /* .releases-heading {
    width: 50%;
    margin: 200px 30% 40px auto;
  } */

  .contact-txt a {
    font-size: 35px;
    line-height: 40px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }
  /* Fonts css Starts */

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    background-color: #fff;
    box-shadow: 0 11px 20px 0 #0000002b;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  .menu-box ul {
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 20px;
    line-height: 1;
  }

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0.4in;
    right: unset;
    left: auto;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    /* background-color: #fff; */
    align-items: flex-start;
    justify-content: flex-start;
    /* box-shadow: 0 0 20px 0 #00000017; */
    right: 13%;
    z-index: 9;
  }

  header {
    /* position: relative; */
    padding: 20px 0;
  }

  .about-img-main {
    height: 700px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    width: 100%;
    bottom: unset;
    left: unset;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 50px;
    line-height: 55px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-heading h5 {
    font-size: 60px;
    line-height: 65px;
  }

  .about-txt {
    gap: 10px;
  }

  .about-txt p {
    font-size: 20px;
    line-height: 30px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
  }

  .about-txt-bottom1 .about-list {
    margin: 20px 0;
    text-align: start;
    position: relative;
    bottom: unset;
    width: 100%;
    left: unset;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-list p {
    font-size: 20px;
    line-height: 30px;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 80px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }

  img.about-ex1 {
    display: none;
  }

  .releases-heading {
    width: 90%;
    margin: 130px auto 20px auto;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 20px auto !important;
    height: 600px;
    padding: 0;
    width: 100%;
  }

  .releases-card-img {
    width: 80%;
    height: 380px;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 80%;
  }

  .releases-card-heading h5 {
    font-size: 14px;
    line-height: 23px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-heading h5 {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-txt {
    margin: 0;
    padding: 0;
  }

  .contact-heading h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 28px;
    line-height: 45px;
  }

  .contact-img-main {
    width: 100%;
    height: 500px;
    margin: 0;
  }

  .contact-img::before {
    right: -7%;
    height: 30px;
    width: 80px;
  }

  .contact-txt-main::before {
    display: none;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 16px;
    line-height: 25px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }

  /* Fonts css Starts */

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  header {
    background-color: #fff;
    box-shadow: 0 11px 20px 0 #0000002b;
    /* position: relative; */
    padding: 20px 0;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  .menu-box ul {
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 18px;
    line-height: 1;
  }

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: 40%;
    position: relative;
    bottom: 71%;
    right: unset;
    left: 10.5%;
    margin: 0 0 0 auto;
    padding: 20px;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    /* background-color: #fff; */
    align-items: start;
    justify-content: left;
    /* box-shadow: 0 0 20px 0 #00000017; */
  }

  .banner-ex-txt h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .about-img-main {
    height: 500px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 45px;
    line-height: 50px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 45px;
    line-height: 50px;
  }

  .about-heading h5 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-txt {
    gap: 10px;
  }

  .about-txt p {
    font-size: 20px;
    line-height: 35px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
  }

  .about-txt-bottom1 .about-list {
    margin: 20px 0;
    text-align: start;
    position: relative;
    bottom: unset;
    width: 100%;
    left: unset;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-list p {
    font-size: 20px;
    line-height: 35px;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 70px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }

  img.about-ex1 {
    display: none;
  }

  .releases-heading {
    left: 0;
    width: 90%;
    position: relative;
    margin: 0px auto 20px auto;
  }

  img.release_heading_image {
    width: 100%;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 20px auto !important;
    height: 600px;
    padding: 0;
    width: 95%;
  }

  section.releases-sec {
    padding: 60px 0;
  }

  .releases-card-img {
    width: 100%;
    height: 380px;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 100%;
  }

  .releases-card-heading h5 {
    font-size: 14px;
    line-height: 23px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-txt {
    margin: 0;
    padding: 0;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  .contact-heading h5 {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-heading h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 40px;
    line-height: 45px;
  }

  .contact-img-main {
    width: 90%;
    height: 500px;
    margin: 40px auto 0 auto;
  }

  .contact-img::before {
    right: -7%;
    height: 30px;
    width: 80px;
  }

  .contact-txt-main::before {
    display: none;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 16px;
    line-height: 25px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  /* Fonts css Starts */
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: 40%;
    bottom: 5%;
    right: 5%;
    left: 0;
    margin: 0 0 0 auto;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #00000017;
  }

  .banner-ex-txt h5 {
    font-size: 20px;
    line-height: 25px;
  }

  header {
    /* position: relative; */
    padding: 0;
  }

  .menuSec {
    padding: 10px 0;
    background-color: #fff;
  }

  .menu-box ul {
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 12px;
    line-height: 25px;
    font-family: "Montserrat";
    font-weight: 600;
    height: 20px;
    padding: 0;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  .about-img-main {
    height: 500px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    width: 100%;
    margin: 0;
    left: unset;
    bottom: unset;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 50px;
    line-height: 55px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-heading h5 {
    font-size: 50px;
    line-height: 65px;
  }

  .about-txt {
    gap: 10px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
    font-size: 25px;
    line-height: 30px;
  }

  .about-txt p {
    font-size: 21px;
    line-height: 30px;
  }

  .about-list p {
    font-size: 21px;
    line-height: 30px;
  }

  .about-txt-bottom1 .about-list {
    margin: 20px 0;
    text-align: start;
    position: relative;
    bottom: unset;
    width: 100%;
    left: unset;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 50px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }

  img.about-ex1 {
    display: none;
  }
  section.releases-sec {
    padding: 60px 0 40px 0;
  }
  .releases-heading {
    left: 5%;
    width: 90%;
    position: relative;
    margin: 0px auto 20px auto;
  }

  img.release_heading_image {
    width: 100%;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    /* flex-direction: column; */
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 20px auto !important;
    height: auto;
    padding: 0;
    width: 90%;
  }

  .releases-card-img {
    width: 40%;
    height: 270px;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 60%;
  }

  .releases-card-heading h5 {
    font-size: 12px;
    line-height: 23px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-heading h5 {
    font-size: 80px;
    line-height: 85px;
  }

  .contact-txt {
    margin: 0;
    padding: 0;
  }

  .contact-heading h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 30px;
    line-height: 35px;
  }

  .contact-img-main {
    width: 90%;
    height: 500px;
    margin: 40px auto 0 auto;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  .contact-img::before {
    right: -7%;
    height: 30px;
    width: 80px;
  }

  .contact-txt-main::before {
    display: none;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 12px;
    line-height: 25px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  /* Fonts css Starts */
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 60px;
    line-height: 65px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .menuSec {
    padding: 10px 0;
    background-color: #fff;
  }

  .menu-box ul {
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 12px;
    line-height: 25px;
    font-family: "Montserrat";
    font-weight: 600;
    height: 20px;
    padding: 0;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: 45%;
    bottom: 5%;
    right: 5%;
    left: 0;
    margin: 0 0 0 auto;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #00000017;
  }

  .banner-ex-txt h5 {
    font-size: 20px;
    line-height: 25px;
  }

  header {
    /* position: relative; */
    padding: 0;
  }

  .about-img-main {
    height: 500px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    width: 100%;
    margin: 0;
    left: unset;
    bottom: unset;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 50px;
    line-height: 65px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 50px;
    line-height: 55px;
  }

  .about-heading h5 {
    font-size: 50px;
    line-height: 65px;
  }

  .about-txt {
    gap: 10px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
    font-size: 25px;
    line-height: 30px;
  }

  .about-txt p {
    font-size: 21px;
    line-height: 30px;
  }

  .about-list p {
    font-size: 21px;
    line-height: 25px;
  }

  .about-txt-bottom1 .about-list {
    margin: 20px 0;
    text-align: start;
    position: relative;
    bottom: unset;
    width: 100%;
    left: unset;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 50px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  img.about-ex1 {
    display: none;
  }
  section.releases-sec {
    padding: 60px 0 40px 0;
  }
  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }
  .releases-heading {
    left: 5%;
    width: 90%;
    position: relative;
    margin: 0px auto 20px auto;
  }

  img.release_heading_image {
    width: 100%;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    /* flex-direction: column; */
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 10px auto !important;
    height: auto;
    padding: 0;
    width: 90%;
  }

  .releases-card-img {
    width: 70%;
    height: 220px;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 100%;
  }

  .releases-card-heading h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-heading h5 {
    font-size: 80px;
    line-height: 85px;
  }

  .contact-txt {
    margin: 0;
    padding: 0;
  }

  .contact-heading h2 {
    font-size: 60px;
    line-height: 65px;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 30px;
    line-height: 35px;
  }

  .contact-img-main {
    width: 90%;
    height: 500px;
    margin: 40px auto 0 auto;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  .contact-img::before {
    right: -7%;
    height: 30px;
    width: 80px;
  }

  .contact-txt-main::before {
    display: none;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 12px;
    line-height: 25px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  /* Fonts css Starts */
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .menuSec {
    padding: 10px 0;
    background-color: #fff;
  }

  .menu-box ul {
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 12px;
    line-height: 25px;
    font-family: "Montserrat";
    font-weight: 600;
    height: 20px;
    padding: 0;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
    object-position: center;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: 55%;
    /* position: relative; */
    bottom: 5%;
    right: 5%;
    left: 0;
    margin: 0 0 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #00000017;
  }

  .banner-ex-txt h5 {
    font-size: 17px;
    line-height: 1;
  }

  header {
    /* position: relative; */
    padding: 0;
  }

  .about-img-main {
    height: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    position: relative;
    width: 100%;
    margin: 0;
    left: unset;
    bottom: unset;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 40px;
    line-height: 45px;
  }

  .about-heading h5 {
    font-size: 40px;
    line-height: 45px;
  }

  .about-txt {
    gap: 10px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
  }

  .about-txt p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-list p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-txt-bottom1 .about-list {
    text-align: start;
    position: relative;
    bottom: unset;
    left: 0;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 50px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }

  img.about-ex1 {
    display: none;
  }

  .releases-heading {
    left: 2%;
    width: 100%;
    position: relative;
    margin: 0px auto 20px auto;
  }

  section.releases-sec {
    padding: 130px 0 40px 0;
  }

  img.release_heading_image {
    width: 100%;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 30px 0;
    height: auto;
    padding: 0;
  }

  .releases-card-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 80%;
  }

  .releases-card-heading h5 {
    font-size: 14px;
    line-height: 23px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
    margin: 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-heading h5 {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-heading h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-txt {
    gap: 10px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-img-main {
    width: 90%;
    height: 300px;
    margin: 40px auto 0 auto;
  }

  .contact-img::before {
    right: -12%;
    height: 30px;
    width: 80px;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  .contact-txt-main::before {
    display: none;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 12px;
    line-height: 25px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  /* Fonts css Starts */
  .desktop_none {
    display: inline-block;
  }
  p.about-txt-ex {
    display: none;
  }

  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .menuSec {
    padding: 10px 0;
    background-color: #fff;
  }

  .menu-box ul {
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .menu-box ul li a {
    font-size: 12px;
    line-height: 25px;
    font-family: "Montserrat";
    font-weight: 600;
    height: 20px;
    padding: 0;
  }

  header.sticky .menu-box ul li a {
    background-color: #0000;
    color: #000;
  }

  section.banner-sec {
    height: 600px;
  }

  section.banner-sec img {
    object-fit: cover;
    object-position: center;
  }

  section.banner-sec .container,
  section.banner-sec .row,
  section.banner-sec .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  section.banner-sec::before {
    width: 100%;
  }

  .banner-txt {
    height: auto;
    width: 70%;
    /* position: relative; */
    bottom: 5%;
    right: 3%;
    left: 0;
    margin: 0 0 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 #00000017;
  }

  .banner-ex-txt h5 {
    font-size: 17px;
    line-height: 1;
  }

  header {
    /* position: relative; */
    padding: 0;
  }

  .about-img-main {
    height: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .about-ex-box {
    position: relative;
    top: unset;
    width: 100%;
  }

  .about-txt-main {
    margin: 20px 0;
  }

  .about-heading {
    position: relative;
    width: 100%;
    margin: 0;
    left: unset;
    bottom: unset;
  }

  section.about-sec::before {
    height: 530px;
    width: 100%;
  }

  section.about-sec::after {
    height: 140px;
    width: 240px;
  }

  h2.about-heading1 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0 0 0;
  }

  .about-heading h2.about-heading2 {
    font-size: 30px;
    line-height: 35px;
  }

  .about-heading h5 {
    font-size: 30px;
    line-height: 35px;
  }

  .about-txt {
    gap: 10px;
  }

  p.about-txt-ex {
    position: relative;
    top: unset;
    right: unset;
  }

  .about-txt p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-list p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-txt-bottom1 .about-list {
    text-align: start;
    position: relative;
    bottom: unset;
    left: 0;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list {
    align-items: start;
    justify-content: start;
    text-align: start;
    margin: 20px 0 0 0;
  }

  .about-txt-bottom2 .about-list ul {
    align-items: start;
    justify-content: start;
  }

  section.about-sec {
    padding: 50px 0 160px 0;
  }

  section.releases-sec::before {
    height: 220px;
    width: 200px;
  }

  section.releases-sec .container-fluid {
    width: 100%;
  }

  section.releases-sec .row.mt-5 {
    margin-top: 0 !important;
  }

  img.about-ex1 {
    display: none;
  }

  .releases-heading {
    left: 2%;
    width: 100%;
    position: relative;
    margin: 0px auto 20px auto;
  }

  section.releases-sec {
    padding: 130px 0 40px 0;
  }

  img.release_heading_image {
    width: 100%;
  }

  h2.releases-heading1 {
    align-items: start;
    justify-content: start;
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading2 {
    font-size: 55px;
    line-height: 60px;
  }

  h2.releases-heading3 {
    font-size: 55px;
    line-height: 60px;
  }

  .border-left {
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .releases-card-main {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 20px 0 !important;
    height: auto;
    padding: 0;
  }

  .releases-card-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .releases-card-txt-main {
    width: 80%;
  }

  .releases-card-heading h5 {
    font-size: 14px;
    line-height: 23px;
  }

  .releases-card-heading span {
    font-size: 12px;
    line-height: 25px;
  }

  .releases-card-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .releases-card-txt p {
    font-size: 12px;
    line-height: 23px;
  }

  section.contact-sec {
    padding: 20px 0;
    margin: 0;
  }

  section.contact-sec::after {
    display: none;
  }

  section.contact-sec::before {
    height: 350px;
    width: 80px;
  }

  .contact-heading {
    gap: 10px;
  }

  .contact-heading h5 {
    font-size: 50px;
    line-height: 60px;
  }

  .contact-heading h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-txt {
    gap: 10px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-txt-main {
    width: 95%;
    margin: 0 0 0 auto;
  }

  .contact-txt p {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }

  .contact-txt a {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-img-main {
    width: 90%;
    height: 300px;
    margin: 40px auto 0 auto;
  }

  .contact-img::before {
    right: -12%;
    height: 30px;
    width: 80px;
  }

  .contact-img img {
    display: none;
  }

  img.contact-lo {
    display: block;
  }

  .contact-txt-main::before {
    display: none;
  }

  footer {
    padding: 20px;
    margin: 5px;
  }

  .footer-bopy-txt p,
  .footer-bopy-txt p a {
    font-size: 12px;
    line-height: 25px;
  }

  /* Home css Ends */
}

/*Media Query End*/
