@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Dancing+Script:wght@400..700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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=Quicksand:wght@300..700&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* footer start */
.facebook img {
    width: auto !important;
}

footer {
    background: linear-gradient(180deg, #1d2747, #172039);
    padding: 40px 0 0;
        position: relative;
}

footer .logo_sec {
    display: flex;
    align-items: center;
}

footer a img {
    height: 19px;
    width: 171px;
}

footer p {
    color: #fff !important;
    font-size: var(--subheading);
    text-align: center;
    margin: 5px 0px 20px;
}

Footer .tagline {
    font-size: var(--subheading);
    margin: 0px 0px 0px 20px;
    text-align: left;
    line-height: 24px;
}

footer .social-media {
    float: inline-end;
}

footer .social-media ul {
    display: flex;
    gap: 10px;
}

footer .social-media ul li,
.sidebar .social-media ul li {
    background: #173db9;
    padding: 8px 13px;
    border-radius: 100px;
    transition: transform 2s;
}

footer .social-media ul .facebook,
.sidebar .social-media ul .facebook {
    padding: 8px 15px;
}

footer .social-media ul li a {
    color: #fff;
}

footer .social-media ul li:hover {
    background: #fff;
    transform: rotate(360deg);
}

Footer ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: var(--subheading);
    font-weight: 400;
    color: #ffffff;
}

footer ul li {
    margin-bottom: 6px;
}

footer .social-media ul li:hover a {
    color: #173db9;
}

footer .Navigation li:first-child {
    font-size: var(--footersubheading);
    font-weight: 600;
    color: #6b7bad;
}

.company_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 2px solid #ffffff12;
    border-bottom: 2px solid #ffffff12;
    margin: 20px 0;
}

.main_bannercontent h2,
.about_content h2,
.head_text h1,
Footer h1 {
    font-family: var(--heading-text);
    font-size: var(--heading-font);
    font-weight: 600;
    color: #fff;
    margin: 0px 30px 0px 0px;
}
.head_text h1{
        font-size: 30px !important;
}
Footer ul {
    padding: 0;
    list-style: none;
}

footer .Blue_btn {
    padding: 10px 30px !important;
}

.Blue_btn {
    background: #173db9;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: var(--sub-text);
    font-size: var(--subheading);
    font-weight: 400;
}

.contact li {
    display: flex;
    flex-direction: row;
}

.contact div {
    background: #173DB9;
    padding: 5px 9px;
    border-radius: 50px;
    margin-right: 10px;
    width: 33px;
    height: 33px;
}

.contact svg {
    color: #fff;
}
/* footer end */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
#progressCircle {
    position: absolute;
    transform: rotate(-90deg);
}
#backToTop span {
    position: absolute;
    font-size: 1.5rem;
    color: var(--logo_colour);
    z-index: 2;
}
/* header */
header,
.head-nav-third {
    z-index: 999;
}

#navbar .sticky {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
}

.head-nav-third .navbar,
.pd-zero {
    padding: 0
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
}

.head-nav-third {
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
}

.head-nav-third ul li a{
    font-family: var(--sub-text);
    position: relative;
    font-size: var(--subheading);
    line-height: 31px;
    color: #fff;
    font-weight: 300;
    padding: 16px 5px;
}

.header-nav-second ul li:hover::after {
    width: 100%;
    transition: width .3s;
}

.head-nav-third ul li:hover a, .navbar-nav li ul li:hover a {
    color: #fff ;
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
    border-radius: 10px;
}

.navbar-nav li ul li a::after {
    display: none !important;
}

.navbar-nav li:hover a::after {
    width: 100%;
    transition: width .3s;
}

.header-nav-second ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #a1c633;
    transition: width .3s
}

.head-nav-third ul li:last-child,
.top-alert-strip ul li:last-child {
    margin-right: 0
}

.head-nav-third .navbar-nav {
    margin-top: 8px
}

.header-nav-second ul li:hover a {
    color: #b0000c
}

.navbar-brand {
    height: 40px
}

.navbar-brand img {
    width: 214px
}

.sticky .navbar-brand img {
    width: 152px
}

.head-nav-one ul li a:hover {
    color: #9093fa;
    transition: .5s
}

.head-nav-third.stick {
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: .4s;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    z-index: 9999
}

.head-nav-third ul li.active a {
    color: #0b1688;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 5px;
    line-height: 20px 15px;
    position: relative;
    top: 2px
}

.header-nav-second {
    background: #fff;
    padding-top: 15px
}

.header-nav-second ul {
    text-align: right
}

.header-nav-second ul li {
    display: inline-block;
    margin-right: 20px 15px
}

.header-nav-second ul li a {
    color: #534c4c;
    font-size: var(--subheading);
    font-weight: 600
}

.header-nav-second ul li select,
.our-partners p {
    font-size: var(--subheading);
    font-family: 'Open Sans', sans-serif
}

.header-nav-second ul li a span {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000
}

.header-nav-second ul li a img {
    padding-right: 10px
}

.header-nav-second ul li select {
    border: 0;
    padding: 6px 29px 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px -1px #ccc;
    -moz-box-shadow: 0 0 5px -1px #ccc;
    box-shadow: 0 0 5px -1px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 5px
}

.head-nav-third ul li {
    margin: 0 9px
}

.navbar-nav ul {
    background-image: linear-gradient(#ff000000, #f3f6ff);
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px
}

.navbar-nav ul {
    background-color: #fff
}

.navbar-nav ul {
    display: none;
    position: absolute;
    width: 275px;
    top: 100%;
    z-index: 1;
    text-align: left;
    color: #fff;
    list-style: none;
    padding: 0;
    margin-top: 0px
}

#collapsibleNavbar {
    justify-content: center;
}
.scroll-mynav li a {
 color: #000 !important;
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 16px 5px;
    font-size: var(--subheading);
}
.scroll-mynav  .navbar-nav ul li a {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 16px 5px;
    font-size: var(--subheading);
}

.navbar-nav li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

.navbar-nav li ul li {
    /* color: #fff; */
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 4px 10px
}
.sticky{
    background: linear-gradient(90deg, var(#2c3cb9), #0c155a);
}
.btn--changeGradient {
    background-size: 400%;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 8px 25px !important;
    font-size: var(--subheading);
    background-color: #ffffff00;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 round 10px);
}
.get_Quote {
    font-size: 15px;
    padding: 9px 23px;
    border: none;
background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    border-radius: 34px;
    border: 1px solid #9aabe1;
}
.get_Quote a{
color: #fff;
}
.get_Quote:hover{
    border: 1px solid #fff;
    background: #fff !important;
    
}
.get_Quote:hover a{
color: #2c3cb9 !important;
}
#openModalButton .get_Quote{
background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;    
} 
#openModalButton .get_Quote:hover{
    color: #2c3cb9 !important;
    border: 1px solid #2c3cb9;
       background: #fff !important;
}
.blog_list_banner{
    background: linear-gradient(to left, #173db9, #03a9f4);
}
.blog_list_banner .category_innerview{
    padding: 30px !important;
}
ul.scroll-mynav, ul.innerdropdown, .navbar-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    list-style: none;
    padding: 0px 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}
.nav-item:hover>ul.scroll-mynav {
    display: block;
}
.navbar-nav li ul li{
    padding: 7px 10px;
}
.navbar-nav li ul li:hover {
    background: linear-gradient(90deg, var(--logo_colour), #0c155a);
    transition: 0.3s ease;
}
 .navbar-nav li ul li:hover a{
color: #fff !important;
}
#progressCircle circle {
    fill: none;
    stroke-width: 3px;
}
#progress {
    stroke: var(--logo_colour);
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 0.3s linear;
}