@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
body.scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

.container {
  max-width: 1314px;
}

h2 {
  color: var(--Balck, #000);
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

section,
div {
  scroll-margin-top: 130px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-out;
  transition-delay: 3.3s;
}
.loader .wrap {
  margin: 0 25px;
}
.loader .wrap img {
  transform: translate(0px, 100px);
  transition: all 0.5s ease-out;
  opacity: 0;
}
.loader .wrap img:nth-child(8n) {
  margin-left: 25px;
}

.loader img:nth-child(1n) {
  transition-delay: 0.2s;
}

.loader img:nth-child(2n) {
  transition-delay: 0.4s;
}

.loader img:nth-child(3n) {
  transition-delay: 0.6s;
}

.loader img:nth-child(4n) {
  transition-delay: 0.8s;
}

.loader img:nth-child(5n) {
  transition-delay: 1s;
}

.loader img:nth-child(6n) {
  transition-delay: 1.2s;
}

.loader img:nth-child(7n) {
  transition-delay: 1.4s;
}

.loader img:nth-child(8n) {
  transition-delay: 1.6s;
}

.loader img:nth-child(9n) {
  transition-delay: 1.8s;
}

.loader img:nth-child(10n) {
  transition-delay: 2s;
}

.loader img:nth-child(11n) {
  transition-delay: 2.2s;
}

.loader img:nth-child(12n) {
  transition-delay: 2.4s;
}

.loader img:nth-child(13n) {
  transition-delay: 2.6s;
}

.loader img:nth-child(14n) {
  transition-delay: 2.8s;
}

.loader img:nth-child(15n) {
  transition-delay: 3s;
}

body.active-loader .loader {
  opacity: 0;
  visibility: hidden;
}
body.active-loader .loader .wrap img {
  transform: translate(0px, 0px);
  opacity: 1;
}
body.active-loader header {
  transition-delay: 4s;
  transform: translate(0px, 0px);
}

header {
  padding: 40px 0;
  background: #fff;
  position: sticky;
  top: 0;
  transition-delay: 3.5s;
  transform: translate(0px, -100px);
  transition: all 0.5s ease-out;
  z-index: 9;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
header ul li {
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header ul li a {
  color: var(--Balck, #000);
  padding: 4px 0;
}
header a.ham-icon {
  display: none;
}
header a.close-icon {
  display: none;
}

footer .pbt {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #000;
}
footer ul.s-media {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
footer ul.s-media li {
  width: 32px;
  height: 32px;
  background-color: #282828;
  border-radius: 100px;
}
footer ul.s-media li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.s-media li a i {
  font-size: 16px;
  color: #fff;
}
footer ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
footer ul.menu li {
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer h6 {
  color: var(--Balck, #000);
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 38px 0 8px;
}

section.home-banner {
  padding: 30px 0 53px;
}
section.home-banner h1 {
  color: var(--Balck, #000);
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 24px;
  max-width: 750px;
}
section.home-banner p {
  max-width: 898px;
  color: #585858;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  margin-bottom: 40px;
}
section.home-banner a {
  display: inline-block;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 49px;
  background: #000;
}
section.home-banner a img {
  margin-bottom: 1px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
section.home-banner a:hover img {
  transform: rotate(45deg);
}

section.home-sec2 {
  padding: 0 0 55px;
}
section.home-sec2 img {
  width: 100%;
  /* object-fit: cover; */
  border-radius: 3px;
}
section.home-sec2 .text-box {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 201px;
}
section.home-sec2 .text-box h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
}
section.home-sec2 .text-box .abt-cnt p {
  max-width: 848px;
  color: #585858;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 22px;
}

section.home-sec3 {
  padding: 0 0 80px;
}
section.home-sec3 h2 {
  margin-bottom: 34px;
  font-family: "Inter", sans-serif;
}
section.home-sec3 .box {
  position: relative;
  transition: all 0.7s ease-in-out;
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
section.home-sec3 .box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
section.home-sec3 .box .hover-content {
  transition: all 0.7s ease-in-out;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
section.home-sec3 .box .hover-content h3 {
  color: var(--Balck, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.home-sec3 .box .hover-content h4 {
  color: #4E4E4E;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0;
}
section.home-sec3 .box .hover-content h6 {
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 32px;
}
section.home-sec3 .box .hover-content h5 {
  color: var(--Balck, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 32px;
}
section.home-sec3 .box .hover-content h5 img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .box .hover-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 475px;
  margin: 0 auto;
}
section.home-sec3 .box .hover-content ul li {
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  padding: 10px 16px;
  border-radius: 4px;
  background: #F5F3F3;
}
section.home-sec3 .box:hover .hover-content {
  bottom: 0;
  opacity: 1;
}

section.home-sec4 {
  padding: 0 0 120px;
}
section.home-sec4 h2 {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
section.home-sec4 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px 44px;
  flex-wrap: wrap;
}

section.home-sec5 {
  padding: 0 0 80px;
}
section.home-sec5 .port {
  position: relative;
}
section.home-sec5 .port::after {
  content: "";
  width: 98%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.59) 41.96%, rgba(102, 102, 102, 0) 73.31%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.home-sec5 img {
  width: 100%;
  height: 488px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec5 .content {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.home-sec5 .content h6 {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
section.home-sec5 .content h3 {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.home-sec5 .content h5 {
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
section.home-sec5 .content a {
  display: inline-block;
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding: 14px 49px;
}
section.home-sec5 .content a img {
  width: 10px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out;
}
section.home-sec5 .content a:hover img {
  transform: rotate(45deg);
}

.contact-modal .modal-dialog {
  max-width: 1068px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.contact-modal .modal-body {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.contact-modal .modal-body .btn-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background-image: url(../images/x.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  background-size: cover;
  opacity: 1;
}
.contact-modal .modal-body .btn-close:focus {
  box-shadow: none;
}
.contact-modal .modal-body .text-box {
  padding: 33px 83px 33px 48px;
  width: calc(100% - 467px);
}
.contact-modal .modal-body .text-box h2 {
  margin-bottom: 20px;
}
.contact-modal .modal-body .text-box p {
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  margin-bottom: 28px;
}
.contact-modal .modal-body .text-box input:not([type=submit]),
.contact-modal .modal-body .text-box textarea {
  border: none;
  border-bottom: 0.7px solid #484848;
  padding: 11px 10px;
  width: 100%;
  outline: none;
  color: #000;
}
.contact-modal .modal-body .text-box input:not([type=submit])::-moz-placeholder, .contact-modal .modal-body .text-box textarea::-moz-placeholder {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.contact-modal .modal-body .text-box input:not([type=submit])::placeholder,
.contact-modal .modal-body .text-box textarea::placeholder {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.contact-modal .modal-body .text-box textarea {
  height: 100px;
  resize: none;
}
.contact-modal .modal-body .text-box input[type=submit] {
  width: 192px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #000;
  padding: 14px 50px;
  border: none;
}
.contact-modal .modal-body .text-box .wpcf7-spinner {
  position: absolute;
}
.contact-modal .modal-body .text-box .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: -18px;
}
.contact-modal .modal-body .text-box .wpcf7-form-control-wrap {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 25px;
}
.contact-modal .modal-body .text-box .wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin-left: 0;
}
.contact-modal .modal-body .text-box .submit-wraper {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  margin-bottom: 48px;
  margin-top: 40px;
}
.contact-modal .modal-body .text-box .submit-wraper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.contact-modal .modal-body .text-box .submit-wraper:hover img {
  transform: rotate(45deg);
}
.contact-modal .modal-body .text-box h6 {
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  margin: 0;
}
.contact-modal .modal-body .img-box {
  width: 467px;
  height: 100%;
}
.contact-modal .modal-body .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cstudy-modal {
  font-family: "Inter", sans-serif;
}
.cstudy-modal .modal-dialog {
  max-width: 845px;
}
.cstudy-modal .modal-body {
  padding: 75px 71px;
  position: relative;
}
.cstudy-modal .modal-body .btn-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background-image: url(../images/x-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  background-size: cover;
  opacity: 1;
}
.cstudy-modal .modal-body .btn-close:focus {
  box-shadow: none;
}
.cstudy-modal .modal-body h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 11px;
}
.cstudy-modal .modal-body p > b {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.cstudy-modal .modal-body p {
  max-width: 663px;
  color: #585858;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 22px;
}
.cstudy-modal .modal-body p:first-of-type {
  margin-bottom: 50px;
}
.cstudy-modal .modal-body p:nth-of-type(3) {
  max-width: 663px;
}
.cstudy-modal .modal-body .fw {
  max-width: 472px;
}
.cstudy-modal .modal-body h3 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 36px;
}
.cstudy-modal .modal-body h3 span {
  font-weight: 300;
}
.cstudy-modal .modal-body h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 34px;
  max-width: 420px;
}
.cstudy-modal .modal-body img {
  width: 100%;
}
.cstudy-modal .modal-body .link {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 60px;
  text-decoration: underline;
}
.cstudy-modal .modal-body .grid img {
  margin-bottom: 23px;
}
.cstudy-modal .modal-body .mt-60 {
  margin-top: 60px;
}
.cstudy-modal .modal-body .two-col {
  margin-top: 70px;
  margin-bottom: 60px;
}
.cstudy-modal .modal-body .two-col img {
  width: 100%;
}
.cstudy-modal .modal-body .two-col p {
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 26px;
}
.cstudy-modal .modal-body .two-col h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 0px;
}
.cstudy-modal .modal-body > img {
  width: 100%;
  display: block;
}

.cs-model .modal-dialog {
  max-width: 1068px;
}
.cs-model .modal-body {
  padding: 33px 48px;
  position: relative;
}
.cs-model .modal-body .btn-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background-image: url(../images/x-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  background-size: cover;
  opacity: 1;
}
.cs-model .modal-body .btn-close:focus {
  box-shadow: none;
}
.cs-model .modal-body h2 {
  margin-bottom: 12px;
  letter-spacing: 17px;
  text-transform: uppercase;
}
.cs-model .modal-body h3 {
  color: #2C2C2C;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.cs-model .modal-body h4 {
  color: #2C2C2C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.cs-model .modal-body ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.cs-model .modal-body ul li {
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  padding: 4px 16px;
  border-radius: 4px;
  background: #EEE;
}
.cs-model .modal-body img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cs-model .modal-body h6 {
  color: #5E5E5E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 28px 0;
}
.cs-model .modal-body .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 131px;
  margin-bottom: 80px;
}
.cs-model .modal-body .text-wrap h3 {
  max-width: 559px;
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.cs-model .modal-body .text-wrap h4 {
  max-width: 247px;
  color: var(--Balck, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin: 0;
}
.cs-model .modal-body h5 {
  color: #222;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 28px;
}
.cs-model .modal-body p {
  color: #5E5E5E;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cs-model .modal-footer {
  padding: 112px 0 122px;
  flex-direction: column;
  border: none;
}
.cs-model .modal-footer img.logo {
  display: block;
  margin: auto;
}
.cs-model .modal-footer ul.s-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.cs-model .modal-footer ul.s-media li {
  width: 32px;
  height: 32px;
  background-color: #282828;
  border-radius: 100px;
}
.cs-model .modal-footer ul.s-media li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-model .modal-footer ul.s-media li a i {
  font-size: 16px;
  color: #fff;
}
.cs-model .modal-footer h6 {
  color: var(--Balck, #000);
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.fine-cara .owl-dots {
  position: absolute;
  bottom: 94px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 88%;
  right: 0;
  left: 0;
  margin: auto;
}
.fine-cara .owl-dots button.owl-dot {
  width: 100%;
  height: 3px;
  background: #fff !important;
  margin: 0 7px;
  opacity: 0.6;
  border-radius: 12px;
}
.fine-cara .owl-dots button.owl-dot.active {
  opacity: 1;
}

ul.s-media {
  margin: 23px 0 0;
}
ul.s-media li {
  margin-right: 20px;
}
ul.s-media li a {
  background: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */