@import url("https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
    --white: #fff;
    --black: #000;
    --primary: #00afdb;
    --secondary: #1a4797;
}

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

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

@font-face {
    font-family: "BankGothic Md BT";
    src: url("../fonts/BankGothicBT-Medium.eot");
    src: url("../fonts/BankGothicBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BankGothicBT-Medium.woff2") format("woff2"), url("../fonts/BankGothicBT-Medium.woff") format("woff"), url("../fonts/BankGothicBT-Medium.ttf") format("truetype"), url("../fonts/BankGothicBT-Medium.svg#BankGothicBT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BankGothic Md BT";
    src: url("../fonts/BankGothicBT-Medium_1.eot");
    src: url("../fonts/BankGothicBT-Medium_1.eot?#iefix") format("embedded-opentype"), url("../fonts/BankGothicBT-Medium_1.woff2") format("woff2"), url("../fonts/BankGothicBT-Medium_1.woff") format("woff"), url("../fonts/BankGothicBT-Medium_1.ttf") format("truetype"), url("../fonts/BankGothicBT-Medium_1.svg#BankGothicBT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BankGothic Md BT";
    src: url("../fonts/BankGothicBT-Medium_2.eot");
    src: url("../fonts/BankGothicBT-Medium_2.eot?#iefix") format("embedded-opentype"), url("../fonts/BankGothicBT-Medium_2.woff2") format("woff2"), url("../fonts/BankGothicBT-Medium_2.woff") format("woff"), url("../fonts/BankGothicBT-Medium_2.ttf") format("truetype"), url("../fonts/BankGothicBT-Medium_2.svg#BankGothicBT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Poppins", 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 {
    max-height: 95px;
    transition: 0.3s ease-in-out;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    transition: 0.3s ease-in-out;
}

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: 0.975rem;
    font-weight: normal;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    padding: 0;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: -2.875rem;
    transition: transform 0.3s ease-in-out;
    background-color: var(--primary);
    transform-origin: center;
    transform: scaleX(0);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

.form-inline {
    margin-left: 2rem;
}

.main-slider {
    position: relative;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.main-slider h1 {
    font-size: 10.3125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-family: "BankGothic Md BT";
}

.main-slider h3 {
    font-family: "BankGothic Md BT";
}

.main-slider h1 span {
    font-size: 3.575rem;
    display: block;
    font-weight: 300;
    /* font-family: "Bebas Neue", cursive; */
    font-family: "BankGothic Md BT";
}

.main-slider p {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.main-slider .socialIo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5rem;
    gap: 0.25rem;
    flex-direction: column;
    transform: translateY(-50%);
}

.socialIo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.socialIo li a {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    font-size: 1rem;
    display: grid;
    place-items: center;
    color: var(--white);
    border: 1px solid var(--white);
}

.socialIo li a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.btn-group {
    gap: 1rem;
}

.themeBtn {
    display: inline-block;
    padding: 0.875em 1.25em;
    background-color: var(--secondary);
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    min-width: 150px;
    text-align: center;
    border: 1px solid var(--secondary);
    text-transform: uppercase;
}

.themeBtn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.themeBtn.lightBtn {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.themeBtn.lightBtn:hover {
    background-color: var(--secondary);
}

.secHeading {
    font-size: 2.8125rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    position: relative;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.secHeading span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    display: block;
}


/* aboutSec */

.aboutSec {
    padding: 0;
}

.aboutSec .content {
    background: url(../images/aboutBg1.jpg) center/cover no-repeat;
    padding: 5rem 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.aboutSec.aboutInner {
    padding: 6rem 0;
}

.timeLine .row {
    padding: 54px 0;
}

.timeLine {
    border: 1px solid #707070;
    padding: 4rem 3rem;
    margin-left: 3rem;
}

.timeLine .nav-link {
    position: relative;
    font-size: 1.625rem;
    min-width: 7rem;
    min-height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0.75rem solid #88bdfb;
    border-radius: 50%;
    color: #88bdfb;
    transition: 0.6s ease-in-out;
}

.timeLine .nav-link::before,
.timeLine .nav-link::after {
    content: "";
    position: absolute;
}

.timeLine .nav-link::before {
    border: 2.5em solid #4669a9;
    width: 12em;
    height: 11.1em;
    left: 10%;
    margin-left: -7em;
    border-top-left-radius: 7em;
    border-bottom-left-radius: 7em;
    border-right: 0;
    top: -7.1rem;
}

.timeLine .row:nth-child(even) .nav-link::before {
    transform: rotate(180deg);
    left: auto;
    right: -100%;
    margin-left: 0;
    top: -110px;
    height: 10.81em;
}

.timeLine .nav-link::after {
    content: "";
    background: url(../images/line.png) center right/100% auto no-repeat;
    height: 50px;
    width: 11.25rem;
    position: absolute;
    right: -12rem;
}

.timeLine .row:nth-child(even) .nav-link::after {
    right: 9rem;
    transform: scale(-1);
}

.timeLine .nav-link:hover,
.timeLine .nav-link.active {
}

.timeLine .contentBox {
}

.timeLine .contentBox h4 {
}

.timeLine .contentBox p {
    min-width: 200px;
    /* font-size: 15px; */
    margin: 0;
}

.expertiseSec p,
.aboutSec p {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Poppins";
    color: #828282;
    line-height: 1.833;
}

.abtContent p {
    text-align: justify;
    width: 96%;
}


.expertiseSec {
    background: url(../images/bgimage.jpg) left top/auto no-repeat;
}

.proCard {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 1.5rem;
}

.mainCard {
    min-height: 340px;
}

.proCard a {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.25em 0.5em;
    background-color: rgb(118, 132, 143);
    position: absolute;
    transition: 0.3s ease-in-out;
}

.proCard:hover a {
    background-color: var(--secondary);
    color: var(--white);
}


/* ctaSec */

.ctaSec {
    background: url(../images/cta-bnner.jpg) center/cover no-repeat;
    text-align: center;
}

.ctaSec .secHeading {
    color: var(--white);
}

.ctaSec p {
    font-size: 1.125rem;
    color: var(--white);
}


/* Start: Blog CSS */

.blogThumb {
    padding: 2.8125rem;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 68px 0px rgba(200, 200, 200, 0.35);
}

.blogThumb img {
    border-radius: 12px;
}

.blogThumb .content {
    padding-top: 2.8125rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem 0;
}

.blogThumb .content ul {
    display: flex;
    margin: 0;
    gap: 0 3rem;
}

.blogThumb .content ul a,
.blogThumb .content p {
    color: #888;
    font-weight: 500;
    font-size: 15px;
}

.blogThumb .content h4 a {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}

.blogThumb .content p {
    line-height: 1.8;
    margin: 0;
    color: #828282;
    font-size: 1.125rem;
    font-weight: 400;
}

.blogThumb.sm-vertical {
    display: flex;
    align-items: center;
    padding: 1.5625rem;
    margin-bottom: 3rem;
    background: #fbfbfb;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: ease all 0.5s;
}

.blogThumb.sm-vertical:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 68px 0px rgb(200 200 200 / 35%);
    border-color: #fff;
}

.blogThumb.sm-vertical .content {
    padding: 0 0 0 2rem;
    gap: 1rem 0;
}

.blogThumb.sm-vertical .content ul {
    gap: 0 1rem;
}

.blogThumb.sm-vertical .content ul a {
    font-size: 12px;
}

.blogThumb.sm-vertical .content h4 {
    margin: 0;
}

.blogThumb.sm-vertical .content h4 a {
    font-size: 1.75rem;
}

.blogThumb.sm-vertical img {
    width: 243px;
    height: 186px;
    object-fit: cover;
}

.b4AfterCarousel-nav {
    margin: 30px 0 0;
}

.b4AfterCarousel-nav .slick-list {
    padding: 0 !important;
}

.b4AfterCarousel-nav .slick-track {
    display: flex;
    align-items: center;
    gap: 0 10px;
}


/* END: Blog CSS */


/* teamSec */

.teamSec {
    background: url(../images/teamBg.jpg) center/cover no-repeat;
}


/* Team Card */

.teamCard {
    border-width: 1px solid rgb(225, 225, 225);
    border-radius: 18px;
    background-color: var(--white);
    text-align: center;
    padding: 1.5rem;
    margin: 0 1.5rem;
    box-shadow: 0px 4px 125px 0px rgba(200, 200, 200, 0.8);
}

.teamCard img {
    border-radius: 50%;
}

.teamCard h3 {
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0rem;
    text-transform: uppercase;
    color: var(--black);
    font-family: "Oswald", sans-serif;
}

.teamCard p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #6c6c6c;
}

.teamCard .content {
    padding: 1.5rem 1rem;
    transition: 0.3s ease-in-out;
}

.teamCard .socialIo {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.teamCard .socialIo li:nth-child(1) a {
    transition: 0.4s ease-in-out;
}

.teamCard .socialIo li:nth-child(2) a {
    transition: 0.5s ease-in-out;
}

.teamCard .socialIo li:nth-child(3) a {
    transition: 0.6s ease-in-out;
}

.teamCard .socialIo li:nth-child(4) a {
    transition: 0.7s ease-in-out;
}

.teamCard .socialIo li a {
    color: var(--black);
    height: 58px;
    width: 58px;
    font-size: 1.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: scale(0);
    border: none;
    transform-origin: bottom;
    background-color: var(--white);
    box-shadow: 0px 8px 36px 4px rgba(234, 234, 234, 0.73);
}

.teamCard .socialIo li a:hover {
    color: var(--white);
    background-color: var(--secondary);
}

.teamCard:hover .socialIo li a {
    transform: scale(1);
}


/* Begin: footer */

footer {
    background-color: #031027;
    padding-top: 6em;
    position: relative;
}

footer h3 {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

footer p {
    color: var(--white);
    font-size: 15px;
    margin: 1.5rem 0 0;
}

footer .links,
footer .contInfo {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 1.3rem 0;
}

footer .links {
    flex-wrap: wrap;
    max-height: 225px;
}

footer .contInfo {
    gap: 2rem 0;
}

footer .links li a,
footer .contInfo li a {
    font-weight: 400;
    color: var(--white);
    font-size: 1rem;
    text-transform: uppercase;
}

footer .contInfo li a {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    line-height: 1.5;
}

footer .contInfo li a i {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--black);
    background-color: var(--white);
}

footer .contInfo li a:hover i {
    background-color: var(--secondary);
    color: var(--white);
}

footer .links li a:hover,
footer .links li a:focus {
    color: var(--primary);
}

.copyRight {
    border-top: 1px solid #707070;
    padding: 2em 0;
    margin-top: 5em;
    align-items: center;
}

.copyRight p {
    margin: 0;
}

.copyRight .footerSocial {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 6px;
}

.copyRight .footerSocial a {
    font-size: 1rem;
    color: var(--white);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: var(--white);
    width: 50px;
    height: 50px;
}

.footerSocial a.fb {
    background-color: #4b69b0;
}

.footerSocial a.twitter {
    background-color: #37b1e1;
}

.footerSocial a.insta {
    background-color: #892393;
}

.footerSocial a.pinterst {
    background-color: #e83f3a;
}


/* END: footer */

.main-slider.inner-slider h1 {
    font-size: 5.4rem;
}

.aboutSec {
    padding: 0;
}

.abtcontent {
    display: flex;
    align-items: baseline;
    padding: 0rem 4rem 0 2rem;
}

.verticalTitle {
    transform: scale(-1);
    writing-mode: vertical-rl;
    font-size: 8.4375rem;
    font-weight: bold;
    text-align: end;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Nunito", sans-serif;
    margin: 0;
}

.verticalTitle span {
    display: block;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.secHeading {
    font-size: 3.25rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    font-family: "Nunito", sans-serif;
}

.verticalHeading {
    font-size: 4.0625rem;
    font-family: "Poppins", sans-serif;
    color: #000;
    display: flex;
    line-height: 1;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.verticalHeading span {
    font-size: 14px;
    display: block;
    writing-mode: vertical-rl;
    margin: 0;
    font-weight: 300;
}

.videoThumb {
    position: relative;
}

.videoThumb .playVid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 1rem;
    display: grid;
    box-shadow: 0px 16px 24px 0px rgba(131, 131, 131, 0.7);
    place-items: center;
}

.videoThumb .playVid span {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.videoThumb .playVid i {
    display: grid;
    place-items: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.25rem;
    background-color: #1a4797;
    border: 8px solid rgb(255 255 255 /30%);
    box-shadow: 0 0 0 8px rgb(255 255 255 /30%);
}

.galleryWrap {
    display: block;
    overflow: hidden;
    position: relative;
    background: var(--black);
}

.galleryWrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.galleryWrap .content {
    background-color: #000;
    position: absolute;
    inset: 0;
    visibility: hidden;
    padding: 2rem 2rem;
}

.galleryWrap.active .content {
    visibility: initial;
}

.galleryWrap .content p {
    color: white;
    font-size: 15px;
}

.galleryWrap .content h5 {
    color: white;
}

.galleryWrap .overlay h3 {
    font-size: 1.5rem;
    /*font-family: "Nunito Sans", sans-serif;*/
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.galleryWrap .overlay p {
    font-size: 1rem;
    /*font-family: "Nunito Sans", sans-serif;*/
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.galleryWrap img {
    opacity: 0.75;
    width: 100%;
    transition: opacity, ease all 2s;
    transform: scale(1);
    max-height: 500px;
    object-fit: cover;
}

.galleryWrap:hover img,
.galleryWrap:focus img {
    opacity: 1;
    transform: scale(1.1);
}

.galleryWrap:hover .overlay {
    transform-origin: top;
    transform: scaleY(1);
}

.contactSec {
    background-color: #f9f9f9;
}

.contactSec .secHeading {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}


/* .contactSec .form-group {
  position: relative;
  display: flex;
  border: 1px solid #efefef;
  background-color: var(--white);
}

.contactSec .form-group i {
  display: grid;
  place-items: center;
  color: #7e7e7e;
  font-size: 1.25rem;
  background-color: #dedede;
  width: 58px;
  height: 58px;
} */


/* .contactSec .form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  height: 58px;
  border: 0;
  font-size: 16px;
  color: var(--black);
  transition: 0.4s ease-in-out;
  line-height: 1;
} */


/* 
.contactSec .form-group .form-control::placeholder {
  color: #9f9f9f;
}

.contactSec .form-group textarea.form-control {
  height: 180px;
  padding-top: 1rem;
} */


/* .contactSec .form-group .form-control:focus {
  background-color: var(--theme-color);
}

.contactSec button {
  margin-top: 1rem;
  background-color: #44464b;
  color: var(--white);
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 1.25rem;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  max-width: 370px;
  height: 58px;
} */


/* .contactSec button:hover {
  background-color: var(--theme-color);
} */

.contactInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    gap: 2rem;
}

.contactInfo li {
    flex: 1;
}

.contactInfo li a,
.contactInfo li address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #828282;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.contactInfo li a i,
.contactInfo li address i {
    border-radius: 50%;
    display: grid;
    transition: 0.3s ease-in-out;
    place-items: center;
    color: var(--theme-blue);
    font-size: 1.875rem;
    background-color: #e5f7fb;
    /* box-shadow: 0px 21px 20px 0px rgba(45, 46, 55, 0.19); */
    width: 100px;
    height: 100px;
}

.contactInfo li address:hover i,
.contactInfo li a:hover i {
    /* color: var(--white); */
    /* background-color: var(--theme-color); */
}

.contactInfo li a strong,
.contactInfo li address strong {
    font-size: 1.375rem;
}

.aboutBottom figure img {
    box-shadow: 20px 20px var(--primary);
}

.aboutBottom .flex-row-reverse figure img {
    box-shadow: -20px 20px var(--primary);
}

.teamContent {
    background-color: var(--secondary);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.teamContent h3 {
    font-size: 2.5rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
}

.teamContent p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.8;
    font-size: 1.125rem;
}

.blogThumb.blogInner {
    box-shadow: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.blogThumb.blogInner > a img {
    border-radius: 0;
}

.blogThumb.blogInner .content h4 a {
    font-size: 2.35rem;
}

.blogLeftSide {
    background-color: #f1f7fa;
    height: 100%;
    padding: 0.75rem;
}

.blogLeftSide .blogThumb.sm-vertical .content h4 a {
    font-size: 1.275rem;
}

.blogLeftSide .blogThumb.sm-vertical {
    border: none;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}

.blogLeftSide .blogThumb.sm-vertical img {
    height: auto;
    border-radius: 0;
    width: auto;
    object-fit: none;
}

.blogLeftSide .blogThumb.sm-vertical + .blogThumb.sm-vertical {
    border-top: 1px solid rgba(0, 0, 0, 0.116);
}

.blogLeftSide .form-group {
    display: flex;
    margin-bottom: 2.5rem;
    align-items: center;
}

.blogLeftSide .form-group input {
    background-color: var(--white);
    padding-left: 1rem;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    height: 56px;
    width: 100%;
}

.blogLeftSide .form-group button {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background-color: var(--primary);
    font-size: 1.5rem;
    border: 0;
    color: var(--white);
}

.blogLeftSide .form-group button:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.blogLeftSide .secHeading {
    text-transform: capitalize;
    font-size: 2.5rem;
}

.blogLeftSide ul {
    padding-left: 1rem;
}

.blogLeftSide ul li {
    color: #828282;
    font-size: 1rem;
    list-style: disc;
    line-height: 1;
    list-style-position: inside;
    margin-bottom: 2rem;
}

.gallerySec .row + .row {
    padding-top: 1rem;
}

.gallerySec .proCard {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.gallerySec .proCard a {
    width: fit-content;
}

.proCard:before {
    content: "";
    border: 0.35rem solid var(--black);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: 0.2s ease-in-out;
}

.proCard:focus:before,
.proCard:hover:before {
    opacity: 1;
    transform: scale(1.125);
}

.proCard figure {
    position: relative;
    cursor: pointer;
    margin-bottom: 2rem;
}

.proCard .overlay {
    position: absolute;
    /* inset: 0; */
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.serviceSec .proCard .overlay h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.serviceSec .content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #828288;
}

.serviceSec .content ul {
    list-style: disc;
    list-style-position: inside;
}

.serviceSec .proCard .overlay h4 span {
    transition: 0.3s ease-in-out;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.serviceSec .proCard .overlay:hover h4 span {
    opacity: 1;
}

.serviceSec .proCard .overlay h4 span i {
    color: var(--primary);
}

.portfolioSec .proCard .overlay {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, rgba(26, 71, 151, 0.5), rgba(26, 71, 151, 0.5));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
    transform-origin: bottom;
    transform: scaleY(0);
}

.portfolioSec .proCard .overlay img {
    margin-bottom: 0.5rem;
}

.portfolioSec .proCard .overlay * {
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.portfolioSec .proCard:hover .overlay {
    transform: scaleY(1);
}

.portfolioSec .proCard:hover .overlay * {
    opacity: 1;
}

@keyframes bgClr {
    0% {
        background: none;
    }
    100% {
        background: rgb(26 71 151 / 0.5);
    }
}

.portfolioSec .proCard:focus:before,
.portfolioSec .proCard:hover:before {
    opacity: 1;
    transform: scale(1.115);
}

.filterSelect {
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    height: 60px;
    line-height: 1;
    padding: 14px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    min-height: 50px;
    border-radius: 0;
    background: var(--white) url(../images/chevron.png) 98% 50%/20px no-repeat;
}

.portfolioSec {
    background: #f2f2f2;
}

.timeLine .contentBox h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.timeLine .nav-link:hover {
    background-color: #4669a9;
}

.simHead {
    padding: 10px 0px;
}

.contactSec {
    /* background: url(../images/contactBg.jpg) center/cover no-repeat;
    padding: 8rem 0; */
}

.contactSec .title span {
    font-size: 1rem;
    display: block;
}

.contactSec .title .line {
    height: 100px;
    margin-bottom: 1rem;
    width: 1px;
    display: inline-block;
    /* writing-mode: vertical-lr; */
}

.contactSec .title p {
    font-size: 1.25rem;
    color: #6c7f89;
    line-height: 1.7;
}

.contactSec figure img {
    box-shadow: 0px 22px 79px 0px rgba(77, 77, 77, 0.46);
}

.contactSec form {
    width: 80%;
}

.contactSec .form-group label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.contactSec .form-control {
    border-width: 2.5px;
    border-color: var(--secondary);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    height: 40px;
}

.contactSec textarea.form-control {
    height: 80px;
}

.contactSec .form-check label {
    font-size: 12px;
    color: #5f6d7e;
    line-height: 1.667;
}

.contactSec .themeBtn {
    margin-top: 1.5rem;
    border: 0;
}

.contactSec::before {
    content: "";
    background-color: var(--theme-color);
    position: absolute;
    right: 0;
    top: 0;
    width: 549px;
    height: 450px;
}

.info a {
    color: #000;
    font-weight: 600;
}

.info {
    margin-left: 1rem;
    display: flow-root;
}

.contInfo li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contInfo li i {
    font-size: 2rem;
    color: #000;
}

.contactSec {
    background-image: url(../images/mapp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.collectionSec .nav-pills {
    justify-content: center;
    gap: 1rem;
}

.landContent {
    padding: 1.3rem 0;
}

.landContent ul li {
    padding: 0.3rem 0;
}

.collectionSec .nav-pills .nav-link:hover,
.collectionSec .nav-pills .nav-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    border-radius: 10px;
}

.collectionSec .nav-pills .nav-link {
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 0.75em 1.25em;
    color: black;
    border: 1px solid var(--primary);
    border-radius: 10px;
}

.collectionSec .nav-pills .nav-link span {
    font-weight: 700;
}

.proCard .overlay p {
    color: white;
    text-align: center;
}

.developmentSec ul li {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Poppins";
    color: #828282;
    line-height: 1.833;
}

.developmentSec ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 1rem;
}

.devInner {
    background-image: url(../images/devolpmnt.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10rem 0rem;
    height: 700px;
}

.infoContent {
    text-align: center;
    margin: 0 0 3rem;
}

.aboutInner .infoContent p {
    text-align: justify;
}

.developmentSec {
    padding-top: 6rem;
}

/* .managementSec {
    background-image: url(../images/managementBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.devInner ul li {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Poppins";
    color: #828282;
    line-height: 1.833;
}

.devInner ul {
    list-style: disc;
    list-style-position: inside;
}

.managementSec {
    background-image: url(../images/managementBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0;
    padding-left: 18rem;
    min-height: 700px;
}

.managementSec::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    inset: 0;
}

/*.invesmntInner {*/
/*    min-height: 600px;*/
/*}*/

.invesmntInner .leftImg img, .invesmntInner .rightImg img {
    height: 700px;
    object-fit: cover;
}

.left {
    margin-left: -15rem;
}

.managementSec img {
    min-height: 700px;
    object-fit: cover;
    overflow: hidden;
    margin-left: 1rem;
}

.cardsContnt h4 {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.cardsContnt p {
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #444444eb;
    z-index: 11111111;
    backdrop-filter: blur(15px);
}

body:after {
    content: '';
    width: 40%;
    height: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/error.jpg) center/cover no-repeat;
    z-index: 111111111;
}