* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Common clasess*/

#mobile-menu {
    display: none;
}

.clear {
    clear: both;
}

.common-h5 {
    color: #3b3663;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.common-h2 {
    color: #3b3663;
    font-size: 30px;
    line-height: 38px;
}

.text-center {
    text-align: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

a {
    font-family: 'Rubik';
    font-weight: 600;
    font-size: medium;
    font-size: 1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); 

}

.active {
    color: rgb(18, 118, 157) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito';
    font-weight: 800;
}

p {
    font-family: 'Rubik';
    font-weight: 400;
}

#arrow i {
    position: fixed;
    bottom: 20px;
    right: 25px;
    cursor: pointer;
    background-color: #f47a14;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}


/* header*/

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 10px 10px 20px #fff;
}

/* Header Styles */
header {
    z-index: 1;
    position: fixed; /* Change position to fixed to keep the header fixed at the top */
    top: 0; /* Position the header at the top of the viewport */
    left: 0; /* Align the header to the left edge of the viewport */
    width: 100%; /* Set the header width to 100% of the viewport */
    background-color: #fff; /* Set background color for the header */
    padding: 10px 0; /* Add padding to the top and bottom of the header */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
}

/* Navigation Column Styles */
.nav-col {
    width: 70%; /* Adjust width of navigation column */
    float: left; /* Float the navigation column to the left */
    transition: width 0.3s ease;
}

/* Contact Information Column Styles */
.cnt-info-col {
    width: 30%; /* Adjust width of contact information column */
    float: right; /* Float the contact information column to the right */
    text-align: right; /* Align text to the right within the column */
}

/* Logo Styles */
/* .logo { */
     /* You can remove these styles if you don't have a logo */ 
/* } */

/* Menu Styles */
/* .menu { */
    /* You can adjust the width of the menu column if needed */
/* } */

.menu a {
    text-decoration: none;
    padding: 15px 20px; /* Adjust padding for menu links */
    display: inline-block;
    color: #4d4d4d;
    transition: color 0.3s; /* Add transition for smooth color change */
}

.menu a:hover {
    color: #f47514; /* Change color on hover */
}

/* Contact Information Styles */
.cnt-info-col a {
    color: #4d4d4d;
    text-decoration: none;
    margin-top: 15px; /* Adjust margin for contact information links */
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s; /* Add transition for smooth color change */
}

.cnt-info-col a:hover {
    color: #f47514; /* Change color on hover */
}


section.header-bg-parent {
    position: relative;
    top: -83px;
}

.header-col2 {
    float: right;
    background-image: url('../images/bg2.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 105vh;
    width: 100%;
    animation: changeBackgroundImage 10s infinite; 
}

@keyframes changeBackgroundImage {
    0% { background-image: url('../images/bg2.png'); }
    33.333% { background-image: url('../images/bg-image1.jpeg'); } 
    66.666% { background-image: url('../images/bg-image2.avif'); }
    100% { background-image: url('../images/bg-image3.jpeg'); } 
}



.header-col1 h5 {
    color: #3b3663;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.header-col1 h3 {
    /* color: #3b3663; */
    color: white;
    font-size: 30px;
    line-height: 43px;
    margin: 21px 0px 15px;
    text-align: center;
    align-items: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.header-col1 h2 {
    color: black;
    font-size: 60px;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 43px;
    margin: 21px 0px 15px;
    text-align: center;
    align-items: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    animation: changeColor 5s infinite; /* Change color every 5 seconds infinitely */
}

@keyframes changeColor {
    0% { color: black; } /* Start with black color */
    50% { color: red; } /* Change to red color halfway */
    100% { color: blue; } /* Change to blue color at the end */
}


.header-col1 p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0px 0px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.943);     
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.header-col1 {
    padding-top: 3%;
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.header-col1-button {
    display: flex;
    justify-content: center; /* Center content horizontally */
}

button.contact-button {
    background: linear-gradient(90deg, #8b81ef, #6759e8);
    padding: 15px 30px;
    color: #fff;
    border: 2px solid #6759e8; /* Add a border */
    border-radius: 10px;
    font-family: "Nunito";
    font-weight: 800;
    cursor: pointer;
    margin: 20px 0px;
    text-align: center;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

button.contact-button:hover {
    background: linear-gradient(180deg, #6759e8, #8b81ef);
    transform: translateY(-2px); /* Move button slightly up on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    font-size: 15px; /* Increase font size on hover */
}




button.common-btn {
    background: linear-gradient(90deg, #8b81ef, #6759e8);
    padding: 15px 30px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: "Nunito";
    font-weight: 800;
    cursor: pointer;
    margin: 20px 0px;
    text-align: center;
    align-content: center;
    align-items: center;
    transition: all 0.5s ease;
    padding-left: 70%;
    /* background-color: transparent; */
}

button.common-btn:hover {
    background: linear-gradient(180deg, #6759e8, #8b81ef);
}

section.header-bg-parent:after {
    content: "SEO";
    position: absolute;
    color: #fafbfc;
    top: 250px;
    left: -140px;
    font-size: 230px;
    transform: rotate(-90deg);
    font-family: "Rubik";
    font-weight: 800;
    letter-spacing: 5px;
    z-index: -1;
}

.hedaer-bg-par-img {
    position: absolute;
    bottom: -110px;
}

/* About Us */

.about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15%;
}

.about .flex-1 {
    flex: 1;
}

.about .about-us-img {
    max-width: 100%;
    height: 10%;
    width: 70%;
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    max-height: 500px;
    object-fit: cover;
}

.about h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.about h1 span {
    color: skyblue;
}

.about h3 {
    font-size: 24px;
    color: rgba(0, 0, 255, 0.574);
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.295);
}

.about p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about .social {
    margin-top: 20px;
}

.about .social a {
    margin-right: 10px;
}

.about .social a i {
    color: #333;
    transition: color 0.3s ease;
}

.about .social a i:hover {
    color: blue;
}

section.about .social{
    display: flex;
}

section.about .social i{
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 0.8rem;
    transition: all .3s ease;
    cursor: pointer;
    
}
section.about .social a{
    text-decoration: none;
    color: inherit;
}


section.about .social i img{
    width: 100%;
    height: 100%;
    padding: 0.5rem;
}
section.about .social i:hover{
    background: var(--ternary);
}



/*featuer par*/

.faeture-col-par {
    background-color: #fcfcfc;
    padding: 80px 0px;
    margin-top: 40px;
}

.feature-col {
    background-color: #fff;
    padding: 30px;
    width: 23%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    box-shadow: 2px 2px 10px #fefefe;
    border-radius: 13px;
    transition: all 0.7s ease;
    height: 280px;
    border: 2px solid #059dde61; /* Add a border */
}

.feature-col:hover {
    background-color: rgba(0, 0, 255, 0.129);
}

.feature-col:hover h3 {
    color: #fff;
}

.feature-col:hover h4 {
    color: #fff;
}

.feature-col h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    padding-bottom: 3%;
}

.feature-col img {
    width: 100%; /* Ensure the image fills the entire width of its container */
}

.feature-col h4 {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: black;
    font-weight: 100;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: wavy;
    padding-top: 3%;
}

.count-col {
    float: right;
    width: 50%;
}

.stat {
    float: left;
    width: 30%;
}

.stat-info-par {
    float: right;
    width: 70%;
}

/*progress bar */


.circle {
    width: 200px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
    width: 120px !important;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: black;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.progress-bar-col {
    float: left;
    width: 30%;
}

.progress-info-col {
    float: right;
    width: 70%;
}

.expand-img-col {
    float: left;
    width: 50%;
    margin-top: 50px;
}

.expand-img-info-col {
    float: right;
    width: 50%;
    margin-top: 100px;
}

.expand-img {
    position: relative;
}

.expand-img-info {
    position: absolute;
    top: 130px;
    left: 180px;
    color: #ffff;
}

.expand-img-info i {
    font-size: 70px;
    padding-bottom: 20px;
}

.expand-img-info h2 {
    font-size: 46px;
    font-weight: 800;
    font-family: "Nunito";
    line-height: 60px;
}

.expand-img-info a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-top: 25px;
    display: inline-block;
}

.expand-img-info i.fa.fa-long-arrow-right {
    font-size: 17px;
}

.progress-info h3 {
    color: #f47a14;
    font-family: "Nunito";
    font-weight: 600;
}

.progress-info p {
    color: #696687;
    font-size: 16px;
    font-family: "Rubik";
    line-height: 24px;
    padding-top: 10px;
}

.progress-info {
    margin: 30px 0px 60px;
}

section#expand {
    margin: 70px 0px;
}

/*blog css*/

.blog-col {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-top: 45px;
    overflow: hidden;
}

.blog-col span {
    color: #696687;
    font-size: 14px;
    font-family: "Nunito";
    font-weight: 400;
    padding: 20px 0px 6px 0px;
    display: inline-block;
}

.blog-col h3 {
    color: #696687;
    font-size: 19px;
    font-family: "Nunito";
    font-weight: 800;
}

.blog-col a {
    color: #ff881f;
    font-size: 13px;
    font-family: "Rubik";
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}

.blog-col img {
    height: 230px;
    width: 400px;
}

.blog-col a {
    color: #ff881f;
    font-size: 13px;
    font-family: "Rubik";
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
}

.blog-col a:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: -14px;
    padding-left: 12px;
    transition: all 0.5s ease;
    visibility: hidden;
}

.blog-col a:hover:after {
    visibility: visible;
    margin-left: 14px;
}

section#blog {
    margin: 80px 0px;
}

.blog-col img {
    border-radius: 5px;
    transition: all 0.5s ease-in;
}

.blog-col img:hover {
    transform: scale(1.1, 1.1);
}




/* blog post  */
/* Add your CSS styles here */
body {
    font-family: Arial, sans-serif;
}

.blog-post-image {
    width: 100%;
    height: auto;
}


/*contact*/

#contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/section2-images/poly-shade-card.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.form-par {
    background-image: linear-gradient(20deg, #441fff66 0%, #3b21ff48 57%);
    padding: 30px 40px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10%;
}

.form-com {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 10px 10px;
}

.form-par h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    font-family: "Nunito";
    margin-bottom: 25px;
}

input.submit-btn {
    color: #fff;
    border: none;
    background-image: linear-gradient(180deg, #059DDE 0%, #1A2E84 100%);
    padding: 14px 40px;
    margin: 20px auto 0px;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
}

input.submit-btn:hover {
    background-image: linear-gradient(180deg, #1A2E84 0%, #059DDE 100%);
}

.footer-col {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-top: 45px;
}

.footer-2-col {
    position: relative;
    left: 110px;
}

.footer-col h3 {
    color: #3b3663;
    font-family: "Nunito";
    font-weight: 800;
    margin-bottom: 20px;
}

.footer-col p {
    color: #696687;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 400;
    line-height: 28px;
}

.footer-col i {
    color: #fff;
    background-color: #ff881f;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.social-icons-footer i:hover {
    transform: translateY(-10px)
}

.footer-col.footer-2-col ul li {
    color: #696687;
    font-family: "Rubik";
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.5s ease;
}

.footer-col.footer-2-col ul li:hover {
    padding-left: 5px;
}

.footer-col.footer-2-col ul {
    list-style: none;
}

.footer-col a {
    color: #696687;
    text-decoration: none;
    padding-left: 10px;
}

.footer-col span {
    padding-left: 10px;
}

p.copyright-footer {
    text-align: center;
    font-family: "Rubik";
    padding: 20px 0px;
}

hr.footer-hr {
    margin: 60px 0px 20px;
}


/* Responsive Design for Mobile Screens */
@media (max-width: 768px) {
    #mobile-menu {
        display: block;
    }

    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header {
        position: fixed;
        width: 100%;
        padding: 10px;
        box-shadow: none;
    }

    .nav-col, .cnt-info-col {
        width: 100%;
        text-align: center;
        float: none;
    }

    .menu a {
        padding: 10px;
        display: block;
    }

    .header-col1, .header-col2 {
        width: 100%;
        padding: 20px 10px;
    }

    .header-col1 h2, .header-col1 h3, .header-col1 p {
        font-size: 18px;
        line-height: 1.4;
    }

    button.contact-button, button.common-btn {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .feature-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .about .flex-1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .about-us-img {
        width: 100%;
        height: auto;
    }

    .blog-col {
        width: 100%;
        margin: 20px 0;
    }

    .form-par {
        width: 90%;
        padding: 20px;
    }
}
