@charset "UTF-8";
/*-- ===============================================

Product: 'Cynic || Trendy HTML Template for Digital Agencies'
Version: 3.0.1 
Author: axilweb
Date Created: July 16, 2018

==================================================== --*/

/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)

1. Custom Animations
2. Base css
3. Common css
4. Spacing
5. Typography
6. Button css
7. Form css
8. Header css
9. Banner css
10. Services css
11. About css
12. Featuered Projects css
13. Case-study css
14. Team css
15. Pricing css
16. Clients css
17. Latest News css
18. Newsletter css
19. Contact css
20. Footer css


================================================== --*/

/* -- Imported Fonts
-------------------------------------- -- */

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,400i,500,500i,600,700,800,900|Hind+Vadodara:300,400,500,600,700");
/* -- Custom Animations
------------------------------------------  -- */

/*-- Spinning loader animation --*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* -- Animation fadeIn-- */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

.fade-in {
    animation: fadeIn 1s;
}

 /* logo */
  .logo h2{
    width: 50px;
  }

/* -- Base css
-------------------------------------- -- */

/* Classes for colors */

.theme-color-a {
    color: #af46fc;
}

.theme-color-b {
    color: #f18cff;
}

.theme-color-c {
    color: #ff7cb0;
}

.theme-color-d {
    color: #e9a17b;
}

.theme-color-e {
    color: #6245fe;
}

.theme-color-f {
    color: #9a9fff;
}

.typo-color-a {
    color: #172b43;
}

.typo-color-b {
    color: #485768;
}

.typo-color-c {
    color: #69798d;
}

/* Classes for background-color */

.theme-bg-a {
    background-color: #af46fc;
}

.theme-bg-b {
    background-color: #f18cff;
}

.theme-bg-c {
    background-color: #ff7cb0;
}

.theme-bg-d {
    background-color: #e9a17b;
}

.theme-bg-e {
    background-color: #6245fe;
}

.theme-bg-f {
    background-color: #9a9fff;
}

.typo-bg-a {
    background-color: #172b43;
}

.typo-bg-b {
    background-color: #485768;
}

.typo-bg-c {
    background-color: #69798d;
}

.grad-style-ab,
.case-study .video-play-btn,
.inner-page::before,
.icon-container.grad-style-ab-light::after {
    background-image: linear-gradient(45deg, #3225a1, #34248f);
    background-repeat: repeat-x;
}

.grad-style-cd,
.pricing-block:hover .icon-container::after,
.pricing-block:hover .custom-btn,
.small-agency-case-study::before,
.small-agency-case-study::after,
.featured-item::before,
.body-bg-style-2.inner-page::before,
.banner::before,
.banner::after,
.icon-container.grad-style-cd-light::after {
    /* background-image: linear-gradient(45deg, #003366, #003366); */
    background-repeat: repeat-x;
}

.grad-style-ef,
.small-agency-case-study::after,
.body-bg-style-3.inner-page::before,
.icon-container.grad-style-ef-light::after {
    background-image: linear-gradient(45deg, #9f9fc4, #003366);
    background-repeat: repeat-x;
}

.grad-style-ab-light {
    background-image: linear-gradient(45deg, #fcf1ff, #faefff);
    background-repeat: repeat-x;
}

.grad-style-cd-light {
    background-image: linear-gradient(45deg, #fff3f6, #fef5f5);
    background-repeat: repeat-x;
}

.grad-style-ef-light {
    background-image: linear-gradient(45deg, #f1efff, #f3f3ff);
    background-repeat: repeat-x;
}

.txt-grad-ab {
    background: linear-gradient(45deg, #f18cff, #af46fc);
    -webkit-background-clip: text;
    color: transparent;
}

.txt-grad-cd,
.pricing-block:hover .price {
    background: linear-gradient(45deg, #e9a17b, #ff7cb0);
    -webkit-background-clip: text;
    color: transparent;
}

.txt-grad-ef,
.filter-button:hover,
.filter-button.is-checked,

.common-list-items li i {
    background: linear-gradient(45deg, #9a9fff, #6245fe);
    -webkit-background-clip: text;
    color: transparent;
}

.ml-auto {
    margin-left: auto !important;
}

@media only screen and (min-width: 768px) {
    .ml-md-auto {
        margin-left: auto !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media only screen and (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
}

@media only screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
}

/* -- Common css -- */

body {
    overflow-x: hidden;
   
}

.container {
    max-width: 1230px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row h1{
    color: #003366;
    font-size: 60px;
   margin-bottom: 40px
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}



section {
    position: relative;
}

.section-padding {
    padding: 5rem 0 3.5rem;
}

.grey-bg {
    background-color: #172b43;
}

.grey-bg h1,
.grey-bg h2,
.grey-bg h3,
.grey-bg h4,
.grey-bg h5,
.grey-bg h6,
.grey-bg p {
    color: #fff;
}

.light-grey-bg {
    background-color: #fcfdff;
}

a,
button,
img,
a:focus,
button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.icon-container {
    width: 135px;
    height: 110px;
    border-radius: 110px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(150deg);
    margin-bottom: 4.5rem;
    position: relative;
}

.icon-container i {
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
    transform: rotate(-150deg);
    transition: all 0.5s;
}

.icon-container::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 110px;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.slick-track {
    display: flex;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
}

.slick-dots {
    display: none !important;
}

.slick-arrow {
    width: 60px;
    height: 30px;
    display: block;
    top: auto;
    bottom: -78px;
    background-color: red;
    transition: all 0.3s;
}

.slick-prev {
    background: url(../images/icon/slick-arrow-left.png) center center no-repeat;
    left: auto;
    right: 60px;
}

.slick-next {
    background: url(../images/icon/slick-arrow-right.png) center center no-repeat;
    left: auto;
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../images/icon/slick-arrow-left.png) center center no-repeat;
}

.slick-next:hover,
.slick-next:focus {
    background: url(../images/icon/slick-arrow-right.png) center center no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.5;
}

/* .modal {
    z-index: 99999999;
    background: #fef4f5;
    padding: 60px 15px !important;
} */

.modal-header {
    border: none;
    padding: 0;
}

.modal-dialog {
    width: 100%;
    max-width: 1230px;
}

/* .modal .modal-content {
    padding: 75px 75px 40px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    z-index: 1;
} */

.modal .modal-content h3 {
    margin-bottom: 15px;
}

.modal .modal-content h3 span {
    display: block;
    font-family: "Hind Vadodara", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #69798d;
    font-weight: 300;
    margin-bottom: 4px;
}

.modal .modal-content h4 span {
    display: block;
    font-family: "Hind Vadodara", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #69798d;
    font-weight: 300;
    margin-bottom: 4px;
}

.modal .modal-content p:last-child {
    margin-bottom: 10px;
}

.get-a-quote-modal .modal-content {
    background-color: transparent;
    padding: 20px 0;
}

.get-a-quote-modal .contact-wrapper.contact-page-form-wrapper,
.get-a-quote-modal .contact-info.floating-contact-info {
    margin-bottom: 0;
}

.get-a-quote-modal .contact-wrapper h3 {
    margin-bottom: 3.2rem;
}

a:hover {
    color: #ff7cb0;
}

.modal.show .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.modal button.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 1.6rem;
    background-color: transparent;
}

.modal button.close span {
    display: none;
}

.get-a-quote-modal button.close {
    right: 9rem;
    z-index: 9;
}

.modal-body {
    padding: 0;
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
    transform: translate(-50%, -50%);
}

.modal-feat-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.8rem;
    border-radius: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.carousel-control-next,
.carousel-control-prev {
    transition: all 0.5s;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background: #172b43;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
    border-top: none;
    border-bottom: none;
}

.carousel-indicators [data-bs-target].active {
    background: #172b43;
    opacity: 1;
}

/* --Spacing-- */

.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.m-55 {
    margin: 55px;
}

.m-60 {
    margin: 60px;
}

.m-65 {
    margin: 65px;
}

.m-70 {
    margin: 70px;
}

.m-75 {
    margin: 75px;
}

.m-80 {
    margin: 80px;
}

.m-85 {
    margin: 85px;
}

.m-90 {
    margin: 90px;
}

.m-95 {
    margin: 95px;
}

.m-100 {
    margin: 100px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-100 {
    margin-right: 100px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-0 {
    margin: 0;
}

.m-l-5 {
    margin: 5px;
}

.m-l-10 {
    margin: 10px;
}

.m-l-15 {
    margin: 15px;
}

.m-l-20 {
    margin: 20px;
}

.m-l-25 {
    margin: 25px;
}

.m-l-30 {
    margin: 30px;
}

.m-l-35 {
    margin: 35px;
}

.m-l-40 {
    margin: 40px;
}

.m-l-45 {
    margin: 45px;
}

.m-l-50 {
    margin: 50px;
}

.m-l-55 {
    margin: 55px;
}

.m-l-60 {
    margin: 60px;
}

.m-l-65 {
    margin: 65px;
}

.m-l-70 {
    margin: 70px;
}

.m-l-75 {
    margin: 75px;
}

.m-l-80 {
    margin: 80px;
}

.m-l-85 {
    margin: 85px;
}

.m-l-90 {
    margin: 90px;
}

.m-l-95 {
    margin: 95px;
}

.m-l-100 {
    margin: 100px;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.p-55 {
    padding: 55px;
}

.p-60 {
    padding: 60px;
}

.p-65 {
    padding: 65px;
}

.p-70 {
    padding: 70px;
}

.p-75 {
    padding: 75px;
}

.p-80 {
    padding: 80px;
}

.p-85 {
    padding: 85px;
}

.p-90 {
    padding: 90px;
}

.p-95 {
    padding: 95px;
}

.p-100 {
    padding: 100px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-100 {
    padding-left: 100px;
}

/* -- Typography
-------------------------------------- -- */

html {
    font-family: "Hind Vadodara", sans-serif;
    font-size: 10px;
}

body,
p {
    font-family: "Hind Vadodara", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
     color: #69798d; 
    font-weight: 300;
}
/* 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", sans-serif;
    color: #172b43;
    line-height: 1.4;
} */

/* h1 {
    font-size: 6rem;
    font-weight: 900;
}

h2 {
    font-size: 4.8rem;
    font-weight: 900;
    margin-bottom: 2.1rem;
}

h3 {
    font-size: 3.6rem;
    font-weight: 900;
}

h4 {
    font-size: 3rem;
    font-weight: 700;
}

h5 {
    font-size: 2.4rem;
    font-weight: 700;
}

h6 {
    font-size: 1.8rem;
    font-weight: 700;
}

.section-subheading {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #485768;
}

.small-heading {
    font-size: 3.6rem;
}

.content-block__sub-title {
    display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #69798d;
    font-weight: 300;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1.9rem;
} */

/* -- Button css
-------------------------------------- -- */

.custom-btn {
    max-width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    transition: all 0.5s;
}


.btn-big {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 1.6rem 3rem;
}

.btn-mid {
    font-size: 1.4rem;
    line-height: 30px;
    padding: 1rem 3rem;
}

.btn-small {
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0.5rem 2.5rem;
}

.btn-full {
    width: 100%;
    max-width: 39rem;
}

.custom-btn:hover,
.custom-btn.active {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.video-play-btn {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    padding-left: 7px;
    color: #6245fe;
    transition: all 0.5s;
    outline: none;
}

.video-play-btn:hover {
    color: #6245fe;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
}

.video-play-btn svg {
    margin-right: 5px;
}

.text-only-btn {
    display: inline-block;
    color: #6245fe;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 0.7rem;
}

.text-only-btn i {
    vertical-align: middle;
    margin-left: 0.5rem;
}

.text-only-btn:hover {
    text-decoration: none;
}

/* -- Form css
-------------------------------------- -- */

::placeholder {
    color: #69798d !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #69798d !important;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #69798d !important;
    opacity: 1;
}

input,
textarea {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 1.5rem 2rem;
    color: #69798d;
    background: transparent;
    border: 2px solid #f1f0ff;
    border-radius: 5px;
    transition: all 0.5s;
}
/* 
input:hover,
input:focus,
textarea:hover,
textarea:focus {
    outline: none;
    border-color: #070a88;
} */


/* Contact Us Section */


/*  Us Section */

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

input:focus, textarea:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
} */



/* -- Banner css
-------------------------------------- -- */

.banner {
    position: relative;
}

.banner::before,
.banner::after {
    content: " ";
    width: 68vw;
    height: 68vw;
    transform: rotate(260deg);
    position: absolute;
    top: -40%;
    right: -20%;
    border-radius: 50%;
    outline: 1px solid transparent;
    z-index: -2;
}

.banner::after {
    background: #fff url(../images/banner/positive-adult-women-working-together.jpg) center center no-repeat;
    background-size: cover;
    top: -46%;
    right: -20%;
    transform: rotate(0deg);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}

.small-agency-home-header-bg::after {
    background: #fff url(../images/banner/positive-adult-women-working-together.jpg) center center no-repeat;
    background-size: cover;
    background-position: calc(100% - 120px) 394px;
    top: -46%;
    right: -20%;
}

.banner-content {
    padding: 380px 0 250px;
    text-align: left;
   
}
.banner-content h1{
  font-size: 50px;
  color: #003366;
}
.banner-content p {
    font-family: "Hind Vadodara", sans-serif;
    font-size: 1.8rem;
    line-height: 3rem;
    color: rgb(105, 121, 141);
    font-weight: 300;
}
.banner-content .custom-btn {
    margin-top: 2rem;
}
.bg-shape {
    position: absolute;
    z-index: -1;
    opacity: 0.9;
    max-width: 100% !important;
}

.shape-home-banner {
    left: 3%;
    top: 19rem;
}

h1 {
    margin-bottom: 1.1rem;
}


/* -- inner-page-banner css -- */

.inner-page {
    position: relative;
}

.inner-page::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 70vh;
    display: block;
    z-index: 1;
}

.page-wrapper {
    position: relative;
    z-index: 2;
}

.page-wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    display: block;
    background: linear-gradient(184deg, rgba(255, 255, 255, 0) 30%, white 60%);
}

.inner-page-banner {
    padding-top: 22.5rem;
    padding-bottom: 3px;
    margin-bottom: 6.5rem;
    position: relative;
}

.inner-page-banner::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 3px;
    margin-left: -40px;
    background: #fff;
    border-radius: 10px;
}

.inner-page-banner h1 {
    color: #fff;
}

.inner-page-banner p {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #fff;
}

.inner-banner-with-btn {
    padding-bottom: 0;
}

.inner-banner-with-btn::after {
    display: none;
}

.inner-banner-with-btn .custom-btn {
    margin-top: 2rem;
}

.inner-page-shape-banner-right {
    left: auto;
    right: -11%;
    transform: rotate(90deg);
    top: -6%;
    opacity: 0.1;
}

.inner-page-shape-banner-left {
    transform: rotate(90deg);
    top: 5%;
    opacity: 0.3;
    left: -12%;
}

/* -- Services css
-------------------------------------- -- */

.content-block {
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    outline: none;
}

.content-block img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.content-block.service-box {
    padding: 5.6rem 3rem 2.2rem;
}

.content-block h5 {
    margin-bottom: 1.9rem;
    text-align: left;
}

.content-block::before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
    z-index: -2;
}

.content-block::after {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-image: linear-gradient(100deg,#003366, #003366);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    transition: all 0.5s;
}

.content-block:hover {
    text-decoration: none;
}

.content-block:hover .icon-container i {
    color: #fff;
}

.content-block:hover .icon-container::after {
    opacity: 1;
}

.content-block:hover::after {
    transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.common-list-items {
    list-style-type: none;
    padding-left: 35px;
}

.common-list-items li {
    position: relative;
    margin-bottom: 15px;
}

.common-list-items li i {
    position: absolute;
    top: 0;
    left: -35px;
    line-height: 3rem;
}

.image-with-description {
    position: relative;
}

.image-with-description img {
    border-radius: 10px;
}

.image-with-description .common-list-items {
    padding-top: 1rem;
}

.image-with-description-shape-bg {
    right: -8%;
    transform: rotate(90deg);
    top: 20%;
    z-index: 0;
}

.service-process-tab,
.location-process-tab {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.service-process-tab img,
.location-process-tab img {
    border-radius: 10px;
}

.service-process-tab .tab-pane:last-child .text-only-btn,
.location-process-tab .tab-pane:last-child .text-only-btn {
    display: none;
}



/* -- About css
-------------------------------------- -- */

.about-us {
    position: relative;
    padding: 12.1rem 0;
    margin: 10rem 0 6.5rem;
}

.about-us .bg-shape {
    right: -20%;
    bottom: -90%;
    transform: rotate(90deg);
}

.counter-wrapper {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    padding-top: 0.9rem;
}

.counter-wrapper br {
    display: none;
}

.inner-page-counter-wrapper {
    margin-bottom: 15px;
}

.inner-page-about-us {
    margin: 0;
    padding: 6.5rem 0;
}

.img-round {
    border-radius: 10px;
}

.counter-block {
    font-size: 4.8rem;
    line-height: 6.2rem;
    font-weight: 900;
}

.video-play-bg {
    position: absolute;
    margin-top: 25px;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 50%;
    margin-right: 70px;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
    z-index: 1;
}

.video-play-bg .video-play-btn {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 5;
}

.video-play-bg::after {
    content: " ";
    position: absolute;
    top: 62px;
    right: -2px;
    width: 100%;
    height: 104%;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
    background-color: #fff;
    background-image: url(../images/banner/smiling-man-wheelchair-talking-by-mobile-phone-home-office\ \(1\).jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-rad {
    align-items: flex-start;
}

.privacy-content {
    padding: 5rem 0 10.2rem;
}

/* -- Featuered Projects css
-------------------------------------- -- */

.filter-button-group {
    display: inline-block;
    margin: 1.2rem auto 3rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
    padding: 1.9rem 0;
}

.filter-button {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.8rem;
    color: #69798d;
    font-weight: 700;
    background: transparent;
    border: none;
    margin: 0 2rem;
    cursor: pointer;
}

.filter-button:focus {
    outline: none;
}

.project-showcase .grid {
    padding-top: 4rem;
    transition: all 1s;
}

.featured-project-showcase,
.blog-grid {
    padding-top: 4rem;
}

.featured-project-showcase .custom-btn {
    margin-bottom: 6rem;
}

.project-showcase .custom-btn {
    margin-bottom: 5.5rem;
}

.grid-item {
    margin-bottom: 6rem;
}

.featured-content-block h5 {
    padding: 2rem 3rem 2.1rem;
    background: #fff;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.featured-project-carousel .carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.featured-project-carousel .carousel-control-prev-icon {
    background: url(../images/icon/short-arrow-left.png) center center no-repeat;
}

.featured-project-carousel .carousel-control-next-icon {
    background: url(../images/icon/short-arrow-right.png) center center no-repeat;
}

.featured-project-modal .custom-btn {
    margin-top: 1.2rem;
}

.featured-project-modal .modal-content {
    padding: 75px;
}

.featured-project-modal .text-content {
    padding-left: 2rem;
}

.featured-project-modal-bg,
.news-modal-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(40%, 40%);
}

.featured-projects {
    position: relative;
    padding-bottom: 0.5rem;
}

.featured-projects .bg-shape {
    bottom: -10%;
    left: -10%;
    transform: rotate(90deg);
}

.featured-item {
    position: relative;
}

.featured-item::before {
    content: "featured";
    position: absolute;
    left: 15px;
    top: 3rem;
    width: 120px;
    height: 30px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 3;
}

.featured-item .img-container::after,
.featured-item .img-container::before {
    content: " ";
    position: absolute;
    top: 30px;
    left: 120px;
    display: block;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff7cb0;
}

.featured-item .img-container::after {
    transform: rotateX(180deg);
    top: 45px;
}

.portfolio {
    padding-bottom: 1.8rem;
}

.shape-project {
    left: -20%;
}

/* -- Case-study css
-------------------------------------- -- */

[class^=".grad-style-"] h2,
[class^=".grad-style-"] p {
    color: #fff;
}

.case-study {
    margin: 6.5rem 0 10rem;
    position: relative;
}

.case-study .container {
    z-index: 2;
    position: relative;
}

.case-study h2,
.case-study p {
    color: #fff;
}

.case-study .img-container img {
    position: relative;
    bottom: -40px;
}

.case-study .btn-container {
    padding-top: 2rem;
}

.case-study .video-play-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    box-shadow: none;
    margin-left: 15px;
}

.case-study .video-play-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.shape-case {
    right: -15%;
    bottom: -40%;
    z-index: 1;
    opacity: 0.2;
}

.shape-case-study {
    top: 40%;
    left: -20%;
}

.shape-case-studies-details {
    right: -15%;
    bottom: -40%;
}

.small-agency-case-study {
    position: relative;
    margin-bottom: 8.5rem;
}

.small-agency-case-study::before,
.small-agency-case-study::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -2rem;
    left: 0;
    right: 160px;
    display: block;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
}

.small-agency-case-study::after {
    bottom: 0;
}

.case-study-slider .slick-arrow {
    bottom: -52px;
}

.case-study-slider .slick-prev,
.case-study-slider .slick-prev:hover,
.case-study-slider .slick-prev:focus {
    background: url(../images/icon/slick-arrow-left-2.png) center center no-repeat;
}

.case-study-slider .slick-next,
.case-study-slider .slick-next:hover,
.case-study-slider .slick-next:focus {
    background: url(../images/icon/slick-arrow-right-2.png) center center no-repeat;
}

.case-study-content {
    padding-top: 8rem;
    margin-bottom: 1rem;
    position: relative;
}

.case-study-content img {
    border-radius: 10px;
}

.case-study-showcase {
    padding-top: 1.5rem;
}

.case-study-showcase [class*=col-] {
    padding: 0 45px;
    margin-bottom: 6rem;
}

.case-study-showcase .custom-btn {
    margin-bottom: 6rem;
}

.case-study-content-block .txt-content {
    padding: 2rem 3rem 1.2rem;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.case-study-content-block .txt-content h5 {
    margin: 1.2rem 0;
}

.case-study-challenge-bg {
    position: absolute;
    top: 0;
    right: -240px;
    opacity: 0.6;
}

.case-study-solutions-bg {
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

.scoreboard .scores {
    padding-left: 9rem;
    padding-right: 2rem;
    position: relative;
}

.scoreboard [class^=col-]:not(:last-child) .scores::after {
    content: " ";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 2px;
    right: 0;
    display: block;
    background: #edf7ff;
}

.scoreboard .score {
    padding-left: 50px;
    font-size: 2.4rem;
    line-height: 4rem;
    color: #485768;
    margin-bottom: 2.2rem;
    position: relative;
}

.scoreboard .score i {
    font-size: 1.5rem;
    width: 3rem;
    line-height: 3rem;
    background: #f2f2ff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #6245fe;
    position: absolute;
    top: 7px;
    left: 0;
}

.modal .modal-content .scoreboard h3 {
    margin-bottom: 29px;
}

.case-studies-grid-wrapper {
    padding-bottom: 0.5rem;
}

.image-with-description-block {
    padding: 6.5rem 0 6.5rem;
}

.scroreboard-wrapper {
    max-width: 102rem;
    margin: 0 auto;
    padding: 2.5rem 0 0.6rem;
}

.scroreboard-wrapper [class*=col-]:nth-of-type(odd) .scoreboard-content::after {
    content: " ";
    position: absolute;
    top: 2rem;
    right: -15px;
    bottom: 2rem;
    background: #edf7ff;
    display: block;
    width: 2px;
}

.scoreboard-content {
    padding-left: 8rem;
    position: relative;
}

.scoreboard-content>div {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #485768;
    font-weight: 500;
    margin-bottom: 2.2rem;
    padding-left: 5rem;
    position: relative;
}

.scoreboard-content>div i {
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    color: #af46fc;
    background: #f2f1ff;
    border-radius: 50%;
}

.inner-page-case-studies {
    padding-bottom: 0.5rem;
}

.slick-slide {
    outline: none;
}

/* -- Team css
--------------------------------- -- */

.team {
    padding-bottom: 102px;
    position: relative;
}

.team .bg-shape {
    top: -40%;
    left: -20%;
}

.team .bg-shape.shape-2 {
    left: auto;
    right: -30%;
    top: 0;
    transform: scale(1.5) rotate(90deg);
}

.common-slider {
    position: relative;
    left: calc( (100% - 1250px) / 2);
    padding-top: 3.1rem;
}

.common-slider .item {
    padding: 0 25px;
    outline: none;
    border: none;
}

.common-slider .item h5 {
    padding-top: 2.9rem;
}

.common-slider .item h5 a {
    color: #172b43;
}

.common-slider .item h5 a:hover {
    text-decoration: none;
}

.common-slider .item h5 span {
    margin-top: 1.1rem;
}

.common-slider .slick-prev {
    right: 40%;
}

.common-slider .slick-next {
    right: 36%;
}

.team-content-block {
    height: auto;
    padding: 0;
    background: transparent;
}

.team-content-block::before {
    box-shadow: none;
}

.team-content-block img {
    width: 100%;
    border-radius: 10px;
}

.team-content-block:hover::after {
    transform: rotate(2deg) translateX(-5px) translateY(20px);
}

.team-grid-wrapper {
    padding-bottom: 0.5rem;
}

.team-grid {
    padding: 1.5rem 0 0;
}

.team-grid .item {
    margin-bottom: 4.1rem;
}

.team-grid h5 {
    padding-top: 2.9rem;
}

.team-grid h5 a {
    color: #172b43;
    transition: all 0.5s;
}

.team-grid h5 a:hover {
    text-decoration: none;
    color: #ff7cb0;
} 

.team-grid h5 span {
    padding-top: 1.1rem;
}

.team-modal .modal-dialog {
    max-width: 450px;
}

.team-modal-bg {
    position: absolute;
    top: -10%;
    left: -20px;
}

.team-modal .modal-content h4 {
    padding-bottom: 10px;
    margin-bottom: 28px;
    border-bottom: 2px solid #edf7ff;
}

.team-modal .modal-content h4 span {
    line-height: 2.4rem;
}

.team-modal .modal-body {
    text-align: center;
}

.team-modal .modal-body .modal-feat-img {
    margin-bottom: 2.5rem;
}

.team-modal .modal-content {
    padding: 4rem 6.5rem 1rem;
}

.team-modal .social-icons {
    text-align: center;
    padding-left: 0;
    padding-top: 1.2rem;
    margin-bottom: 3rem;
}

.team-modal .social-icons li {
    display: inline-block;
    margin: 0 8px;
    background: #f1efff;
    border-radius: 5px;
    transition: all 0.5s;
}

.team-modal .social-icons li a {
    color: #6245fe;
    background: transparent;
}

/* -- Pricing starts
-------------------------------- -- */

.pricing {
    background: url(../images/pricing-bg-shape.png) center calc(100% + 420px) no-repeat;
    background-size: 100% auto;
}

.pricing-wrapper {
    padding-top: 102px;
}

.pricing-wrapper [class^=col-] {
    margin-bottom: 3rem;
}

.pricing-block {
    padding: 9.5rem 4rem 4rem;
    position: relative;
}

.pricing-block::after {
    display: none;
}

.pricing-block .icon-container {
    position: absolute;
    left: 50%;
    top: -90px;
    transform: rotate(150deg) translateX(50%);
}

.pricing-block .price {
    font-family: "Fira Sans", sans-serif;
    font-size: 6rem;
    line-height: 1.6;
    font-weight: 900;
    padding-top: 2px;
    padding-bottom: 3px;
}

.pricing-block div,
.pricing-block h6 {
    width: 100%;
}

.pricing-block .custom-btn {
    width: 100%;
    margin-top: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.facilities>div {
    font-weight: 400;
    line-height: 3rem;
    padding: 1.7rem 0;
    border-bottom: 2px solid #edf7ff;
}

.facilities>div:last-child {
    margin-bottom: 4rem;
}

.inner-page-pricing {
    background: transparent;
}

.inner-page-pricing .pricing-wrapper {
    padding-top: 128px;
    padding-bottom: 3.5rem;
}

/* -- Clients
-------------------------------- -- */

.clients-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.clients .client {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
    margin: 25px 0;
    align-self: center;
    /* Firefox 28+, Opera 12.10, IE Not supported. */
}

/* -- Latest News css
-------------------------------------- -- */

/* .light-grey-grad {
    background-image: linear-gradient(to bottom, #fcfdff, #f9fcff);
    background-repeat: repeat-x;
}

.news-slider {
    padding-bottom: 6rem;
}

.news-slider .item {
    margin-bottom: 3rem;
    outline: none;
    border: none;
}

.news-slider .item h5 {
    padding: 2rem 3rem 2.1rem;
    background: #fff;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.news-slider .item h5 span {
    margin-top: 0;
}

.news-slider .item:focus {
    outline: none;
    border: none;
}

.news-modal .modal-content {
    padding-bottom: 5.6rem;
}

.news-modal .modal-dialog {
    max-width: 1020px;
}

.blog-details-related-post {
    padding-bottom: 0.5rem;
}

.blog-by-category {
    padding-bottom: 0.5rem;
}

.blog-by-category.single-cat {
    padding-bottom: 0;
}

.blog-by-category .custom-btn {
    margin-bottom: 6rem;
}

.blog-grid .item {
    margin-bottom: 6rem;
}

.blog-grid .content-block h5 {
    padding: 2rem 3rem 2.1rem;
    margin-bottom: 0;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.article-wrapper {
    padding-bottom: 2.5rem;
}

.blog-post-details {
    position: relative;
}

.shape-blog-details {
    top: 40%;
    right: -20%;
}

.blog-details {
    padding: 5.9rem 0 3.8rem;
}

.blog-details h2 {
    margin-bottom: 1.1rem;
}

.blog-details h2 span {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #69798d;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-details .social-icons {
    margin-bottom: 1.7rem;
}

.blog-details .social-icons a {
    background: #f1efff;
    color: #6245fe;
}

.blog-details img {
    margin: 3.9rem 0 5.8rem;
    border-radius: 10px;
}

.post-info {
    margin-bottom: 3.1rem;
}

.post-info a {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #69798d;
    text-decoration: none;
    margin-right: 2rem;
    transition: all 0.5s;
}

.post-info a i {
    margin-right: 1rem;
    vertical-align: -2px;
}

.post-info a:hover {
    color: #ff7cb0;
}

.article-inner-title {
    margin: 4.6rem 0 2.7rem;
}

.author-details {
    padding: 5rem 0 3.8rem;
}

.author-details h2 {
    margin-bottom: 3.3rem;
}

.author-thumbnail {
    margin-right: 3rem;
}

.blog-details-prev-next {
    margin-bottom: 3.8rem;
}

.blog-details-prev-next a {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    color: #69798d;
    text-decoration: none;
    transition: all 0.5s;
}

.blog-details-prev-next a i {
    vertical-align: -1px;
    margin-right: 0.5rem;
}

.blog-details-prev-next a:hover {
    color: #6245fe;
}

/* -- Newsletter css
-------------------------------------- -- */

/* .newsletter {
    padding: 5.5rem 0 10rem;
}

.newsletter-form {
    max-width: 95rem;
    margin: 0 auto;
    padding-top: 3.2rem;
}

.newsletter-form input,
.newsletter-form .custom-btn {
    margin-bottom: 3rem;
} */

/* -- footer css
-------------------------------------- -- */
footer {
    background-color: #003366;
    padding: 20px;
    color: #fff;
    margin-top: 60px; 
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}



footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px; /* Optional: Adjust for different screen sizes */
    margin: 0 auto;
    padding: 0 20px;
}

footer .copyright {
    margin: 0;
    font-size: 15px;
    color: white;
}


footer .social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    
}

footer .social li {
    display: inline;
    
   
}

footer .social a {
    color: #fff;
    text-decoration: none;
    
}

footer .social a:hover {
    text-decoration: underline;
}



/* For Mobile Phones */
@media (max-width: 576px) {
    /* .hero h1 {
        font-size: 1.8rem;
    } */

    /* .hero p {
        font-size: 1rem;
    }  */

    footer {
        font-size: 0.8rem;
    }
    
}
@media (max-width: 667px) {
    .social ul{
        padding-left: 10px;
    }
}
            
.Footer-Navigation{
    background-color: #003366;
}
@media (max-width: 1024px) {
    footer .container {
        flex-direction: column;
        text-align: center;
    }

    footer .social {
        margin-top: 10px;
        justify-content: center;
    }
}

/* -- Footer css
-------------------------------------- -- */




