/* Body Css */
@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');
body * {
    font-family: "Poppins", sans-serif;
}
img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: unset;
}
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}
/* Header Css */
header.header-row {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.head-mobile-sec {
    display: none;
}
.header-sec {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(0deg, #2789C3 -301.61%, #FFF 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 85px;
}
.header-sec a.header-logo {
    width: 15%;
}
.header-sec ul li {
    display: inline-block;
    margin-left: 27px;
}
.header-sec ul li a {
    border-radius: 13px;
    background: #222;
    padding: 7px 19px 7px 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}
.header-sec ul li a img {
    width: 17px;
    height: 21px;
    object-fit: scale-down;
    margin-right: 15px;
}
.header-sec ul li:nth-child(2) a {
    background: #2987C1;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 237px 0 0px;
}
.banner-left h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 29px;
}
.banner-left p {
    color: #D0CFCF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 90%;
    margin-bottom: 23px;
}
.banner-left ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}
.banner-left ul li:before {
    content: "";
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #ffc600;
}
.banner-left ul {
    margin-bottom: 23px;
}
.banner-btn a {
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 10px 38px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.5s;
}
.banner-btn a:last-child {
    color: #fff;
    background: #0A8EC7;
    border-color: #0A8EC7;
}
.banner-right {
    position: relative;
}
.main-banner-contact {
    background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px -5px 0px 0px rgb(255 255 255 / 79%);
}
.heading-form {
    margin-bottom: 20px;
}
.heading-form h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #2789c3;
}
.heading-form h3 span {
    font-weight: 800;
    font-size: 36px;
    color:#f91c1d;
}
.badge-div {
    position: absolute;
    top: -100px;
    width: 190px;
    right: -100px;
}
.heading-form h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 45px;
    text-align: center;
    color: #222222;
}
.main-banner-contact .form-group {
    margin-bottom: 20px;
    text-align: left;
}
.error {
    color: red;
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
}
.main-banner-contact input {
    height: 45px;
    border: 1px solid #CACACA !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.main-banner-contact textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #CACACA !important;
    margin-bottom: 20px;
    resize: none;
    padding: 10px 10px;
}
button#submit, button#submitBtn {
    padding: 12px 96px;
    background: #2987c1;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 17px 51px;
    border: 1px solid #2987c1;
    font-size: 16px;
}
.spon-images {
    border-top: 1px solid #dcdcdc52;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 3em;
}
.spon-images h4 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}
.spon-images li {
    margin: 0 10px;
}
.spon-images li img {
    width: 100%;
    height: 90px;
    object-fit: scale-down;
}
/* Packages Css */
section.packages-row {
    background: linear-gradient(180deg, #F6FCFF 0%, #BCD3FE 175.9%);
    padding: 130px 0 100px;
}
.packages-head {
    margin-bottom: 40px;
}
.packages-head h2 {
    color: #212529;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    width: 85%;
    margin-bottom: 25px;
}
.packages-head h2 span {
    color: #20B5F5;
}
.packages-head p {
    color: #0D0D14;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 70%;
}
section.packages-row .nav-pills .nav-link {
    border-radius: 34px;
    background: #055577;
    padding: 16px 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 27px;
}
section.packages-row .nav-pills {
    margin-bottom: 50px;
}
section.packages-row .nav-pills .nav-link.active, section.packages-row .nav-pills .nav-link:hover {
    background: #0A8EC7;
}
.packages-sec {
    border-radius: 37.404px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(25.17609405517578px);
    padding: 58px 20px 58px 61px;
    margin-bottom: 30px;
}
.pricebox {
    display: flex;
    align-items: anchor-center;
}
.pricebox h3 {
    color: #0B8EC7;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 27px;
    margin-right: 10px;
}
.pricebox sup {
    color: #0B8EC7;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    top: -15px;
}
.pricebox strike {
    color: #848199;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    position: relative;
    top: -10px;
}
.pricebox strike span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 18px;
    color: #848199;
    font-weight: 500;
}
.packages-sec h2 {
    color: #0B8EC7;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}
.packages-sec p {
    color: #848199;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
    min-height: 60px;
}
.packages-sec ul {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-right: 10px;
}
.packages-sec ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 43px;
    color: #848199;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.packages-sec ul li:before {
    content: "";
    background-image: url(../images/circle.png);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
.packages-sec a.grad-btn {
    border-radius: 34.527px;
    background: #0B8EC7;
    width: 82%;
    text-align: center;
    padding: 16px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: auto;
    display: table;
    transition: all 0.5s;
}
/* Portfolio Css */
section.portfolio-row {
    padding: 78px 112px;
}
.portfolio-head {
    margin-bottom: 50px;
}
.portfolio-head h2 {
    color: #212529;
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 30px;
}
.portfolio-head p {
    color: #0D0D14;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 50%;
    margin: auto;
}
.portfolio-slider img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.portfolio-slider figure {
    margin-bottom: 20px;
}
.portfolio-slider .item {
    height: auto;
    padding: 10px;
    transition: 0.5s;
}
.portfolio-slider .item:nth-child(odd) {
  animation: port1 5s linear infinite;
}
.portfolio-slider .item:nth-child(even) {
    animation: port2 5s linear infinite;
}
.portfolio-slider .slick-list {
    padding-top: 20px!important;
}
@keyframes port1{
    0%{
       transform: translatey(0px);
    }
    50%{
       transform: translatey(-20px);
    }
    100%{
       transform: translatey(0px);
    }
}
@keyframes port2{
    0%{
     transform: translatey(0px);
    }
    50%{
     transform: translatey(20px);
    }
    100%{
     transform: translatey(0px);
    }
}
/* CTA Css */
section.cta-row {
    background-image: url(../images/cta-bg.jpg);
    text-align: center;
    padding: 68px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-sec h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    width: 65%;
    margin: 0 auto 23px;
}
.cta-sec p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 65%;
    margin: 0 auto 32px;
}
.cta-new-sec-btns a {
    border-radius: 6px;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    margin: 0 14px;
    padding: 12px 27px;
    width: 212px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.5s;
}
/* Choose Css */
section.choose-row {
    padding: 120px 0 93px;
    background: linear-gradient(180deg, #F6FCFF 32.78%, #BCD3FE 216.16%);
    margin-bottom: 70px;
}
.choose-lft-sec h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    width: 85%;
    margin-bottom: 25px;
}
.choose-lft-sec h2 span {
    color: #20B5F5;
}
.choose-lft-sec p {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    width: 95%;
    margin-bottom: 30px;
}
.choose-lft-sec li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.choose-lft-sec li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #20B5F5;
    display: block;
    border-radius: 50px;
    margin-right: 18px;
}
/* CTA2 Css */
section.cta-row2 {
    border-radius: 8px;
    background: linear-gradient(318deg, #239ACD -40.98%, #8ECBE5 83.86%);
    padding: 55px 0px 0 0px;
    width: 80% !important;
    margin: 0 auto;
    height: 315px;
    position: relative;
}
.cta-img img {
    position: absolute;
    content: "";
    top: -100px;
    right: 120px;
    width: 33%;
}
.cta-sec2 h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.cta-sec2 h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 22px;
}
.cta-sec2 a {
    border-radius: 6px;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    margin: 0 26px 0 0;
    padding: 12px 27px;
    width: 212px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s;
}
/* Policy Css */
section.policy-row {
    padding: 126px 0 94px;
}
.policy-sec img {
    width: 81px;
    height: 81px;
    margin: 0 auto 20px;
    display: table;
}
.policy-sec h3 {
    color: #3A3A3A;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.policy-sec h3:after {
    content: "";
    background: #FB2224;
    width: 70px;
    height: 2px;
    display: block;
    margin: 17px auto 22px;
}
.policy-sec p {
    color: #3A3A3A;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}
/* Process Css */
section.process-row {
    padding: 0 226px 123px 240px;
}
.process-lft-sec img {
    width: 90%;
    margin-bottom: 40px;
}
.process-lft-sec a {
    border-radius: 6px;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    margin: 0 14px;
    padding: 12px 27px;
    width: 212px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s;
}
.process-sec h2 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}
.process-sec h2 span {
    color: #20B5F5;
}
.process-sec p {
    color: #3A3A3A;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 30px;
}
.process-sec li {
    display: flex;
    color: #3A3A3A;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
}
.process-sec li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #22cc21;
    display: flex;
    align-items: center;
    margin-right: 11px;
}
/* Testimonials Css */
section.testimonials-row {
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 82%;
    margin: auto;
    padding: 27px 32px 32px 50px;
    margin-bottom: 70px;
}
.testi-head h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    width: 75%;
}
.testi-head p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.testimonials-slider {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
div#sync1 {
    width: 63%;
}
div#sync2 {
    width: 37%;
}
.testimonials-sec {
    background: #fff;
    padding: 44px 70px 55px 68px;
    border-radius: 40px;
}
.testimonials-sec img {
    width: 87px !important;
    height: 66px;
    text-align: right;
    margin: auto;
    margin-right: 0;
    margin-bottom: -40px;
}
.mobile-testimonials-slider {
    display: none;
}
.testimonials-sec ul {
    background: #3CBEF6;
    width: 127px;
    text-align: center;
    padding: 8px 0px;
    border-radius: 30px;
    margin-bottom: 23px;
}
.testimonials-sec ul li {
    display: inline-block;
    margin: 0 1px;
}
.testimonials-sec ul li i {
    color: #fff;
    font-size: 13px;
}
.testimonials-sec p {
    color: #232222;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
}
.testimonials-sec .author-box {
    display: flex;
    align-items: center;
}
.testimonials-sec .author-box img {
    margin: 0;
    width: 84px;
    height: 94px;
    object-fit: cover;
    margin-left: 20px;
}
.testimonials-sec .author-box h4 {
    color: #363539;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.testimonials-sec .author-box p {
    color: #9192A6;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-style: unset;
}
div#sync2 .owl-stage-outer .owl-item:first-child .testi-author {
    position: relative;
    left: -100px;
    top: -120px;
}
div#sync2 .owl-stage-outer {
    overflow: visible;
}
div#sync2 .owl-stage-outer .owl-item:nth-child(2) .testi-author {
    position: relative;
    left: -150px;
    top: auto;
    bottom: -120px;
}
div#sync2 .owl-stage-outer .owl-item:nth-child(3) .testi-author {
    left: -130px;
    top: -20px;
    position: relative;
}
div#sync2 .owl-stage-outer .owl-item:nth-child(4) .testi-author {
    position: relative;
    right: 60px;
    top: -140px;
}
div#sync2 .owl-stage-outer .owl-item:nth-child(5) .testi-author {
    left: -150px;
    position: relative;
    top: 20px;
}
div#sync2 .testi-author img {
    width: 95px;
    height: 110px;
    object-fit: cover;
}
.banner-btn a:hover {
    background: #108cc5;
    color: white !important;
    transform: translateY(-5px);
    border-color: #108cc5;
    box-shadow: 0px 28px 21px -22px #108cc5;
}
.banner-btn a:last-child:hover {
    background: transparent;
    color: white !important;
    transform: translateY(-5px);
    border-color: #fff;
    box-shadow: 0px 28px 21px -22px #108cc5;
}
.packages-sec a.grad-btn:hover {
    background: black;
    color: white !important;
    transform: translateY(-5px);
    border-color: #000;
    box-shadow: 0px 28px 21px -22px black;
}
.cta-new-sec-btns a:hover, .cta-sec2 a:hover, .process-lft-sec a:hover {
    background: #108cc5;
    color: white !important;
    transform: translateY(-5px);
    border-color: #108cc5;
    box-shadow: 0px 28px 21px -22px #108cc5;
}
/* Popup Css */
div#balti_popup {
    width: 450px;
    border-radius: 23px;
    padding: 30px;
    border-bottom: 5px solid #0A8EC7;
    background: #fff;
    font-family: Poppins, sans-serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#balti_popup h3 {
    font-size: 28px;
    color: #0A8EC7;
    font-weight: 700;
    padding-left: 15px;
    border-left: 6px solid #0A8EC7;
    margin-bottom: 12px;
    line-height: 35px;
}
div#balti_popup p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.balti_popup ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    list-style: none;
}
.balti_popup ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #0A8EC7;
}
.balti_popup ul li input[type=email], .balti_popup ul li input[type=number], .balti_popup ul li input[type=text], .balti_popup ul li textarea {
    background: #fff;
    border: 2px solid #dedede;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
}
.balti_popup ul li textarea {
    height: 80px;
}
.balti_popup ul li input[type=submit] {
    color: #fff;
    font-size: 18px;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 0px;
    letter-spacing: 1px;
    outline: 0;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: .1s linear;
    background: #0A8EC7;
}
.balti_popup .fancybox-close-small {
    position: absolute;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 3px solid #0A8EC7;
    border-radius: 72px;
    background: #fff;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible;
    outline: 0 !important;
}
.balti_popup .fancybox-close-small:after {
    position: absolute;
    top: 4px;
    width: 30px;
    height: 30px;
    font: 300 25px / 30px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    transition: .1s linear;
    box-sizing: border-box;
    z-index: 2;
    content: "x";
    color: #4a171e;
    right: 6px;
}
.balti_popup .fancybox-close-small:hover {
    background: #0A8EC7;
}
.balti_popup .fancybox-close-small:hover:after {
    color: #fff;
}
/* Footer Css */
footer.footer-row {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 52px 0 24px;
}
.footer_about h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.footer_about p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 28px;
    width: 75%;
}
.footer_about ul li {
    margin-bottom: 15px;
    list-style: none;
}
.footer_about ul li i {
    margin-right: 16px;
}
.footer_about ul li a {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}
.form_heading {
    position: relative;
}
.form_heading h4 {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
}
.footer_form {
    position: relative;
}
.footer_form .form-group {
    margin-bottom: 50px;
}
.callback {
    margin: 0px 0px 16px;
}
.callback input, .callback textarea.form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.callback textarea.form-control {
    height: 144px;
    border-radius: 10px;
    margin-bottom: 0;
}
.callback button {
    background: #2789C3;
    color: #fff;
    width: 208px;
    border: 1px solid #2789C3;
    height: 49px;
    border-radius: 100px;
    margin-top: 22px;
}
.callback input::placeholder, .callback textarea::placeholder {
    color: #444;
}
.copy_right p {
    margin: 0;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.copy_right.card_img img {
    width: 60%;
    margin: auto;
    display: table;
    margin-right: 0;
}