*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    font-family:sans-serif;
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none;
}
.section-padding{
    padding: 70px;
}
/* Adding Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;500&display=swap');

.header{
    background: linear-gradient(-40deg, #3faceb, #ffffff);
    height: auto;
}

/* Header Navigation Styles */
.header-nav {
    min-height: 90px;
}
.navbar-brand img{
    width: 100%;
    height: auto;
}
.main-menu ul li{
    margin-left: 26px;
    text-align: center;
}
.main-menu ul li a{
    font-family: 'Poppins', sans-serif;
    color: #070A57;
    font-weight: 500;
    font-size: 16px;
}
.main-menu ul li:hover{
    transform: scale(1.1);
    transition: 0.5s all ease;
}
button.nav-button{
    background:#0077ff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    vertical-align: middle;
    margin-top: -5px;
    border-radius: 5px;
}

/* Header Banner Area Styles */

.container.header-content {
    height: 100%;
}
.highlight{
    color: #008cff;
}
.left-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #070A57;
}
.centralize{
    display: flex;
    align-items: center;
}
.left-content p {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #64707D;
}
.call-to-action button {
    background: #00b3ff;
    border: none;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
}
.call-to-action button:hover{
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.call-to-action a {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #00a2ff;
    text-decoration: underline;
    margin-left: 30px;
}

.right-content img{
    width: 70%;
    padding-left: 30px;
}

/* best solutions for your business start */
.sample-image-service {
width: 45rem;
border-radius: 3%;

}

.get-quote {
    text-align: center;
    padding-bottom: 2rem;
}

.get-quote-button {
    margin-top: 1rem;
}
.form-control {
    padding: 2rem;
}

.feature li {
    padding-left: 2rem;
    background-image: url(../image/check.svg);
    background-repeat: no-repeat;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: none;
    
  }
.feature {
    font-weight: bold;
}

/* Work process syles */ 

.process-block {
    text-align: center;
    padding: 10px;
}

.card-header  {
    background-color: #7eb6fa;
    
}
.card:hover{
    transform: scale(1.1);
    transition: 0.5s all ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.process-block img {
    background: #e5f4fb;
    border: 2px dotted #00b3ff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.process-block img:hover{
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.process-block p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.process-block h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    font-weight: 500;
}
.project-discussion{
    margin-left: 30px;
    height: auto;
    
}
.project-discussion-image img{
    
    
}
.project-discussion h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;}
    
    .project-discussion p {
        font-family: 'Roboto',sans-serif;
        font-size: 18px;
        line-height: 35px;
        color: #64707D;}
        
        .project-discussion button {
            background:#00b3ff;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            padding: 5px 10px;
            border: none;
            vertical-align: middle;
            margin-top: -5px;
            border-radius: 5px;
            
        }
        
        .project-discussion button:hover{
            transform: scale(1.1);
            transition: 0.5s all ease;
        }
        /* Work process syles finish */ 
        
        /* Featured Designs */
        
        .square {
            position: relative;
            width: 300px;     
            height: 300px;
            overflow: hidden;
            
         }
         .square-img {
            position: absolute;
            max-width: 100%;
            width: 100%;
            height: auto;
            top: 50%;     
            left: 50%;
            transform: translate( -50%, -50%);
            padding-right: 1.1rem;
            padding-left: 1.1rem;
            border-radius: 8%;
        }


        
       /* Footer Styles */

.footer{
    background: linear-gradient(30deg, #78d2f5, #ffffff);
}
.footer-widget-1 p {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
}
.footer-widget-2 h3,.footer-widget-3 h3 {font-family: 'Roboto',sans-serif;font-size: 26px;font-weight: 500;line-height: 35px;}

.footer-widget-2 ul li,.footer-widget-3 ul li {
    list-style: none;
    padding: 5px;
}

.footer-widget-2 ul li a,.footer-widget-3 ul li a {
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #64707D;
}
.footer-widget-4 p{
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer-widget-4 ul li{
    list-style-type: none;
    display: inline;
    padding: 5px 10px;
    font-size: 27px;
}
.footer-widget-4 ul li a {
    color: #003854;
}

.footer-widget-4 ul li a:hover {
    color: #3fbefe;
    transition: all 0.5s ease-in-out;
}