@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'asgard';
    src: url(../fonts/FontsFree-Net-AsgardTrial-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'asgard';
    font-size: 78.76px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'asgard';
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'asgard';
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'asgard';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'asgard';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #8d8d8d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    color: #36a9e1;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/

.container-fluid {
    padding: 0 5%;
}

.themebtn {
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 40px;
    border: 1px solid #0172bc;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.themebtn:hover {
    background-color: #fff;
    color: #0376c7;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

/* header */

.header-logo {
    width: 45%;
}

.menuSection {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header_btn {
    text-align: end;
}

/* header */

/* banner */

.main_slider {
    position: relative;
}

.bnr_bg img {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

/* banner */

/* about */

.top_about_left h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.top_about_left h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 10%;
}

.top_about_left h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 14%;
}

.top_about_left h2 {
    margin: 20px 0 0px;
}

.top_about_right p {
    text-align: end;
}

.btm_about_left img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_mar {
    margin-bottom: 50px;
}

.btm_about_right ul li {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 20px 40px;
    margin-bottom: 23px;
    transition: all 0.3s ease;
    position: relative;
}

.btm_about_right ul li:hover {
    border: 1px solid #f2f2f2;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    transform: translateX(5px);
}

.btm_about_right ul li h3 {
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.btm_about_right ul li p {
    transition: color 0.3s ease;
}

.btm_about_right ul li:hover h3,
.btm_about_right ul li:hover p {
    color: #fff;
}

.btm_about_right ul li:last-child {
    margin-bottom: 0;
}

.circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a img {
    height: 50px;
    width: 15px;
    object-fit: contain;
}

.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -5px;
    left: 50px;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #fff;
}

.text {
    position: absolute;
    width: 110px;
    height: 110px;
    font-family: 'Poppins';
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    font-size: 12px;
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 12px;
    transform-origin: 0 56px;
}

.btm_about_left {
    position: relative;
}

.circle_wrapper {
    position: absolute;
    top: -4%;
    right: -1%;
    width: 16%;
}

/* about */

/* services */

.services_heading h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.services_heading h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 10%;
}

.services_heading h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 14%;
}

.services_heading h2 {
    margin: 10px 0;
    color: #fff;
}

.services_heading p {
    color: #a4cfea;
    width: 40%;
    margin: 0 auto;
}

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

.services {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ser-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    z-index: -1;
}

.service_main {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #cbcbcb;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.service_main:hover {
    border: 1px solid #fff;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    transform: translateX(8px);
}

.service_main h2,
.service_main h3,
.service_main p,
.ser_icon,
.ser_icon img {
    transition: all 0.3s ease;
}

.service_main h2 {
    font-size: 50px;
    color: #e5e5e5;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.ser_icon {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.ser_icon img {
    height: 35px;
    width: 35px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.service_main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service_main h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service_main:hover h2 {
    color: #a4cfea;
}

.service_main:hover h3 {
    color: #fff;
}

.service_main:hover p {
    color: #a4cfea;
}

.service_main:hover .ser_icon {
    background: #fff;
}

.service_main:hover .ser_icon img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(71%) saturate(3694%) hue-rotate(187deg) brightness(90%) contrast(98%);
}

.ser_slider .slick-slide {
    opacity: 1;
    margin: 0px 15px;
}

.ser_slider .slick-prev:before,
.ser_slider .slick-next:before {
    display: none;
}

.ser_slider .slick-prev,
.ser_slider .slick-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #067ac9;
    border: 1px solid #127bc8;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.ser_slider .slick-prev {
    left: -60px;
}

.ser_slider .slick-next {
    right: -60px;
}

.ser_slider .slick-prev:hover,
.ser_slider .slick-next:hover {
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    color: #fff;
    border: 1px solid #fff;
}

/* services */

/* why choose us */

.top_wcu_left h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.top_wcu_left h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 7%;
}

.top_wcu_left h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 10%;
}

.top_wcu_left h2 {
    margin: 20px 0 10px;
}

.top_wcu_right {
    text-align: end;
}

.btm_wcu_right img {
    border-radius: 20px;
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.custom-accordion .accordion-item {
    background: #f7f8fa;
    border: none;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.custom-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 20px;
    border: none;
    border-radius: 16px;
    position: relative;
    color: #000;
    font-family: 'asgard';
}

.custom-accordion .accordion-button .number {
    font-family: "Poppins", sans-serif;
    margin-right: 10px;
    color: #000;
}

.custom-accordion .accordion-button .icon {
    font-size: 25px;
    margin-left: auto;
    font-weight: 400;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.custom-accordion .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: #3da2da;
    background: transparent;
    border: 1px solid transparent;
    background: linear-gradient(#f7f8fa, #f7f8fa) padding-box, linear-gradient(270deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.custom-accordion .accordion-body {
    padding: 0 50px 40px 50px;
    font-size: 14px;
    color: #8d8d8d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

/* why choose us */

/* team */

.top_team_left p {
    width: 70%;
}

.team {
    padding: 100px 0;
}

.top_team_left h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.top_team_left h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 7%;
}

.top_team_left h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 10%;
}

.top_team_left h2 {
    margin: 20px 0 10px;
}

.top_team_right {
    text-align: end;
}

.team_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: 40% 15%;
}

.team_card {
    position: relative;
    height: 450px;
    border-radius: 20px;
    transition: all 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.team_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.team_txt {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 20px 51px;
    margin: 0px auto;
    width: 90%;
}

.team_txt h3 {
    font-size: 27px;
}

.team_txt p {
    font-size: 16px;
}

/* team */

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 0px 0 100px;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 20px 30px;
    margin-left: 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
}


.testi-img img {
    height: 260px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    width: 100%;
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.testi-box {
    margin: 0;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(73% - 40px);
    width: 24%;
    background-color: #0cd94100 !important;
    border-radius: 20px;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow::before {
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background: linear-gradient(90deg, rgb(2 114 189 / 70%) 0%, rgb(22 142 208 / 81%) 50%, rgb(40 168 226 / 72%) 100%);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.testi-slider button.slick-prev.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 25px;
    margin: auto;
    height: 30px;
    position: absolute;
    background-image: url(../images/btn-arrow-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(2%) hue-rotate(41deg) brightness(110%) contrast(100%);
}

.haeding.text_center h2 {
    font-size: 103px;
    line-height: 100px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}

.testi-slider button.slick-next.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 25px;
    margin: auto;
    height: 30px;
    position: absolute;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(2%) hue-rotate(41deg) brightness(110%) contrast(100%);
}

.testi-slider button.slick-next.slick-arrow:before {
    background-image: url(../images/btn-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(2 114 189 / 70%) 0%, rgb(22 142 208 / 81%) 50%, rgb(40 168 226 / 72%) 100%);
    width: 100%;
    left: 0 !important;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding-right: 15px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    background: #fff;
    border-radius: 20px;
    margin: 20px auto;
    width: 99%;
}

.author_det h4 {
    font-size: 30px;
}

.author_det span {
    color: #8d8d8d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.author_det {
    margin-bottom: 20px;
}

.rating h4 {
    font-size: 20px;
}

.rating span i {
    color: #fc9f25;
}

.rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.client_heading h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.client_heading h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 7%;
}

.client_heading h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 11%;
}

.client_heading h2 {
    margin: 10px 0;
}

.client_heading p {
    width: 40%;
    margin: 0 auto;
}

.client_heading {
    text-align: center;
}

/* Testimonial Section End */

/* footer */

.footerSec {
    padding-top: 100px;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.ftr_left p {
    color: #b8dcf2;
}

.ftr_links h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.ftr_contact h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.ftr_links ul li a {
    color: #badef2;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.ftr_links ul li a:hover {
    color: #ffffff;
}

.ftr_links ul li {
    margin-bottom: 20px;
}

.ftr_links ul {
    column-count: 2;
}

.ftr_contact ul {
    column-count: 2;
    margin-bottom: 20px;
}

.ftr_contact ul li span {
    color: #badef2;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.ftr_contact ul li a {
    color: #bde3f5;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
}

.ftr_contact ul li a:hover {
    color: #ffffff;
}

.ftr_logo {
    margin-bottom: 30px;
    width: 50%;
}

.ftr_links {
    padding: 20px 80px;
}

.ftr_contact {
    padding: 20px 10px;
}

.copy-txt p {
    color: #fff;
}

.ftr_soc ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr_soc ul li a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
}

.ftr_soc ul li a:hover {
    color: #bde3f5;
}

.footer-btm {
    border-top: 1px solid #50b6e6;
    padding: 20px 0;
    margin-top: 20px;
}

/* footer */

.banner_text p {
    color: #d1cdc8;
    margin: 20px 0;
    width: 80%;
}

.bnr_left h3 {
    color: #fff;
    font-size: 25px;
}

.bnr_left a {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 70px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.bnr_left {
    width: fit-content;
    border-radius: 20px;
    border: 1px solid #717171;
    padding: 30px;
    position: relative;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(1px);
}

img.ship {
    position: absolute;
    bottom: 0;
    right: -30%;
}

.avt a {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.avt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.rev {
    display: flex;
    margin-top: 30px;
}

.rev span {
    font-size: 65px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.rev i {
    color: #f6bb1e;
    margin-left: 15px;
    font-size: 18px;
    margin-top: -10px;
}

.bnr_right {
    width: 60%;
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 55%);
}

.bnr_flx {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 30px 0;
}

.bnr_flx h6 {
    color: #fff;
    font-size: 18px;
}

.bnr_btm h3 {
    color: #fff;
    font-size: 25px;
}

.bnr_btm a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.bnr_btm {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #717171;
    width: fit-content;
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(2px);
}

.bnr_wrppr {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.bnr_wrppp {
    display: flex;
    flex-direction: column;
    gap: 150px;
    align-items: flex-end;
}

/* Scrollbar*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

/* Scrollbar*/

.carousel-caption.innr_carousel {
    align-items: center;
    padding-bottom: 0;
}

.inr_bnr_bg img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 0 -230px;
}

.inr_wcu {
    padding-bottom: 120px;
}

/* service page */

.servicespage {
    padding: 100px 0;
}

.inr_ser_heading h4 {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 6px 15px 6px 35px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%) border-box;
}

.inr_ser_heading h4::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d2e6f4;
    height: 15px;
    width: 15px;
    top: 25%;
    left: 7%;
}

.inr_ser_heading h4::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #0071c4;
    height: 5px;
    width: 5px;
    top: 40%;
    left: 11%;
}

.inr_ser_heading h2 {
    margin: 10px 0;
}

.inr_ser_heading p {
    width: 40%;
    margin: 0 auto;
}

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

.inr_ser_margin_btm {
    margin-bottom: 40px;
}

/* service page */

/* service detail */

.program_detail {
    padding: 120px 0;
}

.program_detail_content img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.program_detail_content h2 {
    color: #000000;
    margin-bottom: 10px;
}

.program_detail_content p {
    margin-bottom: 20px;
}

/* service detail */

/* project page */

.project_page {
    padding: 100px 0;
}

.projects {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

.projects:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.projects img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: transform 0.6s ease;
}

.projects:hover img {
    transform: scale(1.08);
}

.project_txt {
    padding: 25px 25px 30px;
    background: #fff;
}

.project_txt h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
}

.project_txt h3::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    margin-top: 8px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.project_txt p {
    margin: 15px 0 15px;
}

/* project page */

/* our team page */

.our_team {
    padding: 100px 0;
}

.instructors_img img {
    border-radius: 20px;
    width: 400px;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.instructors_img {
    text-align: center;
}

.instructors_txt h2 {
    margin-bottom: 15px;
    position: relative;
}

.instructors_txt h2::after {
    content: "";
    display: block;
    width: 10%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
}

.instructors_txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #8d8d8d;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.instructors_txt h4 {
    font-size: 14.99px;
    margin-bottom: 10px;
}

.instructors_txt p {
    color: #9a9492;
    margin-bottom: 30px;
}

.instructors_txt {
    padding-right: 90px;
}

.row.align-items-center.instrt {
    margin-top: 50px;
}

/* our team page */

/* inner contact page */

.contact_left img {
    height: 570px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact_right form {
    margin-top: 30px;
}

.contact_right input[type="text"],
.contact_right input[type="email"],
.contact_right input[type="tel"],
.contact_right textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #dedcda;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: "Montserrat", sans-serif;
    height: 50px;
    color: #000;
    font-weight: 400;
    background-color: #fdfdfd;
}

.contact_right input:focus,
.contact_right textarea:focus {
    border-color: #0172bc;
    outline: none;
}

.contact_right textarea {
    resize: none;
    min-height: 185px;
}

.contact_right h2 {
    color: #000;
    margin-bottom: 5px;
}

button.inrcontbtn {
    background: none;
    border: none;
    margin-top: 10px;
}

.contact_right input::placeholder {
    color: #8c8c8c;
}

.contact_right textarea::placeholder {
    color: #8c8c8c;
}

.contact_right {
    margin-left: 20px;
}

.inner_contact {
    padding: 0px 0 120px;
}

.cont_box {
    padding: 120px 0 60px;
}

.info_box {
    border: 1px solid #0172bc;
    background: linear-gradient(90deg, rgba(2, 114, 189, 1) 0%, rgba(22, 142, 208, 1) 50%, rgba(40, 168, 226, 1) 100%);
    padding: 35px 20px 35px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border-radius: 10px;
}

.info_box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.info_icon {
    color: #f4a932;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_icon i {
    font-size: 30px;
    color: #0172bc;
}

.info_text h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ffffff;
    text-transform: capitalize;
}

.info_text p {
    color: #ffffffd9;
    margin: 0;
    line-height: 20px;
}

.info_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* inner contact page */

/* quote page  */

.quote {
    background: #f7f9fc;
    padding: 60px 0;
}

.quote_header h2 {
    text-align: center;
    font-size: 53px;
    margin-bottom: 40px;
    color: #333;
}

.formWraper {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.formField {
    margin-bottom: 25px;
}

.formField input,
.formField textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s ease;
    background-color: #fff;
    font-family: 'Poppins';
}

.formField input:focus,
.formField textarea:focus {
    outline: none;
    border-color: #38afca;
}

.formField textarea {
    min-height: 150px;
    resize: none;
}

.formField select {
    width: 100%;
    outline: none;
    padding: 15px;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 1px #00000014;
    border: 0px;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: 'Poppins';
}

.formField select {
    color: #b0b0b0 !important;
}

.formField textarea::placeholder,
.formField input::placeholder {
    color: #b0b0b0 !important;
    text-transform: capitalize;
}

.formField select {
    background: #fff url(../images/arrow.png) no-repeat 98%;
}

/* quote page  */