@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
ul,
li,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    list-style-type: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
    box-shadow: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    cursor: pointer;
}

a {
    color: #272727;
}

a:hover {
    color: #00BADE !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #dbe1e6;
}

/* End Clearfix */

/* For IE 6/7 (trigger hasLayout) */
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}


@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Athiti';
    src: url('../fonts/Athiti-Bold.ttf');
    font-weight: 700;
}



html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: 'Athiti', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}


/*************************** COMMON CSS START *****************************/

* {
    scrollbar-width: thin;
    scrollbar-color: #00BADE transparent;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #00BADE;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

p {
    color: #777;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    /* 180% */
    letter-spacing: 0.75px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.main_slider .title_border::after {
    background: rgba(0, 186, 222, 0.20);
}

.title_border {
    position: relative;
    display: inline-block;
}

.title_border::after {
    content: "";
    background: rgba(0, 186, 222, 0.20);
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title_box {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

.title_box .small_title {
    color: #00BADE;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 2.21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    ;
}

.title_box h2 {
    color: #272727;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1.75px;
}

.title_box2 {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.title_box2 .title_border::after {
    content: "";
    background: rgba(0, 186, 222, 0.20);
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title_box2 h2 {
    color: #00BADE;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

sup {
    font-size: 12px;
}

sub {
    font-size: 12px;
}


.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}


.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}


.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}


.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}



/* Margin */

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}


.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}


.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}


.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}


.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

/*************************** COMMON CSS END *****************************/

/* ====================== [ Start Text Animation ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ====================== [ End Text Animation ] ====================== */


header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.10);
    -webkit-transform: translate3d(0, 0, 0);
}

.navbar {
    /* box-shadow: 0px 1px 3px 0px rgba(54, 54, 54, 0.17);
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); */

    box-shadow: 0px 1px 3px 0px rgba(54, 54, 54, 0.17);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(54, 54, 54, 0.17);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar .nav-item {
    padding: 10px 10px;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 0 !important;
    position: relative;
}

.navbar .nav-link::after {
    content: "";
    background-color: #00BADE;
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0%;
    bottom: -7px;
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(0%);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #00BADE;
    position: relative;
}

.navbar .nav-link:hover:after,
.navbar .nav-link.active::after {
    opacity: 1;
    transition: all 0.5s;
    width: 100%;
}

.header2 {
    background: #fff;
    backdrop-filter: inherit;
}

.header2 .navbar .nav-item .nav-link {
    color: #777;
}

.header2 .navbar .nav-link.active,
.header2 .navbar .nav-link:hover {
    color: #00BADE;
}

main {
    height: 100%;
    width: 100%;
    margin-top: 90px;
}

.main_slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.main_slider::before {
    content: "";
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.main_slider .carousel-indicators,
.main_slider .carousel-control-next,
.main_slider .carousel-control-prev {
    z-index: 99;
}

.main_slider .carousel-caption {
    max-width: 65%;
    position: absolute;
    left: inherit;
    bottom: inherit;
    left: 5%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.main_slider .carousel-control-next,
.main_slider .carousel-control-prev {
    width: auto;
    margin: 0;
}

.main_slider .carousel-control-prev {
    position: absolute;
    left: 3%;
    right: inherit;
    bottom: 7%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    width: auto;
    height: auto;
    transform: inherit;
    top: inherit;
}

.main_slider .carousel-control-prev-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
}

.main_slider .carousel-control-next {
    position: absolute;
    left: 6%;
    right: inherit;
    bottom: 7%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    width: auto;
    height: auto;
    transform: inherit;
    top: inherit;
}

.main_slider .carousel-control-next-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
}

#mainslider,
#mainslider .carousel-inner,
#mainslider .carousel-item {
    height: 100%;
}

.main_slider .carousel-caption h5 {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.main_slider .carousel-caption h6 {
    color: #00BADE;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.main_slider .carousel-indicators [data-bs-target] {
    margin-right: 0;
    margin-left: 0;
    border: 0;
}

.main_slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 5%;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin: 0;
}

.main_slider .indicators {
    position: absolute;
    right: 5%;
    bottom: 7%;
    z-index: 9;
}

.main_slider .slide-num span {
    font-size: 15px;
    color: #fff;
    margin-right: 140px;
}

.main_slider .slide-num span:last-child {
    margin-right: 0;
}

.main_slider .slider__progress {
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 27px;
    bottom: 47%;
    z-index: 9;
}

.main_slider .slider__progress span {
    background: #fff;
    height: 2px;
    display: block;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    position: relative;
    top: 0px;
}

.main_slider .carousel .carousel-item {
    transition: transform 0.5s ease-in-out;
}

.main_slider .carousel-content-animation {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.main_slider .carousel-item.active .carousel-content-animation {
    opacity: 1;
}

.main_slider .carousel.slide-transform .carousel-item {
    transition: transform 0.5s ease;
}

/* .ausec_two .aust_boxes {
    margin-bottom: 20px;
    position: relative;
} */

/* .ausec_two .aust_boxes:last-child {
    margin-bottom: 0px;
}

.ausec_two .aust_boxes::after {
    content: "";
    background: #F4F4F4;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: -1;
} */

.ausec_two .aust_boxes_left h6,
.ausec_two .aust_boxes_right h6 {
    position: relative;
}

.ausec_two .aust_boxes h6 {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ausec_two .aust_boxes h6:last-child {
    margin-bottom: 0px;
}

.ausec_two .aust_boxes h6 span {
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 9;
    display: inline-block;
}

.ausec_two .aust_boxes_left h6::after {
    content: "";
    background: #00BADE;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ausec_two .aust_boxes_right h6::after {
    content: "";
    background: #00BADE;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aus_box p:last-child {
    margin-bottom: 0px;
}

footer {
    padding: 30px 0px;
}

.footer_top,
.footer_bottom {
    width: 100%;
    display: inline-block;
}

.footer_top_inner {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.footer_top_inner .fomediaicon i {
    font-size: 22px;
    width: 25px;
    line-height: 30px;
}

.footer_top_inner .fomediatxt {
    padding-left: 10px;
}

.footer_top_inner .fomediatxt,
.footer_top_inner .fomediatxt a {
    color: #777;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1.92px;
}

.footer_top_inner .fomediatxt a {
    line-height: 16px;
}

.footer_bottom_inner {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    /* padding: 20px 0; */
}

.footer_bottom p {
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}

.footer_bottom .fo_social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer_bottom .fo_social li {
    margin-right: 10px;
}

.footer_bottom .fo_social li:last-child {
    margin-right: 0;
}

.footer_bottom .fo_social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #00BADE;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.footer_bottom .fo_social a i {
    color: #00BADE;
}

.footer_bottom .fo_social a:hover {
    background-color: #00BADE;
    border-color: #00BADE;
}

.footer_bottom .fo_social a:hover i {
    color: #fff;
}

.image_boxes {
    width: 100%;
    display: inline-block;
}

.image_boxes .iboxes {
    display: flex;
    margin-bottom: 25px;
}

.image_boxes .ibox {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}

.image_boxes .ibox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.image_boxes .ibox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.image_boxes .ibox:hover:after {
    opacity: 0;
}

.image_boxes .ibox .con {
    position: relative;
    z-index: 7;
}

.image_boxes .ibox .numb {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #777;
    opacity: .8;
    margin-bottom: 15px;
}

.image_boxes .ibox:hover .numb {
    -webkit-text-stroke: 1px #fff;
}

.image_boxes .ibox h5 {
    color: #00BADE;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
}

.image_boxes .ibox:hover h5,
.image_boxes .ibox:hover p,
.image_boxes .ibox:hover h5 .image_boxes .ibox:hover span {
    color: #fff;
}

.image_boxes .ibox:hover h5,
.image_boxes .ibox:hover p,
.image_boxes .ibox:hover h5 .image_boxes .ibox:hover span {
    color: #fff;
}

.image_boxes .ibox p {
    color: #9A9A9A;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
}

.image_boxes .ibox p:last-child {
    margin-bottom: 0px;
}


/* .aiboxes {
    display: flex;
} */

.accordion-item {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    border: 2px solid transparent;
}

.accordion-item.active {
    border: 2px solid #00BADE;
}

.accordion-header {
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header i {
    width: 30px;
    height: 30px;
    color: #00BADE;
    background-color: #fff;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 10px;
}

.accordion-item.active .accordion-header i {
    color: #fff;
    background-color: #00BADE;
}

.accordion-item.active .accordion-header i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    color: #fff;
    transform: inherit;
}

.accordion-content {
    display: none;
    padding: 0 15px 20px;
}

.accordion-content p {
    color: #9A9A9A;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    padding-top: 0;
}

.accordion-content p:last-child {
    margin-bottom: 0px;
}


/* .co-info-box {
    margin-bottom: 60px;
} */

/* .co-info-box .comedia {
    margin-bottom: 20px;
} */

.co-info-box .comediatxt {
    padding-left: 15px;
}

.co-info-box .comediatxt h3 {
    color: #3C4C5B;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}

.co-info-box .comedia,
.co-info-box .cimedia {
    margin-bottom: 15px;
}

.co-info-box .cimedia:last-child {
    margin-bottom: 0px;
}

.co-info-box .cimediaicon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 10px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #00BADE;
}

.co-info-box .cimediaicon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.co-info-box .comediatxt p,
.co-info-box .comediatxt a {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #272727;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-align: left;
}

/* .co-map {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
} */

/* .co-map iframe {
    height: 100%;
} */

.maddressbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    z-index: 99999999999;
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    background-color: white;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    /* z-index: 1080; */
}

.maddressbox h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
}

.maddressbox p {
    font-weight: 400;
    color: #5b5b5b;
    font-size: 14px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: 18px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.require {
    color: #FF0000;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    width: 100%;
    display: inline-block;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.form-control,
.form-select {
    width: 100%;
    display: inline-block;
    border: 1px solid #D0D0D0;
    height: 45px;
    border-radius: 6px;
    padding: 10px 15px;
    color: #272727;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.60);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(39, 39, 39, 0.50);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(39, 39, 39, 0.50);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(39, 39, 39, 0.50);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(39, 39, 39, 0.50);
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 187, 224, 0.25);
}

textarea {
    height: auto !important;
}

.co-form-box .form-select {
    padding: 10px 32px 10px 15px;
}

.btn {
    font-size: 16px;
    line-height: 16px;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #00BADE;
    color: #00BADE;
}

.btn svg {
    fill: #00BADE;
    margin-right: 10px;
}

.btn:hover {
    background-color: #00BADE;
    color: #fff;
    border: 1px solid transparent;
}

.btn:hover svg {
    fill: #fff;
}

.captchcode {
    display: flex;
    align-items: center;
    justify-content: center;
}



.overlaysec {
    display: inline-block;
    width: 100%;
}

.overlaysec .conbox .olbox {
    background: #FFFFFF;
    padding: 30px;
}

.overlaysec .olbox .imgheight {
    height: 650px;
    object-fit: cover;
}

.overlaysec .olldiv {
    margin-left: -150px;
    position: relative;
}

.overlaysec .olrdiv {
    margin-right: -150px;
    position: relative;
}

.overlaysec .conbox .olbox h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #073D64;
    margin-bottom: 20px;
}

.overlaysec .conbox .olbox p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5B666F;
}

.overlaysec .conbox .olbox p:last-child {
    margin-bottom: 0px;
}


.container-fluid {
    padding: 0 112px;
}


.footer_top .logotxt {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 20px;
}

.footer_top .co-info-box .comediatxt p,
.footer_top .co-info-box .comediatxt a {
    color: #777;
}

.footer_top .title_box h2 {
    color: #00BADE;
}

.footer_top .form-label {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}



.Neev_sec {
    width: 100%;
    display: inline-block;
}

.Neev_sec .gallery-item {
    margin-bottom: 30px;
}

.Neev_sec .gal_img_main {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    background: #FFF;
    /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    position: relative;
}

.Neev_sec .gal_img_main::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.Neev_sec .gal_img_inner {
    width: 100%;
    height: 100%;
}

.Neev_sec .gal_img_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.Neev_sec .hover_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.Neev_sec .hover_arrow i {
    font-size: 25px;
    color: #fff;
}

.Neev_sec .gal_img_main:hover::before {
    opacity: 1;
}

.Neev_sec .gal_img_main:hover .hover_arrow {
    opacity: 1;
}


@media only screen and (min-width:1300px) and (max-width:1599px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1400px;
    }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1680.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1440.98px) {
    .navbar .nav-item .nav-link {
        font-size: 14px;
        line-height: 14px;
    }

    .main_slider .carousel-caption h5 {
        font-size: 35px;
    }

    .main_slider .carousel-caption h6 {
        font-size: 18px;
        line-height: 18px;
    }

    .main_slider .carousel-control-prev {
        left: 4%;
    }

    .main_slider .carousel-control-next {
        left: 8%;
    }

    .title_box {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .title_box h2 {
        font-size: 25px;
    }

    .title_box2 h2 {
        font-size: 30px;
    }

    .image_boxes .ibox .numb {
        font-size: 45px;
        line-height: 45px;
    }

    .accordion-header {
        font-size: 16px;
    }

    .accordion-content p {
        font-size: 14px;
    }

    /* .overlaysec .olbox img {
            height: 550px;
            object-fit: cover;
        } */

    .container-fluid {
        padding: 0 30px;
    }

    .navbar-brand img,
    .fo_logo {
        width: 150px;
    }

    main {
        margin-top: 65px;
    }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .form-label {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .form-control,
    .form-select {
        height: 40px;
        font-size: 14px;
        line-height: 14px;
    }

    .btn {
        font-size: 14px;
        line-height: 14px;
    }

    .btn svg {
        width: 20px;
        height: 20px;
    }

    .footer_top_inner .fomediatxt p,
    .footer_top_inner .fomediatxt a {
        font-size: 14px;
    }

    .footer_top_inner .fomediaicon i {
        font-size: 15px;
        width: 15px;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1280.98px) {
    .main_slider .carousel-caption h5 {
        font-size: 30px;
    }

    .main_slider .carousel-control-prev-icon,
    .main_slider .carousel-control-next-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .navbar-brand img {
        width: 150px;
    }

    /* main {
        margin-top: 80px;
    } */

    .footer_bottom .fo_social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .main_slider .carousel-control-prev {
        left: 4%;
    }

    .main_slider .carousel-control-next {
        left: 9%;
    }

    .pro_image_boxes .iboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .overlaysec .olboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .overlaysec .olldiv {
        margin-left: 0;
        position: relative;
    }

    .overlaysec .conbox .olbox {
        padding: 30px 0px 0px;
    }

    .overlaysec .olboxes.conbox {
        order: 2;
    }

    .overlaysec .olboxes.imgbox {
        order: 1;
    }

    section.ptb-60 {
        padding: 30px 0 !important;
    }
}

/* // `lg` applies to medium devices (tablets, less than 1199px) */
@media (max-width: 1199.98px) {
    .aiboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer_top .ftiboxes {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 30px;
    }

    .Neev_sec .gallery-item {
        flex: 0 0 auto;
        width: 33.33%;
    }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-toggler {
        border: 0;
        box-shadow: none !important;
        padding: 0;
    }

    .navbar-toggler span {
        width: 25px;
        height: 3px;
        background: #00BADE;
        display: block;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 4px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar-toggler span:nth-child(1) {
        width: 16px;
    }

    .navbar-toggler:hover span:nth-child(1) {
        width: 25px;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        width: 25px;
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .navbar-toggler span {
        background: #00BADE;
        background-image: none;
    }

    .main_slider .carousel-caption {
        max-width: 100%;
    }

    section.ptb-60 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    section.pt-60 {
        padding-top: 40px !important;
    }

    section.pb-60 {
        padding-bottom: 40px !important;
    }

    .title_box2.pb-40 {
        padding-bottom: 30px !important;
        margin-bottom: 0px;
    }

    .main_slider .carousel-control-prev {
        left: 4%;
    }

    .main_slider .carousel-control-next {
        left: 10%;
    }

    .com_image_boxes .iboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .con-box {
        flex: 0 0 auto;
        width: 100%;
        order: 2;
    }

    .contact-main .cmboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact-main .cmboxes:first-child {
        margin-bottom: 30px;
    }

    .co-map iframe {
        height: 350px;
    }

    .footer_top_inner .ftiboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer_top_inner .ftiboxes:first-child {
        margin-bottom: 15px;
    }

    .footer_bottom_inner {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
    }

    .footer_bottom p {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        order: 2;
    }

    .footer_bottom .fo_social {
        justify-content: center;
        order: 1;
        margin-bottom: 20px;
    }

    .Neev_sec .gallery-item {
        flex: 0 0 auto;
        width: 50%;
    }

}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .main_slider .carousel-control-prev {
        left: 6%;
    }

    .main_slider .carousel-control-next {
        left: 15%;
    }

    .pro_image_boxes .iboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .pro_image_boxes .iboxes:last-child {
        margin-bottom: 0;
    }

    .com_image_boxes .iboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .com_image_boxes .iboxes:last-child {
        margin-bottom: 0;
    }

    .co-form-box .form-group {
        flex: 0 0 auto;
        width: 100%;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .captch_input_box .captchcode {
        margin-bottom: 1rem;
    }

    .captch_input_box #submit {
        margin-top: 1.5rem;
    }

    .footer_top_inner .ftiboxes .coemboxes:first-child {
        margin-bottom: 15px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .ausec_two .aust_boxes {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .ausec_two .aust_boxes h6 {
        text-align: center;
    }

    .overlaysec .olbox .imgheight {
        height: auto;
        object-fit: cover;
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .accordion-header {
        font-size: 14px;
    }

    .accordion-content p {
        font-size: 14px;
    }

    .main_slider .indicators {
        bottom: 4%;
    }

    .main_slider .carousel-control-prev,
    .main_slider .carousel-control-next {
        bottom: 3%;
    }

    .Neev_sec .gallery-item {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* // `xs` returns only a ruleset and no media query */
@media (max-width: 480.98px) {
    .main_slider .carousel-control-prev {
        left: 8%;
    }

    .main_slider .carousel-control-next {
        left: 20%;
    }

    .main_slider .carousel-caption h5 {
        font-size: 20px;
        line-height: 32px;
    }

    .main_slider .carousel-caption h6 {
        font-size: 16px;
        line-height: 16px;
    }

    .title_box h2 {
        font-size: 20px;
    }

    .title_box .small_title {
        font-size: 12px;
        line-height: 12px;
    }

    .title_border::after {
        height: 6px;
    }

    .image_boxes .ibox h5 {
        font-size: 16px;
    }

    .title_box2 h2 {
        font-size: 20px;
    }

    .title_box2 .title_border::after {
        height: 10px;
    }
}

::selection 
{
    background: #00BADE;
    color: #fff;
    text-shadow: 1px 4px 5px #141414;
}

::-moz-selection 
{
    background: #00BADE;
    color: #fff;
    text-shadow: 1px 4px 5px #141414;
}