@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,800&display=swap');
body {
font-family: "Open Sans", sans-serif;
color: #124265;
}

p
{
    font-weight: 500;

}
a {
color: #2487ce;
text-decoration: none;
}

a:hover {
color: #469fdf;
text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
.btn
{
    background-color: #FFC107;
    color: #03346E;
}
.btn:hover
{
    background-color: #6EACDA;
    color: #ffff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 996;
background: #2487ce;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}

.back-to-top i {
font-size: 28px;
color: #fff;
line-height: 0;
}

.back-to-top:hover {
background: #3e9bdd;
color: #fff;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
    transition-delay: 0 !important;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
transition: all 0.5s;
background: #fff;
z-index: 997;
padding: 15px 0;
border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
border-color: #fff;
box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
font-size: rem;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 300;
letter-spacing: 0.5px;
font-family: "Poppins", sans-serif;
}
.hero
{
    background-image: url(../images/hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center ;
    color: #fff;
}
.hero .btn
{
    background-color: #FFC107;
    color: #03346E;
    font-size: 1.5rem;
}
.hero .btn:hover
{
    background-color: #6EACDA;
    color: #ffff;
}
#header .logo a {
color: #03346E;
}

@media (max-width: 992px) {
#header .logo {
    font-size: 28px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 1em;
color: #03346E;
white-space: nowrap;
transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #2487ce;
}

.navbar .getstarted,
.navbar .getstarted:focus {
background: #2487ce;
padding: 8px 20px;
margin-left: 30px;
border-radius: 4px;
color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #6EACDA;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: #124265;
font-size: 1.5rem;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #124265;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
    display: block;
}

.navbar ul {
    display: none;
}
}

.navbar-mobile {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(10, 38, 58, 0.9);
transition: 0.3s;
color: #fff;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 1rem;
left: 1rem;
padding: 10px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #2487ce;
}

.navbar-mobile .mobile-nav-toggle {
    position: fixed;
color: #fff;
    top: 2rem;
    right: 3rem
    
    }

.navbar-mobile .dropdown>.dropdown-active {
        display: block;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#choose{
width: 100%;
position: relative;
background: url("../img/hero-bg.jpg") top center;
background-size: cover;
position: relative;
margin-top: -10rem;

}
#choose i
{
font-size: 1.3em;
}

#choose .btn-get-started:hover {
background: #6EACDA;
}

#choose .icon-box {
padding: 50px 30px;
position: relative;
overflow: hidden;
background: #6EACDA;
color: #03346E;
box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
transition: all 0.3s ease-in-out;
border-radius: 50%;
z-index: 1;
}

#choose .icon-box .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}

#choose .icon-box .title h4 {
color: #124265;
}

#choose .icon-box .description {
font-size: 15px;
line-height: 28px;
margin-bottom: 0;
}

#choose .icon-box .icon {
margin-bottom: 20px;
padding-top: 10px;
display: inline-block;
transition: all 0.3s ease-in-out;
font-size: 36px;
line-height: 1;
color: #2487ce;
}

#choose .icon-box:hover {
transform: scale(1.10);
}

#choose .icon-box:hover .title a {
color: #2487ce;
}

@media (min-width: 1024px) {
#choose {
    background-attachment: fixed;
}
}

@media (max-height: 800px) {
#choose {
    height: auto;
}
}

@media (max-width: 992px) {
#choose {
    height: auto;
}

#choose h1 {
    font-size: 28px;
    line-height: 36px;
}

#choose h2 {
    font-size: 18px;
    line-height: 24px;
}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counter
{
    background-color: #124265;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed;
}
.employees,.customer,.design,.order
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    color: #124265;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}
/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
font-size: 15px;
}

.about-video .content h3 {
font-weight: 700;
font-size: 24px;
color: #124265;
}

.about-video .content ul {
list-style: none;
padding: 0;
}

.about-video .content ul li {
padding-bottom: 10px;
padding-left: 28px;
position: relative;
}

.about-video .content ul i {
font-size: 24px;
color: #2487ce;
position: absolute;
left: 0;
top: -2px;
}

.about-video .content p:last-child {
margin-bottom: 0;
}

.about-video .play-btn {
width: 94px;
height: 94px;
background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
overflow: hidden;
}

.about-video .play-btn::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
content: "";
position: absolute;
width: 120px;
height: 120px;
animation-delay: 0s;
animation: pulsate-btn 2s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(36, 135, 206, 0.7);
top: -15%;
left: -15%;
background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
border-left: 15px solid #2487ce;
transform: scale(20);
}

.about-video .play-btn:hover::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border: none;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 200;
animation: none;
border-radius: 0;
}

@keyframes pulsate-btn {
0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
}

100% {
    transform: scale(1, 1);
    opacity: 0;
}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
padding: 15px 0;
text-align: center;
}

.clients img {
max-width: 45%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
filter: grayscale(100);
}

.clients img:hover {
filter: none;
transform: scale(1.15);
}

@media (max-width: 768px) {
.clients img {
    max-width: 40%;
}
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

/*testimonials*/
.testimonials{padding:80px 0;background:#124265;}
.testimonials h3{margin-bottom:20px;color:#fff;font-size:75px;font-weight:700;text-transform:uppercase;opacity:.2}
.testimonials .card{border-bottom:4px #124265 solid !important;transition:0.5s;margin:60px 15px}
.testimonials .card i{background-color:#124265;color:#ffffff;width:80px;height:80px;line-height:75px;margin:-40px auto 0 auto;border-radius:3px;border:1px #fff solid}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
text-align: center;
padding: 70px 20px 80px 20px;
transition: all ease-in-out 0.3s;
background: #fff;
box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
margin: 0 auto;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
transition: ease-in-out 0.3s;
position: relative;
}

.services .icon-box .icon i {
font-size: 36px;
transition: 0.5s;
position: relative;
}

.services .icon-box .icon svg {
position: absolute;
top: 0;
left: 0;
}

.services .icon-box .icon svg path {
transition: 0.5s;
fill: #f5f5f5;
}

.services .icon-box h4 {
font-weight: 600;
margin: 10px 0 15px 0;
font-size: 22px;
}

.services .icon-box h4 a {
color: #124265;
transition: ease-in-out 0.3s;
}

.services .icon-box p {
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.services .icon-box:hover {
border-color: #fff;
box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
color: #fff;
}

.services .iconbox-blue:hover .icon path {
fill: #47aeff;
}

.services .iconbox-orange i {
color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
color: #fff;
}

.services .iconbox-orange:hover .icon path {
fill: #ffa76e;
}

.services .iconbox-pink i {
color: #e80368;
}

.services .iconbox-pink:hover .icon i {
color: #fff;
}

.services .iconbox-pink:hover .icon path {
fill: #e80368;
}

.services .iconbox-yellow i {
color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
color: #fff;
}

.services .iconbox-yellow:hover .icon path {
fill: #ffbb2c;
}

.services .iconbox-red i {
color: #ff5828;
}

.services .iconbox-red:hover .icon i {
color: #fff;
}

.services .iconbox-red:hover .icon path {
fill: #ff5828;
}

.services .iconbox-teal i {
color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
color: #fff;
}

.services .iconbox-teal:hover .icon path {
fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
background: #2487ce;
background-size: cover;
padding: 60px 0;
}

.cta h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}

.cta p {
color: #fff;
}

.cta .cta-btn {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 35px;
border-radius: 5px;
transition: 0.5s;
margin-top: 10px;
border: 2px solid #fff;
color: #fff;
}

.cta .cta-btn:hover {
background: #fff;
color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio
{
    background-color: #03346E;
    color: #fff;
}
.portfolio .portfolio-item {
margin-bottom: 30px;
}

.portfolio #portfolio-flters {
padding: 0;
margin: 0 auto 35px auto;
list-style: none;
text-align: center;
border-radius: 50px;
padding: 2px 15px;
}

.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
padding: 10px 15px 8px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #444444;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}

.portfolio .portfolio-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
}

.portfolio .portfolio-wrap::before {
content: "";
background: rgba(36, 135, 206, 0.6);
position: absolute;
left: 30px;
right: 30px;
top: 30px;
bottom: 30px;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
display: block;
content: "";
width: 48px;
height: 48px;
position: absolute;
top: 35px;
left: 35px;
border-top: 3px solid #fff;
border-left: 3px solid #fff;
transition: all 0.5s ease 0s;
z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
display: block;
content: "";
width: 48px;
height: 48px;
position: absolute;
bottom: 35px;
right: 35px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
transition: all 0.5s ease 0s;
z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
font-size: 20px;
color: #fff;
font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
text-align: center;
z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
color: rgba(255, 255, 255, 0.6);
margin: 0 2px;
font-size: 28px;
display: inline-block;
transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
top: 15px;
left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
bottom: 15px;
right: 15px;
}






/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.info {
width: 100%;
color: #fff;
}
.contact
{
    background-image: url(../images/contact-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
   

}

.info i {
font-size: 20px;
color: #2487ce;
float: left;
width: 44px;
height: 44px;
background: #e3f0fa;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}

.info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
color: #03346E;
}
.contact h2,h6
{
    color: #fff;
}
.info p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 14px;
color: #03346E;
}
.spam { display:none;}

.info .email,
.info .phone {
margin-top: 40px;
}

.info .email:hover i,
.info .address:hover i,
.info .phone:hover i {
background: #2487ce;
color: #03346E;
}


@keyframes animate-loading {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}



/* Footer*/
#footer {
color: #fff;
font-size: 14px;
background: #f8fbfe;
box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
padding: 60px 0 30px 0;
background: #03346E;
color: #fff;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
font-size: 26px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 300;
}

#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: bold;
color: #fff;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #2487ce;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
color: #2487ce;
}

#footer .footer-newsletter {
font-size: 15px;
}

#footer .footer-newsletter h4 {
font-size: 16px;
font-weight: bold;
color: #444444;
position: relative;
padding-bottom: 12px;
}

#footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 5px;
text-align: left;
border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
position: absolute;
top: -1px;
right: -2px;
bottom: -1px;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px 2px 20px;
background: #2487ce;
color: #fff;
transition: 0.3s;
border-radius: 0 5px 5px 0;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
background: #6EACDA;
}

#footer .credits {
padding-top: 5px;
font-size: 13px;
color: #444444;
}

#footer .social-links a {
font-size: 18px;
display: inline-block;
background: #2487ce;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 5px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}

#footer .social-links a:hover {
background: #124265;
color: #fff;
text-decoration: none;
}
/*marquee*/
.marquee{width:100%;margin:0 auto;overflow:hidden;white-space:nowrap;box-sizing:border-box;animation:marquee 50s linear infinite;color:#124265}
.marquee:hover{animation-play-state:paused}
/* Make it move */@keyframes marquee{0%{text-indent:27.5em}
100%{text-indent:-105em}
}