@charset "utf-8";

/* CSS Document */

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'SF Pro Text';
}


/*header start here*/


/* Loader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F24545;
    z-index: 99999999999;
    display: flex;
}


/* Preloader Style & Animation */

.preloader-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
    border-top-width: 3px;
    animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}


/*header end here*/


/*======================================================================== landing page start here ========================================================*/

.landing-page-banner {
    background: url(../images/landing-bg.png);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.logo-text {
    font-size: 122px;
    font-family: 'SF Pro Text';
    color: #1B6DC1;
}

.yellow-text {
    color: #F4890C;
}

.for-h6 {
    color: #fff;
    font-family: 'SF Pro Text';
    font-size: 25px;
}

.landing-ul {
    list-style: none;
    display: flex;
    font-family: 'SF Pro Text';
    font-size: 20px;
    margin: 22px 0;
}

.landing-ul li {
    /* margin-right: 20px; */
    padding: 0px 20px;
    color: #fff;
    border-right: 1px solid #F4890C;
}

.landing-ul li:last-child {
    border-right: none;
}

.landing-ul li:first-child {
    padding-left: 0;
}

.landing-ul li a {
    color: #fff;
}

.font-20 {
    color: #fff;
    font-family: 'SF Pro Text';
    font-size: 20px;
    margin: 10px 0;
}

.social-icn {
    color: #ABAFB3;
}

.text-2 {
    border-left: 3px solid #F4890C;
    padding: 10px;
    margin: 32px 0;
}

.navitem {
    color: #fff;
    font-family: 'SF Pro Text';
    font-size: 20px;
}

/*======================================================================== landing page end here ========================================================*/
/*======================================================================== Inner page Start here ========================================================*/
.body-bg{
    background: url(../images/back-video.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner-back {

    padding: 120px 0 0px 0px;
}
.inner-back-2{
    height: 100vh !important;

}

.glass-div {
    padding: 130px 130px;
    backdrop-filter: blur(15px);
    margin-top: 70px;
    border-radius: 10px;
    background: rgb(255 255 255 / 11%);
}

.main-heading {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.back-link {
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 1px;
}

.sub-heading {
    font-size: 45px;
    color: #fff;
    line-height: 1.3;
}

.sub-heading span {
    color: #F4890C;
}

.para {
    position: relative;
}

.para::before {
    position: absolute;
    content: '';
    left: -10px;
    top: 3px;
    width: 4px;
    height: 35px;
    background-color: #F4890C;
}

.sub-p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F4890C;
    border: 1px solid white;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid white;
}

.owl-dots button:focus {
    outline: none;
}

.slider-img {
    max-height: 408px;
    object-fit: contain;
    object-position: center;
}

.copy {
    font-size: 20px;
    color: #fff;
    padding: 30px 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1B6DC1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
}

#myBtn:hover {
    background-color: #F4890C;
}

.about-img {
    position: absolute;
    left: -240px;
    top: -120px;
    width: 510px;
}

.whye {
    margin-top: 150px;
}

.why {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.white-div {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    border-bottom: 3px solid #F4890C;
    min-height: 185px;
}

.a-img {
    width: 67px;
    height: 55px;
    border-radius: 100%;
    object-fit: contain;
    object-position: center;
}

.white-div h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.3;
}

.white-div p {
    color: #666666;
    font-size: 12px;
    line-height: 1.3;
}

.accordion {
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    transition: 0.4s;
    background-color: transparent;
}

.accordion:focus {
    outline: none;
}

.active,
.accordion:hover {
    background-color: transparent;
}


.accordion:before {
    content: '\002B';
    color: #F4890C;
    border: 1px solid #F4890C;
    border-radius: 100%;
    font-weight: bold;
    float: left;
    margin-right: 50px;
    padding: 0px 7px 4px 8px;
}

.accordion.active:before {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    background-color: transparent;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.glass-div-2 {
    display: none;

    transition: max-height 0.2s ease-out;
}

.glass-div-2.open-c {
    display: block;
}

.accordian-glass {
    padding: 15px;
    backdrop-filter: blur(15px);
    margin-top: 10px;
    border-radius: 10px;
    background: rgb(255 255 255 / 11%);
}
.privacy-heading{
    font-size: 25px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
}
.privacy-ul li{
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
}
.privacy-ul li::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #F4890C;
    border-radius: 100%;
    left: -18px;
    top: 8px;
}
li{
    list-style-type: none;
}
.all-input{
    border: 1px solid white;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    width: 100%;
}
.all-input:focus{
    outline: none;
}
.all-input::placeholder{
    padding: 15px;
    color: #fff;
    font-size: 18px;
}
textarea{
    resize: none;
}
button:focus{
    outline: none;
}
.orange-btn{
    color: #fff;
    background-color: #F4890C;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #F4890C;
    border-radius: 25px;
    padding: 15px 20px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.orange-btn:hover{
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.linkss,.linkss:hover {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
}
.orange-span{
    color: #F4890C;
}
.social-links{
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in-out;
    font-size:30px;
}
.social-links:hover{
    color: #F4890C;
    transition: 0.3s ease-in-out;
}
.text-decoration-none{
    text-decoration: none !important;
    transition: ease-in-out .2s;
}
a.text-decoration-none:hover{
    color: #F4890C;
}
/*======================================================================== Inner page end here ========================================================*/


/*======================= responsive start here==============*/

@media (max-width: 1660px) {}

@media (max-width: 1620px) {}

@media (max-width: 1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1199px) {
    .landing-ul {
        font-size: 18px;
    }

    .about-img {
        position: absolute;
        left: -160px;
        top: -40px;
        width: 400px;
    }

    .sub-heading br {
        display: none;
    }

    .whye {
        margin-top: 60px;
    }
    .for-h6 {
        font-size: 21px;
    }
}

@media(max-width:991px) {
    .landing-ul {
        font-size: 15px;
    }
    .for-h6 {
        font-size: 19px;
    }
    .landing-ul li a {
        font-size: 14px;
    }
    .main-logo {
        max-width: 200px;
    }

    .inner-back {
        padding: 50px 0;
    }

    .glass-div {
        padding: 50px 40px;
        margin-top: 30px;
    }

    .about-img {
        position: static;
        max-width: 100%;
        height: auto;
    }

    .main-heading {
        font-size: 40px;
    }

    .back-link {
        left: 30px;
        top: 3px;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .sub-heading {
        font-size: 30px;
        color: #fff;
        line-height: 1.3;
    }

    .accordion:before {
        position: absolute;
        left: 15px;
    }

    .accordion {
        font-size: 22px;
        padding-left: 40px;
    }


}

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

@media (max-width: 767px) {
    .landing-ul {
        display: block;
    }

    .landing-ul li {
        margin: 10px 0;
        border: none;
    }

    .landing-ul li:first-child {
        padding: 0px 20px;
    }

    .logo-text {
        font-size: 90px;
    }

    .for-h6 {
        font-size: 20px;
    }

    .landing-page-banner {
        text-align: center;
    }

    .text-2 {
        border: none;
    }

    .main-heading {
        font-size: 32px;
    }

    .back-link {
        left: 30px;
        top: 2px;
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .sub-heading {
        font-size: 30px;
        color: #fff;
        line-height: 1.3;
    }

}

@media (max-width: 576px) {
    .logo-text {
        font-size: 70px;
    }

    .font-20 {
        font-size: 18px;
    }

    .main-heading {
        font-size: 21px;
    }

    .back-link {
        left: 17px;
        top: 0px;
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .sub-heading {
        font-size: 25px;
        color: #fff;
        line-height: 1.3;
    }

    .accordion {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .for-h6 {
        font-size: 18px;
    }

    .font-20 {
        font-size: 18px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {}


/*======================= responsive end here==============*/
