@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: sfproRegular;
    src: url(../fonts/SF_Pro_Text_Regular.ttf);
}

@font-face {
    font-family: sfproMedium;
    src: url(../fonts/SF_Pro_Text_Medium.ttf);
}

@font-face {
    font-family: sfproSemibold;
    src: url(../fonts/SF_Pro_Text_Semibold.ttf);
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    text-shadow: 5px 0px 0px rgb(32 32 32 / 20%);
    letter-spacing: 3px;
}

h2 {
    font-size: 40px;
    font-family: sfproRegular;
    color: #202020
}

h3 {
    font-size: 26px;
    font-family: sfproRegular;
    color: #202020
}

h4 {
    font-size: 22px;
    font-family: sfproRegular;
    color: #202020
}

p {
    color: #707070;
    font-size: 16px;
}

a,
p {
    font-family: sfproRegular;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #0F89D1;
    border-color: #0F89D1;
    font-size: 16px;
    border-radius: 15px;
    padding: 9px 40px;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    color: #202020;
    padding: 20px 15px;
}

.menu_bar {
    z-index: 8;
    background: #fff;
    padding: 16px 0;
}

.menu_bar li.nav-item.btn {
    padding: 10px 0 0 15px;
}

.menu_bar li.nav-item:last-child a {
    box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
}

.nav_sticky .menu_bar {
    position: fixed !important;
    z-index: 8;
    padding: 5px 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

#banner .carousel-caption {
    position: absolute;
    right: 45%;
    bottom: 100px;
    left: 10%;
    z-index: 4;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

#banner .carousel-item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

#banner h2 {
    font-weight: 700;
}

#banner h4 {
    font-weight: 400;
    line-height: 34px;
}

#banner .btn {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
}

#our-services {
    padding: 100px 0;
    position: relative;
}


/* #our-services {
    padding: 139px 0;
    position: relative;
} */

#our-services .left-wrap {
    width: 430px;
    height: 440px;
    position: relative;
}

#our-services .left-wrap:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 430px;
    height: 440px;
    z-index: -1;
    right: -40px;
    top: -40px;
    border: 3px solid rgba(15, 137, 209, 0.2);
    border-top-right-radius: 100px;
}

#our-services .left-wrap img {
    border-top-right-radius: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 7px 6px 5px rgb(1 0 0 / 6%);
}

#our-services img.round-bg {
    position: absolute;
    bottom: 50px;
    left: 55px;
}

#about-us {
    position: relative;
    width: 100%;
    padding: 80px 0 0;
    overflow-x: hidden;
}


/* #about-us {
    position: relative;
    width: 100%;
    padding:111px 0 0;
    overflow-x: hidden;
    margin-top: 68px;
} */

#about-us:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #0F89D1;
    border-radius: 0 0 50% 50%/ 0 0 100% 100%;
    transform: scaleX(1.5);
}

#about-us .content-wrap {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
}

#about-us h1 {
    text-shadow: 5px 0px 0px rgb(255 255 255 / 20%);
    color: #fff;
}

#about-us p {
    color: #fff;
}

.work_video {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_video:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.work_video .play_btn {
    z-index: 1;
}

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

#contact-us {
    padding: 100px 0;
}

#contact-us h2 {
    font-weight: 700;
}

#contact-us .icon {
    background: linear-gradient(90deg, rgba(2, 113, 178, 1) 0%, rgba(32, 152, 223, 1) 100%);
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-us iframe {
    border-radius: 15px;
}

footer {
    background: linear-gradient(90deg, rgba(2, 113, 178, 1) 0%, rgba(32, 152, 223, 1) 100%);
    padding: 80px 0 1px;
}

footer .timings p,
.timings span {
    color: #fff;
    font-size: 16px;
}

footer .timings p:first-child span {
    margin-left: 36px;
}

footer .timings p:nth-child(2) span {
    margin-left: 20px;
}

footer .social-links {
    display: flex;
    justify-content: flex-end;
}

footer .social-links a.facebook {
    width: 40px;
    height: 40px;
    display: flex;
    background: #3B5998;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #fff;
    margin-right: 20px;
}

footer .social-links a.google-plus {
    width: 40px;
    height: 40px;
    display: flex;
    background: #DB4A39;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #fff;
}

footer .social-links a:hover {
    border: 1px solid #fff
}


/****************Home-Page**************/


/****************LOGIN PAGES**************/

header.register .menu_bar {
    z-index: 2;
    background: transparent;
    padding: 16px 0;
}

.nav_sticky .register .menu_bar {
    background: #2A2A2A;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 60%);
}

.register #banner {
    position: relative;
    padding: 10% 0 0;
}

.register #banner:before {
    position: absolute;
    content: '';
    background: #2A2A2A;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    z-index: -1;
}

.register .bg-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 38px;
    margin: 0 50px 30px 50px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.register .img-wrap {
    width: 480px;
    height: 430px;
    box-shadow: 20px 0px 0px rgb(15 137 209 / 20%);
    border-radius: 30px;
}

.register.signup .img-wrap {
    height: 920px;
    box-shadow: none;
}

.register.signup .btn.btn-primary.signupbtn {
    margin-top: 31px;
}

.register .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.register h3 {
    font-weight: 600;
}

.register .outer-wrap {
    margin-left: 60px;
}

.register form {
    margin-top: 35px;
}

.form-control:focus svg {
    fill: #000;
}

.form-control {
    background: #EBEBEB;
    border: 0px;
    color: #212529;
    border-radius: 16px;
    height: 50px;
    padding-left: 18px;
    padding-right: 45px;
}

.form-control:focus {
    background: rgba(15, 137, 209, 0.2) !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control.form-select:focus {
    background: rgba(15, 137, 209, 0.2) url(../img/drop-down-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px top 22px !important;
    -webkit-appearance: none !important;
    background-size: 13px !important;
}

.email,
.password {
    position: relative
}

.password {
    margin-top: 22px;
}

.email svg {
    position: absolute;
    top: 18px;
    right: 15px;
    vertical-align: super;
}

.email img {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}

.mb-22 {
    margin-bottom: 22px;
}

.area-row .area-itm {
    background-color: #DBEDF8;
    border-radius: 6px;
    padding: 10px 14px;
    position: relative;
    margin-right: 10px;
}

.area-row .area-itm h5 {
    font-size: 15px;
    color: #202020;
    margin: 0;
}

.area-row .area-itm .removebtn {
    position: absolute;
    top: -5px;
    right: -5px;
}

.text-wrap h6.question {
    font-size: 14px;
    color: #919191;
    font-family: sfproMedium;
    margin: 45px 0 0 0;
}

.signup .text-wrap h6.question {
    margin: 40px 0 0 0;
}

.text-wrap .question a {
    color: #0F89D1;
    font-family: sfproMedium;
}

.password svg {
    position: absolute;
    top: 18px;
    right: 15px;
    vertical-align: super;
}

header.register a.forgot-password {
    font-size: 14px;
    font-weight: 600;
}

header.register a.forgot-password:hover {
    text-decoration: underline;
}

header.register .img-wrap.hide-shadow {
    box-shadow: none !important;
}

#add-phone .modal-content {
    border: 0;
    border-radius: 30px;
    padding: 20px 20px 0;
    width: 430px;
    margin: 0 auto;
}

#add-phone .modal-content h4 {
    font-weight: 600;
}

#add-phone .btn {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

#video-call .large-img {
    position: relative;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#video-call .large-img:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0));
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#video-call .client-img {
    position: absolute;
    content: '';
    top: 40px;
    right: 50px;
    width: 145px;
    height: 147px;
}

#video-call .client-img img {
    border-radius: 10px;
    overflow: hidden;
}

#video-call .controls {
    display: flex;
    bottom: 100px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#video-call .name-wrap {
    align-items: center;
    justify-content: center;
    bottom: 12px;
    width: 100%;
}

#video-call a.camera,
#video-call a.microphone {
    display: flex;
    background: #fff;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

#video-call a.phone {
    display: flex;
    background: #EB4B4B;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 50px;
}

#video-call h3 {
    color: #fff;
    font-weight: 600;
}

#video-call span {
    color: #fff
}

#video-call .reverse-img {
    background: #33A9EE;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    bottom: 15px;
}

.main_header.register.signup nav.fixed-top {
    background: #2a2a2a;
}


/****************LOGIN PAGES**************/


/* ==============new css subscription=============== */

.silver-block {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #FCFCFC;
}

.silver-block h3 span {
    color: #aba7a7;
    font-size: 11px;
    font-weight: normal;
    margin-left: 6px;
}

.silver-block h3 {
    color: #0F89D1;
    align-items: center;
    display: flex;
    justify-content: center;
}

.silver-block ul li {
    font-size: 13px;
}

.silver-block .list-group-item {
    border: 0;
}

.silver-block ul li svg {
    margin-right: 4px;
}

.silver-block ul li:nth-child(3) {
    padding-top: 16px;
}

.silver-block ul li:nth-child(4) {
    padding-bottom: 16px;
}

.view-btn-border {
    border: 1px solid #0F89D1;
    border-radius: 8px;
    height: auto;
    font-size: 13px;
    font-family: sfproMedium;
    color: #0F89D1 !important;
    padding: 10px;
    width: 87%;
    display: block;
    text-align: center;
    margin: 19px auto;
}

.dis-img svg path {
    fill: #B8B8B8;
}

.dis-img {
    color: #B8B8B8;
}

.silver-block:hover {
    background: #0f89d1;
    color: #fff;
}

.silver-block .list-group-item {
    background: transparent;
}

.silver-block:hover h5,
.silver-block:hover h3,
.silver-block:hover ul li,
.silver-block:hover span,
.silver-block:hover svg path {
    color: #fff;
    fill: #fff;
}

.silver-block .view-btn-border {
    background-color: #fff;
    color: #202020;
}

.form-select {
    background: #EBEBEB url(../img/drop-down-icon.svg);
    background-repeat: no-repeat;
    background-position: right 15px top 22px;
    -webkit-appearance: none;
    background-size: 13px;
}


/****************RESPONSIVE PAGES**************/

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    #banner .carousel-caption {
        right: 0%;
        bottom: 80px;
    }
    #banner h4 {
        margin: 0 0 30px !important;
        line-height: 28px;
    }
    #contact-us .text p {
        word-break: break-word;
    }
    header.register .img-wrap {
        width: auto;
        height: auto;
    }
    header.register .outer-wrap {
        margin-left: 30px;
    }
    header.register .navbar-toggler {
        background-color: #fff;
    }
}

@media screen and (max-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 0px;
    }
    .menu_bar li.nav-item.btn {
        padding: 15px 0 0 0;
    }
    .menu_bar li.nav-item:last-child a {
        width: 100%;
    }
    .menu_bar {
        padding: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    #banner .carousel-caption {
        right: 0%;
        bottom: 30px;
        left: 60px;
        padding-top: 0;
    }
    #our-services .left-wrap {
        width: auto;
        height: auto;
    }
    #our-services .left-wrap:before {
        width: 100%;
        height: 100%;
    }
    #our-services .text-wrap {
        margin-top: 20px;
    }
    #our-services img.round-bg {
        display: none
    }
    #about-us {
        padding: 30px 0 0;
    }
    #about-us:before {
        height: 60%
    }
    .work_video img.video {
        height: auto;
    }
    .work_video .play_btn {
        width: 80px;
    }
    #contact-us {
        padding: 50px 0;
    }
    #contact-us h1 {
        margin-bottom: 10px !important
    }
    footer {
        padding: 50px 0 1px;
    }
    footer .timings.ps-4 {
        padding-left: 12px !important;
        margin-top: 30px;
    }
    footer .social-links {
        justify-content: flex-start;
        margin: 12px 0 0;
    }
    #banner .btn {
        margin: 0 0 15px !important;
    }
    header.register .bg-wrap {
        padding: 15px;
        margin: 40px 0;
    }
    header.register .img-wrap {
        box-shadow: none;
    }
    header.register .img-wrap img {
        margin-bottom: 30px;
    }
    header.register .outer-wrap {
        margin-left: 0px;
    }
    header.register form {
        margin-top: 20px;
    }
    #add-phone .modal-content {
        border-radius: 15px;
    }
    #add-phone .btn {
        margin: 0 0 20px !important;
    }
    #add-phone .modal-content {
        padding: 10px 15px 0;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .navbar-light .navbar-toggler {
        padding: 2px 6px;
    }
    #banner h2 {
        margin: 0 0 10px !important;
    }
    #banner .carousel-item img {
        height: 370px
    }
    #banner .carousel-caption {
        padding: 0;
        bottom: 40px
    }
    #banner h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px !important;
    }
    #our-services {
        padding: 80px 0 10px;
    }
    #our-services .left-wrap:before {
        right: -30px;
        top: -30px
    }
    #about-us .content-wrap {
        padding: 0
    }
    #contact-us p {
        margin-bottom: 0;
    }
    header.register .menu_bar {
        padding: 0;
    }
    header.register .navbar-collapse {
        background: #fff;
        border-radius: 10px;
        padding: 0 10px;
    }
    header.register .navbar .nav-link {
        color: #202020 !important
    }
    #video-call .client-img {
        top: 15px;
        right: 15px;
        width: 90px;
        height: 90px;
    }
    #video-call a.phone {
        width: 65px;
        height: 65px;
        margin: 0 30px;
    }
    #video-call .controls {
        bottom: 80px;
    }
    #video-call a.camera,
    #video-call a.microphone {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 680px) {
    #banner .carousel-caption {
        left: 15px;
    }
    #our-services {
        padding: 30px 0 10px;
    }
    #our-services .left-wrap:before {
        display: none
    }
    #about-us:before {
        height: 100%;
    }
    #about-us p {
        color: #fff;
        padding: 0 !important;
    }
    #contact-us {
        padding: 30px 0 15px;
    }
    #contact-us .icon {
        margin: 10px 0 10px !important;
    }
    footer {
        padding: 30px 0 1px;
    }
    header.register .bg-wrap {
        margin: 60px 0 30px;
    }
    header.register .password {
        margin-top: 15px;
    }
    #banner .btn {
        padding: 5px 30px;
    }
}

@media screen and (max-width: 380px) {
    p {
        font-size: 14px;
    }
    #banner h2 {
        font-size: 20px;
    }
    .map iframe {
        height: auto;
    }
    footer .timings p,
    .timings span {
        font-size: 14px;
    }
    footer p.text-white {
        margin-top: 20px !important;
    }
}


/****************RESPONSIVE PAGES**************/

a.btn {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0F89D1;
    border-color: #0F89D1;
    box-shadow: inherit !important;
}