/*!
Theme Name: Centilion New Design
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centilion-new-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Centilion New Design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    color: #5e5e5e;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*Common CSS*/
a {
    color: #27628c;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    color: #222b54;
    line-height: 1.33
}
.btn {
    box-shadow: none !important;
}
h1 {
    font-size: 2.76rem;
    font-weight: 700
}
h2 {
    font-size: 2rem;
    font-weight: 600
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 2rem;
}
/*Primary Button*/
.btn.btn-primary {
    color: #fff;
    background-color: #222b54;
    border-color: #222b54;
    border-radius: 50px;
    padding: .65rem 1.8rem;
    font-size: 14px;
    font-weight: 700;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out;
    text-transform: uppercase
}
.btn-primary:hover {
    background-color: #107fc9;
    border-color: #107fc9;
    outline: 0;
    transform: translateY(-3px);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #107fc9;
    border-color: #107fc9
}
/*Header*/



header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header .navbar-brand {
    width: 214px;
    padding: 0;
}
header .navbar-brand img {
    width: 100%
}
header .navbar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
header .navbar .menu-item {
    margin-left: 3rem;
}
header .navbar .menu-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block
}
.header-fixed .navbar .menu-item.contact-nav a:after {
    display: none
}
.header-fixed .navbar .menu-item.contact-nav a {
    background-color: #e54425;
    color: #fff;
    padding: .3rem 2rem;
    border-radius: 30px;
    margin-top: -.3rem;
    transform: translateY(0px);
    transition: transform 0.4s ease-in-out;
}
.header-fixed .navbar .menu-item.contact-nav a:hover {
    transform: translateY(-3px);
}
header .navbar .menu-item a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    background-color: #fff;
    height: 2px;
    width: 0px;
    -webkit-transition: widht 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0
}
header .navbar .menu-item a:hover:after {
    width: 100%;
    opacity: 1;
}
header .navbar.nav-inner .menu-item a {
    color: #27628c
}
header .navbar.nav-inner .menu-item a:after {
    background-color: #27628c
}
.header-fixed {
    position: fixed;
    -webkit-box-shadow: 0 10px 20px 0 rgba(79, 35, 35, .08);
    box-shadow: 0 10px 20px 0 rgba(79, 35, 35, .08);
    -webkit-animation: q .65s cubic-bezier(.23, 1, .32, 1) both;
    animation: q .65s cubic-bezier(.23, 1, .32, 1) both;
    background: #fff;
}
.header-fixed .navbar .menu-item a {
    color: #27628c;
}
.header-fixed .navbar .menu-item a:after {
    background-color: #27628c
}
.header-fixed .navbar {
    padding-bottom: 1rem;
    padding-top: 1rem
}
/*Banner*/

.banner {
    padding: 10rem 0 1rem 0;
    position: relative
}
.banner-shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center
}
.banner-shade img {
    margin-left: auto;
    margin-right: auto
}
.banner h1 {
    margin-top: 1rem
}
.banner p {
    font-size: 18px
}
.banner .welcome-para {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.banner h1 span {
    color: #107fc9
}
.banner .house-animation {
    padding: 110px 58px 50px;
    position: relative
}
.banner .house-animation .pop {
    visibility: visible;
    position: absolute;
    z-index: 99;
}
.banner .house-animation .pop img {
    width: 75px;
    visibility: visible;
    transform: translateY(20px) scale(0.25);
    opacity: 0;
    height: 75px
}
.banner .house-animation .pop-1 {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    left: -4.38%;
    bottom: 39%
}
.banner .house-animation .pop-2 {
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    right: -3.50%;
    bottom: 40%
}
.banner .house-animation .pop-3 {
    -webkit-animation: float 7s ease-in-out infinite;
    animation: float 7s ease-in-out infinite;
    left: -5.26%;
    top: 18%
}
.banner .house-animation .pop-4 {
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
    right: 7%;
    top: 12%
}
.banner .house-animation .pop-5 {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    left: 35%;
    top: 2.35%
}
/*Section*/
section {
    overflow: hidden;
    padding: 5rem 0
}
.section h2.title {
    position: relative;
    padding-bottom: 1.3rem
}
.section h2.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 115px;
    content: '';
    background-color: #27628c
}
.section p {
    letter-spacing: .05rem
}
.section .right-block {
    padding-left: 2rem
}
.section.custom-website {
    padding-top: 3.5rem;
}
.section.automatiseer {
    padding-top: 10rem;
    position: relative;
    padding-bottom: 10rem;
}
.section.automatiseer .home-img {
    position: absolute;
    right: 0;
    top: 50px;
    width: 50%
}
.logo-slider {
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: center;
    padding-top: .7rem
}
.logo-slider li {
    text-align: center;
    border: 0
}
.logo-slider li img {
    margin: auto
}
/*Contact Form*/

.contact-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem 5rem;
    color: #5e5e5e;
    margin-right: 100px;
    margin-left: 20px;
    position: relative
}
div.wpcf7 .ajax-loader,
div.wpcf7-mail-sent-ok,
.div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}
.contact-section h3 {
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contact-form .form-group {
    margin-bottom: 2rem;
}
.contact-form .form-control {
    padding: 1.2rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .0);
    border: solid 1px #222b54;
}
.contact-form .form-control.input {
    height: 60px;
}
.contact-form label {
    font-size: 16px
}
.contact-form .form-control:focus {
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    color: #222b54;
    font-weight: 700;
    border: solid 2px #222b54;
}
.contact-form .form-control.textarea {
    height: 100px;
}
.btn.btn-submit {
    position: relative;
    padding-right: 3.5rem
}
.icon_arrow,
.icon_arrow::before,
.icon_arrow::after {
    width: 22px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_arrow {
    position: absolute;
    display: inline-block;
    top: 22px;
    right: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-submit.arrow {
    padding-right: 3.5rem
}
.btn-submit:hover .icon_arrow {
    width: 16px;
    right: 16px;
}
.icon_arrow::before,
.icon_arrow::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 8px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon_arrow::before {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon_arrow::after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact-section .left-block {
    padding-left: 100px
}
.contact-section .contact-icon {
    width: 115px;
    border-bottom: solid 8px #f3ae2d;
    padding-bottom: .25rem
}
.contact-section .contact-icon img {
    width: 50px;
}
.middle-shade {
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}
/*Gooter*/


footer {
    color: #fff;
    position: relative;
}
.footer {
    background-color: #27628c;
    padding: 0 0 0rem 0;
}
footer .footer-shade {
    left: 0;
    top: 0;
    width: 100%;
}
footer h3 {
    color: #fff
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    padding: 0 1rem
}
footer .copyright {
    padding: 2.5rem 5rem 1rem 5rem
}
footer .footer-nav {
    float: right
}
footer .footer-nav li {
    padding: 0 1rem 0 1rem;
    line-height: 1
}
footer .footer-nav a {
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
footer .footer-nav li:first-child {
    border-right: solid 1px #fff
}
footer .footer-nav a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    background-color: #fff;
    height: 1px;
    width: 0;
    transition: all 0.3s ease 0s, left 0.3s ease 0s;
    opacity: 0
}
footer .footer-nav a:hover:after {
    width: 100%;
    opacity: 1
}
footer .social {
    padding-right: 5.5rem;
    float: right
}
footer .social li {
    padding: 0 .5rem
}
footer .social li a {
    width: 36px;
    height: 36px;
    background: #fff;
    line-height: 36px;
    border-radius: 100%;
    padding: 0;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all 0.1s ease-in-out;
}
footer .social li a:hover {
    background-color: #f3ae2d;
}
footer .social li a span {
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: block
}
footer .social li a .fb {
    background-image: url(images/fb.svg);
}
footer .social li a .twitter {
    background-image: url(images/twitter.svg);
}
footer .social li a .insta {
    background-image: url(images/insta.svg);
}





/*Preloader*/
@keyframes hidePreloader {
    0% {
        width: 100%;
        height: 100%
    }
    100% {
        width: 0;
        height: 0
    }
}
body>div.preloader {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center
}
body:not(.loaded)>div.preloader {
    opacity: 1
}
body:not(.loaded) {
    overflow: hidden
}
body.loaded>div.preloader {
    animation: hidePreloader .5s linear .5s forwards
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.about {
    padding: 11rem 0 5rem 0;
    position: relative
}
.about .about-shade {
    width: 71.8055555%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right
}
.about .top-banner {
    margin: 0 -10px 0 20px;
}
main {
    overflow: hidden
}
.about-page .het-team {
    text-align: center;
    padding-top: 13rem;
    position: relative;
    padding-bottom: 6rem;
}
.het-team .team-shade {
    position: absolute;
    width: 100%;
    top: 250px;
    left: 0;
}
.about-page h2 {
    padding-bottom: 5rem;
    font-weight: 700
}
.about-page .card {
    border-radius: 5px;
    box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, .2);
    padding: 2rem 3rem;
    text-align: center;
    margin-bottom: 3rem;
    border: 0;
    display: block;
}
.section .card .team-pic {



    filter: grayscale(100%);
    margin-bottom: 16px;
    height: auto
}
.section .card h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    padding: .5rem 0
}
.section .card p {
    font-size: 1.15rem;
}
.testimonials {
    position: relative;
}
.testimonials .testim-shade {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}
.about-page .testimonials .card {
    padding: 2rem 3rem;
    text-align: left
}
.about-page .testimonials .quote {
    position: relative;
    padding-top: 3.5rem;
    min-height: 360px
}
.about-page .testimonials .quote:before {
    background: url(images/quote-icon.png) no-repeat;
    width: 38px;
    height: 28px;
    background-size: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0
}
.about-page .testimonials .quote:after {
    width: 80%;
    height: 28px;
    background-size: 100%;
    position: absolute;
    content: '';
    bottom: -30px;
    left: 10%;
    background-color: #eff4f7;
    height: 5px
}
.about-page .testimonials p {
    font-size: 1rem
}
.about-page .testimonials .name {
    margin-top: 2rem;
    padding-top: 2rem;
}
.about-page .testimonials .name .tpic {
    width: 70px;
    overflow: hidden;
    filter: grayscale(100%);
}
.about-page .testimonials h5 {
    color: #222b52;
    font-size: 1rem;
    font-weight: 700
}
.portfolio-page h1 {
    text-align: center;
    position: relative;
    padding-top: 11rem
}
.portfolio {
    padding: 5rem 0 5rem 0;
}
.portfolio .portfolio-block {
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, .1);
    margin-bottom: 2rem
}
.portfolio .pright {
    margin-top: 9rem;
}
.portfolio-shade {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.blog-page h1 {
    text-align: center;
    position: relative;
    padding-top: 11rem
}
.blog {
    padding: 5rem 2.5rem 5rem 2.5rem;
}
.blog .blog-block {
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, .1);
    margin-bottom: 4.5rem;
    max-width: 500px
}
.blog .blog-block .blog-thumbnail {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #eff4f6;
}
.blog .blog-block .blog-thumbnail:after {
    content: '';
    padding-top: calc(100% + 40px);
    display: block;
}
.blog .blog-block h2 {
    padding: 2rem;
    font-size: 1.75rem;
    min-height: 170px;
    text-align: center
}
.blog .more-posts {
    text-align: center;
    padding: 2rem 0
}
.blog-shade {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.post-container {
    max-width: 854px;
    margin: 0 auto;
    position: relative;
}
.posted-by {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: dashed 1px #999
}
.posted-by .posted-pic {
    width: 64px;
    height: 74px;
    border-radius: 64px;
    overflow: hidden
}
.posted-by .posted-pic img {
    width: 100%;
    border-radius: 50%;
}
.posted-by .media-body {
    padding-left: 1rem;
    font-size: 16px;
    padding-left: 3.5rem;
    position: relative
}
.posted-by .media-body:before {
    background: url(images/quote-icon.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 19px;
    content: '';
    left: 20px;
    top: 0;
    position: absolute
}
.posted-by .name {
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 1rem
}
.post-tags {
    color: #27628c;
    font-size: 16px;
    font-weight: 700
}
.post-tags a {
    text-decoration: underline
}
.blog-post img {
    width: 100%;
    height: auto
}
.blog-post {
    padding-top: 17rem;
}
.related-posts {
    padding-top: 5rem;
    border-top: solid 1px #2b5d8e;
    margin-top: 6rem;
    padding-bottom: 5rem;
}
.related-posts h2 {
    text-align: center;
    font-size: 2.75rem;
    padding-bottom: 3rem
}
.related-posts .blog-block {
    margin-bottom: 3rem
}
.related-posts .blog-block h2 {
    padding: 1rem;
    font-size: 1.125rem;
}
a.related-post-thumbnail {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #eff4f6;
}
a.related-post-thumbnail:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.shade-desktop {
    display: block
}
.shade-mobile {
    display: none
}
.shade-landscape {
    display: none
}
.shade-portrait {
    display: none
}
.contact-icon-landscape {
    display: none
}
.menu-mobile-buttons-container {
    display: none
}
.about-page .about-info {
    padding-right: 3rem
}
.about-page .about-info h1 {
    padding-top: 2rem
}
.about-page .over-centillion-pic {
    text-align: right
}
.about-page .over-centillion-pic img {
    border-radius: 10px
}
.blog-post {
    font-size: 1.25rem;
}
.blog-post h1 {
    font-size: 3.375rem;
    text-align: center;
    margin-bottom: 5rem
}
.blog-post .blog h2 {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    color: #5e5e5e
}
.blog-post ul {
    margin-top: 1.5rem;
}
.blog-post ul li {
    margin-bottom: 1rem
}
.blog-post .post-content {
    max-width: 650px;
    margin: 0 auto
}
.blog-post .post-content .wp-block-image {
    max-width: none;
    margin-bottom: 0;
    position: unset;
    width: auto;
    margin: 0 -100px;
}
.blog-post .post-content p {
    padding-bottom: 2rem
}
.blog-post .post-content h2 {
    font-weight: 700;
    color: #5e5e5e
}
@media (max-width: 1200px) {
    header .navbar {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-collapse .navbar-nav {
        background-color: #fff;
        padding: 0 1rem;
        margin-top: .5rem;
    }
    header .navbar .menu-item {
        padding: 1rem 0;
        border-bottom: solid 1px #27628c
    }
    header .navbar .menu-item.contact-nav {
        border-bottom: 0
    }
    header .navbar .menu-item a {
        color: #27628c
    }
    #nav-icon1 {
        width: 26px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 25px
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 7px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 14px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navbar.nav-inner #nav-icon1 span {
        background: #27628c
    }
    .logo-slider {
        padding-left: 0;
        padding-right: 0;
    }
    footer .copyright {
        padding: 5rem 0 2rem 0;
    }
    .shade-desktop {
        display: none
    }
    .shade-landscape {
        display: block
    }
    .contact-section .contact-icon {
        display: none
    }
    .contact-icon-landscape {
        position: absolute;
        right: 16px;
        top: -80px;
        width: 50px;
        display: block
    }
    footer .copyright {
        font-size: 14px;
        text-align: center;
    }
    footer .footer-nav {
        float: none
    }
    footer .social {
        padding-right: 0;
        float: none;
        text-align: center
    }
    .contact-section {
        position: relative
    }
    .contact-section .left-block {
        padding-left: 50px;
    }
    .contact-form {
        padding-right: 50px;
    }
    h1,
    h2 {
        font-size: 1.55rem;
    }
    .banner p,
    .section .right-block {
        font-size: 14px;
    }
    .logo-slider li img {
        max-width: 120px
    }
    .section.custom-website {
        padding-top: 0;
    }
    .middle-shade {
        top: -250px;
        height: 1700px
    }
    .seo-opt {
        font-size: 14px
    }
    header .navbar .menu-item {
        margin-left: 0
    }
    .slider {
        padding: 0
    }
    .slick-prev {
        left: 0
    }
    .slick-next {
        right: 0
    }
    .section.automatiseer {
        padding-bottom: 5rem
    }
    .about-page .over-centillion-pic {
        margin: 0
    }
    .about-page .about-info {
        padding-right: 60px;
        font-size: 14px;
    }
    .about-page .card {
        padding: 1rem
    }
    .section .card h5 {
        font-size: 1rem
    }
    .section .card p {
        font-size: 14px;
    }
    .about-page h2 {
        padding-bottom: 2rem;
        font-weight: 700;
    }
    .about-page .testimonials .card {
        padding: 2rem 1rem;
    }
    .about-page .het-team {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
    .blog .blog-block h2 {
        padding: 1rem;
        font-size: 1.375rem;
        min-height: 130px;
    }
    .content-auto {
        font-size: 14px
    }
    .banner .welcome-para {
        padding-right: 2rem;
    }
    .about {
        padding-top: 15rem;
    }
    .het-team .team-shade {
        top: 70px;
    }
    .blog-page h1 {
        padding-top: 15rem;
    }
    .blog-post {
        padding-top: 14rem;
        text-align: center
    }
    .blog-post h1 {
        font-size: 2rem;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 2rem;
    }
    .blog-post {
        font-size: 1rem;
    }
    .blog-post ul {
        text-align: left
    }
    .posted-by .media-body {
        text-align: left
    }
}
@media (max-width: 1024px) {
    .slider img {
        max-width: 100%;
    }
    .section.automatiseer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .shade-desktop {
        display: none
    }
    .shade-portrait {
        display: block
    }
    .shade-landscape {
        display: none
    }
    .banner .house-animation .pop img {
        width: 50px;
        visibility: visible;
        transform: translateY(20px) scale(0.25);
        opacity: 0;
    }
    .banner .house-animation {
        padding: 70px 50px;
    }
    .middle-shade {
        height: 1955px;
        top: -50px;
    }
    .contact-section .left-block {
        padding-left: 0px;
    }
    .contact-form {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 2rem;
        padding-right: 2rem
    }
    .about-page .het-team {
        padding-top: 0;
    }
    .about-page .testimonials .quote {
        min-height: 425px
    }
    .about-page .het-team {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .about-page .about-info {
        padding-right: 0;
    }
    .about-page .about-info h1 {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px
    }
    header .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .home-page {
        text-align: center
    }
    .banner .house-animation {
        padding: 110px 58px;
        position: relative
    }
    .banner .house-animation .pop {
        visibility: visible;
        position: absolute;
        z-index: 99;
    }
    .banner .house-animation {
        padding: 70px 50px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem
    }
    .logo-slider {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .slider {
        padding: 0 2rem;
    }
    .section .right-block {
        padding-left: 0;
        padding-bottom: 3rem
    }
    .section h2.title:after {
        display: none
    }
    .section.automatiseer .home-img {
        position: static;
        width: 100%;
        padding: 3rem 0 1rem 2rem
    }
    .section.automatiseer {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-section .left-block {
        text-align: center;
        padding-top: 3.5rem;
    }
    .contact-form {
        background-color: #fff;
        border-radius: 10px;
        padding: 3rem 2rem;
        color: #5e5e5e;
        margin-left: 0px;
    }
    footer .copyright {
        padding: 5rem 0 2rem 0;
    }
    footer .copyright a {
        font-size: 11px
    }
    footer .copyright {
        padding: 2rem 0 2rem 0;
        font-size: 11px;
        text-align: center
    }
    footer .social {
        padding-right: 0;
        float: none;
        text-align: center
    }
    .about-page {
        text-align: center
    }
    .about-page .het-team .card {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-page .het-team .card p {
        font-size: .8rem;
    }
    footer .footer-nav {
        float: none
    }
    .portfolio .pright {
        margin-top: 0;
    }
    .blog {
        padding: 5rem 0 5rem 0;
    }
    .section.custom-website {
        padding-top: 0;
    }
    .section .seo-optimised {
        padding-top: 4rem
    }
    .shade-desktop {
        display: none
    }
    .shade-mobile {
        display: block
    }
    .shade-landscape {
        display: none
    }
    .shade-portrait {
        display: none
    }
    header .navbar-brand {
        width: 166px;
        margin-left: 20px;
        margin-top: 15px
    }

    .menu-mobile-buttons-container {
        display: block;
        position: absolute;
        right: 52px;
        top: 23px;
        height: 22px;
    }
    .menu-mobile-buttons-container ul {
        padding: 0;
        margin: 0;
        display: flex;
    }
    .menu-mobile-buttons-container ul li {
        list-style: none;
        padding: 0 !important;
        border-bottom: 0 !important;
    }
    .menu-mobile-buttons-container ul li+li {
        margin-left: 5px !important;
    }
    .menu-mobile-buttons-container .call a {
        text-indent: -1000px;
        /* overflow: hidden; */
        display: block;
        right: 52px;
        width: 20px;
        /*height: 26px;*/
        position: relative;
        right: 1px;
        top: -3px;
        background-image: url(images/chat-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .header-fixed .menu-mobile-buttons-container .call a {
        background-image: url(images/chat-in.svg);
    }

    h1,
    h2 {
        font-size: 1.25rem;
    }
    .banner p,
    .section .right-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section h2.title {
        padding-bottom: 0
    }
    .automatiseer p {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .api-img {
        padding-top: 3rem
    }
    .middle-shade {
        height: 2000px;
        top: -100px
    }
    .content-auto {
        padding-bottom: 3rem
    }
    .contact-section .left-block h3 {
        font-size: 20px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .contact-section .left-block p {
        line-height: 2;
        padding-bottom: 2rem
    }
    .submit-btn-block {
        text-align: center
    }
    .header-fixed #nav-icon1 span {
        background: #27628c
    }
    #nav-icon1 {
        margin-right: 1rem
    }
    .about-page .about-info {
        padding-right: 0;
    }
    .about {
        padding: 13rem 1rem 5rem 1rem;
    }
    .about-page .het-team {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .about-page h2 {
        padding-bottom: 2rem;
    }
    .logo-slider li img {
        max-width: 80px;
    }
    .section.testimonials {
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-page .testimonials .card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .portfolio {
        padding: 2rem 1rem 2rem 1rem;
    }
    .portfolio-page h1 {
        padding-top: 10rem;
    }
    .blog .blog-block {
        margin-bottom: 3rem;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .post-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .blog-post h1 {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 3rem;
    }
    .blog-post {
        font-size: 0.875rem;
        text-align: center
    }
    .blog-post ul {
        text-align: left
    }
    .posted-by .posted-pic {
        margin-left: auto;
        margin-right: auto;
    }
    .posted-by .media-body {
        padding-left: 1rem;
        font-size: 16px;
        padding-left: 0;
        position: relative;
        padding-top: 2rem
    }
    .posted-by .media-body:before {
        left: 50%;
        margin-left: -13px
    }
    .related-posts {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .banner {
        padding-top: 13rem;
    }
    .middle-shade {
        height: 1000px;
        top: 190px;
    }
    .contact-icon-landscape {
        right: 10%;
        top: -60%;
    }
    .about-page .testimonials .quote {
        min-height: 225px;
    }
    .blog-page h1 {
        padding-top: 13rem;
    }
    .blog-post {
        padding-top: 11rem;
    }

    .menu-mobile-buttons-container .call a {
        background-image: url(images/chat-in.svg) !important;
    }
}









/*NEW CSS 250221*/
.links-page {
    padding-top: 11rem
}
.links-page h2 {
    font-weight: 700;
    font-size: 2.76rem
}
.links-page .accordion {
    margin-top: 2rem
}
.links-page .card-links {
    border-radius: 5px;
    border: solid 1px #e9e9e9;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}
.links-page .card-links.open {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    border: solid 1px #ddd;
}
.card-links .heading-card-link {
    position: relative
}
.card-links .head-card {
    text-align: left;
    margin-right: 6rem
}
.card-links .head-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0
}
.card-links .head-card p {
    font-size: 14px;
    margin-bottom: 0
}
.card-links .links-card-details {
    padding-top: 1rem;
    margin-left: 10.5rem;
    padding-bottom: 1rem;
    font-size: 15px
}
.card-links .app-block {
    display: flex;
    padding: 1rem;
    align-items: center;
    border: solid 1px #e9e9e9;
}
.card-links .app-block .app-icon {
    padding: 10px;
    border: solid 1px #eee;
    display: inline-block;
    border-radius: 6px
}
.card-links .app-block .app-info {
    margin-left: 1rem;
    line-height: 1.2
}
.card-links .app-block.last {
    border-top: 0;
    margin-bottom: 1.5rem
}
.links-page .btn-round {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: white;
    border-style: solid;
    border-width: 0;
    border-color: #999;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 0 1px 2px rgb(0 0 0 / 5%);
    text-align: center
}
.close-card {
    position: relative;
    width: 16px;
    height: 16px;
    top: 20px;
    left: -8px;
    color: #27628c;
}
.close-card::before,
.close-card::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 16px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #27628c;
}
.close-card::before {
    transform: rotate(45deg);
}
.close-card::after {
    transform: rotate(-45deg);
}
.btn-round.collapsed .close-card::before {
    transform: rotate(0deg);
}
.btn-round.collapsed .close-card::after {
    transform: rotate(90deg);
}
.faqs .card-links .head-card h5 {
    padding: 1rem 0;
    margin: 0
}
.links-page .details-box {
    padding: 5rem 0 0;
    position: relative
}
.links-page .faqs {
    padding: 5rem 0 0;
    position: relative
}
.links-page .app-logo {
    border-radius: 5px;
    box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 20%);
    padding: 2rem;
    text-align: center;
    border: 0;
    display: block;
    background-color: #fff;
}
.about-page.links .card {
    padding-left: 1rem;
    padding-right: 1rem;
}
.about-page.links .card h5 {
    padding-top: 5rem;
    font-size: 1.25rem;
    min-height: 60px;
}
.about-page.links .het-team {
    padding-top: 2rem;
}
.about-page .section.links-section {
    padding-top: 11rem
}
.links-page .accordion {
    margin-top: 2rem
}
.links-page .card-header,
.links-page .card-body {
    background-color: #f7f7f7
}
.links-page .card-body {
    background-color: #fff
}
.links-page h2.title {
    position: relative;
    padding-bottom: 1.3rem;
    font-size: 2rem;
    margin-bottom: 2rem
}
.links-page h2.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 115px;
    content: '';
    background-color: #27628c;
}
.links-page .het-team {
    position: relative
}
@media(max-width:767px) {
    .links-page .app-logo {
        margin: 0 auto 2rem;
        padding: 1rem
    }
    .links-page h2 {
        font-size: 2rem;
    }
    .links-page .btn-round {
        top: 2rem
    }
    .card-links .head-card {
        margin-right: 0;
        padding-top: 1rem;
    }
    .about-page.links .card h5 {
        padding-top: 2rem;
        min-height: 20px;
    }
    .about-page.links .card {
        min-height: 150px;
        max-width: 300px
    }
    .faqs .card-links .head-card {
        margin-right: 2.8rem;
        padding-top: 0;
    }
    .faqs .card-links .head-card h5 {
        padding: 0;
        margin: 0;
    }
}