.main {
    overflow: hidden;
}

@font-face {
    font-family: Bw-Modelica-Bold;
    src: url(../fonts/BwModelica/BwModelica-Bold.otf);
}

@font-face {
    font-family: Bw-Modelica-Light;
    src: url(../fonts/BwModelica/BwModelica-Light.otf);
}

@font-face {
    font-family: Bw-Modelica-Regular;
    src: url(../fonts/BwModelica/BwModelica-Regular.otf);
}

@font-face {
    font-family: Cormorant;
    src: url(../fonts/cormorant/Cormorant-Medium.otf);
}


.bw-bold {
    font-family: 'Bw-Modelica-Bold', sans-serif;
    font-weight: 700 !important;
}

.bw-Light {
    font-family: 'Bw-Modelica-Light', sans-serif;
    font-weight: 300 !important;
}

.bw-Regular {
    font-family: 'Bw-Modelica-Regular', sans-serif;
    font-weight: 400 !important;
}

.co-medium {
    font-family: 'Cormorant', sans-serif;
    font-weight: 500 !important;
}

/* colors */
.bg-dark-blue {
    background-color: #03032D !important;
}

.bg-bll-bright-blue {
    background-color: #3070EF !important;
}

.bg-light-gray {
    background-color: #F4F4F4;
}

.text-dark-blue {
    color: #03032D !important;
}

.text-bll-bright-blue {
    color: #3070EF !important;
}

.text-grey {
    color: #8A8AAD;
}

.bg-gray {
    background: #dbdbdb;
    background: -webkit-linear-gradient(100deg, #dbdbdb 0%, #f4f4f4 100%);
    background: linear-gradient(100deg, #dbdbdb 0%, #f4f4f4 100%);
}

.navbar-brand img {
    width: 142px !important;
}

a.nav-link {
    letter-spacing: 0.91px;
    line-height: 16px;
}

button.btn:hover {
    color: #03032D !important;
}

i.bi.bi-facebook.text-bll-bright-blue:hover {
    color: #fff !important;
}

i.bi.bi-instagram.text-bll-bright-blue:hover {
    color: #fff !important;
}

a.nav-link {
    position: relative;
    border-bottom: 2px solid #595977;
    width: 192px;
    margin-left: 20px;
    padding-bottom: 11px !important;
    transition: 0.5s;
}

a.nav-link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #3070EF;
    bottom: -2px;
    opacity: 1;
    transition: 0.3s;
    left: 0;
}

a.nav-link:hover::before {
    width: 100%;
}

.section-1 h3 {
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 60px;
}

.section-1 h1 {
    font-size: 92px;
    line-height: 107px;
}

.section-2 p {
    font-size: 18px;
    line-height: 25px;
}

.section-2 .btn {
    padding: 14px 32px 14px 32px;
    font-size: 13px;
}

/* .card{
    
    margin: 0 15px 0 15px !important;
} */
.card h3 {
    font-size: 23px;
    font-weight: 600;
}

.card p {
    width: 201px;
    font-size: 14px;
}

.contant {
    border-left: 3px solid #3070EF;
}

.section-3 .col-lg-3 h3 {
    font-size: 37px;
    letter-spacing: 0.93px;
    line-height: 39px;
}

.icon-1 {
    padding: 12px 16px 12px 14px;
    border-radius: 40px;
}

.icon-2:hover {
    background-color: #3070EF !important;
}

.icon-2 {
    padding: 12px 14px 12px 16px;
    border-radius: 40px;
    transition: 0.5s;
}

.carousel p {
    font-size: 26px;
    line-height: 37px;
}

.carousel h3 {
    font-size: 14px;
    line-height: 22px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 39px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #738dc1 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 100% !important;
}

.carousel-indicators .active {
    background-color: #3070EF !important;
    opacity: 1;
}

h5 {
    font-size: 40px !important;
    letter-spacing: 1px;
}

input {
    width: 100% !important;
    height: 56px !important;
}

textarea {
    width: 100% !important;
    padding: 10px 0px 0px 10px;
}

.social-media h5 {
    display: inline-block;
    margin: 0 14px 0 14px;
}

.req {
    position: relative;
}

label.text-bll-bright-blue {
    position: absolute;
    right: 10%;
    top: 16px;
}

.lh {
    line-height: 26px !important;
}

.z_arrow {
    cursor: pointer;
}

.chat {
    color: #3070EF;
    font-size: 46px;
}

.card.slick-slide {
    width: 253px !important;
    margin: 0 0 !important;
    padding-right: 30px !important;
    box-sizing: border-box;
}

.card.slick-slide img {
    width: 100%;
    display: block;
}

.main-slider {
    position: relative;
}

.main-slider:before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    background: #ffffff;
    background: linear-gradient(274deg, #ffffff 0%, rgba(188, 72, 255, 0) 100%);
    z-index: 9;
}

/* inner page */
.page-id-2 .nav-link {
    font-size: 13px;
    width: 150px;
}

.page-id-2 .navbar-nav .z-btn {
    padding: 13px 18px 12px 17px !important;
    margin-left: 16px;
}

.page-id-2 .navbar-nav .z-btn:hover {
    background-color: #fff !important;
    color: #3070EF !important;
}


.page-id-2 .navbar-brand {
    padding: 0;
}

.z-neil-photo img {
    border-radius: 420px;
    width: 445px;
    height: 445px;
    object-fit: cover;
    object-position: top;
}

.z-neil-photo img {
    box-shadow: 0 0 60px 0px rgb(48 112 239 / 60%);
}

.page-id-2 .section-1 h3 {
    margin-bottom: 33px;
}

.page-id-2 .section-1 h4 {
    font-size: 32px;
    line-height: 39px;
}

.z-btn {
    border: 0;
    padding: 16px 27px 17px 25px;
    font-size: 13px;
    line-height: 16px;
    transition: 0.3s;
}
.page-id-2 .section-1 .z-btn{
    width: 360px;
}
.page-id-2 .section-4 .z-btn {
    padding: 13px 18px 12px 17px;
}
.z-btn:hover {
    background-color: #03032D !important;
}

.page-id-2 .section-1 h3{
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0;
    padding-top: 40px;
}

.page-id-2 .section-1 .z-btn:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.page-id-2 .section-2 h4,
.page-id-2 .section-5 h4 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 9px;
}

.page-id-2 .section-2 p,
.page-id-2 .section-5 p {
    font-size: 16px;
}


.page-id-2 .section-3 p {
    font-size: 22px;
    line-height: 32px;
}

.page-id-2 .section-3 h4 {
    font-size: 34px;
    line-height: 47px;

}

.page-id-2 .section-3 .border-start {
    border-color: #3070EF !important;
}

.page-id-2 .section-3 h3 {
    font-size: 14px;
    line-height: 22px;
}

.page-id-2 .section-4 {
    background-color: #F4F4F4;
}

.page-id-2 .section-4 h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 58px;
}

.inner-col {
    border-color: #3070EF !important;
    border: solid;
    border-width: 0 0 0 2px;
}

.z-image-box {
    background-color: #fff;
    /*width: 572px;*/
    box-shadow: 0px 0px 20px #0000000F;
opacity: 1;
}

.z-image-box-content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
}

.page-id-2 .section-4 h3 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 13px -15px;
}

.page-id-2 .section-4 p {
    font-size: 14px;
    line-height: 21px;
    padding-left:8px;
}

.page-id-2 .section-4 h4 {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 26px;
}

.z-icon-list {
    --icon-space: 2.3em;
    list-style: none;
    padding: 0;
}

.z-icon-list li {
    padding-left: var(--icon-space);
    line-height: 26px;
}

.z-icon-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: 37px;
    background-color: #3070EF;
    color: #fff;
    padding: 7px;
    border-radius: 50px;
    height: 37px;
    text-align: center;
}

.z-icon-list li span {
    position: relative;
    left: 20px;
    top: -10px;
}

.page-id-2 .section-6{
    background-color: #F4F4F4;
    padding: 75px 0 107px 0;
}

.icon-box{
    width: 334px;
    height: 220px;
    margin: 0 0 0 0;
    position: relative;
    box-shadow: 0px 0px 20px #0000000F;
opacity: 1;
}
.box-content{
    padding: 0px 30px 30px 30px;
    margin: 0px 0 0 0;
}
.icon-box .box-content h3 {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #3070EF;
    color: #fff;
    font-size: 32px;
    line-height: 26px;
    padding: 29px 30px 30px 30px;
    margin-bottom: -45px;
    transform: translate(0px, -45px);
}
.icon-box .box-content h4{
    padding-top: 21px;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 18px;
}
.icon-box .box-content p{
    font-size: 14px;
    line-height: 21px;
    border-left: 2px solid #3070EF;
    padding-left: 20px;
}
.page-id-2 .section-6 h2{
    padding-bottom: 94px;
    font-size: 38px;
    line-height: 48px;
}
i.fa-solid.fa-caret-down {
    position: absolute;
    top: -16px;
    color: #fff;
    font-size: 37px;
}

.mob-btn{
    display: none;
}

.person-porfile {
    width: 166px;
}

.post-container{
    max-width: 1120px !important;
}

.page-id-2 .section-7 h1{
    line-height: 38px;
}

.page-id-2 footer .bottom-text p{
    font-size: 13px;
    line-height: 18px;
}
.page-id-2 footer .uper-text p{
    font-size: 14px;
    line-height: 23px;
}

.page-id-2 .section-3{
    padding-left: 200px;
}

.container {
    max-width:1200px !important;
}

.section-1, .section-2, .section-4, .section-5, .section-6, .section-8 {
    padding-left:5% !important;
    padding-right:5% !important;
}

@media (max-width: 991px) {
    .icon-box {
        margin: 0 auto 70px auto !important;
    }
    
    .section-3 {
        padding-left:5% !important;
        padding-right: 5% !important;
    }
}