:root {
    --white: #fff;
    --black: #000;
    --theme-color: #0090c1;
}

html {
    scroll-behavior: smooth;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

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

img {
    max-width: 100%;
    height: 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-width: 125px; */
    transition: 0.3s ease-in-out;
}

.navbar-toggler {
    background: var(--theme-color);
    border: 1px solid var(--white);
    color: var(--white);
}

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

.navbar .nav-item .nav-link {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding: 0;
}

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

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

.nav-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    margin-left: 3rem;
}

.nav-icon span {
    display: inline-grid;
    place-items: center;
    background: var(--theme-color);
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(9, 82, 110, 0.2);
    font-size: 1.375rem;
    color: var(--white);
    transition: 0.3s ease-in-out;
}

.nav-icon:hover span {
    background-color: var(--white);
    color: var(--theme-color);
}

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

header.sticky {
    position: fixed;
}

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

/* Begin: Main Slider CSS */
.main-slider {
    position: relative;
    z-index: 1;
}

.main-slider .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    z-index: auto;
}

.main-slider h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    margin-bottom: 0;
}

.main-slider h3 {
    font-size: 6.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: var(--white);
}

.main-slider h4 {
    font-size: 4.0625rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.main-slider h4::after {
    content: "";
    height: 5px;
    width: 100%;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -0.5rem;
}

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

.main-slider .carousel-indicators {
    margin: 0;
    left: auto;
    right: -0.5rem;
    flex-direction: column;
    top: 30%;
    gap: 1rem;
    transform: translateY(-50%);
}

.main-slider .carousel-indicators li {
    text-indent: unset;
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    background: transparent;
    transition: ease all 0.5s;
}

.main-slider .carousel-indicators li span {
    font-size: 3.75rem;
    font-weight: 600;
    color: var(--white);
}

.main-slider .carousel-indicators li span:after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 2px;
    background: var(--white);
    position: relative;
    bottom: -5px;
    margin-left: -60px;
}

.main-slider .carousel-indicators li.active {
    transform: scale(1.3);
}

.topSocial {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.topSocial ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}

.topSocial ul li a {
    color: #fff;
    font-size: 1.3rem;
}

.topSocial ul li a:hover {
    color: var(--theme-color);
}

.mouse {
    position: absolute;
    bottom: 2.5rem;
    right: 20%;
    z-index: 11;
}

/* END: Main Slider CSS */
.btmShape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Begin: Title CSS */
.title {
    margin-bottom: 1.5em;
    display: table;
}

.title span {
    font-size: 1.375rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 8px;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    gap: 0 1rem;
}

.title span .line {
    height: 1px;
    width: 100%;
    background: var(--theme-color);
    margin-bottom: 0.5rem;
}

.title h2 {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: var(--black);
}

/* END: Title CSS */
/* Button Style Css Start */
.themeBtn {
    font-size: 1rem;
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 1.2px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.5rem 0 0.5rem 1.2rem;
}

.themeBtn i {
    font-size: 2.5rem;
    vertical-align: middle;
    margin-left: 0.5rem;
    color: var(--theme-color);
    transition: 0.3s ease-in-out;
}

.themeBtn::before {
    content: "";
    position: absolute;
    left: -19px;
    width: 50px;
    height: 50px;
    top: -9px;
    border-top: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.themeBtn:hover {
    color: var(--black);
}

.themeBtn:hover i {
    transform: translateX(10px) scale(1.1);
    color: var(--black);
}

.themeBtn:hover::before {
    border-top: 2px solid var(--black);
    border-left: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
}

.whiteBtn {
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1.2px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.5rem 0 0.5rem 1.2rem;
}

.whiteBtn i {
    font-size: 2.5rem;
    vertical-align: middle;
    margin-left: 0.5rem;
    color: var(--white);
    transition: 0.3s ease-in-out;
}

.whiteBtn:before {
    content: "";
    position: absolute;
    left: -19px;
    width: 50px;
    height: 50px;
    transition: 0.3s ease-in-out;
    top: -9px;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    border-radius: 50px;
}

.whiteBtn:hover {
    color: var(--theme-color);
}

.whiteBtn:hover i {
    transform: translateX(10px) scale(1.1);
    color: var(--theme-color);
}

.whiteBtn:hover::before {
    border-top: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

/* Button style css end */

/* About Section */
.aboutImg {
    padding: 3rem;
    border-radius: 50%;
    width: fit-content;
    width: -moz-fit-content;
    border: 3px dashed var(--theme-color);
}

.about01 {
    border: 5px solid var(--white);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.aboutSec p {
    color: #828282;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.3;
}

/* About Section End */

/* Services */
.serviceSec {
    padding-top: 25rem;
    margin-top: -18rem;
    background: url(../images/serviceBg.png) top center/cover no-repeat;
}

.serviceSec h3 {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--black);
    line-height: 1;
}

.serviceSec p {
    line-height: 2.3;
}

.servList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1.5rem;
    max-height: 215px;
}

.servList li {
    position: relative;
    color: #828282;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    /* padding-left: 2rem; */
}

.servList li::before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: var(--theme-color);
}

.serviceSec figure {
    border-radius: 50%;
    padding: 1rem;
    border: 2px dashed #707070;
}

.trainInnrSec figure {
    border: none;
}

.serviceSec figure img {
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: 0px -15px 0px var(--theme-color);
}

.serviceSec figure .borderLine {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    position: absolute;
    bottom: -8rem;
    width: 215px;
    right: -4rem;
}

.serviceSec .flex-row-reverse figure .borderLine {
    right: auto;
    left: -4rem;
    transform: scaleX(-1);
}

.serviceSec .row:last-child figure .borderLine {
    display: none;
}

/* Services Section End */

/* Testimonial Css Start */
.testimonialSec {
    background: url(../images/reviewsBg.jpg) center/cover no-repeat;
}

.testimonialSec h2 {
    color: var(--white);
}

.testimonialBox {
    background-color: rgb(12 25 60/70%);
    position: relative;
    border-radius: 1.6875rem;
    padding: 3rem 3.125rem 1rem 2.5rem;
    margin: 4rem 10px 4rem 0px;
}

.testimonialBox .quote {
    position: absolute;
    top: -2.8125rem;
    left: 1.875rem;
}

.testimonialBox p {
    font-size: 1rem;
    color: var(--white);
}

.userContent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -4rem;
    gap: 2rem;
}

.userName h6 {
    color: var(--white);
    font-size: 1.375rem;
}

.userName ul {
    display: flex;
    gap: 5px;
}

.userName ul li i {
    font-size: 1.125rem;
    color: var(--theme-color);
}

.userContent figure {
    border: 3px solid var(--white);
    border-radius: 100%;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -3rem;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li {
    display: grid;
    place-items: center;
    margin: 0;
}

.slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--white);
}

.slick-dots li.slick-active button {
    background-color: var(--theme-color);
}

/* Testimonial Css End */

/* Gallery Section css Start */
.gallerySec {
    background: url(../images/galleryBg.jpg) bottom center/cover no-repeat;
    padding-bottom: 20rem;
    /* margin-bottom: -12rem; */
}

.galleryImg {
    display: block;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.galleryImg + .galleryImg {
    margin-bottom: 2rem;
}

.galleryImg.borderTopRight img {
    border-top-right-radius: 75px;
}

.galleryImg.borderBottomLeft img {
    border-bottom-left-radius: 75px;
}

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

.galleryImg img {
    transition: 0.3s ease-in-out;
}

.galleryImg:hover img {
    transform: scale(1.25);
}

/* Begin: footer */
.newsLtrSection {
    padding: 14rem 0 4rem;
    margin-top: -12rem;
    background: url(../images/newsLtrBg.png) top center/cover no-repeat;
}

.newsLtrSection .title span {
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.newsLtrSection .title h2 {
    color: var(--white);
    text-transform: capitalize;
}

.newsLtrForm {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 85px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
}

.newsLtrForm input {
    background-color: transparent;
    border: none;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    padding-left: 2rem;
}

.newsLtrForm input:focus {
    outline: none;
    background-color: transparent;
}

.newsLtrForm button {
    background-color: transparent;
    color: var(--theme-color);
    line-height: 50px;
    text-align: center;
    font-size: 2rem;
    height: 60px;
    width: 70px;
    border: none;
}

.newsLtrForm button:hover {
    color: var(--black);
}

footer {
    background: #081330;
    padding-top: 5rem;
}

footer .border-right {
    border-right: 1px solid rgba(112, 112, 112, 0.5) !important;
}

footer h3 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem;
}

footer .links li a {
    display: inline-block;
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.cntactInfo li a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--white);
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.cntactInfo li a img {
    width: 2rem;
    height: 2rem;
    object-position: center;
    object-fit: scale-down;
}

.copyRight {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding: 1.5rem 0;
    margin-top: 4rem;
    align-items: center;
}

.copyRight p {
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--white);
}

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

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

.footersocialIo li a:hover {
    background: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}
header {
    background: #081330;
    padding: 1rem 0;
}
.aboutSec {
    padding-bottom: 12rem;
}
/*Inner pages Start*/
.banner {
    position: relative;
    z-index: 1;
}

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

.banner .overlay h2 {
    font-size: 8.125rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
    color: var(--white);
}

/*About Inner Page CSS Start*/
.abtIner {
    margin-bottom: 17rem;
}

/*About Inner Page CSS End*/
/*Services Inner Page CSS Start*/
.serviceIner {
    background: none;
    padding-bottom: 15rem;
}
.serviceIner h6 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 0;
}
.logoImg img {
    position: absolute;
    left: -41%;
    bottom: -15rem;
    z-index: -1;
}

/*Services Inner Page CSS End*/
/*Reviews Inner Page CSS Start*/
.reviewsSec {
    padding-bottom: 19rem;
}

/*Reviews Inner Page CSS End*/
/*Gallery Inner Page CSS Start*/
.gelleryIner {
    background: none;
}

/*Gallery Inner Page CSS End*/
/*Contact page css Start*/
.contnt {
    display: block;
    text-align: center;
}

.contactIner {
    padding-bottom: 18rem;
}

.contnt a {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    padding-top: 1rem;
}

.contnt p {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    padding-top: 1rem;
}

.cont-brdr {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 5rem;
}

.getForm input {
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 1px solid #D2D2D2;
}

.getForm textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #D2D2D2;
}

.getForm button {
    position: relative;
    border: none;
    background: none;
}

/*Contact page css End*/
/*Inner pages End*/

.reviewsSec .testimonialBox {
    margin: 1rem 0;
}