@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* general css */
h1,
h2,
h3,
h4,
h5,
h6,
a,
textarea,
input,
button,
p {
    font-family: 'Poppins', sans-serif;
}

/* header */
.header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #2487ce;
    font-size: 14px;
}

.nav-link:focus,
.nav-link:hover {
    color: #2487ce;

}

.navbar-brand {
    color: #16507b;
    font-size: 28px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #16507b;

}

.head-btn {
    background: #2487ce;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    border: 0;
}

.head-btn:hover {
    background: #3194db;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}

/* header section end */
.banner {
    min-height: 600px;
    background-image: linear-gradient(rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8)), url(../image/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;

}


.banner h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #124265;
    font-family: "Poppins", sans-serif;
    padding-top: 100px;
}

.banner h2 {
    color: #5e5e5e;
    margin: 15px 0 0 0;
    font-size: 22px;
    line-height: 35px;
}

.get-btn {
    padding-bottom: 50px;
}

.btn-getstart {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 50px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
    background: #2487ce;
    text-decoration: none;

}

.btn-getstart:hover {
    background: #3194db;
}

.banner-box-icon i {
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
    margin-bottom: 20px;
}

.banner h4 a {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    text-decoration: none;
    color: #124265;
}

.banner-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    box-sizing: border-box;
    padding: 50px 30px;
    transition: 0.3s;
}

.banner-box p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.banner-box:hover {
    transform: scale(1.08);
}

.banner-box:hover h4 a {
    color: #2487ce;
}

/* BANNER section ends */

.about-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 5px;
    color: #2487ce;
    margin-top: 20px;
    border: 2px solid #2487ce;
}

.about-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #124265;
}

.about-title p {
    font-size: 14px;
    color: #919191;
}

.about .col-6 ul li i {
    font-size: 20px;
    color: #2487ce;
}

.about .col-6 li {
    margin-top: 10px;
    color: #444444;
}

.about .col-6 p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/* about section ends */

.counts {
    background-color: #f8fbfe;
    padding: 60px 0;
}

.counts h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #124265;
    margin-top: 20px;
}

.counts p {
    font-size: 14px;
    font-weight: 600;
    color: #1e6ca6;
}

/* counts section ends */

.about-img h3 {
    font-weight: 700;
    font-size: 24px;
    color: #124265;
}

.about-img p {
    font-size: 15px;
    line-height: 28px;
}

.about-img li i {
    font-size: 20px;
    color: #2487ce;
}

.about-img li {
    margin-top: 8px;
    color: #444444;

}

.about-picture {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

/* about-img sectionn ends */

.image {
    background-color: #f8fbfe;
    padding: 50px 0;
}

.image img {
    width: 50%;
    filter: grayscale(100);
    transition: 0.4s;

}

.image img:hover {
    filter: none;
    transform: scale(1.15);
}

/* image section ends */

.testimonials img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-pera {
    background: #f3f9fd;
    font-style: italic;
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
}

.testimoni-item h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #124265;
}

.testi-pera {
    font-size: 14px;
    color: #919191;
}

.testimonials i {
    color: #c9e3f5;
    font-size: 26px;
}

.testimonials h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials h4 {
    font-size: 14px;
    color: #999;
}

/* Swiper pagination dots */
.swiper-pagination-bullet {
    background: #2487ce;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* testimonials section ends */

.services {
    background-color: #f8fbfe;
}

.service-title {
    padding-top: 100px;
}

.service-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #124265;
}

.service-title p {
    font-size: 14px;
    color: #919191;
}

.services .row h4 a {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: #124265;
    text-decoration: none;
}

.services .service-box {
    background: white;
    padding: 70px 20px 80px 20px;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 5%);
    box-sizing: border-box;
    margin-bottom: 40px;
    transition: 0.3s;
}

.service-box:hover {
    transform: scale(1);
    box-shadow: 0px 0 35px 0 rgb(0 0 0 / 8%);
}

.service-box p {
    line-height: 24px;
    font-size: 14px;
}

.service-box i {
    font-size: 36px;
    background-color: #f5f5f5;
    padding: 10px 30px 10px 30px;
}

.icon-1 {
    color: #47aeff;
    border-radius: 100px 49px 64px 20px;
}

.box-1:hover i {
    color: white;
    background-color: #47aeff;
    transition: .5s;
}

.icon-2 {
    color: #ffa76e;
    border-radius: 145px 58px 170px 92px;
}

.box-2:hover i {
    color: white;
    background-color: #ffa76e;
    transition: .5s;
}

.icon-3 {
    color: #e80368;
    border-radius: 36px 50px 30px 56px;
}

.box-3:hover i {
    color: white;
    background-color: #e80368;
    transition: .5s;
}

.icon-4 {
    color: #ffbb2c;
    border-radius: 85px 44px 120px 54px;
}

.box-4:hover i {
    color: white;
    background-color: #ffbb2c;
    transition: .5s;
}

.icon-5 {
    color: #ff5828;
    border-radius: 132px 39px 134px 45px;
}

.box-5:hover i {
    color: white;
    background-color: #ff5828;
    transition: .5s;
}

.icon-6 {
    color: #11dbcf;
    border-radius: 73px 179px 67px 64px;
}

.box-6:hover i {
    color: white;
    background-color: #11dbcf;
    transition: .5s;
}

/*  services section ends */
.call {
    background: #2487ce;
    background-size: cover;
    padding: 60px 0;
}

.action-btn {
    background-color: #2487ce;
    ;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 10px;
}

.action-btn:hover {
    background: #fff;
    color: #2487ce;
    border: 2px solid #fff;
}

.call h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.call p {
    color: white;
}

/* call section ends */

.port-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #124265;
}

.port-title p {
    font-size: 14px;
    color: #919191;
}

#portfolio img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

#portfolio img:hover {
    transform: scale(1.05);
}

.filter-btn {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}

.filter-btn.active {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}

#portfolio img {
    width: 100%;
    display: block;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* hover effect */
#portfolio img:hover {
    transform: scale(1.05);
}

.portfolio-item {
    padding: 15px;
}

.filter-btn.active {
    background: #0d6efd;
    color: #fff;
}

.portfolio-container .card {
    border: none !important;
    background: none !important;
}

.filter-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #444444 !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 12px 12px;
    padding: 6px 15px;
    cursor: pointer;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

/* Hover effect */
.filter-btn:hover {
    color: #2487ce !important;
    background: none !important;
}

/* Active state */
.filter-btn.active {
    color: #2487ce !important;
    background: none !important;
}


/* portfolio section ends */


.team {
    background-color: #f8fbfe;
    padding: 80px 0;
}

.team-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #124265;
}

.team-title p {
    font-size: 14px;
    color: #919191;
}

.team-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #124265;
}

.team-info h5 {
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team-icon a {
    color: #124265;
    margin: 0 10px;
    text-decoration: none;
    top: 0;
}

.team-icon a:hover {
    color: #2487ce;
}

.team-icon {
    overflow: hidden;
}

.team-box {
    background: #fff;
    box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
    position: relative;
}

.team-icon {
    position: absolute;
    margin-top: -25px;
    width: 100%;
    background-color: white;
    opacity: 0;
    transition: opacity 0.5s;
}

.team-box:hover .team-icon {
    opacity: 0.7;
}

.team-info {
    padding: 25px 15px;
}

/*  team section ends */

.price-head h2 {
    font-size: 32px;
    font-weight: bold;
    color: #124265;
}

.price-head p {
    font-size: 14px;
    color: #919191;
}

.price-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #124265;
    padding: 15px;
}

.price-box2 h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 15px;
}

.price-box h4 {
    font-size: 42px;
    color: #2487ce;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box2 h4 {
    font-size: 42px;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
}

.price-box sup {
    font-size: 20px;
    top: -20px;
    left: 2px;
}

.price-box2 sup {
    font-size: 20px;
    top: -20px;
    left: 2px;
}

.price-box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.price-box2 h4 span {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.price-box ul li {
    color: #124265;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 10px;
}

.price-box2 ul li {
    color: white;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 10px;
}

.price-btn {
    padding: 10px 40px;
    border-radius: 4px;
    color: #2487ce;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #2487ce;
    background-color: white;
    margin: 15px;
}

.price-btn:hover {
    background: #2487ce;
    color: #fff;
    border: 2px solid #2487ce;
}

.price-box2 {
    background: #2487ce;
    color: white;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
}

.price-box {
    padding: 40px 20px;
    border-radius: 8px;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
}

.price-btn2 {
    padding: 10px 40px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid white;
    background-color: #2487ce;
    margin: 15px;
}

.price-btn2:hover {
    background-color: white;
    color: #2487ce;
    border: 2px solid white;
}

.price-item {
    color: #ccc;
    text-decoration: line-through;
}

/* pricing section ends  */

.FAQ {
    background-color: #f8fbfe;
    padding: 80px 0;
}

.faq-head h2 {
    font-size: 32px;
    font-weight: bold;
    color: #124265;
}

.faq-head p {
    font-size: 14px;
    color: #919191;
}

.faq-icon {
    color: #87c1ea;
    font-size: 24px;
    font-weight: 400;
    padding-right: 10px;
}

.faq-btn {
    color: #343a40;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: white;
}

.faq-btn:hover {
    color: #2487ce;
    border: 0;
}

.accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

/* faq section ends */

.contact-head h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #124265;
}

.contact-head p {
    font-size: 14px;
    color: #919191;
}

.contact-map {
    width: 100%;
    min-height: 300px
}

.contact-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
}

.contact-box p {
    font-size: 14px;
    color: #217bbc;
}

.contact-box {
    margin-left: 30px;
}

.contact-icon i {
    font-size: 20px;
    color: #2487ce;
    width: 44px;
    height: 44px;
    background: #e3f0fa;
    border-radius: 5px;
    padding: 10px 15px;
    transition: 0.5s;
}

.contact-side:hover i {
    background: #2487ce;
    color: #fff;
}

.input-1 {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
}

.input-2 {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
}

.input-3 {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
}

.input-4 {
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 56px 50px 8px;
    border-color: #dee2e6;
}

.input-4:focus {
    border-color: #2487ce;
    outline: none;

}

.form-btn {
    background: #2487ce;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.form-btn:hover {
    background: #3194db;
}

.form-control:focus {
    box-shadow: none;
}





/* contact section ends */

.items li a {
    text-decoration: none;
}

.items li a:hover {
    color: #3194db;
}

.footer-item {
    background-color: #f8fbfe;
}

.footer-item a {
    font-size: 18px;
    background: #2487ce;
    color: #fff;
    line-height: 1;
    padding: 8px 10px;
    margin-right: 4px;
    border-radius: 5px;
}

.footer-item a:hover {
    background: #3194db;
    color: #fff;
}

.footer-box h3 {
    font-size: 26px;
    font-weight: 300;
}

.footer-box p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.items h4 {
    font-size: 16px;
    font-weight: bold;
    color: #124265;
    margin-bottom: 15px;
}

.items li a i {
    padding-right: 2px;
    color: #2487ce;
    font-size: 18px;
}

.items li a {
    color: #777777;
    line-height: 1;
}

.items ul li {
    margin: 10px 0;
}

.items p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.items form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #cde5f6;
}

.sub-box {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #2487ce;
    color: #fff;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.sub-box:hover {
    background-color: #3194db;
}

.mail-box {
    border: none;
}

.mail-box:focus {
    border: none;
    outline: 0;
}

/* footer section ends */

/* bact to top button */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #2487ce;
    z-index: 99;
    border: none;
}

#backToTop:hover {
    background-color:#3194db;
    color: white;   
}