/* css variables */
:root {
    --color-primary: #000;
    --color-secondary: #fe6969;
    --color-secondary-2: #fc8d8d;
    --color-secondary-3: #6925a3;
    --color-light-blue: #d3c7f7;
    --color-white: #ffffff;
    --color-black: #070707;
    --color-gray: #626369;
    --color-gray-2: #f6f3ff;
}

@font-face {
    font-family: sharp-font;
    font-weight: bold;
    src: url("../fonts/Sharp\ Sans\ Semibold.otf") format("opentype");
}

/* General style */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

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

input:focus,
button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: "sharp-font", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-gray);
    overflow-y: none !important;
}

/* font family */
.theme-font {
    font-family: "Roboto", sans-serif !important;
}

/* text color */
.t-color-primary {
    color: var(--color-primary) !important;
}

.t-color-secondary {
    color: #458eff !important;
}

/* bg */
.bg-primary {
    background: #002365 !important;
}

.bg-white {
    background: var(--color-white) !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-gray {
    background: var(--color-gray-2) !important;
}

/* font weight */
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

/* font size */
.font-size-70px {
    font-size: 70px !important;
}

.font-size-65px {
    font-size: 48px !important;
}

.font-size-60px {
    font-size: 60px !important;
}

.font-size-55px {
    font-size: 55px !important;
}

.font-size-50px {
    font-size: 50px !important;
}

.font-size-45px {
    font-size: 45px !important;
}

.font-size-40px {
    font-size: 40px !important;
}

.font-size-35px {
    font-size: 35px !important;
}

.font-size-30px {
    font-size: 30px !important;
}

.font-size-28px {
    font-size: 28px !important;
}

.font-size-26px {
    font-size: 26px !important;
}

.font-size-24px {
    font-size: 24px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

/* line-height */
.line-height-85px {
    line-height: 65px !important;
}

.line-height-80px {
    line-height: 80px !important;
}

.line-height-75px {
    line-height: 75px !important;
}

.line-height-70px {
    line-height: 70px !important;
}

.line-height-65px {
    line-height: 65px !important;
}

.line-height-60px {
    line-height: 60px !important;
}

.line-height-55px {
    line-height: 55px !important;
}

.line-height-50px {
    line-height: 50px !important;
}

.line-height-45px {
    line-height: 45px !important;
}

.line-height-40px {
    line-height: 40px !important;
}

.line-height-35px {
    line-height: 35px !important;
}

.line-height-30px {
    line-height: 30px !important;
}

.line-height-25px {
    line-height: 25px !important;
}

.line-height-20px {
    line-height: 20px !important;
}

/* spacing */
.padding-top-120px {
    padding-top: 120px !important;
}

.padding-top-110px {
    padding-top: 110px !important;
}

.padding-top-100px {
    padding-top: 100px !important;
}

.padding-top-90px {
    padding-top: 90px !important;
}

.padding-top-80px {
    padding-top: 80px !important;
}

.padding-top-70px {
    padding-top: 70px !important;
}

.padding-top-60px {
    padding-top: 60px !important;
}

.padding-top-50px {
    padding-top: 60px !important;
}

.padding-top-40px {
    padding-top: 20px !important;
}

.padding-top-30px {
    padding-top: 0px !important;
}

.padding-top-20px {
    padding-top: 20px !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}

/* padding bottom */
.padding-bottom-120px {
    padding-bottom: 120px !important;
}

.padding-bottom-110px {
    padding-bottom: 110px !important;
}

.padding-bottom-100px {
    padding-bottom: 100px !important;
}

.padding-bottom-90px {
    padding-bottom: 90px !important;
}

.padding-bottom-80px {
    padding-bottom: 80px !important;
}

.padding-bottom-70px {
    padding-bottom: 70px !important;
}

.padding-bottom-60px {
    padding-bottom: 60px !important;
}

.padding-bottom-50px {
    padding-bottom: 50px !important;
}

.padding-bottom-40px {
    padding-bottom: 40px !important;
}

.padding-bottom-30px {
    padding-bottom: 30px !important;
}

.padding-bottom-20px {
    padding-bottom: 20px !important;
}

.padding-bottom-10px {
    padding-bottom: 10px !important;
}

/* padding right */
.padding-right-120px {
    padding-right: 120px !important;
}

.padding-right-110px {
    padding-right: 110px !important;
}

.padding-right-100px {
    padding-right: 100px !important;
}

.padding-right-90px {
    padding-right: 90px !important;
}

.padding-right-80px {
    padding-right: 80px !important;
}

.padding-right-70px {
    padding-right: 70px !important;
}

.padding-right-60px {
    padding-right: 60px !important;
}

.padding-right-50px {
    padding-right: 50px !important;
}

.padding-right-40px {
    padding-right: 40px !important;
}

.padding-right-30px {
    padding-right: 30px !important;
}

.padding-right-20px {
    padding-right: 20px !important;
}

.padding-right-10px {
    padding-right: 10px !important;
}

/* padding left */
.padding-left-120px {
    padding-left: 120px !important;
}

.padding-left-110px {
    padding-left: 110px !important;
}

.padding-left-100px {
    padding-left: 100px !important;
}

.padding-left-90px {
    padding-left: 90px !important;
}

.padding-left-80px {
    padding-left: 80px !important;
}

.padding-left-70px {
    padding-left: 70px !important;
}

.padding-left-60px {
    padding-left: 60px !important;
}

.padding-left-50px {
    padding-left: 50px !important;
}

.padding-left-40px {
    padding-left: 40px !important;
}

.padding-left-30px {
    padding-left: 30px !important;
}

.padding-left-20px {
    padding-left: 20px !important;
}

.padding-left-10px {
    padding-left: 10px !important;
}

/* margin-top */
.margin-top-50px {
    margin-top: 50px !important;
}

.margin-top-45px {
    margin-top: 45px !important;
}

.margin-top-40px {
    margin-top: 40px !important;
}

.margin-top-35px {
    margin-top: 35px !important;
}

.margin-top-30px {
    margin-top: 30px !important;
}

.margin-top-25px {
    margin-top: 25px !important;
}

.margin-top-20px {
    margin-top: 20px !important;
}

.margin-top-15px {
    margin-top: 15px !important;
}

.margin-top-10px {
    margin-top: 10px !important;
}

/* margin bottom */
.margin-bottom-50px {
    margin-bottom: 50px !important;
}

.margin-bottom-45px {
    margin-bottom: 45px !important;
}

.margin-bottom-40px {
    margin-bottom: 40px !important;
}

.margin-bottom-35px {
    margin-bottom: 35px !important;
}

.margin-bottom-30px {
    margin-bottom: 30px !important;
}

.margin-bottom-25px {
    margin-bottom: 25px !important;
}

.margin-bottom-20px {
    margin-bottom: 20px !important;
}

.margin-bottom-15px {
    margin-bottom: 15px !important;
}

.margin-bottom-10px {
    margin-bottom: 10px !important;
}

/* container */
.container {
    max-width: 1200px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

/* spinner */
#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.loader-col .loader {
    width: 50px;
    height: 50px;
    position: relative;
}

.loader-col #loader {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-col #loader:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-color: var(--color-primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    animation: flip 1s infinite;
}

@keyframes flip {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg);
    }
}

/* section-padding */
.section-padding {
    padding-top: 70px;
    padding-bottom: 100px;
}

.section--padding {
    padding-top: 50px;
    background-color: #fbfbf3;
    padding-bottom: 50px;
    /* background-color: black !important; */
}

/* theme-btn */
.theme-btn {
    /* background: var(--color-secondary); */
    background: #458eff;
    color: var(--color-white);
    font-weight: 600;
    padding: 8px 28px 8px 12px;
    border-radius: 25px;
    text-transform: capitalize;
    transition: 0.3s;
    cursor: pointer;
}

.theme-btn2 {
    background: #fe2929;
    color: var(--color-white);
    font-weight: 600;
    padding: 8px 28px 8px 12px;
    border-radius: 25px;
    text-transform: capitalize;
    transition: 0.3s;
}

.theme-btn2:hover {
    /* background: #fd4e4e; */
    background: #000;
    color: #fff;
    /* transform: translateY(-2px); */
}

.theme-btn:hover {
    /* background: #fd4e4e; */
    background: #458eff;
    /* transform: translateY(-2px); */
}

.theme-btn.bg-primary:hover {
    background: #3f08e4 !important;
}

.btn-icon {
    /* width: 40px; */
    /* height: 40px; */
    line-height: 11px;
    padding: 6px;
    font-size: 14px;
    display: inline-block;
    /* background-color: var(--color-secondary-2); */
    background-color: #458eff !important;
    border-radius: 8px;
    text-align: center;
    color: var(--color-white);
}

.btn-icon2 {
    line-height: 11px;
    padding: 6px;
    font-size: 14px;
    display: inline-block;
    background-color: #fe2929 !important;
    border-radius: 8px;
    text-align: center;
    color: var(--color-white);
}

.btn-icon-2 {
    background-color: var(--color-light-blue);
}

.btn-icon-3 {
    background-color: #7955e7;
}

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

.btn-shadow {
    /* box-shadow: 0px 2px 15px 0px #fdc3c3; */
}

.btn-shadow-2 {
    box-shadow: 0px 4px 10px 0px #d1c3fb;
}

/* section-content */
.section__badge {
    background-color: var(--color-secondary-3);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: var(--color-white);
    padding-right: 10px;
}

.section__badge .badge {
    background-color: #3f08e4;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}

.section-content .section__subtitle {
    font-size: 18px;
    color: white;
    /* position: relative; */
    /* top: 35px; */
    font-weight: 600;
}

.section-content .section__title {
    font-size: 39px;
    line-height: 50px;
    /* position: relative; */
    /* top: 35px; */
    font-family: Poppins !important;
    font-weight: bolder !important;
    /* color: #0953ff !important; */
    color: #458eff !important;
    /* color: var(--color-black); */
    font-weight: 700;
}

.section-content .section__desc {
    line-height: 25px;
    color: var(--color-gray);
    text-align: justify;
}
.tech-text p {
    text-align: justify;
}
.stry {
    position: relative;
    top: 35px;
    color: black !important;
}

/* .line-shape {
    width: 86px;
    height: 6px;
    background-image: url("../img/line-shape.png");
} */
.line-shape-2 {
    width: 65px;
    height: 2px;
    border-radius: 4px;
    background-color: #458eff;
    position: relative;
}

.line-shape-2:after {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 9px;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-50px);
    }
}

/* list-items */
.list-items li {
    position: relative;
    font-size: 14px;
    color: var(--color-black);
    padding-left: 20px;
}

.list-items li a {
    color: var(--color-black);
}

.list-items li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f5497a;
    border-radius: 2px;
}

/* info list */
.info-list li {
    color: var(--color-black);
    margin-bottom: 19px;
}

.info-list .btn-icon {
    background-color: var(--color-secondary);
}

.info-list li a {
    color: var(--color-black);
    transition: 0.3s;
}

.info-list li a:hover {
    color: var(--color-secondary);
}

.info-list-white li {
    color: var(--color-white);
}

.info-list-white li a {
    color: var(--color-white);
}

/* social-icons */
.social-icons li {
    display: inline-block;
}

.social-icons li + li {
    margin-left: 7px;
}

.social-icons li a {
    color: var(--color-white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    background-color: #5b5961;
    border-radius: 50%;
    display: block;
    transition: 0.3s;
}

.social-icons li a:hover {
    background-color: #14356c;
}

/* social-icons-colored */
.social-icons-colored li a {
    background-color: rgba(254, 105, 105, 0.2);
    color: var(--color-secondary);
}

.social-icons-colored li a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.section-pagination .page-link {
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 8px;
    font-size: 20px;
    padding: 7px 14px;
    color: var(--color-gray);
    border-color: var(--color-gray);
    transition: 0.3s;
}

.section-pagination .page-link:hover,
.section-pagination .page-item.active .page-link {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
    box-shadow: 0px 2px 15px 0px #fdc3c3;
}

.section-pagination .page-item:first-child .page-link,
.section-pagination .page-item:last-child .page-link {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.section-pagination .page-item:first-child .page-link:hover,
.section-pagination .page-item:last-child .page-link:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-secondary);
}

/* navbar */
.header-menu-area {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1024;
    transition: 0.5s;
}

.header-menu-area.fixed-top {
    position: fixed;
    top: 0;
    background-color: var(--color-white);
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.header-menu-area.fixed-top .main-menu-container {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
}

.main-menu-container {
    background-color: var(--color-white);
    border-radius: 40px;
    transition: 0.5s;
}

.main-menu-container .navbar {
    padding: 6px;
}

.main-menu li {
    padding-right: 18px;
}

.main-menu li:last-child {
    padding-right: 0;
}

.main-menu li a {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-black);
    transition: 0.3s;
}

.main-menu-container .navbar-light .main-menu li a {
    color: var(--color-black);
    font-size: 16px;
}

.main-menu-container .navbar-light .main-menu li a:hover {
    color: #3300dd;
}

.main-menu li a:hover {
    color: var(--color-secondary);
}

.main-menu li .btn {
    color: white !important;
}

.main-menu li .btn:hover {
    color: #ffff !important;
}

.main-menu-container .navbar-light .main-menu li a:active {
    color: #1767ff;
}

/* hero-area */
.hero-area {
    position: relative;
    height: 950px;
}

.hero-area.dot-bg:after {
    position: absolute;
    bottom: 0;
    left: 180px;
}

/* hero-bg */
.hero-bg {
    /* background-image: url("../img/tech-img2.jpg");  */
    background-size: cover;
    background-position: center;
    height: 600px;
    background-image: linear-gradient(
        to right,
        #000000,
        #130009,
        #1a0017,
        #1a0024,
        #080335
    );
}

.dot-bg {
    position: relative;
}

/* .dot-bg:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 300px;
    background-image: url("../img/dot-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
} */
.hero-img img {
    width: 94%;
    position: relative;
    top: 40px;
}

/* about-area */
.about-area.dot-bg:after {
    bottom: -140px;
    right: 200px;
    z-index: 2;
}

.hero-content {
    position: relative;
    top: 55px;
}

/* feature area */
/* .patter-bg {
    position: relative;
    z-index: 1;
} */

.patter-bg:before,
.patter-bg:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}

/* .patter-bg:before {
    top: 0;
    left: 0;
    background-image: url("../img/bar-shape-2.png");
    width: 210px;
    height: 262px;
}
.patter-bg:after {
    bottom: 0;
    right: 0;
    background-image: url("../img/bar-shape.png");
    width: 211px;
    height: 277px;
} */
/* info-card */
.info-card {
    background-color: white;
    /* box-shadow: 0 3px 15px 2px #c6b7f7; */
    text-align: center;
    border-radius: 8px;
    min-height: 325px;
    padding: 25px 25px 25px 25px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.info-card2 {
    background-color: white;
    box-shadow: 0 1px 3px 2px #c6b7f7;
    text-align: center;
    border-radius: 8px;
    min-height: 380px;
    padding: 25px 25px 25px 25px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.info__icon img,
.info__icon svg {
    height: 50px;
    width: 50px;
}

.info-card:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url("../img/info-bg.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.info-card2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url("../img/info-bg.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.info-card:hover {
    /* background-color: var(--color-primary); */
    background-color: ivory;
    /* box-shadow: 0 3px 15px 2px #c6b7f7; */
    transition: all 0.5s;
    transform: translateY(-30px);
}

.info-card:hover:after {
    opacity: 1;
    visibility: visible;
}

.info-card2:hover {
    /* background-color: var(--color-primary); */
    background-color: ivory;
    /* box-shadow: 0 3px 15px 2px #c6b7f7; */
    transition: all 0.5s;
    transform: translateY(-30px);
}

.info-card2:hover:after {
    opacity: 1;
    visibility: visible;
}

.info-card:hover .info__icon {
    /* background-image: url("../img/icon-shape-white.png"); */
}

.info-card:hover .info__svg {
    fill: var(--color-primary);
}

.info-card:hover .info__title,
.info-card:hover .info__desc {
    /* color: var(--color-white); */
    color: #082456;
}

.info-card .info__icon {
    /* width: 120px;
    height: 104px;
    line-height: 100px; */
    margin-left: auto;
    margin-right: auto;
    /* background-image: url("../img/icon-shape-blue.png"); */
    transition: 0.3s;
}

.info-card2 .info__icon {
    /* width: 120px;
    height: 104px;
    line-height: 100px; */
    margin-left: auto;
    margin-right: auto;
    /* background-image: url("../img/icon-shape-blue.png"); */
    transition: 0.3s;
}

.info-card .info__svg {
    fill: var(--color-white);
    position: relative;
    top: -4px;
    left: -4px;
    transition: 0.3s;
}

.info-card .info__title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.info-card .info__desc {
    transition: 0.3s;
    font-size: 14px;
}

.info-card2 .info__title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.info-card2 .info__desc {
    transition: 0.3s;
    font-size: 14px;
    line-height: 23px;
    height: 185px;
}

/* hiw-list-item */
.hiw-list-item .media-icon {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 100px !important;
    line-height: 80px;
    text-align: center;
}

.hiw-list-item .media-icon svg {
    fill: var(--color-primary);
}

/* video-btn-box */
.video-btn-box {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}

.video-btn-box .video-play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--color-secondary);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.video-btn-box .video-play-btn:after {
    position: absolute;
    content: "";
    width: 146px;
    height: 146px;
    top: -25px;
    left: -25px;
    background-image: url("../img/shadow.png");
    background-size: cover;
    background-position: center;
}

.video-btn-box .video-play-btn svg {
    fill: var(--color-white);
}

.cta-img-box {
    position: relative;
    margin-top: -50px;
}

.cta-img-box img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 91%;
    height: 636px;
    object-fit: cover;
}

.cta-content {
    padding-right: 291px;
}

/* circle-bg */
.circle-bg {
    width: 30px;
    height: 30px;
    background-color: #724ce7;
    display: inline-block;
}

.circle-bg-1 {
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
}

.circle-bg-1,
.circle-bg-4 {
    width: 240px;
    height: 220px;
}

.circle-bg-4 {
    bottom: 0;
    left: 0;
}

.circle-bg-2 {
    top: 320px;
    right: 130px;
}

.circle-bg-2,
.circle-bg-5 {
    width: 100px;
    height: 100px;
}

.circle-bg-5 {
    bottom: 320px;
    left: 130px;
}

.circle-bg-3 {
    bottom: 87px;
    right: 97px;
}

.circle-bg-6 {
    top: 87px;
    left: 97px;
}

/* screenshots */
.screenshot-active-bg {
    position: relative;
}

.screenshot-active-bg:after {
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    background-image: url(../img/iPhone.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 352px;
    height: 673px;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.screenshot-slider {
    width: 96%;
}

.screenshot-slider .screenshots-image img {
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.screenshot-slider .swiper-slide {
    width: 382px;
    padding: 0 49px;
}

.screenshot-slider .swiper-pagination-bullet {
    transition: 0.4s;
    background-color: #b9b9b9;
    opacity: 1;
    outline: none;
}

.screenshot-slider .swiper-pagination-bullet-active {
    background-color: var(--color-secondary);
    width: 50px;
    border-radius: 30px;
}

/* accordion */
.accordion-wrap .card {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.accordion-wrap > .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 10px;
}

.accordion-wrap .card-header {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
}

.accordion-wrap .btn-link {
    width: 100%;
    padding: 5px 5px 5px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    text-decoration: none;
    border-radius: 10px;
    text-align: left;
}

.accordion-wrap .btn-link .btn-icon {
    background-color: var(--color-primary);
    color: var(--color-white);
    flex-shrink: 0;
    margin-left: 10px;
}

.accordion-wrap .btn-link[aria-expanded="true"] {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 20px #cdc0f7;
}

.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon {
    background-color: var(--color-secondary);
}

.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon:before {
    content: "\f00d";
}

.accordion-wrap .card-body {
    padding: 16px 26px;
}

.partners-brand {
    background-color: var(--color-white);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.partners-brand:nth-child(1),
.partners-brand:nth-child(3),
.partners-brand:nth-child(4),
.partners-brand:nth-child(6) {
    position: relative;
    top: 110px;
}

/* pricing area */
.switch-toggle-list li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-gray);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.switch-toggle-list li.active a {
    color: var(--color-secondary);
}

.switcher {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
}

.switcher-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--color-secondary);
    border-radius: 34px;
}

.switcher-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: 0;
    background-color: var(--color-white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.3);
}

.switcher.off .switcher-slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}

/* pricing-card */
.pricing-card {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
    border-top: 10px solid transparent;
}

.pricing-card.has-border {
    border-top-color: var(--color-primary);
}

.pricing-card:hover .btn {
    background-color: var(--color-secondary) !important;
    box-shadow: 0px 2px 15px 0px #fdc3c3;
}

.pricing-card:hover .btn-icon {
    background-color: var(--color-secondary-2);
}

.pricing-card .btn-icon {
    transition: 0.3s;
}

.pricing-card .card-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--color-black);
}

.pricing-card .card-img-top {
    border-radius: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.pricing-card .card-price {
    font-size: 45px;
    font-weight: 700;
    color: var(--color-primary);
}

.pricing-card .card-price span {
    font-size: 15px;
    color: var(--color-black);
}

.pricing-card .divider {
    border-top-width: 2px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}

.list-items-flash li {
    font-size: 18px;
    color: var(--color-gray);
    margin-bottom: 8px;
    padding-left: 0;
}

.list-items-flash li:after {
    display: none;
}

/* testimonial-area */
.testimonial-content {
    /* width: 615px; */
    /* margin-left: auto; */
    position: relative;
    top: 50px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
}

.feature-area {
    background-color: black !important;
}

.feature-area2 {
    background-color: #fff !important;
}

.testimonial-area {
    background-color: black !important;
}

.testi {
    text-align: center;
}

.mr-3 {
    border: 6px solid white !important;
    height: 150px !important;
}

/* testimonial-item */
.testimonial-item {
    position: relative;
    padding: 27px;
    z-index: 1;
}

.testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 120px;
    height: 195px !important;
    background-color: #458eff;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}

.smal-box {
    background-color: #beaf5a;
}

.big-box {
    background-color: white;
}

.testimonial-item .media-body {
    position: relative;
}

.testimonial-item img {
    border-radius: 90px;
}

.testimonial-item .fa-quote-left {
    font-size: 65px;
    color: var(--color-white);
    opacity: 0.2;
    position: absolute;
    top: -37px;
    left: -9px;
}

.testimonial-item p,
.testimonial-item h5 {
    color: var(--color-white);
}

.testimonial-item p {
    margin-bottom: 10px;
    text-align: justify;
}

.testimonial-item h5 {
    font-weight: 700;
    font-size: 18px;
}

.testimonial-item span {
    color: #e91e63;
    font-weight: 600;
}

.testimonial-slider .swiper-button-next {
    right: auto;
    left: 75px;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: white;
    color: #458eff;
    border-radius: 9px;
    outline: none;
    transition: 0.3s;
    /* box-shadow: 0 0 20px rgba(0,0,0, 0.2); */
    /* top: 5px; */
    /* margin-top: 0; */
    /* margin-left: -10px; */
}

.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
    background-color: #e91e63;
    color: white;
}

/* blog-card */
.blog-card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}

.blog-card .card-img-top {
    border-radius: 9px 9px 0px 0px;
}

.blog-card .card-body {
    padding-left: 0;
    padding-right: 0;
}

/* .list-items-bullet li {
    display: inline-block;
    color: #f5497a;
} */
.list-items-bullet li {
    display: inline-block;
    color: #131d35;
    list-style-type: none;
    font-size: 14px;
}

ul.list.list-items-bullet.mb-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #458eff;
    padding-bottom: 10px;
}

.list-items-bullet li + li {
    margin-left: 30px;
}

.list-items-bullet li:after {
    border-radius: 50%;
}

.blog-card .card-title {
    font-size: 22px;
    font-weight: 700;
    /* color: var(--color-black); */
    color: #dabe25 !important;
    margin-bottom: 0;
}

.blog-card .card-title a {
    color: var(--color-black);
    transition: 0.3s;
}

.blog-card .card-title a:hover {
    color: var(--color-primary);
}

.blog-card-list .card-body {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 26px;
    padding-top: 26px;
}

.blog-card-list .card-body:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* footer area */
.form-action .form-control {
    height: 80px;
    border-radius: 9px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 620px;
    padding-left: 35px;
    border: 0;
}

.late {
    color: black !important;
}

.form-action .theme-btn {
    margin-left: -90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.patter-bg-2 {
    background-image: url("../img/tech-blue.jpg");
    /* height: 400px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color:#090291;  */
}

/* footer item */
.footer-item h3 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 25px;
}

.footer-item .list-items li {
    font-size: 15px;
    margin-bottom: 4px;
}

.footer-item .list-items li a {
    color: var(--color-white);
    transition: 0.3s;
}

.footer-item .list-items li a:hover {
    color: #0953ff;
}

/* scroll-top */
#scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1024;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
}

/* breadcrumb-area */
.breadcrumb-area {
    height: 524px;
}

.bread-bg {
    background-image: url("../img/bread-bg.png");
    background-size: cover;
    background-position: center;
}

.bread-list .breadcrumb-item,
.bread-list .breadcrumb-item a {
    color: var(--color-white);
}

.bread-list .breadcrumb-item a {
    transition: 0.3s;
}

.bread-list .breadcrumb-item a:hover {
    color: var(--color-secondary);
}

.bread-list .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--color-secondary);
}

/* sidebar */
.intro-bg {
    background-image: url("../img/small-pattern.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar-widget {
    padding: 26px 30px 30px 30px;
    border-radius: 12px;
}

.sidebar-widget + .sidebar-widget {
    margin-top: 30px;
}

.sidebar-search {
    box-shadow: 0px 4px 10px 0px #d1c3fb;
    height: 169px;
}

.sidebar-search .form-action .form-control {
    width: 100%;
    height: 46px;
    padding-left: 20px;
}

.sidebar-search .form-action .theme-btn {
    margin-left: 0;
    padding: 11px 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* border-dashed */
.border-dashed {
    border: 1px dashed #959595;
}

.border-dashed-top {
    border-top: 1px dashed #959595;
}

.border-dashed-right {
    border-right: 1px dashed #959595;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #959595;
}

.border-dashed-left {
    border-left: 1px dashed #959595;
}

/* mini-post-item */
.mini-post-item h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-black);
}

.mini-post-item .mini-post-link {
    transition: 0.3s;
    color: var(--color-black);
}

.mini-post-item .mini-post-link:hover {
    color: var(--color-secondary);
}

/* archives-post */
.archives-post li {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.archives-post .badge {
    padding: 0;
    width: 45px;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #eeeeee;
    transition: 0.3s;
    color: var(--color-gray);
    font-weight: 500;
}

.archives-post li a {
    background-color: var(--color-white);
    transition: 0.3s;
    padding: 7px 18px;
    border-radius: 6px;
    color: var(--color-gray);
    margin-bottom: 5px;
}

.archives-post li:last-child a {
    margin-bottom: 0;
}

.archives-post li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

/* post-option */
.post-option li a {
    color: var(--color-gray);
}

.post-option li a i {
    color: var(--color-primary);
}

/* blockquote-item */
.blockquote-item {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 15px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 4px;
}

.blockquote-item .fa-quote-right {
    position: absolute;
    color: #ccb7fd;
    bottom: 0;
    font-size: 40px;
    right: 0;
}

.blockquote-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--color-secondary);
    border-radius: 30px;
}

/* comment */
.comment .c-avatar {
    border-radius: 10px;
}

.comment-replay {
    margin-left: 50px;
}

.btn-text {
    color: var(--color-primary);
    font-weight: 600;
    transition: 0.3s;
}

.btn-text:hover {
    color: var(--color-secondary);
}

/* generic-wrap */
.generic-wrap .form-group {
    margin-bottom: 20px;
}

.generic-wrap .form-control {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 0;
    height: 45px;
    padding-left: 30px;
}

.generic-wrap .textarea-control {
    height: 128px;
}

/* modal-container */
.modal-container .modal-lg {
    max-width: 1050px;
}

.contact-title-box {
    padding: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-bg {
    background-image: url("../img/contact-bg.jpg");
    background-size: cover;
    background-position: center;
}

.contact-form-box {
    border-radius: 10px;
}

.modal-container .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 12px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    text-shadow: none;
    opacity: 1;
}

.modal-container .modal-header .close:hover {
    opacity: 1;
    background-color: #fd4e4e;
}

.about-h1 {
    text-align: center;
    color: #000;
    margin-bottom: 12px;
    font-size: 55px;
    font-family: Poppins;
    font-weight: bolder;
    /* src: url("../fonts/SharpSansBold.otf") format("opentype"); */
}

.about-span {
    color: #458eff;
}

.pb-3 {
    font-size: 16px !important;
}

.story-text {
    padding-top: 35px;
}

.read-more {
    background-color: #458eff;
    color: #fff;
    padding-left: 28px;
}

.read-more:hover {
    background-color: #458eff;
    /* border: 3px solid white; */
}

.swipe-butons {
    margin: auto;
    left: 0px;
    position: absolute;
    right: 0px;
    width: 100% !important;
    height: 50px;
    text-align: center;
}

.testimonial-slider .swiper-button-next {
    right: -100px !important;
    left: 0px !important;
    margin: auto !important;
    border-radius: 50px !important;
}

.swiper-button-prev {
    left: -100px !important;
    right: 0px !important;
    margin: auto !important;
    border-radius: 50px !important;
}

.swiper-container {
    position: static;
}

.testi1 {
    text-align: center;
    color: #fff !important;
}

.servh2 {
    /* text-align: center; */
    color: #dabe25;
    font-size: 55px !important;
    font-family: Poppins !important;
    font-weight: bolder !important;
    margin-bottom: -18px !important;
}

.ful-card {
    box-shadow: 0px 0px 8px -4px #00000099;
    border-radius: 10px;
}

.news-card {
    /* box-shadow: 0px 1px 5px black; */
    background: white;
    border-radius: 0px 0px 9px 9px;
    /* border: 1px solid black; */
    padding: 20px !important;
}

.news-card a {
    /* color: #131d35 !important; */
    font-size: 16px;
}

.read-more:hover {
    color: #fff;
}

.location-card {
    height: 200px;
    margin-top: 16px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    font-size: 12px;
    color: #11243f;
}

.addr {
    text-indent: 21px;
}

.icn-color {
    color: #458eff;
    font-size: 13px;
}

.icn-rotate {
    transform: rotate(100deg);
}

.tech-class {
    padding-top: 5rem;
}

/*======== Responsive breakpoint ========*/
@media only screen and (max-width: 1280px) {
    .cta-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }

    .whyus-img {
        display: none;
    }

    .main-menu li:last-child {
        padding-top: 15px;
    }

    /* hero area */
    body .hero-area {
        height: auto;
        padding-top: 110px;
        padding-bottom: 100px;
    }

    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }

    .hero-area.dot-bg:after {
        left: 50px;
    }

    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    /* about area */
    .about-area.dot-bg:after {
        right: 50px;
    }

    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 20px;
    }

    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .cta-area .container-fluid {
        padding-left: 15px !important;
    }

    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }

    .cta-content {
        padding-right: 0;
    }

    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }

    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }

    /* testimonial-content */
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }

    /* form-action */
    .form-action {
        flex-direction: column;
        position: relative;
    }

    .form-action .form-group {
        width: 100%;
    }

    .form-action .form-control {
        width: 100%;
    }

    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }

    .patter-bg-2 {
        height: auto;
    }

    /* footer area */
    .footer-item {
        margin-bottom: 50px;
    }

    .copyright-area {
        text-align: center;
    }

    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }

    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }

    /* modal */
    .modal-container .modal-lg {
        max-width: 500px;
    }

    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }

    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }

    .info-card {
        min-height: 275px !important;
    }

    /* .test-box{
        display: none;
    } */
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }

    .main-menu li:last-child {
        padding-top: 15px;
    }

    /* hero area */
    body .hero-area {
        height: auto;
        padding-top: 110px !important;
        padding-bottom: 80px;
    }

    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }

    .hero-area.dot-bg:after {
        left: 50px;
    }

    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    /* about area */
    .about-area.dot-bg:after {
        right: 50px;
    }

    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 30px;
    }

    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .cta-area .container-fluid {
        padding-left: 15px !important;
    }

    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }

    .cta-content {
        padding-right: 0;
    }

    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }

    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }

    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }

    /* testimonial-content */
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }

    /* form-action */
    .form-action {
        flex-direction: column;
        position: relative;
    }

    .form-action .form-group {
        width: 100%;
    }

    .form-action .form-control {
        width: 100%;
    }

    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }

    .patter-bg-2 {
        height: auto;
    }

    /* footer area */
    .footer-item {
        margin-bottom: 50px;
    }

    .copyright-area {
        text-align: center;
    }

    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }

    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }

    /* modal */
    .modal-container .modal-lg {
        max-width: 100%;
    }

    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }

    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }

    .about-h1 {
        font-size: 44px;
    }

    .whyus-img {
        display: none;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .about-h1,
    .servh2,
    .stry,
    .section-content .section__title {
        font-size: 35px !important;
    }

    .media-body h4 {
        font-size: 17px;
    }

    .header-menu-area {
        top: 0;
    }

    .main-menu-container {
        border-radius: 0;
        padding-right: 0;
        padding-left: 0;
    }

    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }

    .main-menu li:last-child {
        padding-top: 15px;
    }

    /* hero area */
    .hero-area {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* .test-box{
        display: none;
    } */
    .location-card {
        height: 180px;
    }

    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonial-item:after {
        height: 0px !important;
    }

    .testimonial-item h5 {
        text-align: center;
    }

    .ceo {
        display: flex;
        justify-content: center;
    }

    .whyus-img {
        display: none;
    }

    .padding-top-50px {
        padding-top: 20px !important;
    }

    .story-text {
        padding-top: 0px;
    }

    .breadcrumb-area {
        height: auto;
        padding-top: 170px;
        padding-bottom: 80px;
    }

    .breadcrumb-content {
        padding-top: 0 !important;
    }

    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }

    .hero-area.dot-bg:after,
    .about-area.dot-bg:after {
        display: none;
    }

    .hero-content .section-content .section__title,
    .breadcrumb-content .section__title,
    .modal-container .section__title {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-top: 10px;
    }

    .section-btn-box .btn {
        margin-bottom: 20px;
    }

    .section-content .section__title {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .hiw-list-item .media-icon {
        width: 70px;
        height: 70px !important;
        line-height: 55px;
        text-align: center;
    }

    /* about area */
    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 30px;
    }

    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .cta-area .container-fluid {
        padding-left: 15px !important;
    }

    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }

    .cta-content {
        padding-right: 0;
    }

    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }

    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }

    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }

    /* testimonial-content */
    .testimonial-content {
        padding-top: 35px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 0px;
    }

    .testimonial-item {
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 0;
    }

    .testimonial-item img {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    /* form-action */
    .form-action .form-group {
        width: 100%;
    }

    .form-action .form-control {
        width: 100%;
        padding-left: 20px;
        height: 60px;
    }

    .form-action .theme-btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .patter-bg-2 {
        height: auto;
    }

    /* footer area */
    .footer-item {
        margin-bottom: 20px;
    }

    .tech-footer {
        font-size: 12px;
    }

    .mb-b {
        margin-top: -3rem;
    }

    .mbl-mr {
        margin-left: 5rem;
    }

    .padding-top-120px {
        padding-top: 10px !important;
    }

    .social-icons li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
    }

    #scroll-top {
        bottom: 5px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .main-menu-container .navbar {
        padding: 12px;
        margin-bottom: 10px !important;
    }

    .padding-top-70px {
        padding-top: 30px !important;
    }

    .padding-bottom-50px {
        padding-bottom: 20px !important;
    }

    .section--padding {
        padding-bottom: 20px;
    }

    .copyright-area {
        text-align: center;
    }

    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }

    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }

    .sidebar-search {
        height: auto;
    }

    .sidebar-search .form-action .theme-btn {
        width: auto;
        margin-top: 0;
    }

    /* comment */
    .comment {
        flex-direction: column;
        text-align: center;
    }

    .comment .c-avatar {
        margin-bottom: 1rem;
        margin-right: auto !important;
        margin-left: auto;
    }

    .comment-replay {
        margin-left: 0;
    }

    /* modal */
    .modal-container .modal-lg {
        max-width: 100%;
    }

    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }

    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}

.class-2 {
    font-size: 13px;
    text-align: justify;
}

.qet-quote {
    padding-left: 50px !important;
}

.form-outer {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 30px 30px;
    margin-top: 80px;
}

.form-outer h2 {
    font-weight: 600 !important;
    font-size: 26px !important;
    margin-bottom: 20px !important;
}

.form-outer .col-lg-6,
.form-outer .col-lg-12 {
    padding: 0px 8px !important;
}

.form-outer .form-group input,
.form-outer .form-group textarea {
    font-size: 14px;
    padding: 5px 15px !important;
    height: 40px;
}

.form-outer .form-group input:focus,
.form-outer .form-group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-outer .form-group textarea {
    height: 80px !important;
}

.modal-content {
    padding: 15px 15px;
    position: relative;
    top: 0px;
    height: 570px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.modal-content::-webkit-scrollbar {
    width: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #22477f;
    border-radius: 20px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* .modal-dialog {
    top: 15% !important;
} */

.modal-content h2 {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-header h3 {
    color: #22477f !important;
    font-size: 22px;
    font-weight: 600;
}

.mpop .close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.modal-content .form-group input,
.modal-content .form-group textarea {
    border-radius: 20px !important;
    font-size: 14px;
    padding: 5px 15px !important;
    height: 35px;
}

.modal-content .form-group textarea {
    height: 80px !important;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 1200px) {
    /* .container {
        max-width: 100%;
        padding: 0px 20px;
    } */

    #services .row .col-sm-6 {
        padding: 0px 10px;
    }

    #services .row .col-sm-6 .info-card {
        margin-bottom: 20px !important;
    }

    .card .content .title {
        font-size: 17px !important;
    }
}

@media (max-width: 576px) {
    #services .row .col-sm-6 {
        padding: 0px 8px;
        width: 50% !important;
    }

    .info-card .info__title {
        font-size: 16px;
    }

    .info-card {
        min-height: 285px !important;
    }

    .container {
        padding: 0px 15px !important;
    }

    #services .row .col-sm-6 {
        padding: 0px 6px;
        width: 50% !important;
    }

    .info-card {
        padding: 20px 10px !important;
    }

    #services .row .col-sm-6 .info-card {
        margin-bottom: 12px !important;
    }
}

@media (max-width: 490px) {
    .info-card .info__desc {
        transition: 0.3s;
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .info-card {
        min-height: 290px !important;
    }
}

@media (max-width: 525px) {
    .footer-item .list-items li {
        font-size: 15px;
        margin-bottom: 4px;
        float: left;
        width: 50%;
    }

    .hydb {
        padding-top: 15px;
    }
}

@media (max-width: 350px) {
    .mbl-mr {
        margin-left: 3rem;
    }
}

@media (max-width: 450px) {
    .info-card .info__desc {
        line-height: 20px !important;
    }
}

@media (max-width: 370px) {
    .info-card {
        min-height: 320px !important;
    }
}

@media (max-width: 400px) {
    /* .info-card {
        min-height: 320px !important; 
    } */
    .info-card .info__title {
        font-size: 15px;
        font-weight: 500 !important;
    }
}

@media (max-width: 768px) {
    .tech-class {
        padding-top: 0rem;
        width: 250px;
    }
}

@media only screen and (max-width: 3000px) and (min-width: 992px) {
    .why-img {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .test-box {
        display: none;
    }

    .location-card {
        padding: 21px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-container .navbar-light .main-menu li a {
        font-size: 13px;
    }

    .main-menu li {
        padding-right: 3px;
    }
    .news-card a {
        font-size: 14px;
    }
    .info-card2 .info__desc {
        height: auto;
    }
    .info-card .info__title {
        font-size: 15px;
    }
    .info-card2 .info__title {
        font-size: 15px;
    }
    .info-card {
        padding: 18px 18px 18px 18px;
    }
    .info-card .info__desc {
        font-size: 13px;
    }
    .info-card2 {
        padding: 18px 18px 18px 18px;
    }
    .info-card2 .info__desc {
        font-size: 13px;
    }
    .readmore-btn {
        top: 10px;
    }
}

.location-card p a {
    color: #000 !important;
}

.mpop .form-group {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.mpop .selt {
    border-radius: 20px !important;
    font-size: 14px;
    padding: 5px 15px !important;
    height: 35px;
    cursor: pointer;
}

.abt-cls {
    display: none;
}

.links:hover .abt-cls {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border-top: 2px solid #458eff;
    border-bottom: 2px solid #458eff;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

.breadcrumb h2 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
    font-size: 38px;
}

.breadcrumb ul li.breadcrumb-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 8px;
    position: relative;
    color: #ffffff;
}

.breadcrumb ul li.breadcrumb-item::before {
    position: absolute;
    right: -2px;
    top: 50%;
    content: "";
    width: 4px;
    height: 1px;
    padding-right: 0;
    padding-left: 0;
    background-color: #ffffff;
}

.breadcrumb ul li.breadcrumb-item:last-child::before {
    display: none;
}

.breadcrumb ul li.breadcrumb-item a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #f1f1f1;
}

.breadcrumb ul li.breadcrumb-item a:hover {
    color: #151515;
}

ul.breadcrumb {
    padding: 30px 15px;
    list-style: none;
    /* background-color: #334667; */
}

ul.breadcrumb li {
    display: inline;
    font-size: 17px;
    color: white;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: #f3faff;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #f3faff;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #f3faff;
    text-decoration: underline;
}

.bg-clr {
    /* background-color: #000; */
    padding-top: 140px;
    background-image: linear-gradient(
        to right,
        #000000,
        #130009,
        #1a0017,
        #1a0024,
        #080335
    );
}

.team {
    padding-top: 80px;
    padding-bottom: 80px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 460px;
    border-radius: 30px;
}

.team-member figure img {
    min-width: 100%;
}

.team-member figcaption p {
    font-size: 15px;
    margin-top: 120px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
    font-size: 17px;
    text-align: center;
}

.team-member p {
    text-align: center;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -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;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgb(17 61 130);
    height: 100%;
    opacity: 0.7;
    -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;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, 0.97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-center {
    text-align: center;
}

.team-member img {
    object-fit: cover;
    height: auto;
    width: 100%;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
}

/* .container .contact-section {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
} */
.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.contact-info {
    width: 50%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    background: #2d28a5;
    color: white;
    width: 50px;
    display: block;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    color: #458eff;
    font-size: 20px;
    margin-bottom: 5px;
}

.contact-info-content p {
    font-size: 1em;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 1px 3px 2px #c6b7f7;
    border-radius: 10px;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.registerForm .row .col-md-12 {
    padding: 0px 15px;
    width: 100%;
}
.registerForm .row .col-md-6.first {
    padding: 0px 0px 10px 15px;
}
.registerForm .row .col-md-6.last {
    padding: 0px 15px 0px 10px;
}
.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
    margin: 10px 0;
    /* border: none;
    border-bottom: 1px solid #333; */
    outline: none;
    resize: none;
    border-radius: 10px;
    border: 1px solid #2d28a5;
}

@media (max-width: 991px) {
    .contact-info {
        margin-bottom: 40px;
        width: 100%;
    }

    .contact-form {
        width: 100%;
        margin: 8px;
    }
}

.map-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.readmore-btn {
    font-size: 14px;
    color: white;
    background: #458eff;
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.readmore-btn:hover {
    color: #ffffff;
    background-color: #183b63;
}

.info-card2 a {
    cursor: pointer;
}

.internship {
    color: #458eff;
    margin-bottom: 12px;
    font-size: 30px;
    font-family: Poppins;
    font-weight: bolder;
}

.map-width {
    width: 100%;
    height: 450px;
}

.coursee {
    color: #458eff;
    margin-bottom: 12px;
    font-size: 40px;
    font-family: Poppins;
    font-weight: bolder;
}

.accordion {
    display: flex;
    flex-direction: column;
    margin: 35px auto;
    padding: 0px 25px 0px 0px;
}

.accordion h1 {
    font-size: 32px;
    text-align: center;
}

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgb(69 142 255) 0px 0px 1px 1px;
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
    font-weight: 600;
    color: #000;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px solid #334667;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}

.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 28px;
}

.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 28px;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

    .accordion h1 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .curculum-card button {
        padding: 8px 10px 8px 11px !important;
        font-size: 12px !important;
        margin-top: 5px !important;
    }

    .demo-span {
        padding-left: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

    .location-card p {
        font-size: 11px !important;
    }

    .location-card {
        padding: 21px;
    }

    .hero-bg2 {
        padding: 200px 100px !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
    .info-card {
        min-height: 380px !important;
    }
    .team-member figcaption p {
        font-size: 14px;
        margin-top: 10px;
    }
    .technology-content p {
        font-size: 11px !important;
    }

    .curculum-card button {
        padding: 8px 10px 8px 11px !important;
        font-size: 12px !important;
        margin-top: 5px !important;
    }

    .hero-bg2 {
        padding: 240px 70px !important;
    }

    .demo-span {
        padding-left: 5px !important;
        font-size: 13px !important;
        font-weight: 600;
    }

    .location-card p {
        font-size: 11px !important;
    }

    .certificate-training {
        margin-top: 0px !important;
    }

    .info-card .info__title {
        font-size: 16px !important;
    }

    .team-member figure {
        height: 380px !important;
    }

    .news-card a {
        font-size: 14px !important;
    }
    .blog-title {
        font-size: 12px !important;
    }
    .sidebar-widget {
        padding: 18px !important;
    }
    .recent-blog ul li .featurd-img img {
        height: 35px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .team-member img {
        height: 350px;
    }
    .team-member figure {
        height: auto !important;
    }
    .team-member figcaption p {
        font-size: 12px;
        margin-top: 10px;
    }
    .team-member figcaption {
        padding: 20px;
    }
    .bg-clr {
        padding-top: 100px;
    }
    .learn {
        font-size: 25px !important;
    }
    .technolgy {
        margin-bottom: 10px !important;
    }
    .recent-blog ul li .dis-ot {
        width: 100% !important;
    }
    .course-paddingg .mt-4 {
        margin-top: 0px !important;
    }

    .rupee-flex {
        padding: 40px 20px !important;
    }
    .dropdown-menu {
        width: 50%;
    }
    .rupee {
        gap: 6px !important;
    }

    .rupee h4 {
        font-size: 20px !important;
    }

    .rupee p {
        font-size: 11px !important;
    }

    .course-cardd {
        padding: 20px 15px !important;
    }

    .hero-bg2 {
        padding: 180px 30px !important;
        height: 90vh !important;
    }

    .curculum-card {
        height: auto !important;
        padding: 18px 15px 15px 15px !important;
    }

    .curculum-card h5 {
        font-size: 16px !important;
    }

    .curculum-card p {
        line-height: normal !important;
        font-size: 11px !important;
    }

    .curculum-card button {
        padding: 8px 8px 8px 8px !important;
        font-size: 11px !important;
        margin-top: 10px !important;
    }

    .accordion {
        padding: 0px 0px 0px 0px !important;
    }

    .accordion-item .accordion-item-title {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }

    .course-heading h2::before {
        left: 0px !important;
    }

    .enroll span {
        font-size: 28px !important;
    }

    .curculum-card button {
        padding: 8px 10px 8px 10px !important;
        font-size: 11px !important;
        margin-top: 5px !important;
    }

    .demo-span {
        padding-left: 2px !important;
        font-size: 10px !important;
        font-weight: 600;
    }

    .check {
        width: 20px !important;
    }

    .location-card p {
        font-size: 11px !important;
    }

    .certificate-training {
        margin-top: 0px !important;
    }

    .bg-flex {
        justify-content: center !important;
    }
    .blog-details-sidebar h3 {
        font-size: 20px !important;
    }
    .sidebar-widget {
        padding: 15px !important;
    }
    .blog-title {
        font-size: 12px !important;
    }
    .Category-list ul li a {
        font-size: 13px !important;
    }
    .certificate-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .course-paddingg {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .rupee-padding {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    .bredcrumb-banner h2 {
        font-size: 35px !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .team-member img {
        height: 350px;
    }
    .team-member figure {
        height: auto !important;
    }
    .team-member figcaption p {
        font-size: 12px;
        margin-top: 40px;
    }
    .team-member figcaption {
        padding: 20px;
    }
    .bg-clr {
        padding-top: 100px;
    }
    .dropdown-menu {
        width: 50%;
    }
    .career-curiculum {
        font-size: 35px !important;
    }
    .certificate-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .course-paddingg {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .bredcrumb-banner h2 {
        font-size: 35px !important;
    }
    .team {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rupee-padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .technolgy {
        margin-bottom: 10px !important;
    }

    .course-paddingg .mt-4 {
        margin-top: 0px !important;
    }

    .rupee-flex {
        padding: 40px 20px !important;
    }
    .learn {
        font-size: 20px !important;
    }
    .rupee {
        gap: 6px !important;
    }

    .rupee h4 {
        font-size: 20px !important;
    }

    .rupee p {
        font-size: 11px !important;
    }

    .course-cardd {
        padding: 20px 15px !important;
    }

    .hero-bg2 {
        padding: 160px 30px !important;
    }

    .bg-flex {
        justify-content: center !important;
    }
    .section-padding {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .learn {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    .blog-details-sidebar h3 {
        font-size: 20px !important;
    }
    .sidebar-widget {
        padding: 15px !important;
    }
    .blog-title {
        font-size: 12px !important;
    }
    .Category-list ul li a {
        font-size: 13px !important;
    }
    .recent-blog ul li .dis-ot {
        width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .bg-clr {
        padding-top: 90px;
    }
    .team-member figcaption p {
        margin-top: 100px;
    }
    .about-padding {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .mission-padding {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
    .learn {
        font-size: 18px !important;
    }
    .blog-title {
        font-size: 11px !important;
    }
    .padding-tp {
        padding-top: 10px !important;
    }
    .dropdown-menu {
        width: 50%;
    }
    .team {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-card2 .info__title {
        font-size: 14px;
        font-weight: 600;
    }
    .info-card2 {
        padding: 20px 10px !important;
    }
    .info-card2 .info__desc {
        font-size: 13px;
        height: auto;
    }

    .hero-bg2 {
        padding: 140px 20px !important;
        height: 85vh !important;
    }

    .bredcrumb-banner h2 {
        font-size: 25px !important;
    }

    .margin-top-30px {
        text-align: center;
    }

    .course-paddingg {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .course-cardd {
        padding: 20px 20px !important;
    }

    .prodct button {
        margin-bottom: 15px;
        margin-top: 0px !important;
    }

    .curculum-card button {
        font-size: 13px !important;
        margin-top: 5px !important;
    }

    .technology-curiculum {
        margin-bottom: 30px !important;
        font-size: 28px !important;
    }

    .curiculum {
        font-size: 28px !important;
        margin-bottom: 0px !important;
    }

    .curiculum-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .career-curiculum {
        margin-bottom: 14px !important;
        font-size: 25px !important;
    }

    .rupee-padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .certificate-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .rupee-flex {
        padding: 15px 15px !important;
        margin-top: 25px !important;
    }

    .rupee img {
        width: 18px !important;
    }

    .rupee h4 {
        font-size: 16px !important;
    }

    .rupee p {
        font-size: 12px !important;
        line-height: normal;
    }

    .about-h1,
    .servh2,
    .stry,
    .section-content .section__title {
        font-size: 28px !important;
    }

    .img-box {
        margin: auto !important;
        margin-bottom: 10px !important;
    }

    .gallery-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .video-width {
        margin: auto !important;
        width: 320px !important;
        height: 240px !important;
        display: block !important;
        margin-bottom: 10px !important;
    }

    .gallery-padding .mt-4 {
        margin-top: 0px !important;
    }

    .contact-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .contact-info {
        margin-bottom: 10px !important;
    }

    .map-section {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }

    .technolgy {
        margin-bottom: 10px !important;
    }

    .course-paddingg .mt-4 {
        margin-top: 0px !important;
    }

    .breadcrumb h2 {
        font-size: 25px;
    }

    .pb-3 {
        font-size: 15px !important;
    }

    .vision-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .course-paddingg .row .col-sm-4 {
        width: 25% !important;
        padding: 0px 5px !important;
    }

    .technolgy {
        padding: 5px 5px !important;
    }

    .technology-content p {
        font-size: 9px !important;
    }

    .accordion-item .accordion-item-title {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .certificate-training {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 385px) {
    .hero-bg2 {
        height: 90vh !important;
    }

    .tech-logo {
        width: 200px !important;
    }

    .career-curiculum {
        margin-bottom: 14px !important;
        font-size: 23px !important;
    }
    .rupee p {
        font-size: 9px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 420px) {
    .info-card2 {
        padding: 15px 15px 15px 15px;
        margin-top: 10px;
    }

    .section--padding {
        padding-top: 25px;
    }

    .info-card2 .info__desc {
        height: auto;
        font-size: 11px;
    }

    .readmore-btn {
        top: 10px;
    }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
    .tech-logo {
        width: 180px !important;
    }
    .hero-content .section-content .section__title,
    .breadcrumb-content .section__title,
    .modal-container .section__title {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-top: 10px;
    }
    .hero-area .col-lg-6 {
        padding-left: 20px !important;
    }
}

.slider {
    /* max-width: 1200px; */
    display: flex;
}

.slider .card {
    flex: 1;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
}

.slider .card .img {
    height: 200px;
    width: 100%;
}

.slider .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.slider .card .content {
    padding: 10px 20px;
}

.card .content .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.card .content .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
}

.card .content p {
    text-align: justify;
    margin: 10px 0;
    font-size: 12px;
}

.card .content .btn {
    display: block;
    text-align: left;
    margin: 10px 0;
}

.card .content .btn button {
    background: #458eff;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}

.card .content .btn button:hover {
    transform: scale(0.9);
}

.course-paddingg {
    padding-top: 100px;
    padding-bottom: 70px;
}

.course-cardd {
    background-image: linear-gradient(
        to right,
        #282357,
        #1f1c4e,
        #171546,
        #0d0f3d,
        #080335
    );
    padding: 50px 50px;
    border-radius: 20px;
}

.prodct {
    margin-top: 55px;
}

.prodct h2 {
    color: #fff;
    margin-bottom: 20px;
}

.prodct button {
    color: white;
    padding: 8px 40px 8px 40px;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
}

.prodct button a {
    color: #000;
}

.course-paddingg .container {
    max-width: 1100px;
}

.enroll h4 {
    color: #fff;
    margin-bottom: 10px;
}

.enroll p {
    margin-bottom: 10px;
    color: #9b9797;
}

.enroll span {
    color: #25d366;
    margin-bottom: 10px;
    font-size: 32px;
}

.curiculum-padding {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #211e50;
}

.curiculum-padding ul li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.curiculum {
    color: #ffffff;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: Poppins;
    font-weight: bolder;
    text-align: center;
}

.course-heading h2 {
    margin-bottom: 20px;
    color: #458eff;
}

/* .list-course li::before{
    content:"" ;
    position: absolute;
    width:2px;
    background: linear-gradient(rgb(23, 20, 33) 0%, rgb(255, 255, 255) 0%, rgb(23, 20, 33) 100%);
} */
.curculum-card {
    width: 100%;
    height: 240px;
    background: #04063a;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    margin-top: 35px;
}

.curculum-card h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.curculum-card p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.curculum-card button {
    color: white;
    padding: 8px 40px 8px 40px;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
    background-color: #458eff;
}

.curculum-card button a {
    color: #fff;
}

.dwn {
    width: 25px;
    margin-top: -5px;
    margin-left: 10px;
}

.career-curiculum {
    color: #4288f4;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: Poppins;
    font-weight: bolder;
    text-align: center;
}

.rupee-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}

.rupee img {
    width: 60px;
}

.rupee-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px 50px;
    border-radius: 20px;
    margin-top: 40px;
}

.rupee {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rupee h4 {
    font-size: 30px;
    color: #000;
}

.technolgy {
    padding: 15px 15px;
    border-radius: 0.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    text-align: center;
}

.technology-icon {
    width: 48px !important;
    height: 48px !important;
    place-content: center;
    border-radius: 0.5rem;
    flex-shrink: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    margin: 0 auto;
}

.technology-icon img {
    width: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.technology-content {
    margin-top: 5px;
}

.technology-curiculum {
    color: #4288f4;
    margin-bottom: 45px;
    font-size: 40px;
    font-family: Poppins;
    font-weight: bolder;
    text-align: center;
}

.certificate-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.recog-text {
    padding: 10px 10px;
}

.demo-span {
    padding-left: 10px;
}

.check {
    width: 40px;
}

.certificate-text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    color: #4288f4;
}

.certificate-training {
    /* margin-top: -25px; */
    width: 80%;
    padding-left: 40px;
}

.certificate-training img {
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.about-imgg img {
    width: 100%;
}

.about-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mission-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tp {
    padding-top: 45px;
}

.curiculum-padding .nav-tabs {
    display: block;
    border: none;
}

.curiculum-padding ul li a {
    color: #9e9e9e;
}

/* .course-heading h2::before {
    right: 0px;
    left: -45px;
    content: "";
    position: absolute;
    width: 3px;
    height: 435px;
    background: linear-gradient(rgb(23, 20, 33) 0%, rgb(255, 255, 255) 0%, rgb(23, 20, 33) 100%);
    border-radius: 30px;
} */

.check2 {
    left: -10px;
    width: 35px;
    position: relative;
}

.curiculum-padding ul li a.active {
    color: #fff;
}

.hero-bg2 {
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 270px 100px;
    background-image: linear-gradient(
        to right,
        #000000,
        #130009,
        #1a0017,
        #1a0024,
        #080335
    );
}

.bredcrumb-banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.bredcrumb-banner h2 {
    font-weight: 600;
    color: #458eff;
    margin-bottom: 15px;
    font-size: 45px;
}

.bredcrumb-banner p {
    color: #ffff;
    margin-bottom: 15px;
}

.bredcrumb-banner button {
    /* color:#458eff; */
    padding: 8px 40px 8px 40px;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 10px;
    /* border: none; */
}

/* .gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  } */
.gallery-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.gallery-image img {
    height: 250px;
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    color: white;
    position: relative;
    background-color: white;
    border-radius: 10px;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}

.img-box:hover img {
    transform: scale(1.2);
    transition: transform 0.2s;
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 0.9;
}

.img-box:hover {
    cursor: pointer;
}

.caption > p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.8;
}
.caption p {
    color: #fff !important;
}
.fourth {
    border-color: #458eff;
    color: #fff;
    background-image: linear-gradient(45deg, #458eff 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
}

.fourth:hover {
    background-position: 0;
    color: #fff;
}

.bredcrumb-banner button a {
    color: #fff;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.whatsapp-icn a:hover {
    color: #fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.rupee p {
    font-size: 14px;
}

.technology-content p {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.video-width {
    width: 100%;
    height: 240px;
    display: block;
    margin: 0 auto;
}

.privacypadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.privacypadding h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacypadding h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacypadding h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacypadding h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.privacypadding p {
    font-size: 15px;
}

.entry-blog {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 15px;
}

.entry-blog a {
    color: #458eff;
    font-size: 12px;
}

.entry-blog a i {
    margin-right: 4px;
}

.bypost {
    margin-right: 10px;
}

.learn {
    font-size: 30px;
    margin-bottom: 20px;
}

.p-text {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.img-width {
    width: 100%;
    border-radius: 10px;
}
.blog-details-sidebar h3 {
    font-size: 28px;
    background-image: linear-gradient(
        to right,
        #1f1da2,
        #233cbb,
        #2957d3,
        #3573ea,
        #458eff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.sidebar-widget {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
}

.recent-blog h4 a {
    color: #000;
}

.recent-blog ul li .featurd-img {
    width: 160px;
    margin-right: 13px;
}

.recent-blog ul li .featurd-img img {
    height: 40px;
    object-fit: cover;
    margin-top: 25px;
}

.blog-title {
    font-weight: 600;
    font-size: 17px;
}

.dis-ot span {
    font-size: 11px;
}

.recent-blog .blog-date {
    margin: 5px 0px 5px 0px !important;
}

.recent-blog ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 17px;
    overflow: hidden;
}

.recent-blog ul li .featurd-img {
    float: left;
    width: 20% !important;
}

.recent-blog ul li .dis-ot {
    float: left;
    width: 74%;
}

.Category-list ul li a {
    color: #000;
    font-size: 15px;
}
.Category-list ul li a:hover {
    color: #458eff;
}
.ic-font {
    font-size: 13px;
}
.news-btn {
    background: #458eff;
    color: var(--color-white);
    font-weight: 600;
    padding: 8px 28px 8px 28px;
    border-radius: 25px;
    text-transform: capitalize;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px !important;
    margin-top: 15px;
}

.news-btn:hover {
    transition: all 0.5s;
    transform: translateY(-10px);
}
.certificate-padding p {
    text-align: justify;
}
.img-box img {
    width: 100%;
    border-radius: 10px;
}
.dropdown-menu {
    border-top: 2px solid #458eff;
    border-bottom: 2px solid #458eff;
}

.w-70 {
    margin: auto;
    display: block;
    width: 70% !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: unset !important;
}
.footer-area .patter-bg-2 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.bootCampSection h3 {
    /* text-align: center;  */
    color: #000;
    margin-bottom: 12px;
    font-size: 40px;
    font-family: Poppins;
    font-weight: bolder;
}
.bootCampSection h3 span {
    color: #458eff;
}
.bootCampSection .title {
    font-size: 18px;
    color: #0010dd;
}
.bootSectionTwo .row {
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px 50px;
    border-radius: 20px;
}
.bootSectionTwo .row h4 {
    font-size: 38px;
    color: #0e4293;
    font-weight: bold;
}
.bootSectionTwo .row p {
    color: #000;
    font-size: 18px;
}
.bootCampSection .content {
    margin-bottom: 16px;
}
.bootCampSection ul li {
    line-height: 35px;
}
.bootCampSection .contactBtnBoot button {
    background: #458eff;
    color: var(--color-white);
    font-weight: 600;
    padding: 8px 28px 8px 28px;
    border-radius: 25px;
    text-transform: capitalize;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px !important;
    margin-top: 15px;
    border: none;
}
.contact-section.bootCampSection {
    padding-top: 40px;
    padding-bottom: 40px;
}
.rupee-padding.bootSectionTwo {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bootSectionThree h4 {
    color: #0011dd;
    font-weight: bold;
    margin-bottom: 8px;
}
.bootSectionThree h2 {
    color: #1666ff;
    font-size: 40px;
    margin-bottom: 12px;
    font-weight: bolder;
    margin-bottom: 12px;
    font-size: 41px;
    font-family: Poppins;
    font-weight: bolder;
}
.bootSectionThree .info-card {
    height: 300px;
}
.justifyContentCenter {
    justify-content: center;
}
.certificateSection {
    padding-top: 40px;
    padding-bottom: 40px;
}
.certificateSection .certificate {
    height: 800px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #d0d0d0;
}
.certificateSection .certificate img {
    height: 100%;
    width: 100%;
}
.certificateSection .row {
    justify-content: center;
}
.bootCampTestimony .enrollImage {
    height: 450px;
    text-align: center;
}
.bootCampTestimony .enrollImage img {
    height: 100%;
}
.contact-form.registerForm {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 1px 3px 2px #c6b7f7;
    border-radius: 10px;
}
.contact-form.registerForm .input-box input,
.contact-form.registerForm .input-box select,
.contact-form.registerForm .input-box textarea {
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
    margin: 0px 0px 6px;
    outline: none;
    resize: none;
    border-radius: 5px;
    border: 1px solid #2d28a5;
}
.techStackImage {
    height: 175px;
    border-radius: 9px;
    overflow: hidden;
    /* box-shadow: 0px 0px 10px #c3c2c2; */
    box-shadow: 0px 0px 10px #8cb9ff;
}
.techStackImage img {
    width: 100%;
    height: 100%;
}
.bootCampTestimony .mr-3 {
    height: 100px !important;
}
.bootCampTestimony .testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    width: 80px;
    height: 140px !important;
    background-color: #458eff;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}
.bootCampTestimony {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bootCampTestimony .testimonial-slider {
    padding-top: 60px;
}
.bootCampTestimony .swiper-button-next,
.bootCampTestimony .swiper-button-prev {
    top: 0px !important;
}
.registerForm .input-box .maleBlock input {
    width: auto;
}
.registerForm .input-box .femaleBlock input {
    width: auto;
}
.registerForm .fieldsOuter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registerForm .fieldsOuter .input-box {
    width: 48%;
}
.registerForm .fieldsOuter .input-box.genderBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.registerForm .btn-box.pt-2 {
    text-align: center;
}
.registerForm h2 {
    text-align: center;
}
