/*
Theme Name:   Nice Digitals 
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}

@font-face {    
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/plus-jakarta-sans-v12-latin-800.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/poppins-v24-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/poppins-v24-latin-800.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mona-sans-v4-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/mona-sans-v4-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/mona-sans-v4-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/mona-sans-v4-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/mona-sans-v4-latin-800.woff2') format('woff2');
}


:root {
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Mona Sans', sans-serif;
    --bodyFont: 'Plus Jakarta Sans', sans-serif;
    --blue: #0040C1;
    --black: #000000;
    --light-blue: #286FFE;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
    text-wrap: pretty;
}

body {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) {

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

.post,
.page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    text-wrap: pretty;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #286ffe;
}

.w100p,
.wrapper {
    width: 100%;
}


.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.text-heading {
    font-family: var(--headingFont);
/*     font-size: 70px; */
	font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--black);
    /* text-transform: capitalize; */
    margin-bottom: 20px;
}

.text-heading strong {
    color: var(--blue);
    font-weight: 800;
}

.sub-heading {
    font-family: var(--bodyFont);
    font-size: 18px;
    font-weight: 500;
    line-height: 1 !important;
    color: var(--black);
    position: relative;
    text-transform: capitalize;
    padding: 10px 20px;
    border: 2px solid #C2E0FF;
    background-color: #fff;
    border-radius: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-heading::before {
    content: '';
    width: 18px;
    height: 16px;
    background-image: url('./images/sub-heading-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

a.cmn-btn {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.44px;
    color: var(--white);
    background-color: #00359E;
    padding: 22px 45px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
}

a.cmn-btn:hover {
    background-color: #286FFE;
    color: #fff;
    /* border: ;     */
}

p,
li {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--black);
    margin: 0 0 20px 0;
}


@media screen and (max-width:1800px) {
/*     .text-heading {
        font-size: 65px;
    } */
	
.text-heading {font-size: 53px; }
	
	
    .sub-heading {
        font-size: 18px;
        padding: 10px 20px;
        gap: 10px;
    }

    .sub-heading::before {
        width: 18px;
    }

    a.cmn-btn {
        font-size: 19px;
        padding: 20px 40px;
        letter-spacing: -0.24px;
    }

    p,
    li {
        font-size: 21px;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width:1680px) {
    .container {
        max-width: 1400px;
    }
    .text-heading {
/*         font-size: 60px; */
		font-size: 49px;
		
        margin-bottom: 17px;
    }

    .sub-heading {
        font-size: 17px;
        padding: 8px 17px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 16px;
    }

    p,
    li {
        font-size: 20px;
        margin: 0 0 17px 0;
    }

    a.cmn-btn {
        font-size: 18px;
        padding: 18px 37px;
        letter-spacing: -0.14px;
    }
}

@media screen and (max-width:1550px) {
    .container {
        max-width: 1300px;
    }

    .text-heading {
/*         font-size: 55px; */
		   font-size: 45px;
    }

    .sub-heading {
        font-size: 16px;
        padding: 8px 17px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 16px;
    }

    p,
    li {
        font-size: 18px;
        margin: 0 0 17px 0;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 16px 32px;
    }
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1200px;
    }

    .text-heading {
/*         font-size: 50px; */
		font-size: 43px;
        margin-bottom: 15px;
    }

    .sub-heading {
        font-size: 15px;
        padding: 8px 17px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 16px;
    }

    p,
    li {
        font-size: 17px;
        margin: 0 0 15px 0;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 15px 30px;
    }
}

@media screen and (max-width:1366px) {
    .container {
        max-width: 1100px;
    }

    .text-heading {
/*         font-size: 45px; */
		        font-size: 38px;
    }

    .sub-heading {
        font-size: 14px;
        padding: 6px 14px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 15px;
    }

    p,
    li {
        font-size: 16px;
        margin: 0 0 15px 0;
        }

    a.cmn-btn {
        font-size: 15px;
        padding: 14px 27px;
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 980px;
    }

    .text-heading {
/*         font-size: 40px; */
		        font-size: 35px;
        margin-bottom: 12px;
    }

    .sub-heading {
        font-size: 14px;
        padding: 6px 14px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 15px;
    }

    p,
    li {
        font-size: 15px;
        margin: 0 0 12px 0;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 12px 17px;
    }
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 720px;
    }

    .text-heading {
/*         font-size: 37px; */
		        font-size: 32px;
    }

    .sub-heading {
        font-size: 14px;
        padding: 6px 14px;
        gap: 8px;
    }

    .sub-heading::before {
        width: 15px;
    }

    p,
    li {
        font-size: 15px;
        margin: 0 0 12px 0;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .text-heading {
        font-size: 29px;
        margin-bottom: 20px;
    }

    a.cmn-btn {
        font-size: 15px;
        padding: 13px 17px;
    }
}

@media screen and (max-width:480px) {
    .text-heading {
        font-size: 24px;
        margin-bottom: 15px;
    }

    p,
    li {
        font-size: 14px;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 12px 15px;
    }
}





.logo {
    position: relative;
}

.logo-wrap {
    position: relative;
    display: block;
    width: 117px;
    height: 119px;
}

.wave-logo,
.logo-mask {
    position: absolute;
    inset: 0;
}

.wave-logo svg,
.full-logo svg {
    width: 117px;
    height: 119px;
    display: block;
}

.wave-logo {
    z-index: 1;
}

.logo-mask {
    z-index: 2;
    overflow: hidden;
    height: 0;
}

.full-logo {
    transform: translateY(-18px);
}


/* Header Section Starts */

.header-sec {
    background-color: transparent;
    padding: 0px 0 20px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

header.header-sec.f-nav {
    background-color: #fff;
    border-bottom: 2px solid #00359E;
	padding: 0px 0 12px;
}

.hdr-top-cont {
    background-color: #00359E;
    padding: 12px 10px;
}

.hdr-top-cont p {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
}

.logo-menu {
    /* padding: 34px 0 0; */
    padding: 14px 0 0;
}

.header-sec .container {
    max-width: 1810px;
}

.logo-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.header-sec.f-nav .logo-container {
    align-items: center;
}

.logo {
    max-width: 123px;
    width: 15%;
}

.menu-blk {
    display: flex;
    /* justify-content: space-between;
    align-items: center;
    gap: 39px; */
    justify-content: end;
    gap: 80px;
    width: 85.3%;
}

.top-menu ul {
    margin: 0 !important;
    font-size: 0;
}

.top-menu ul li:last-child {
    margin: 0;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
    padding-bottom: 20px;
}

.top-menu ul li a {
    position: relative;
    font-style: normal;
    text-transform: none;
    display: block;
    outline: 0;
    border: 0;
    font-family: 'Plus Jakarta Sans';
    color: #000;
    line-height: 1;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
}

.top-menu ul li.current-menu-item > a, .top-menu ul li:hover > a,
.top-menu ul li.current-menu-ancestor>a{
    color: rgb(40, 111, 254);
}

.top-menu ul li ul.sub-menu li.current-menu-ancestor>a {
    color: #286ffe !important;
}
.top-menu ul li ul.sub-menu li.current-menu-ancestor>a:hover{
    color: #fff !important;
}

.top-menu ul li ul.sub-menu li.current-menu-ancestor>a:before {
    filter: brightness(0) saturate(100%) invert(41%) sepia(98%) saturate(3888%) hue-rotate(215deg) brightness(101%) contrast(99%);
}

.top-menu ul li.menu-item-has-children> a {
    padding-right: 18px;
}

.top-menu ul li.menu-item-has-children>a:before {
    position: absolute;
    content: "";
    background-image: url(./images/menu-arr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 8px;
    top: 10px;
    right: 0;
}

.top-menu ul li.menu-item-has-children:hover>a:before {
    filter: brightness(0) saturate(100%) invert(41%) sepia(98%) saturate(3888%) hue-rotate(215deg) brightness(101%) contrast(99%);
    transform: rotate(180deg);
    top: 8px;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 320px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #fff;
    padding: 10px;
    z-index: 999;
    border-radius: 8px;
    filter: drop-shadow(-4px 4px 6px #00000080);    
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
}

.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}

.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}

.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}

.top-menu .sub-menu li a:after {
    display: none;
}

.top-menu .sub-menu li {
    width: 100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    border: 0;
    margin: 0;
    padding: 0;
}

.top-menu .sub-menu li a {
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 14px 20px;
    color: #000 !important;
    display: block;
    text-transform: capitalize;
    border-radius: 5px;
    margin-bottom: 3px;     
}

.top-menu .sub-menu li a:hover, 
.top-menu .sub-menu li.current-menu-item >a {
    background-color: #286FFE; 
    color: #fff !important;
}

.top-menu .sub-menu li.current-menu-item >a:hover{
    background-color: #0040c1;
}

.top-menu {
    padding-top: 20px;
}

.top-menu ul li.menu-item-has-children:hover> ul.sub-menu li a:hover::before, .top-menu .sub-menu li.current-menu-item >a::before{
    filter: brightness(0) invert(100%) saturate(100%);
}
.top-menu ul li.menu-item-has-children:hover> ul.sub-menu li a::before {
    right: 15px;
    top: 18px;
}

.top-menu ul li ul.sub-menu li.menu-item-has-children>a { padding-right: 30px; }

.header-btn p{
    margin-bottom: 0 !important;
}
.header-btn a.cmn-btn {
    padding: 19px 31px;
}

.logo .f-nav-logo{display: none;}
.header-sec.f-nav .logo .main-logo {
    display: block;
}

.header-sec.f-nav .logo .f-nav-logo {
    display: none;
}

/* .header-sec.f-nav .logo-menu { padding: 14px 0 0; } */

.header-sec.f-nav .main-logo, .main-logo {
    max-width: 75px;
}

.main-logo svg {
    width: 100%;
    height: auto !important;
}

header.header-sec.f-nav .hdr-top-cont {
    display: none;
}


@media (min-width: 1801px) and (max-width: 1900px) {
    .header-sec .container {
        max-width: 1740px;
    }

    .top-menu ul li a {
        font-size: 21px;
    }

}

@media screen and (max-width:1800px) {
    .header-sec .container {
        max-width: 1600px;
    }

    .menu-blk {
        /* gap: 50px; */
        gap: 70px;
    }

    .top-menu ul li {
        margin: 0 35px 0 0;
    }

    .top-menu ul li a {
        font-size: 19px;
    }

    .top-menu ul li.menu-item-has-children> a {
        padding-right: 17px;
    }

    .top-menu ul li.menu-item-has-children>a:before {
        width: 10px;
        top: 8px;
    }

    .top-menu ul li.menu-item-has-children:hover>a:before {
        top: 7px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 170px; */
        width: 300px;
    }

    /* .logo {
        max-width: 100px;
    } */
}

@media screen and (max-width:1680px) {
    .header-sec .container {
        max-width: 1500px;
    }

    /* .logo-menu {
        padding: 17px 0 0;
    } */

    .header-sec {
        padding: 0px 0 17px;
    }

    .top-menu ul li a {
        font-size: 18px;
    }

    .top-menu ul li {
        margin: 0 30px 0 0;
        padding-bottom: 16px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 160px; */
        width: 280px;
    }

    .logo {
        max-width: 95px;
    }

    .menu-blk {
        /* gap: 45px; */
        gap: 60px;
    }
}

@media screen and (max-width:1550px) {
    .header-sec .container {
        max-width: 1400px;
    }

    .hdr-top-cont p {
        font-size: 14px;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .menu-blk {
        /* gap: 45px; */
        gap: 55px;
    }

    .top-menu ul li {
        margin: 0 27px 0 0;
        padding-bottom: 14px;
    }

    .top-menu ul li.menu-item-has-children> a {
        padding-right: 15px;
    }

    .top-menu ul li.menu-item-has-children>a:before {
        top: 7px;
    }

    .top-menu ul li.menu-item-has-children:hover>a:before {
        top: 6px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 150px; */
        width: 260px;
    }
    .top-menu .sub-menu li a{
        padding: 12px 15px;
    }

    .logo {
        max-width: 85px;
    }
}

@media screen and (max-width:1440px) {
    .header-sec .container {
        max-width: 1300px;
    }

    .logo-menu {
        padding: 14px 0 0;
    }

    .header-sec {
        padding: 0px 0 14px;
    }

    .menu-blk {
        /* gap: 35px; */
        gap: 50px;
        width: 88.5%;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .top-menu ul li {
        margin: 0 25px 0 0;
    }

    .top-menu ul li.menu-item-has-children>a:before {
        top: 6px;
        width: 9px;
    }

    .top-menu ul li.menu-item-has-children:hover>a:before {
        top: 5px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 140px; */
        width: 235px;
        padding: 8px;
    }

    .top-menu .sub-menu li a {
        font-size: 14px;
        /* padding: 8px 10px 6px; */
        padding: 10px 12px;
    }

    .logo {
        max-width: 75px;
    }
    .top-menu ul li ul.sub-menu li.menu-item-has-children>a { padding-right: 25px;}
    .top-menu ul li.menu-item-has-children:hover> ul.sub-menu li a::before { right: 11px; top: 16px; }

}

@media screen and (max-width:1366px) {
    .header-sec .container {
        max-width: 1200px;
    }

    .top-menu ul li a {
        font-size: 16px;
    }

    .top-menu ul li {
        margin: 0 22px 0 0;
        padding-bottom: 12px;
    }

    .menu-blk {
        /* gap: 40px; */
        gap: 45px;
    }

    .logo {
        max-width: 70px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 130px; */
        width: 225px;
    }

    .header-btn a.cmn-btn {
        padding: 17px 22px;
        font-size: 14px;
    }

    .top-menu .sub-menu li a {
    padding: 8px 10px;
}
.header-sec.f-nav .main-logo, .main-logo {
    max-width: 65px;
}   
}

@media screen and (max-width:1280px) {
    .header-sec .container {
        max-width: 1080px;
    }

    .menu-blk {
        gap: 30px;
    }

    .logo-menu {
        padding: 12px 0 0;
    }

    .header-sec {
        padding: 0px 0 12px;
    }

    .top-menu ul li a {
        /* font-size: 14px; */
        font-size: 15px;
    }

    .top-menu ul li {
        margin: 0 12px 0 0;
    }

    .header-btn a.cmn-btn {
        padding: 15px 18px;
        font-size: 14px;
    }

    /* .logo {
        max-width: 50px;
    } */

    .top-menu ul li.menu-item-has-children> a {
        padding-right: 13px;
    }

    .top-menu ul li.menu-item-has-children>a:before {
        top: 5px;
        width: 8px;
    }

    .top-menu ul li.menu-item-has-children:hover>a:before {
        top: 4px;
    }

    .top-menu ul li ul.sub-menu {
        /* width: 120px; */
        width: 200px;
        padding: 6px;
    }

    .top-menu .sub-menu li a {
        padding: 6px 8px 5px;
    }

    .header-sec.f-nav .main-logo, .main-logo {
    max-width: 62px;
}
}

@media screen and (max-width:1180px) {
    .header-sec .container {
        max-width: 980px;
    }
    .top-menu {
    padding-top: 15px;
}
.menu-blk {
    gap: 17px;
    width: 88.9%;
}
}
/* Mobile Menu Starts */

@media screen and (min-width: 1025px) {

    .logo-rit,
    .tab-call {
        display: none;
    }
}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #000;
    box-sizing: border-box;
    z-index: 99999995;
    background: #F5FAFF;
    width: 100%;
    max-width: 400px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}

.menu-top-menu-container {
    display: block;
    width: 100%;
}

.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}

.mobinav a {
    width: 100%;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #286FFE;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
	font-size: 15px;
}

.mobinav ul li .drop {
    position: absolute;
    top: 2px;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}

.mobinav ul li .drop.open {
    width: 20px;
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #000;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 15px;
    height: 2px;
    top: 15px;
    right: 4px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 15px;
    top: 9px;
    right: 10px;
}

.mobile-menu-button-container {
    display: block;
}


@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

/* Common Styling */

@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .top-menu,
    .top-rit {
        display: none;
    }

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    /* .tab-call svg path {
        fill: #0040C1;
    } */

    .logo-rit {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .tab-call span.text {
        color: #0040C1;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }

    button.showhide, .logo-rit .tab-call {
        background: #0040C1;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
        place-content: center;
        place-items: center;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        /* position: inherit; */
        background-color: #f5faff;
        padding: 0 0 12px;
        width: 100%;
        border-bottom: 2px solid #00359e;
    }

    

    .logo {
        /* max-width: 100%;
        max-width: 720px;*/
        max-width: 520px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .main-logo {
        /* max-width: 74%; */
        max-width: 100%;
    }

    .logo img {
        width: 80px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #00359e;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }

    .menu-blk {
        display: none;
    }
    .mobinav .top-rit { display: block; }
    .header-btn a.cmn-btn { padding: 14px 15px; border: 0; color: #fff !important; text-align: center; }
    .header-btn a.mobinav-call {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 800;
}

    .mobinav ul li.menu-item-has-children { padding-right: 15px; }
	
	.header-btn .svg-icon svg {
    width: 20px;
    height: 20px;
    fill: #000;
}
	
	.header-btn .svg-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
}

@media screen and (max-width: 768px) {

    /* .logo-rit, .tab-call { display: none; } */


    .mobile-menu-button-container {
        background: #00359E;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    /* .logo { justify-content: center !important; } */

    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sec {
        /* padding: 0px 0 0 0 !important; */
        /* background-color: #fff; */
        /* position: inherit; */
        margin-top: 43px;
    }
	header.header-sec.f-nav{margin-top: 0;}

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: var(--bodyFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        /* display: none; */
        display: block;
    }

    /* header.header-sec.f-nav { border: none; } */

    .hdr-top-cont {
        padding: 15px 5px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

     .header-sec.f-nav .main-logo, .main-logo{
    max-width: 50px;
}

}

@media screen and (max-width:480px) {
    .hdr-top-cont p {
        line-height: 1.3;
    }

    /* .logo { max-width: 90px; margin: 0 auto; } */

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 20px;
        height: 13px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-size: 20px;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 22px;
    }

    .mobile-menu-button-container a.mobi-call {
        gap: 7px;
    }

    .hdr-top-cont {
        /* padding: 12px 5px; */
        padding: 8px 5px;
    }

    .header-sec {margin-top: 34px;}
        /* .main-logo { max-width: 85%; } */
}

@media screen and (max-width:463px) {
    .header-sec{margin-top: 51px;}
}



/* Footer Section */

.main-site-footer { background: linear-gradient(360deg, #C2E0FF 0%, rgba(255, 255, 255, 0) 100%); }


.site-footer {
    padding: 123px 0 21px;
}

.ftr-social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 0 60px
}

.ftr-social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 22px;
    font-family: var(--bodyFont);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.44px;
    color: #1D49C3;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
    min-width: 300px;
    position: relative;
    z-index: 0;
    transition-duration: 0s;
}

.ftr-social-icons a:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.35s cubic-bezier(0.33, 0.91, 0.42, 1);
    border-radius: 10px;
    z-index: -1;
}

.ftr-social-icons a:hover {
    color: #fff
}

.ftr-social-icons a:hover:before {
    transform: scaleY(1);
    transform-origin: 50% 100%;
}

.ftr-social-icons a strong {
    font-weight: inherit;
}

.ftr-social-icons a img {
    display: block;
    width: 20px;
}

.ftr-social-icons a.facebook img {
    width: 13px;
}

.ftr-social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.ftr-social-icons a.facebook:hover:before {
    background-color: #286FFE;
}

.ftr-social-icons a.insta:hover:before {
    background: linear-gradient(90deg, #8B0BF6 0%, #FD00D6 35%, #FF0164 78%, #FEC102 100%);
}

.ftr-social-icons a.twitter:hover:before {
    background-color: #000;
}

.ftr-social-icons a.linkedin:hover:before {
    background-color: #0077B5;
}

/* .ftr-blocks {
    display: flex;
    justify-content: space-between;
    margin: 0 0 48px;
} */

.ftr-left-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}

.ftr-left-cnt {
    display: flex;
    justify-content: space-between;
    width: 78%;
}

.ftr-logo {
    width: 100%;
    /* max-width: 120px; 
    margin: 0 0 45px; */
    max-width: 240px;
    margin: 0;
}

.ftr-logo img {
    width: 100%;
    display: block;
}

.ftr-logo-cont {
    width: 52%;
}

.ftr-left-cnt p {
    font-size: 16px;
    font-family: var(--bodyFont);
    font-weight: 500;
    line-height: 1.87;
    color: #000;
    /* margin: 0 0 36px; */
    margin: 0 !important;
    letter-spacing: 0.2px;
}

.ftr-form {
    position: relative;
    width: 36.3%;
}

.ftr-form label {
    /* display: none; */
    width: 100%;
    text-align: left;
}

.ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
    font-size: 16px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #000 !important;
    width: 100% !important;
    border: 1px solid #1D49C342;
    outline: none !important;
    padding: 18px 65px 18px 33px !important;
    border-radius: 10px !important;
    min-height: 72px;
}

.ftr-form input::placeholder {
    color: #93939366 !important;
}

.ftr-form .gform_footer.top_label {
    padding: 0px !important;
    margin: 0 !important;
}

.gfield p{
    margin-bottom: 0;
}
.gfield p br{
    display: none;
}
.ftr-form .wpcf7-spinner{display: none !important;}
.ftr-form .wpcf7 form .wpcf7-response-output {
    border-radius: 6px !important;
}

.ftr-form input[type="submit"] {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    font-size: 0 !important;
    background-image: url(images/footer-form-icon.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 45px !important;
    height: 55px !important;
    margin: 8px 10px 0 0 !important;
    padding: 0 !important;
    outline: 0px !important;
    border: 0px !important;
    background-position: center !important;
    /* padding: 15px 13px !important; */
    border-radius: 8px;
    background-color: #00359E;
    cursor: pointer !important;
}

.ftr-form input[type="submit"]:hover {
    background-color: #286FFE !important;
}


.ftr-mid-block {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-bottom: 60px;
    /* gap: 169px;
    width: 60.6%; */
}

.ftr-menu { width: 20%; }
.ftr-menu:last-child { width: 12%; }

.ftr-menu-heading {
    font-size: 30px;
    font-family: var(--headingFont);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #000;
    margin: 0 0 25px;
}

/* .menu-footer-menu-container { margin: 0 0 58px; } */

.ftr-mid-block ul li {
    position: relative;
    display: block;
    list-style: none;
    padding: 0 0 0 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.ftr-mid-block ul li::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #286FFE, #00359E);
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.ftr-mid-block ul, .ftr-mid-block ul li:last-child {
    margin: 0;
}


.ftr-mid-block ul li a {
    font-size: 16px;
    font-family: var(--bodyFont);
    font-weight: 400;
    line-height: 1.97;
    color: #000;
    letter-spacing: -0.32px;
    margin: 0 0 15px;
}

.ftr-mid-block ul li a:hover, .ftr-mid-block ul li.current-menu-item a {
    color: #286ffe;
}


.ftr-contact-block p, .ftr-contact-content p {
    font-size: 16px;
    font-family: var(--bodyFont);
    font-weight: 500;
    line-height: 1.87;
    color: #000;
    letter-spacing: -0.32px;
    margin: 0;
}

.ftr-contact-content a.number {
    font-size: 20px;
}

.ftr-location-blk-lst .ftr-menu-heading{
    font-size: 26px;
    margin-bottom: 20px;
}
.ftr-location-blk-lst {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 25px 10px;
}

.ftr-loco-img {
    width: 25%;
    max-width: 40px;
}

.ftr-loco-img img{
    width: 100%;
    height: auto;
}

.ftr-contact-block {
    position: relative;
    /* width: 32%; */
    width: 44%;
    display: flex;
    /* align-items: center; */
    gap: 8px;
}


.ftr-contact-info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #00359E80;
    margin-bottom: 30px;
}

.ftr-contact-info-itm {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ftr-contact-icon {
    width: 31px;
}

.ftr-awards-block {
    display: flex;
    justify-content: space-between;
}


.copyrights {
    background: #0a1f3800;
    padding: 0 37px;
    text-align: center;
}

.copyrights .container {
    max-width: 100%;
}

.copyrights-blk {
    border-top: 2px solid #0D47BD;
    padding: 30px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.copyrightmenu ul {
    margin: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
	line-height:1;
}

/* .copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
} */

.copyrights p,
.copyrights a {
    color: #2F3643;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.copyrightmenu ul li a {
    border-left: 2px solid #2F3643;
}
.copyrightmenu ul li a:hover{
    color: #286ffe;
}



.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

.ftr-award-img {
    width: 100%;
    max-width: 14.8%;
}


@media screen and (max-width:1680px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 1400px;
    }

    .site-footer {
        padding: 110px 0 20px;
    }

    .ftr-left-cnt p {
        line-height: 1.77;
        margin: 0 0 21px;
    }

    .ftr-left-block{
        margin-bottom: 80px;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 17px 60px 17px 29px !important;
        min-height: 66px;
    }

    .ftr-form input[type="submit"] {
        width: 42px !important;
        height: 50px !important;
        margin: auto 9px auto 0 !important;
    }

    .ftr-blocks {
        margin: 0 0 45px;
    }

    .ftr-menu-heading {
        font-size: 28px;
        margin: 0 0 21px;
    }

    .ftr-mid-block ul li {
        padding: 0 0 0 17px;
        margin-bottom: 8px;
    }

    /* .menu-footer-menu-container { margin: 0 0 46px; } */

    .ftr-contact-content a.number {
        font-size: 19px;
    }

    .ftr-social-icons a {
        font-size: 21px;
        padding: 18px;
        gap: 9px;
        min-width: 280px;
    }

    .copyrights {
        padding: 0 40px;
    }

    .copyrights-blk {
        padding: 25px 0 18px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }

    .ftr-mid-block ul li a {
        line-height: 1.77;
        font-size: 15px;
    }

    .ftr-mid-block ul li::before {
        top: 10px;
    }

    /* .menu-footer-menu-container { margin: 0 0 50px 0; } */
}

@media screen and (max-width:1550px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 1300px;
    }

    .site-footer {
        padding: 90px 0 18px;
    }

    .ftr-social-icons a {
        font-size: 20px;
        padding: 17px;
        gap: 8px;
        min-width: 270px;
    }

    .ftr-left-block { margin-bottom: 70px; }

    .ftr-left-cnt p {
        font-size: 15px;
        line-height: 1.77;
        margin: 0 0 19px;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 16px 55px 16px 23px !important;
        min-height: 61px;
        font-size: 15px;
    }

    .ftr-form input[type="submit"] {
        width: 38px !important;
        height: 48px !important;
        margin: auto 8px auto 0 !important;
        /* background-size: 17px !important; */

    }

    .ftr-menu-heading {
        font-size: 26px;
        margin: 0 0 19px;
    }

    /* .menu-footer-menu-container { margin: 0 0 35px; } */
    .ftr-contact-content a.number {
        font-size: 18px;
    }

    .ftr-contact-block p, .ftr-contact-content p {
        font-size: 15px;
    }

    .copyrights {
        padding: 0 35px;
    }

    .copyrights-blk {
        padding: 21px 0 17px;
    }

    .ftr-mid-block, .ftr-location-blk-lst, .ftr-social-icons{margin-bottom: 50px;}

    .ftr-location-blk-lst{gap: 20px 10px;}
    .ftr-contact-icon { width: 26px; }
    .ftr-contact-info-itm{gap: 10px;}

    .ftr-mid-block ul li a {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0px;
    }

    .ftr-mid-block ul li {
        padding: 0 0 0 15px;
        margin-bottom: 8px;
    }

    .ftr-mid-block ul li::before {
        top: 10px;
        width: 6px;
        height: 6px;
    }

}

@media screen and (max-width:1440px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 1200px;
    }

    .site-footer {
        padding: 80px 0 16px;
    }

    .ftr-social-icons a {
        font-size: 19px;
        padding: 16px;
        gap: 7px;
        min-width: 250px;
    }

    .ftr-left-cnt p {
        font-size: 14px;
        line-height: 1.67;
        margin: 0 0 17px;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 15px 51px 15px 21px !important;
        min-height: 54px;
        font-size: 15px !important;
    }

    .ftr-form input[type="submit"] {
        width: 35px !important;
        height: 44px !important;
        margin: auto 7px auto 0 !important;
        /* background-size: 15px !important; */
        border-radius: 7px;
    }

    .ftr-menu-heading {
        font-size: 24px;
        margin: 0 0 17px;
        letter-spacing: -0.2px;
    }

    .copyrights {
        padding: 0 30px;
    }

    .copyrights-blk {
        padding: 17px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
        line-height: 1.2;
    }

    .ftr-contact-content a.number {
        font-size: 16px;
    }

    .ftr-logo{
        max-width: 220px;
    }

    .ftr-left-block { margin-bottom: 55px; }
    .ftr-mid-block, .ftr-location-blk-lst, .ftr-social-icons{margin-bottom: 45px;}
    .ftr-loco-img{max-width: 35px;}
    .ftr-contact-info-list{padding-bottom: 25px;}

    .copyrights a {
        padding: 0 7px;
    }

    .ftr-blocks {
        margin: 0 0 40px;
    }

    .ftr-menu, .ftr-menu:last-child {
        width: fit-content;
    }

    .ftr-mid-block ul li::before {
        top: 9px;
        width: 6px;
        height: 6px;
    }

}

@media screen and (max-width:1366px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 1100px;
    }

    .site-footer {
        padding: 70px 0 15px;
    }

    .ftr-social-icons a {
        font-size: 18px;
        padding: 15px;
        gap: 6px;
        min-width: 230px;
    }

    .ftr-left-cnt p {
        font-size: 14px;
        line-height: 1.67;
        margin: 0 0 15px;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 14px 46px 14px 18px !important;
        min-height: 48px;
        font-size: 15px;
    }

    .ftr-form input[type="submit"] {
        width: 31px !important;
        height: 36px !important;
        margin: auto 5px auto 0 !important;
        /* background-size: 14px !important; */
        border-radius: 6px;
    }

    .ftr-menu-heading {
        font-size: 22px;
        margin: 0 0 15px;
        letter-spacing: -0.1px;
    }

    .ftr-mid-block ul li {
        padding: 0px 0 0 15px;
        margin-bottom: 6px;
    }

    .ftr-mid-block ul li a {
        font-size: 14px;
    }

    /* .menu-footer-menu-container { margin: 0 0 30px; } */
    .ftr-contact-content a.number {
        font-size: 15px;
    }

    .ftr-logo-cont { width: 57%; }
    .ftr-logo { max-width: 200px; }
    .ftr-left-block { margin-bottom: 45px; }
    .ftr-mid-block, .ftr-location-blk-lst, .ftr-social-icons { margin-bottom: 40px; }
    .ftr-contact-block p, .ftr-contact-content p { font-size: 14px; }
    .ftr-contact-info-list { padding-bottom: 20px; margin-bottom: 25px; }
    .ftr-contact-icon { width: 23px; }
    .ftr-contact-info-itm { gap: 8px; }
    .ftr-loco-img { max-width: 30px; padding-top: 3px; }
    .ftr-award-img{max-width: 13%;}

    .copyrights {
        padding: 0 25px;
    }

    .copyrights-blk {
        padding: 15px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 14px;
    }

    .copyrights a {
        padding: 0 6px;
    }

    .ftr-blocks {
        margin: 0 0 37px;
    }


    .ftr-mid-block ul li::before {
        top: 9px;
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width:1280px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 980px;
    }

    .ftr-social-icons a { font-size: 15px; padding: 11px; gap: 4px; min-width: 215px; }

    .ftr-left-cnt p {
        font-size: 13px;
        line-height: 1.57;
        margin: 0 0 15px;
        letter-spacing: 0.2px;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 13px 39px 13px 16px !important;
        min-height: 44px;
        font-size: 14px !important;
        border-radius: 6px !important;
    }

    .ftr-menu-heading {
        font-size: 21px;
        margin: 0 0 14px;
        letter-spacing: 0px;
    }


    .ftr-mid-block ul li a {
        font-size: 13px;
        letter-spacing: 0.1px;
    }

    .ftr-contact-content a.number {
        font-size: 14px;
    }

    .copyrights {
        padding: 0 15px;
    }

    .copyrights a {
        padding: 0 5px;
    }

    /* .menu-footer-menu-container { margin: 0 0 25px; } */
    .ftr-mid-block ul li::before {
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .ftr-blocks {
        margin: 0 0 34px;
    }

    .ftr-form input[type="submit"] {
        width: 29px !important;
        height: 32px !important;
        margin: auto 5px auto 0 !important;
        border-radius: 5px;
    }

    .ftr-location-blk-lst{gap: 15px 10px;}

    .ftr-logo-cont { width: 59%; }
    .ftr-logo { max-width: 175px; }
    .ftr-left-block { margin-bottom: 35px; }
    .ftr-mid-block, .ftr-location-blk-lst, .ftr-social-icons { margin-bottom: 32px; }
    .ftr-contact-block{width: 49%; gap: 6px;}
    .ftr-contact-info-list { padding-bottom: 18px; margin-bottom: 18px; }
    .ftr-loco-img { max-width: 25px; padding-top: 5px; }

}

@media screen and (max-width:1024px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 720px;
    }

    .site-footer {
        padding: 50px 0 15px;
    }

    .ftr-social-icons { gap: 10px; flex-wrap: wrap; align-items: center; justify-content: center; }

    .ftr-social-icons a.facebook img {
        width: 10px;
    }

    .ftr-social-icons a {
        font-size: 15px;
        padding: 13px;
        gap: 4px;
        min-width: 200px;
    }

    .ftr-blocks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin: 0 0 30px;
    }

    .ftr-mid-block { flex-wrap: wrap; justify-content: center; gap: 20px; width: 100%; }

    .ftr-left-block {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .ftr-left-cnt{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .ftr-logo-cont{width: 100%;}
    .ftr-form { width: 100%; max-width: 250px; }
    .ftr-left-cnt p {
        font-size: 14px;
        line-height: 1.47;
        margin: 0 0 15px;
        letter-spacing: 0.2px;
        text-align: center;
    }

    .ftr-menu, .ftr-menu:last-child { border: 2px solid #0D47BD; padding: 20px; width: 100%; max-width: 300px; border-radius: 20px; }

    .ftr-mid-block ul li a {
        font-size: 15px;
        letter-spacing: 0.2px;
    }

    .ftr-mid-block ul li::before {
        top: 12px;
        width: 7px;
        height: 7px;
    }

    .ftr-mid-block ul li {
        padding: 0px 0 0 17px;
        margin-bottom: 6px;
    }

    .ftr-awards-block {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ftr-award-img {
    max-width: 130px;
}

    .ftr-logo { max-width: 200px; margin: 0 auto 20px; }


    .copyrights-blk {
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px 0 13px;
        align-items: center;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }

    .ftr-contact-content a.number {
        font-size: 15px;
    }

    .ftr-contact-block p, .ftr-contact-content p {
        font-size: 15px;
        line-height: 1.6;
    }

.ftr-contact-block p{font-size: 14px;}
.ftr-contact-block {
    border: 2px solid #0D47BD;
    padding: 10px 10px 12px 10px;
    width: 100%;
    max-width: 302px;
    flex-direction: column;
    border-radius: 15px;
}

.ftr-location-blk-lst{flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 30px;}

}

@media screen and (max-width:768px) {

    .site-footer .container,
    .ftr-project-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .site-footer {
        padding: 40px 0 13px;
    }

    .ftr-social-icons {
        gap: 15px;
        margin: 0px 0 30px;
        flex-wrap: wrap;
    }

    .ftr-logo {
        max-width: 165px;
        margin: 0 auto 15px;
    }

    .ftr-left-cnt p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 15px;
        letter-spacing: 0.2px;
        text-align: center;
    }

    .ftr-form .gfield input.large, .ftr-form .gfield textarea.large {
        padding: 12px 36px 12px 15px !important;
        min-height: 44px;
        font-size: 13px !important;
        border-radius: 4px !important;
    }

    .ftr-form input[type="submit"] {
                width: 28px !important;
        height: 32px !important;
        margin: auto 4px auto 0 !important;
        /* background-size: 11px !important; */
    }

    .ftr-blocks {
        gap: 20px;
        margin: 0 0 20px;
    }

    .ftr-menu, .ftr-menu:last-child {
        padding: 15px;
		border-radius: 15px;
    }

    .ftr-menu-heading {
        font-size: 19px;
        margin: 0 0 10px;
        letter-spacing: 0px;
    }

    .ftr-mid-block ul li a {
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    .ftr-mid-block ul li {
        padding: 0px 0 0 15px;
        margin-bottom: 5px;
    }

    .ftr-mid-block ul li a {
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }

    .ftr-mid-block ul li::before {
        top: 7px;
        width: 6px;
        height: 6px;
    }

    .ftr-mid-block {
        gap: 15px;
        margin-bottom: 25px;
    }

    .ftr-award-img {
        /* max-width: 125px; */
        max-width: 104px;
    }

    .ftr-awards-block{gap: 10px;}

    .copyrights p,
    .copyrights a {
        font-size: 14px;
        margin: 0;
    }

    .copyrights a {
        padding: 0 4px;
    }
    .ftr-left-cnt{gap: 15px;}
    .ftr-location-blk-lst{gap: 12px; margin-bottom: 20px;}
    .ftr-left-block{margin-bottom: 20px;}

    .ftr-contact-info-list { padding-bottom: 18px; margin-bottom: 18px; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; }
    .copyrights { padding: 0; }
}

@media screen and (max-width: 480px) {
    .ftr-social-icons { gap: 8px; margin: 0px 0 25px; flex-wrap: wrap; }
    .ftr-social-icons a {
    font-size: 14px;
    padding: 10px;
    gap: 6px;
    min-width: 160px;
    border-radius: 5px;
}

.ftr-social-icons a img { width: 16px; }
.ftr-award-img { max-width: 100px; }
.copyrights p, .copyrights a { font-size: 13px;}
}