@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #0090bc;
  --secondary: #0c0c0c;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #000000;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

/* How to add New font */
@font-face {
  font-family: "montsbold";
  src: url("../fonts//Montserrat-Bold.ttf");
}

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

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

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #b9b9b9;
}

h1,
h2,
h3 {
  font-family: "montsbold", sans-serif;
}

h4,
h5,
h6 {
  font-family: "montssemi", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  transition: 0.3s ease-in-out;
  max-height: 150px;
}

/*header {*/
/*  padding: 1.25rem 0;*/
/*}*/

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

.navbar-nav .nav-item .nav-link:hover {
  color: #7eb22a;
}

.navbar-nav .nav-item .nav-link i {
  color: #7eb22a;
}

.themeBtn {
  display: inline-flex;
  color: var(--primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--primary);
  font-family: "montsmedium", sans-serif;
  border-radius: 6px;
}

.themeBtn:hover {
  background: var(--primary);
  color: var(--white);
  transform: translate(-10px);
}

/* Services Sec Css Start */

.serviceSec {
  background: url(../images/serviceBg.webp) bottom/contain no-repeat;
}

.secHeading {
  font-size: 3.125rem;
  color: var(--white);
  text-transform: uppercase;
  overflow: hidden;
}

.secHeading span {
  font-size: 1.5625rem;
  color: var(--primary);
  display: block;
  font-family: "Poppins";
}

.serviceHead p {
  width: 85%;
}

.secondPara {
  margin: 2rem 0 1.625rem 0;
}

.serviceBox {
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 2.5rem 1.625rem 0.75rem 1.625rem;
  margin-bottom: 2rem;
  min-height: 257px;
}

.serviceBox.griednt {
  background: linear-gradient(181deg, #000000, #0090bcc4);
}

.serviceContent h4 {
  font-size: 22px;
  color: var(--white);
}

.serviceContent p {
  font-size: 0.75rem;
}

.serviceBox figure {
  margin-bottom: 1.125rem;
}

/* Services Sec Css End */

/* About Sec Css Start */

.aboutSec {
  background-color: var(--secondary);
}

.aboutSec figure img {
  border-radius: 0.625rem;
}

.aboutContent {
  margin-left: 1.2rem;
}

/* About Sec Css End */

/* Rating Sec Css Start */

.clientSec {
  background: url(../images/ratingBg.webp) center/cover no-repeat;
}

.ratingWrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ratingWrap h4 {
  font-size: 3.125rem;
  color: var(--white);
  font-family: "Poppins";
  font-weight: bold;
}

.ratingWrap h4 span {
  font-size: 1.25rem;
  display: block;
  font-family: "montsmedium";
  font-weight: 400;
}

/* Rating Sec Css End */

/* Careers Sec Css Start */

.careerSec {
  background: url(../images/careerBg.webp) center/cover no-repeat;
}

.careerSec h4 {
  font-size: 2.1875rem;
  color: var(--white);
  text-align: center;
  margin-top: 1.5rem;
}

.careerSec figure img {
  border-radius: 0.625rem;
}

.careerHead h2 {
  margin-bottom: 3rem;
}

.careerContent p {
  width: 86%;
}

.careerContent .themeBtn {
  margin: 0.75rem 0 4.375rem 0;
}

/* Careers Sec Css End */

/* Blog Sec Css Start */

.blogSec {
  background-color: var(--secondary);
}

.blogContent ul {
  display: flex;
  justify-content: space-between;
}

.blogContent ul li a {
  font-size: 1.125rem;
  color: var(--white);
}

.blogContent ul li a i {
  color: var(--primary);
  padding-right: 0.625rem;
}

.blogContent h6 {
  font-size: 1.25rem;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 12px;
}

.blogContent a {
  font-size: 1.25rem;
  color: var(--primary);
  text-transform: uppercase;
}

.blogContent {
  background: var(--black);
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1.25rem 1.25rem;
}

.blogContent ul li:nth-child(2) {
  margin-left: 7rem;
}

.blogBox figure img {
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blogBox figure {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}

.blogBox:hover figure img {
  webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Blog Sec Css End */

/* Contact Sec Css Start */

.contactSec {
  background: url(../images/contactBg.webp) center/cover no-repeat;
}

.contactForm .form-group .form-control {
  background: transparent;
  border: 1px solid var(--primary);
  height: 55px;
  margin-bottom: 1.875rem;
  border-radius: 6px;
}

.contactForm .form-group label {
  font-size: 1.0625rem;
  color: var(--white);
  text-transform: uppercase;
}

.contactForm .form-group textarea {
  min-height: 10rem;
}

.contactBtn .themeBtn {
  width: 100%;
  display: block;
  background-color: var(--primary);
  color: var(--white);
}

.contactBtn {
  margin: auto;
}

.contactForm {
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 3.125rem 2rem;
}

.contactInfo li a {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
}

.contactInfo li a h4 span {
  display: block;
  font-size: 1.375rem;
  color: #b9b9b9;
  text-transform: capitalize;
}

.contactInfo li a h4 {
  font-size: 1.5625rem;
  color: var(--white);
  text-transform: unset;
  font-family: "Poppins";
  line-height: 1.5;
}

.contactInfo li + li {
  padding-top: 2rem;
}

.contactInfo li a i {
  color: var(--primary);
  font-size: 1.5rem;
}

.contactInfo {
  margin-top: 3rem;
}

.contactHead {
  margin-left: 2rem;
}

/* Contact Sec Css End */

/* Footer Css Start */

footer {
  background: url(../images/footBg.webp) center/cover no-repeat;
  padding-top: 5rem;
}

.links {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 2.5rem 0;
}

.links li a {
  font-size: 1.125rem;
  color: var(--white);
}

.socialIcon {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 1.5625rem 0 2.8125rem 0;
}

.socialIcon li a i {
  font-size: 1.625rem;
  color: var(--white);
  transition: 0.5s ease-in-out;
}

.socialIcon li a i:hover {
  color: var(--primary);
}

.copyRight {
  border-top: 1px solid #262626;
  padding-top: 1rem;
}

.copyRight ul li a {
  color: #b9b9b9;
}

.copyRight ul {
  display: flex;
  justify-content: end;
  gap: 2rem;
}

/* Footer Css End */

/* Inner Pages Css Start */

.innerBanner {
  position: relative;
}

.innerBanner .overlay {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerBanner .overlay h2 {
  font-size: 4.0625rem;
  color: var(--white);
  text-transform: uppercase;
}

.whatwedoInner p {
  width: 84%;
}

.whatwedoInner figure img {
  border-radius: 10px;
}

.whatwedoInner .row + .row {
  padding-top: 4rem;
}

.careerInner {
  background: unset;
}

.careerInner h4 {
  text-align: left;
}

.careerInner .row + .row {
  padding-top: 4rem;
}

.contactInner {
  background: unset;
}

.jobInner .loc {
  font-size: 1.125rem;
  color: #b9b9b9;
}

.jobInner .loc i {
  color: var(--primary);
  padding-right: 0.75rem;
}

.jobInner h4 {
  text-transform: uppercase;
}

.loc {
  display: block;
  padding: 10px 0;
}

.links li a:hover {
  color: #7eb22a;
}

/* Inner Pages Css End */

.privacyInner h3 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
}

.privacyInner ul li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #b9b9b9;
}

.privacyInner ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 12px;
}

.privacyInner ul li + li {
  padding-top: 5px;
}

.privacyInner p a {
  font-size: 1rem;
  font-weight: 500;
  color: #b9b9b9;
}

.privacyInner p {
  width: 100%;
}

main > section:last-of-type {
  position: relative;
  z-index: 2;
  background-color: #000;
}

.preLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
}

.preLoader.black {
  background-color: #000;
  z-index: 30;
}

.preLoader.white {
  z-index: 20;
  background-color: #fff;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.footLogo img {
    max-height: 200px;
}
.careerInner input::file-selector-button {
  padding: 0.7rem 2rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary);
  background:transparent;
  border:1px solid var(--primary);
  border-radius:8px;
  transition: all 0.5s ease-in-out;
}
.careerInner input::file-selector-button:hover {
  background: var(--primary);
  color: var(--white);
}
.careerInner form {
  margin-top: 2rem;
}
.careerInner input[type="file"] {
  color: var(--primary);
  font-size: 1.1rem;
}
div#navbarSupportedContent {
    justify-content: end;
}

.careerSec.careerInner.jobInner .col-md-6 {
    margin-bottom: 35px;
}


.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #0090bc;
}

input.search-field {
    border: 2px solid #008fbb;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #0090bc;
    border: 2px solid #008fbb;
    width: 133px;
    color: #fff;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #212529 !important;
    color: #0090bc;
}

footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-150.nav-item {
    display: none;
}


 /*sraachbar start */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff!important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

#search input[type="search"]::-webkit-input-placeholder {
    / Chrome/Opera/Safari /
    color: #fff;
}

#search input[type="search"]::-moz-placeholder {
    / Firefox 19+ /
    color: #fff;
    opacity: 1;
}

#search input[type="search"]:-ms-input-placeholder {
    / IE 10+ /
    color: #fff;
}

#search input[type="search"]:-moz-placeholder {
    / Firefox 18- /
    color: #fff;
    opacity: 1;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}

footer.entry-footer {
    display: none;
}

.entry-content {
    padding-top: 30px;
}

h1.entry-title {
    font-size: 2.1875rem;
    color: var(--white);
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
.modal-dialog {
    margin-top: 20vh;
    max-width: 60%;
}

.modal-dialog .modal-content {
    background: #000;
}
.modal-backdrop.show {
    z-index: 0;
}
