/* a:link{
    color: inherit;
} */

body{
    font-family: "Noto Serif";
}

.left-part{
    float: left;
    padding-right: 20px;
    padding-top: 15px;
}

.check{
    background: transparent;
}


.bar-text{
    margin-left: 200px;
    animation: blinker 2s ease infinite;
}


@keyframes blinker {
    50% {opacity: 0;}
}

.right-part{
    float: right;
    padding-right: 5px;
    transition: all .2s ease-in-out;
}

.social-links{
    padding-right: 50px;
    padding-top: 10px;
}

.right-part:hover{
    margin-top: 5px;
    transform: scale(1.2);
}

.fa {
    padding: 7px;
    /* padding-right: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.right-part h2{
    font-size: large;
    color: white;
}


.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.fa-twitter {
    background: #00acee;
    color: white;
}

.fa-linkedin {
    background: #0e76a8;
    color: white;
}

.navbar-center > li > a {
    color: black;
}


.navbar-center > li > a:hover{
    color: #55ACEE;
    border-bottom: 2px solid red;
}

.navbar-nav.navbar-center {
    position: absolute;
    width: 100%;
    left: 100%;
    transform: translatex(-50%);
}

.nav-el {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffffc7 !IMPORTANT;
    backdrop-filter: blur(8px);
}

.nav-el.scrolled{
    background: #f8f9fa !important;
    position: fixed;    
    top: 0;
    transition: 1.2s;
}

.search-bar{
    float: right;
    text-align: right;
    margin-left: 750px;
}

.btn-nav1 {
    background-color: #55ACEE;
}

.btn-nav1:hover, .btn-nav2:hover{
    color: black;
}

.btn-nav2 {
    background-color: #1f91e9;
}

/* Nav */

/* Banner */

header.main-header{
    /* background-image: url("../images/test3.jpg");
    background-size: cover;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten; */
    padding-top: 150px;
    padding-bottom: 100px;
}


.review-slider{
    padding-top: 100px;
    overflow: hidden;
}

.slide-img{
    width: 1350px;
    height: 500px;
}

.header-text-holder{
    text-align: center;
    padding-bottom: 100px;
    /* margin-left: 400px; */
    /* position: absolute; Position the background text */
    /* width: 100%; */
    /* background: rgb(0, 0, 0); /* Fallback color */
    /* background: rgba(0, 0, 0, 0.5); Black background with 0.5 opacity */ 
    color: black; /* Grey text */
    /* width: 100%; Full width */
    padding: 20px;
}

/* About Us */
.about-us{
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    /* background-color: #55ACEE;  */
}

.about-details {
    /* position: absolute; Position the background text */
    /* bottom: 0; At the bottom. Use top:0 to append it to the top */
    /* background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);  */
    color: black; /* Grey text */
    width: 100%; /* Full width */
    /* padding: 20px; Some padding */
}

.about-btn{
    width: 90px;
    color: #000;
    border-radius: 16px;
    border: 3px solid blue;
    /* background: linear-gradient(-90deg, red 50%, blue 50%); */
}

.about-btn:hover{
    transform: scale(1.1);
    transition: 1.1s;
    color: black;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.service-btn {
    width: 90px;
    border-radius: 16px;
    border: 3px solid #55ACEE;
    /* background: linear-gradient(-90deg, rgb(68, 193, 235) 50%, gray 50%); */
}

.service-btn:hover{
    transform: scale(1.1);
    transition: 1.1s;
    color: black;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}


/* section.about-us, .company-services-cards {
    background-color: gainsboro;
} */
.back-image{
    background-color: #55ACEE;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 0;
    margin-right: 0;
    
}

.slide-text{
    text-align: justify;
}

.back-image2{
    background-color: #55ACEE;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-right: 100px;
    padding-left: 0;
    margin-bottom: 100px;
}

.slideanim-img2 img{
    position: relative;
    right: 100px;
}

.slideanim-img1 img{
    margin-left: 150px;
}


/* Footer */

footer.main-footer {
    padding-top: 25px;
    /* padding-bottom: 25px; */
    background-color: #f7f7f7;
    /* background-color: rgb(36, 35, 35); */
    color: black;
}


aside.footer-content h2 {
    font-size: 20px;
}

aside.footer-content p {
    font-size: 14px;
}

aside.footer-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

aside.footer-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

aside.footer-content ul li {
    list-style-type: none;
    margin: 5px;
    padding: 0px;
}
aside.footer-content ul li a, .footer-logo a {
    display: block;
    text-decoration: none;
    color: black;
}

.footer-logo p{
    position: absolute;
    /* padding-top: 2px; */
    /* left: 200px;  */
    /* margin-bottom: 25px; */
    margin-left: 70px;
    text-align: center;
    font-size: 14px;
}

section.copyright {
    background-color: #4fa9ee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center;
    /* color: white; */
    font-weight: bold;
}

.copyright p{
    margin: 0px;
    padding: 0px;
}

/* Card Animation */
.flip-card {
    background-color: transparent;
    width: 545px;
    height: 337px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;   
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

/* .flip-card-front img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
} */

.flip-card-front h2{
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    /* padding-left: 200px;
    padding-right: 200px; */
    padding-top: 140px;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flip-card-front h2 strong {
    
    color: white;
    justify-content: center;
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-back .flip-card-back-content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /*Black background with 0.5 opacity*/
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
}

/* About animation */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
/* About animation */