@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Cinzel:wght@400..900&family=Croissant+One&family=Jost:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Metal+Mania&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');
:root{
    --bs-primary: #2a9ac6;
    --bs-secondary: #14646d;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-body-font-family: "Outfit", sans-serif;
    --bs-header-font-family: "Outfit", sans-serif;
    --bs-light-bg: #F5F5F5;
    --bs-box-shadow: 0 0 15px #343a4044;
    --bs-white25:#ffffff34;
    --bs-border-radius-primary: 15px;
}

body
{
    font-family: var(--bs-body-font-family);   
}
.btn-primary
{
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
    text-transform: uppercase;
}
.btn-primary:hover
{
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* navbar */

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    /* background-color: var(--bs-light-bg); */
    position: sticky;
    z-index: 3;
    top: 0;
    /* box-shadow: var(--bs-box-shadow); */
}
.primary-logo
{
    width: 200px;
}
.active
{
    color: var(--bs-primary) !important;
}


a.nav-link {
    font-size: 20px;
}

/* banner-section */

.banner-section
{
    background-color: black;
    background-image: url(../img/banners/banner1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bs-white);
    min-height: 100vh;
    margin-top: -90px;
}


.bg-white-section {
    background-image: url(../img/banners/bg-white-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form-body {
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: var(--bs-border-radius-primary);
}

.banner-form-inner-body {
    padding: 20px;
    border-radius: var(--bs-border-radius-primary);
    background: var(--bs-white);
    
}
input.form-control.banner-input {
    height: 45px !important;
    background-color: var(--bs-light-bg) !important;
}
select.form-select.banner-input {
    height: 45px;
    background-color: var(--bs-light-bg) !important;
}
textarea.form-control.banner-input
{
    background-color: var(--bs-light-bg) !important;
}


h1.banner-heading {
    padding-bottom: 15px;
    
    font-family: var(--bs-header-font-family);
    font-size: 72px;
    font-weight: 800;
}
p.banner-body-text {
    font-size: 22px;
}



@media only screen and (max-width: 767px) {
    p.banner-body-text {
        font-size: 22px;
        padding-bottom: 30px;
    }
    .banner-body {
        padding: 60px 0;
    }
}
button.btn.btn-primary.active {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

/* About section */

.about-img-1
{
    border-radius: var(--bs-border-radius-primary);
}

span.span-heading {
    color: var(--bs-primary);
    font-weight: 800;
    padding-bottom: 0px;
    border-bottom: 3px solid var(--bs-gray);
}
.header-font
{
    font-family: var(--bs-header-font-family);
    text-transform: uppercase;
}

.count-body {
    padding: 30px 20px;
    background-color: var(--bs-light-bg);
    text-align: center;
    border-radius: var(--bs-border-radius-primary);
}

.col-6.col-lg-3.count-side-line {
    border-right: 1px solid;
    border-color: var(--bs-primary);
}


@media only screen and (max-width: 767px) {
    .col-6.col-lg-3.count-side-line {
        border-right: none;
        
    }
}


/* services-section */

.services-section
{
    background-image: url(../img/banners/banner1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bs-white);
    
}

img.our-service-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 30px;
}
.text-gray-dark{
    color: var(--bs-gray-dark);
}


h3.header-font{
    font-size: 20px;
}



/* What Clients Say About Us */

.testimonial-section
{
    background-image: url(../img/banners/banner1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bs-white);
    
}

.testimonial-bubble {
    position: relative;
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius-primary);
    
    text-align: center;
    /* box-shadow: 0 0 10px 0 #555; */
    margin: 15px;
    color: var(--bs-gray-dark);
}
  
/* .testimonial-bubble:before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #ddd transparent transparent transparent;
} */

.testimonial-text {
/* margin-bottom: 20px; */
padding: 30px;
}
  

.testimonial-info-body
{
    background-image: url(../img/tstimonial-info-body.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--bs-border-radius-primary);
    color: var(--bs-white);
}

  
.testimonial-author {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}
  
.testimonial-author img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    
}
  
.testimonial-author h3 {
font-size: 18px;
}
  
.testimonial-author p {
font-size: 14px;
color: #999;
margin-bottom: 0;
}

button.slick-prev.slick-arrow {
    padding: 10px !important;
    text-align: center !important;
   
    border-radius: 50% !important;
    border: none !important;
    
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
    position: absolute !important;
    top: 40% !important;
    left: -10px !important;
    z-index: 1 !important;
}

button.slick-next.slick-arrow {
    padding: 10px !important;
    text-align: center !important;
   
    border-radius: 50% !important;
    border: none !important;
    
    background-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
    position: absolute !important;
    top: 40% !important;
    right: -10px !important;
    z-index: 1 !important;
}
button.slick-prev.slick-arrow img , button.slick-next.slick-arrow img {
    width: 50px;
}

/* footer section */
.footer-section
{
    background-color: var(--bs-light-bg);
}

.footer-heading
{
    color: var(--bs-primary);
}
ul li a
{
    text-decoration: none !important;
    color: var(--bs-gray-dark) !important;
}

/* Methodology section */

.Methodology
{
    background-color: var(--bs-light-bg);

}

/* tect-stack */

.clients-wrap {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.client-logo {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    height: 140px;
}


/* faq-img */
.faq-img
{
    position: sticky;
    top: 100px;
}
.accordion-button:focus {
    z-index: 1;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* why-choose-us-img  */
.why-choose-us-img {
    width: 40px;
    margin-right: 10px;
}
.wcu-heading {
    color: var(--bs-secondary);
}

.secondary-bg-color {
    background-color: var(--bs-secondary);
    border-radius: 15px;
}
.btn-secondary {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
    border: none;
    text-transform: uppercase;
}
.btn-secondary:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.justify {
    text-align: justify !important;
}
.d-flex.p-4.contect-mail, .d-flex.p-4.contect-call {
    border: 2px solid var(--bs-secondary);
    border-radius: var(--bs-border-radius-primary);
}

.contact-form-body {
    border-radius: var(--bs-border-radius-primary);
    background-color: var(--bs-light-bg);
    /* border: 1px solid var(--bs-gray); */
    padding: 20px;
}
.contact-form-inner-body {
    border-radius: var(--bs-border-radius-primary);
    background-color: var(--bs-white);
    /* border: 1px solid var(--bs-gray); */
    padding: 20px;
}



/* New Code */

.center_head {
  
  position: relative;
  
}

/* .center_sub {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

h1 span , h2 span , h3 span , h4 span , h5 span , h6 span
{
    font-weight: 100;
}
.container-fluid{
    max-width: 1799px !important;
}
.row.banner-body {
    padding-top: 20%;
    padding-bottom: 60px;
}

ul.dropdown-menu.show {
    position: static !important;
    transform: none !important;
    margin-bottom: 10px !important;
}

img.btn-banner:hover{
    opacity: 0.7;
}

.v-text-body {
    rotate: 270deg;
    position: fixed;
    bottom: 160px;
    color: #C5C5C5;
    left: -25px;
}

img.scroll-d {
    position: absolute;
    bottom: 85px;
    right: 120px;
    width: 120px;
}
img.scroll-d:hover {
    opacity: 0.7;
}

.navbar.scrolled {
    background-color: #000000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.bg-logo
{
    position: relative;
    width: 324px;
    animation: mymove 10s infinite;
}
.container.paddingtb {
    padding-top: 90px;
    padding-bottom: 90px;
}


section.key-feature-section {
    background-color: black;
    color: white;
}
.box
{
    text-align: start !important;
}
.box h3 {
    font-size: 20px;
}

p {
    font-size: small;
    font-weight: 200;
}
.btn-rarrow
    {
        width: 50px;
}

.box-border{
    border: 1px solid #565353;
    border-bottom: none;
}

.box-border:hover{
    border-top: 3px solid var(--bs-primary);
    border-bottom: none;
}
.testimonial-text {
    height: 180px;
    overflow: auto;
    cursor: pointer;
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* Internet Explorer and Edge */
}

/* Chrome, Safari, and newer Edge */
.testimonial-text::-webkit-scrollbar {
    display: none;
}


@keyframes mymove {
  from {left: 0px;}
  to {left: 250px;}
}

.count-body {
    margin-top: -100px;
    position: relative;
}

.light-gray
{
    color: #606060;
}




@media only screen and (max-width: 991px) {
    h1.banner-heading {
    padding-bottom: 15px;
    font-family: var(--bs-header-font-family);
    font-size: 28px !important;
    font-weight: 800;
    }
    p.banner-body-text {
        font-size: 18px;
    }
    img.btn-banner {
        width: 120px;
    }
    .row.banner-body {
 
        padding-top: 50%;
        padding-bottom: 60px;
    }
    img.btn-menu {
        width: 45px;
    }
    
    .container.paddingtb {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1420px) and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 900px !important;
    }
    .row.banner-body {
        padding-top: 12%;
        padding-bottom: 60px;
    }
    h1.banner-heading {
        padding-bottom: 15px;
        font-family: var(--bs-header-font-family);
        font-size: 48px;
        font-weight: 800;
    }
    p.banner-body-text {
        font-size: 18px;
    }
    img.btn-banner {
        width: 150px;
    }
    img.btn-menu {
        width: 45px;
    }
    
    .container.paddingtb {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 700px !important;
    }
    .row.banner-body {
        padding-top: 40%;
        padding-bottom: 60px;
    }
    h1.banner-heading {
        padding-bottom: 15px;
        font-family: var(--bs-header-font-family);
        font-size: 42px;
        font-weight: 800;
    }
    p.banner-body-text {
        font-size: 18px;
    }
    img.btn-banner {
        width: 130px;
    }
    img.btn-menu {
        width: 45px;
    }
    
    .container.paddingtb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1421px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1024px !important;
    }
}

