* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Baskerville'; 
}
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
html body p, html body li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #212529;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Baskerville'; 
}
html body ul, html body li {
    padding: 0;
    list-style: none;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    padding: 0;
    font-family: 'Baskerville'; 
}
html body h1 {
    font-size: 45px;
    color: #fff;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 700;
}
html body h2 {
    font-size: 40px;
    color: #212529;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}
html body h3 {
    font-size: 20px;
    color: #212529;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
span.clr-changed {
    color: #59d6e1;
}
span.clr-changed-blue {
    color: #051d3b;
    margin: 0 !important;
}
.sitecolorbg {
    background: #59D6E1;
}
.sitecolor {
    color: #59D6E1;
}
a.web-btn-cyan, button.web-btn-cyan {
    background: #59d6e1;
    padding: 10px 30px;
    border: 2px solid #59d6e1;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    min-width: 230px;
    text-align: center;
    font-family: 'Baskerville';
    text-decoration: none;         
}
a.web-btn-cyan:hover, button.web-btn-cyan:hover {
    color: #fff;
    border: 2px solid #051d3b;
    background-color: #051d3b;
    transition: 0.5s ease;
}
a.web-btn-blue {
    background: #051d3b;
    padding: 10px 30px;
    border: 2px solid #051d3b;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    min-width: 230px;
    text-align: center;
    font-family: 'Baskerville';   
    text-decoration: none;          
}
a.web-btn-blue:hover {
    color: #000;
    border: 2px solid #59d6e1;
    background-color: #59d6e1;
    transition: 0.5s ease;
}
a.web-btn-blue.ic-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.web-btn-blue.ic-btn:hover {
    background: #000 !important;
    border: 2px solid #000;
    color: #fff !important;
}
a.web-btn-blue i {
    width: 30px;
    height: 30px;
    background: #59D6E1;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    line-height: 0;
    font-size: 15px;
}
.section-1 {
    padding: 100px 0;
    width: 100%;
    display: inline-block;
}
.section-2 {
    padding: 50px 0;
    width: 100%;
    display: inline-block;
}
/* Website Styling */

.main-home-hero-section {
    padding: 80px 0 200px 0;
    width: 100%;
    display: inline-block;
}
section.main-home-hero-section h1 {
    font-size: 70px;
    font-weight: 400;
    max-width: 1000px;
    line-height: 80px;
    margin: auto;
    margin-bottom: 15px;
}
.header-section {
    width: 100%;
    z-index: 9;
    background-color: #59d6e1;
}
.navbar-nav .nav-link {
    color: #000 !important;
    transition: 0.3s ease-in-out;
}
a.nav-link:hover {
    opacity: 0.6;
    transition: 0.3s ease-in-out;
    transform: scale(1.09);
}
.navbar {
    transition: all 0.3s ease;
    width: 100%;
    padding: 10px 0;
}
.navbar.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #59D6E1 !important;
}
.hero-banner-section {
    background: url(/assets/images/header-background.webp) no-repeat center center / cover;
    background-size: cover;
    background-position: center;
    position: relative !important;
}
.custom-bullits ul {
    padding-left: 30px;
    margin-bottom: 30px;
}
.custom-bullits li {
    position: relative;
    font-size: 18px;
    font-family: 'Baskerville';    
}
.custom-bullits li:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    left: -30px;
    top: 5px;
    border: 2px solid #59D6E1 !important;
    background: transparent;
    border-radius: 50px;
}
.icon-row {
    gap: 25px;
    padding: 15px 0 35px 0;
}
.icon-row div {
    display: flex;
    align-items: center;
}
.icon-row img {
    width: 45px;
    padding: 0px;
}
.icon-row p {
    font-weight: normal;
    padding: 0 0 0 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Baskerville' !important;
}
.forms.customformstyles {
    border-radius: 0 !important;
    padding: 30px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(0 0 0 / 30%);
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 300px 52px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1;
    width: 80%;
    transition: transform .3s;    
}
.forms.customformstyles:hover {
    transform: scale(1.050);
    z-index: 1;
    position: relative;
    transition: transform .3s;
}
.myformtext p {
    font-size: 20px;
    color: #FF0000;
    font-family: 'Baskerville' !important;
    margin-bottom: 5px;
    font-weight: 600;
}
.forms h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
}
.forms.customformstyles label {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Baskerville';   
}
.forms input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 12px;
    font-size: 14px;
    line-height: 14px;
}
.forms.customformstyles input::placeholder {
    color: #ffffff;
    opacity: 0.5;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Baskerville';   
}
.forms.customformstyles .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #59d6e1;
    outline: 0;
    box-shadow: none;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff !important;
}
.bkimages {
    position: absolute;
    top: 0;
    z-index: 0;
    text-align: right;
    right: 0px;
}
.bannerimage img {
    width: 60%;
    position: relative;
    right: 0px;
}
.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
}
.marquee-content {
    display: flex;
    animation: scrollMarquee 15s linear infinite;
}
.marquee-content span {
    display: inline-block;
    margin-right: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Baskerville';       
}
@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.counter-section {
    background: #051D3B;
}
.counters {
    text-align: center;
}
.counter-row .col-lg-3:not(:last-child) .counters {
    border-right: 1px solid #374A62;
    padding-bottom: 30px;
}
span.count.colax, .counters span.pluss {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Baskerville';    
}
.counters .textbottom p {
    color: #fff;
    font-size: 24px !important;
    padding: 0 30px;
    margin: 0;
    font-family: 'Baskerville' !important;
}
.ourclasspara p {
    font-size: 20px;
    font-family: 'Baskerville' !important;
}
.btnimageicons a {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 50px;
    display: block;
}
.btnimageicons img {
    padding-right: 10px;
    position: relative;
    top: -3px;
}
.serv-support-box {
    padding: 25px 25px 25px 25px;
    background: transparent;
    border: 1px solid #59D6E1;
    height: 100% !important;
    position: relative;
    transition: 0.5s ease-in-out;
}
.serv-support-box:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.serv-sup-inner-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.serv-support-box h3 {
    margin: 0;
    line-height: 25px;
}
.viewbtn a {
    display: flex;
    align-items: baseline;
    gap: 5px;
    text-decoration: none;
    font-family: serif;
    font-size: 14px;
    color: #000;
    font-family: 'Baskerville';
}
.testimonials-section{
    background-color: #EEFBFC;
}
.testimonialsboxs {
    padding: 70px;
    background: #051D3B;
    opacity: 0.5;
}
.testimonials-section .owl-item.active .testimonialsboxs {
    background: #59D6E1;
    opacity: 1;
}
.testimonials-section p.mytesticontent {
    font-size: 20px;
    text-align: center;
}
.testimonialsboxs img {
    width: 120px !important;
    margin: auto;
}
.testimonialsboxs h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.testimonialsboxs h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonsials-slider.owl-carousel .owl-dots.disabled{
    display: block !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #59d6e1 !important;
    height: 15px;
    width: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #CECECE !important;
    height: 15px !important;
    width: 15px !important;
}
.main-cta-section{
    padding-bottom: 80px;
}
.main-cta-section .main-row {
    background: #051D3B;
    border-radius: 0px;
    display: flex;
}
.main-row .boxonecta {
    width: 50%;
    padding: 30px 50px;    
}
.main-row .boxtwocta {
    width: 50%;
    justify-content: end;
    display: flex;
}
.boxtwocta img {
    width: 100%;
}
.main-contact-section{
    background-color: #051D3B;
    position: relative;
}
.main-contact-section h2 {
    font-size: 75px;
    line-height: 65px;
}
.main-contact-section.new-lp-contact {
 position: relative;   
}
.main-contact-section.new-lp-contact .container {
    position: relative;
    z-index: 1;
}
.main-contact-section.new-lp-contact::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: url(/assets/lp/images/new-contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: right;
    content: "";
}
.contact-section-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 403px;
}
.formbottom .form-label {
    color: #fff;
    margin: 0;
}
.formbottom form input, .formbottom form textarea {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0;
    border-bottom: 2px solid #405979;
    background-color: transparent;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.formbottom form input:focus, .formbottom form textarea:focus {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.formbottom form input::placeholder, .formbottom form textarea::placeholder {
    color: #fff;
    opacity: 0.5;
}
.footer-lp{
    background-color: #59D6E1;
    padding: 15px 0px;
}
button.navbar-toggler {
    border: 2px solid #fff;
    border-radius: 0px;
}
button.navbar-toggler:focus {
    box-shadow: none !important;
}
span.navbar-toggler-icon {
    filter: invert(0);
}
div#loadspopup .modal-content {
    border-radius: 0px;
}
.promotion-cont-row {
    display: flex;
    background: #fff;
}
.custompopupleads .promotion-cont-row {
    align-items: center;
    position: relative;
    padding: 20px;
}
.promo-cont-left-box {
    width: 25%;
}
.promo-cont-right-box {
    width: 75%;
}
.promo-cont-left-box img {
    width: 95%;
    position: relative;
    z-index: 2;
}
.custompopupleads .modal-header {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 2 !important;
}
.custompopupleads .promo-cont-right-box .modal-body {
    padding: 0 50px;
    z-index: 1;
}
div#loadspopup button.btn-close {
    position: absolute;
    background: #59D6E1;
    border-radius: 0;
    right: 8px;
    top: 8px;
    opacity: 1;
    width: 15px;
    height: 15px;
    padding: 10px !important;
}
.promo-cont-right-box .service-banner-form {
    background: transparent;
}
.custompopupleads .spacetbs {
    padding: 20px 0;
}
.modal-xl {
    max-width: 800px !important;
}
.myrels .forms.customformstyles {
    position: relative;
}
.myrels .forms.customformstyles::before {
    background: url('/assets/images/book-marketing-top.webp');
    width:100%;
    display:block;
    position:absolute;
    top:0;
    height:154px;
    content:"";
}
.myrels .forms.customformstyles::before {
    background: url(../images/book-marketing-top.webp);
    width: 100%;
    display: block;
    position: absolute;
    top: -60px;
    height: 123px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}
.myrels .forms.customformstyles::after {
    background: url(../images/youtube-left-bottom.webp);
    width: 72px;
    display: block;
    position: absolute;
    top: inherit;
    height: 73px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    left: -40px;
}
.lp-header-section {
    background: #59D6E1;
}
.formSlideBtn {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 999;
    transform: rotate(270deg) translateX(50%);
    transform-origin: right;
    display: inline-flex;
    align-items: center;
    background-color: #59d6e1;
    opacity: 0;
    margin-top: -1.42%;
    padding: 3px;
    text-decoration: none;
}
.formSlideBtn.sty1 span {
    background: #fff;
}
.formSlideBtn.sidebtn-show {
    right: 26px;
    opacity: 1;
}
.formSlideBtn.sidebtn-show i {
    transform: rotate(90deg);
}
.formSlideBtn.is--active i {
    transform: rotate(90deg);
}
.formSlideBtn > span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    background: #000;
    padding: 4px 15px;
    display: block;
}
.formSlideBtn > span b {
    font-weight: 900;
}
.formSlideBtn > span b i {
    font-size: 24px;
}
.formSlideBtn > i {
    color: #fff;
    font-size: 24px;
    transform: rotate(270deg);
    transition: all .35s ease;
    right: 0;
    width: 35px;
    margin: -3px 0 0 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-body input.form-control {
    border-radius: 0;
    padding: 12px;
    border: 1px solid #59D6E1 !important;
}
button.btn-close img {
    margin: 0 0 8px 0;
}
.modal-body .iti--separate-dial-code .iti__selected-dial-code {
    color: #000 !important;
}
html body .forms.customformstyles .iti .iti__selected-dial-code {
    color: #fff !important;
}
.main-contact-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    inset: 0;
    z-index: 1;
}
.contactbanner {
    background: #051D3B;
    position: relative;
    overflow: hidden;
}
.Contactbox {
    position: relative;
}
.custompaddings {
    padding: 80px 0;
}
p.positionperas {
    font-size: 18px;
    position: relative;
    display: inline-block;
    bottom: -45px;
    left: 150px;
    width: 70%;
    font-style: italic;
}
.Contactbox h2 {
    font-size: 160px;
    font-weight: normal;
    line-height: 170px;
}
.Contactbox:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    height: 270px;
    width: 50%;
    background: #F9F9F9;
    z-index: -1;
    transform: translateY(-50%);
}
.footers .row.paddcs {
    background: #59D6E1;
    padding: 50px;
    border-radius: 50px 50px 0px 0px;
}
.addressbook h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.addressbook .ones p {
    font-size: 16px;
}
.addressbook .ones a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}
.customulfooter h3 {
    font-size: 22px;
    margin-bottom: 22px;
}
.customulfooter ul {
    padding: 0;
    list-style: none;
}
.customulfooter ul li {
    margin-bottom: 15px;
}
.customulfooter ul li a {
    color: #000;
    text-decoration: none;
}
@media (max-width: 1440px) {
    p.positionperas {
        bottom: 0px;
    }
    html body h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-1 {
        padding: 60px 0;
    }
    .header-section a.web-btn-blue {
        padding: 10px 20px;
    }    
}
@media (max-width: 1440px) {
.navbar-nav .nav-link {
    font-size: 12px !important;
}    
.header-section .header-btn-box {
    display: none !important;
}
section.main-home-hero-section h1 {
    font-size: 50px;
    line-height: 60px;
}
.custompaddings {
    padding: 50px 0;
}
.Contactbox h2 {
    font-size: 100px;
    font-weight: normal;
    line-height: 110px;
}
}
.iti__country {
    margin-bottom: 0 !important;
}
@media (max-width: 1250px) {
.navbar-nav .nav-link {
    font-size: 11px !important;
}
}
@media (max-width: 991px) {
    .customulfooter h3.customspace {
       display: none;
    }
    .sideimageonesec {
        margin-top: 20px;
    }
    p.positionperas {
        font-size: 18px;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .Contactbox h2 {
        text-align: center;
    }
    .buttoncustom.d-flex {
        justify-content: center;
    }
    .Contactbox h2 {
        font-size: 50px;
        font-weight: normal;
        line-height: 50px;
    }    
    ul.navbar-nav a.web-btn-blue{
        display: none !important;
    }
    .formSlideBtn.sidebtn-show {
        right: 21px;
    }
    .formSlideBtn.sidebtn-show {
        bottom: auto !important;
    }
    .section-1 {
        padding: 50px 0;
        width: 100%;
        display: inline-block;
    }
    .content-header {
        margin-bottom: 20px;
    } 
    .contentfirsts {
        text-align: center;
    }    
    .about-service-section .double-btn-box {
        justify-content: center !important;
    }  
    .sideimageonesec {
        text-align: center;
    }
    .counter-row .col-lg-3:not(:last-child) .counters {
        border-right: none;
    }    
    .ready-row h2 {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .ready-row .double-btn-box {
        margin-bottom: 20px;
        justify-content: center !important;
    }  
    .ourclasspara {
        text-align: center;
    }
    .btnimageicons a {
        margin-top: 20px;
    } 
    .services-support-section .col-lg-3.col-md-12:not(:last-child) {
        margin-bottom: 20px;
    }    
    .why-choose-section h2 {
        text-align: center;
    }
    .main-cta-section .main-row {
        flex-direction: column;
    }   
    .main-row .boxonecta {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .main-row .boxtwocta {
        width: 100%;
    }  
    .boxservicestext {
        text-align: center;
    }   
    .footer-lp p {
        text-align: center;
        margin-bottom: 10px !important;
    }                              
}
ul.navbar-nav {
    gap: 10px;
}
@media (max-width: 641px) {

    section.main-home-hero-section h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .content-header p {
        font-size: 16px !important;
    }    
    .icon-row div {
        flex-direction: column;
        margin-bottom: 20px;
    } 
    .icon-row div p {
    padding: 0;
        text-align: center;
        margin-top: 10px;
    }
    .icon-row.d-flex {
        display: inline-block !important;
        width: 100%;
        padding: 0;
    }
    .content-header .double-btn-box {
        flex-direction: column;
    }    
    .main-home-hero-section {
        padding: 30px 0 0px 0;
    }    
    html body h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .section-1 {
        padding: 30px 0;
    }  
    .forms.customformstyles {
        width: 100% !important;
        padding: 15px;
    } 
    a.web-btn-blue.ic-btn span {
        display: none;
    }
    a.web-btn-blue.ic-btn {
        padding: 5px 10px;
        min-width: inherit;
    }
    .about-service-section .double-btn-box {
        flex-direction: column;
    } 
    .formSlideBtn > span {
        font-size: 18px;
    }  
    html body h2 {
        font-size: 30px;
        line-height: 40px;
    }  
    span.count.colax, .counters span.pluss {
        font-size: 50px;
    }  
    .counters .textbottom p {
        font-size: 20px !important;
    }
    .testimonialsboxs {
        padding: 30px;
    }   
    .testimonials-section p.mytesticontent {
        font-size: 16px;
    } 
    .main-contact-section h2 {
        font-size: 45px;
        line-height: 40px;
    }  
    .promo-cont-left-box {
        display: none;
    }
    .promo-cont-right-box {
        width: 100%;
    } 
    .custompopupleads .promo-cont-right-box .modal-body {
        padding: 0 20px;
    }   
    .custom-bullits li {
        margin-bottom: 10px;
    } 
    .main-cta-section {
        padding-bottom: 30px;
    }                 
}
@media (max-width: 576px) {
    .formSlideBtn.sidebtn-show {
        right: 17px;
    }
    .footers .row.paddcs {
        padding: 20px !important;
        border-radius: 0;
    }    
}
@media (max-width: 375px) {
    html body h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .forms h2 {
        font-size: 20px;
        line-height: 30px;
    }    
}



