@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

html {
    overflow-x: hidden;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background: #F9FBFF;
    color: #07527C;
    overflow: hidden;
}

 /* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

#navbar-mobile {
    display: none;
}
/* .home .header {
    position: absolute;
    width: 100%;
} */
.sticky {
	position: fixed !important;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 2px 16px 0px grey;
	background: #fff;
}
.sticky .desktop-nav ul li a {
	color: #000;
}
ul {
    list-style: none;
}
a {
    transition: .2s ease all;
}
a:hover,
.nav-top ul li a:hover {
    text-decoration: none;
    color: #829EBE;
}
.nav-top ul li a.active, #accordion a.active {
    color: #829EBE;
}
.desktop-nav  {
    margin-top: 10px;
    margin-bottom: 10px;
}
.desktop-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.nav-top ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-top ul li {
    margin-left: 30px;
}

.nav-top ul li a {
    color: #000;
}
.logo {
    max-width: 150px;
}
img {
    width: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
}

/* Whatsapp Button */
.float-button.whatsapp {
	transition: all .25s ease-in-out;
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 0 3em 3em 0;
	border-radius: 50%;
	padding: .25em;
	width: 60px;
	height: 60px;
	background-color: rgb(77, 175, 80) !important;
	z-index: 9999;
	animation: ring;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	/* animation: ring 1.5s infinite; */
	border: solid transparent;
}

@keyframes ring {
	0% {
		width: 60px;
		height: 60px;
		opacity: 1;
		transform: rotate(360deg);
	}
	25%  {
		opacity: 0.8;
		transform: rotate(0deg);
	}
	50%  {
		width: 60px;
		height: 60px;
		opacity: 1;
	}
	75% {
	}
	100% {
		width: 60px;
		height: 60px;
		opacity: 1;
	}
}

.float-button.whatsapp .fa-whatsapp {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
}

/* Footer */
#footer {
    background: #07527C;
    padding-top: 50px;
}
#footer p,
#footer a {
    color: #fff;
}

#footer img {
    width: auto;
    max-width: 150px;
}
h5 {
    color: #fff;
    font-weight: 600;
}
p {
    font-weight: 400;
}

/* Home About Us */
.section-padding {
    padding: 50px;
}
#about-us {
    text-align: center;
}
h1 {
    font-weight: 800;
    color: #829EBE;
}
h1 span{
    color: #07527C;
}
a.btn {
    background: #07527C;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
}
button {
    color: #fff!important;
    background: #07527C;
    padding: 10px 20px;
    transition: 0.3s!important;
}
a.btn:hover, button:hover {
    background: #053f61;
    color: #fff;
}
#about-us p {
    margin: 30px 0;
}
.text-white {
    color: white;
}
.country {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.country img {
    margin: 0 20px;
}

/* Home Page */
.home-main-image .home-banner {
    display: block;
}

.home-main-image .mobile-banner {
    display: none;
}

.slick-dots li button {
    background: 0 0!important;
}

/* Home Vision Mission */
.relative {
    position: relative
}
.absolute {
    position: absolute;
}
#vision-mission img {
    width: 100%;
}
#vision-mission .absolute {
    bottom: 50px;
    max-width: 20vw;
    height: 207px;
    right: 20%
}
#vision-mission .absolute.left {
    right: auto;
    left: 20%
}
h2, h3 {
    font-weight: 600;
}
#vision-mission p {
    text-align: justify;
}

/* Home Services */
#services {
    text-align: center;
}
#services .row {
    margin-top: 50px;
}
#services .relative {
    height: 260px;
    background: #829EBE;
    display: flex;
    align-items: center;
    transition: .2s ease all;
    margin-top: 100px;
    justify-content: center;
}
#services img.hover {
    display: none;
    transition: .2s ease all;
}
#services .absolute {
    width: 100%;
    top: -65px;
}
#services .relative:hover {
    background: #07527C;
    transform: scale(1.1)
}
#services .relative:hover img.no-hover {
    display: none;
}
#services .relative:hover img.hover {
    display: initial;
}
#services h4 {
    padding: 15px;
}

/* Home Workers */
#workers {
    text-align: center;
    background: #DBE2EA;
}
#workers .worker-slider {
    margin-top: 50px;
}
.slick-dots {
    position: relative;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #07527C;
}

/* Home Clients */
#clients {
    text-align: center;
}
#clients .client-slider {
    margin-top: 50px;
}
.w-100 {
    width: 100%;
}

/* About Us Page */
.banner .absolute {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.section-2 {
    padding-left: 0;
    padding-right: 0;
}
.section-2 .absolute {
    top: 0;
    width: 100%;
    z-index: -1;
}
.section-2 .absolute .bg-box {
    background: #DBE2EA;
    height: 700px;
}
.section-2 .wrapper {
    max-width: 690px;
    margin: auto;
    padding-top: 50px; 
}
.section-2 .wrapper h3 {
    margin-bottom: 30px;
}
#messages .bg-box {
    background: #829FBF;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 100px;
}

/* Contact Us */
.submit-contact-us-btn {
    color: #fff!important;
    background: #07527C!important;
    transition: 0.3s!important;
}
.submit-contact-us-btn:hover {
    background: #053f61!important;
    color: #fff;
}

/* Responsive */
@media (max-width: 1280px) {
    #vision-mission .row {
        justify-content: center;
    }
    #vision-mission .col-md-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin-bottom: 50px;
    }
    #vision-mission .absolute {
        max-width: 40%;
    }
}
@media (max-width: 991px) {
    .desktop-nav {
        display:none;
    }
    .header {
        top: 0;
        padding: 10px 0;
        transition: .3s ease all;
        position: initial;
    }
    #navbar-mobile {
        display: block;
        padding: 0;
        margin: 0; 
    }
    .burger-container {
        position: absolute;
        right: 25px;
        top: 32px;
        display: flex;
        align-items: center;
        color: #000;
    }
    .burger-container ul {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 2rem;
    }
    #burger {
        cursor: pointer;
    }
    #accordion {
        display: none;
        margin-top: 15px;
        background: rgba(255,255,255, 0.5);
        list-style: none;
        padding: 20px 0;
    }
    #accordion li a {
        padding: 10px;
        padding-bottom: 0;
        color: #000;
    }
    #accordion li a:active,
    #accordion li a:focus,
    .burger-container .lang .dropdown-menu a:active,
    .burger-container .lang .dropdown-menu a:focus {
        color: #000 !important;
    }
    #accordion li:first-child a {
        padding-top: 0px;
    }

    .country {
        flex-wrap: wrap;
    }
    .country img {
        margin-bottom: 20px;
    }

}
@media (max-width: 767px) {
    .home-main-image .home-banner {
        display: none;
    }
    
    .home-main-image .mobile-banner {
        display: block;
    }
    .section-padding {
        padding: 25px;
    }
    #vision-mission .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #vision-mission h2 {
        font-size: 3.5vw
    }
    #vision-mission p {
        font-size: 2.3vw;
        margin-bottom: 10%;
    }
    #vision-mission .absolute {
        bottom: 0;
        height: auto;
    }
    .slick-slide img {
        width: 100%;
    }
    #footer img {
        max-width: 210px;
        margin-bottom: 25px;
    }
    .banner img {
        height: 300px;
        object-fit: cover;
    }
    .detail-page {
        padding: 20px 0;
    }
    
    .detail-page .blue-text {
        color: #07527C;
    }
    
    .section-2 .wrapper {
        padding: 25px;
        max-width: 100%;
    }
    #messages .bg-box {
        padding: 50px;
    }

    /* Whatsapp Button */
    .float-button.whatsapp {
        width: 50px;
        height: 50px;
        margin: 0 1em 1em 0;
        animation-name: ringmobile;
        animation: ringmobile; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
}