@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('../css/fontawesome-all.min.css');

:root {
    --logoWidth: 123px;
    --pageCenter: 1190px;
    --bodyFontFamily: "Inter", sans-serif;
    --bodyFontColor: #1b0b25;
    --navyblueColor: #1a2b53;
    --bodyFont: 16px;
    --bodyLineHeight: 28px;
    --linkColor: #f17f26;
    --textColorSecondary: #f17f26;
    --headerSpace: 123px;
    --btnFontFamily: "Inter", sans-serif;
    --btnFont: 18px;
    --btnColor: #fff;
    --btnBg: #f17f26;
    --btnBorder: 1px solid #f17f26;
    --btnBorderRadius: 5px;
    --btnPadding: 11.5px 15px;
    --btnBgHover: #fff;
    --btnHoverColor: #f17f26;
    --btnSecondaryColor: #f17f26;
    --btnSecondaryBg: #fff;
    --btnSecondaryBorder: 1px solid #1e202c;
    --btnSecondaryHoverColor: #fff;
    --btnSecondaryBgHover: #1e202c;
}

html {
    overflow-x: hidden;
    font-size: var(--bodyFont);
    line-height: var(--bodyLineHeight);
}

body {
    color: var(--bodyFontColor);
    font-size: 100%;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

* {
    border: none;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

label {
    display: block;
    margin: 0 0 5px;
    font-weight: 400;
}

label.auto {
    display: inline-block;
    margin: 5px 40px 5px 0
}

label.auto:last-child {
    margin-right: 0
}

ul,
ol {
    list-style: none
}

a {
    color: var(--linkColor);
    text-decoration: none
}

a:hover,
a:focus {
    color: var(--bodyFontColor);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    color: var(--textColorSecondary);
}

.h1,
h1 {
    font-size: 29px;
    color: var(--bodyFontColor);
}

.h2,
h2 {
    font-size: 29px;
}

.h3,
h3 {
    font-size: 27px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

/***** wp ******/
.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 15px 0;
}

.alignnone {
    margin: 10px 0;
}

.alignblock {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: block;
}

.alignright.shadow {
    -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
    margin-left: 105px;
    margin-bottom: 40px;
}

p.pn {
    padding: 0;
    margin: 0
}

p {
    margin: 0 0 25px;
}

p+ul,
p+ol {
    margin-top: -6px
}

ul {
    margin: 0 0 25px
}

ul li {
    position: relative;
    padding: 0 0 7px 22px;
    overflow: hidden;
}

ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    color: var(--bodyFontColor);
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 7px
}

ol {
    padding-left: 26px;
    margin: 0 0 25px;
    text-align: left;
    overflow: hidden
}

ol li {
    list-style: decimal;
    padding-bottom: 7px;
    padding-left: 0;
}

ol li ul>li {
    padding-left: 20px;
    list-style: none
}

ol li ul>li:before {
    display: block;
    left: 1px
}

ul ol li {
    overflow: visible
}

ul ol li:before {
    display: none;
    overflow: visible
}

ol ol li {
    list-style: lower-alpha
}

ol ol ol li {
    list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 12px;
    margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
    padding-bottom: 0
}

.text-center ul {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.list-none li {
    padding-left: 0
}

.list-none li:before {
    display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.table-responsive {
    border: none;
    margin: 20px 0;
    overflow: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #cfcdcd;
    border-collapse: collapse !important;
}

table tr td,
table tr th {
    padding: 14px 15px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    border: 1px solid #dddddd
}

table tr th {
    font-weight: 700;
}

th[align="center"],
td[align="center"] {
    text-align: center !important
}

th[align="right"],
td[align="right"] {
    text-align: right !important
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #cccccc
}

.common-content {
    padding: 50px 0;
}

.bg-white-smoke {
    background-color: #f6f6f6;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
    display: inline-block;
    word-break: break-word;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: var(--pageCenter);
    clear: both;
}

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    content: "";
    clear: both;
    display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33%
    }
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 48px;
    }

    .h2,
    h2 {
        font-size: 44px;
    }

    .h3,
    h3 {
        font-size: 36px;
    }

    .h4,
    h4 {
        font-size: 30px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33%
    }
}

/******Input******/
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: var(--bodyFontColor);
    display: block;
    font-size: 16px;
    font-family: var(--bodyFontFamily);
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
    height: 50px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
    border-color: var(--bodyFontColor);
}

textarea,
textarea.form-control {
    height: 100px;
    resize: none;
}

select {
    -moz-appearance: unset;
    -webkit-appearance: unset;
    background-image: url('../img/select-down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    padding-right: 30px !important;
}

select option {
    font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
    color: #787878
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}

.wpcf7-form-control label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    color: #737c96;
    font-weight: normal !important
}

.wpcf7-form-control .wpcf7-list-item input {
    display: none;
}

.wpcf7-form-control .wpcf7-list-item-label {
    position: relative;
    padding: 2px 0 2px 32px !important;
    margin: 0 !important
}

.wpcf7-form-control .wpcf7-list-item-label:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #d3dae5;
    background-color: #f7f9fc;
    display: flex;
    position: absolute;
    left: 0;
    top: 0
}

.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label:before {
    border-radius: 4px
}

.wpcf7-form-control .wpcf7-list-item:has(input[type="checkbox"]) .wpcf7-list-item-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    width: auto;
    background: none;
    height: auto;
    color: #09246c;
    line-height: 18px;
    font-weight: 900;
    left: 3px;
    top: 3px;
}

.wpcf7-form-control .wpcf7-list-item-label::after {
    content: "";
    background: #09246c;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.wpcf7-form-control input:checked~.wpcf7-list-item-label::after {
    opacity: 1.0;
}

::-webkit-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

::-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

:-moz-placeholder {
    color: var(--bodyFontColor);
    opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
:after,
:before {
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

section,
header,
footer {
    float: left;
    width: 100%;
    position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--btnFontFamily);
    font-weight: 400;
    position: relative;
    border: var(--btnBorder);
    border-radius: var(--btnBorderRadius);
    text-align: center;
    text-transform: uppercase;
    font-size: var(--btnFont);
    color: var(--btnColor);
    font-style: normal;
    line-height: normal;
    padding: var(--btnPadding);
    text-decoration: none !important;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    min-width: 142px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--btnHoverColor);
}

.secondary-btn {
    color: var(--btnSecondaryColor);
    background-color: var(--btnSecondaryBgHover);
    border: var(--btnSecondaryBorder);
}

.secondary-btn:hover,
.secondary-btn:focus {
    color: var(--btnSecondaryHoverColor);
}

input.btn {
    background-color: var(--btnBg);
}

input.btn:hover {
    background: var(--btnBgHover);
}

input.btn.secondary-btn {
    background-color: var(--btnSecondaryBg);
}

input.btn.secondary-btn:hover {
    background-color: var(--btnSecondaryBgHover);
}

input.btn.secondaryOutline-btn:hover {
    background: var(--btnSecondaryBg);
}

.btn-row .btn {
    margin: 10px 6px 0 0;
}

.btn-row .btn:last-child {
    margin-right: 0
}

.btn:not(input) {
    position: relative;
}

.btn:not(input)::before {
    content: '';
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    background: var(--btnBg);
}

.btn:not(input):hover::before {
    transform: scaleX(0);
    transform-origin: right center;
}

.btn.secondary-btn:not(input)::before {
    background: var(--btnSecondaryBg);
}

/******Header******/
header+div,
header+section {
    margin-top: var(--headerSpace) !important;
}

header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    padding: 1px 0;
}

.header-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header-left {
    float: left;
    width: var(--logoWidth);
    min-width: var(--logoWidth);
}

.header-right {
    margin: 0 0 0 auto;
}

header .logo {
    float: left;
    max-width: 100%;
    z-index: 999;
    width: 100%;
}

header .logo a {
    display: block;
    margin: 0;
    position: relative;
}

header .logo img {
    display: block;
    margin: 0;
}

header .header-btn-wrap {
    margin: 0 0 0 40px;
}

header .header-btn-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .header-btn-wrap ul li {
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

header .header-btn-wrap ul li:first-child,
header .header-btn-wrap ul li:last-child {
    margin: 0px;
}

header .header-btn-wrap ul li::before {
    display: none;
}
header .header-btn-wrap .btn {
    font-size: 16px;
    padding: 10.3px 15px;
}
.head-fix header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

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

    /*****nav starts*****/
    .nav-wrap nav ul li:before,
    .submenu-button{
        display: none
    }

    .nav-wrap {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        z-index: 99;
    }

    .nav-wrap nav {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: block;
        position: relative;
    }

    .nav-wrap nav ul.nav {
        float: right;
        margin: 0
    }

    .nav-wrap nav ul.nav>li {
        float: left;
        margin: 0 40px 0 0;
        padding: 0;
        overflow: visible;
        position: relative;
    }

    .nav-wrap nav ul.nav>li:last-child {
        margin-right: 0
    }

    .nav-wrap nav ul.nav>li>a {
        display: block;
        padding: 7px 0;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        color: var(--bodyFontColor);
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }

    /*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important }*/
    .nav-wrap nav ul.nav>li.has-sub>a {
        padding-right: 23px;
    }

    .nav-wrap nav ul.nav>li.has-sub>a:after {
        display: block;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        line-height: 35px;
        position: absolute;
        right: 4px;
        top: 0px;
        z-index: 99;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        font-weight: 300;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>a:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
        content: "\f105";
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        font-family: Font Awesome\ 5 Pro;
        font-weight: 400;
        margin-left: 5px;
        color: #272425;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }

    /****sub nav menu*****/
    .nav-wrap nav ul.nav>li.has-sub>ul {
        margin-top: 26px;
    }

    .nav-wrap nav ul.nav>li.has-sub:hover>ul {
        margin-top: 6px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul {
        position: absolute;
        border-radius: 0;
        padding: 5px 10px;
        margin: 0;
        visibility: hidden;
        text-align: left;
        left: 50%;
        right: auto;
        opacity: 0;
        top: calc(100% - 1px);
        background: #ffffff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 10px;
    }

    .nav-wrap nav ul.nav>li.has-sub>ul::before {
        content: "";
        display: block;
        padding: 10px;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
    }

    .nav-wrap nav ul.nav ul ul:after {
        display: none
    }

    .nav-wrap nav ul.nav ul ul {
        top: 100%;
        left: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        transform: none;
    }

    .nav-wrap nav ul.nav ul li {
        float: left;
        width: 100%;
        min-width: 150px;
        padding: 3px 0;
        margin: 0;
        vertical-align: top;
        overflow: visible;
    }

    .nav-wrap nav ul.nav ul li a {
        display: block;
        white-space: normal;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        color: #000;
        padding: 8px 14px;
        text-align: left;
        border-radius: 7px;
    }

    .nav-wrap nav ul.nav li:hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
        transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
    }

    .nav-wrap nav ul.nav ul>li:hover>ul {
        top: 0;
    }

    .nav-wrap nav ul.nav li:hover>a,
    .nav-wrap nav ul.nav li>a:hover,
    .nav-wrap nav ul.nav li.current-menu-item>a,
    .nav-wrap nav ul.nav li.current-menu-ancestor>a {
        color: var(--textColorSecondary);
    }

    .nav-wrap nav ul.nav ul li:hover>a,
    .nav-wrap nav ul.nav ul li>a:hover,
    .nav-wrap nav ul.nav ul li.current-menu-item>a,
    .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
        background: var(--bodyFontColor);
        color: #fff;
    }

    .nav-wrap nav ul.nav>li>a:before {
        content: '';
        height: 2px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
        overflow: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
        transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
        background: var(--textColorSecondary);
    }

    .nav-wrap nav ul.nav>li:hover>a:before,
    .nav-wrap nav ul.nav>li>a:hover:before,
    .nav-wrap nav ul.nav>li.current-menu-item>a:before,
    .nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        width: 100%
    }

    /********** Mega Menu CSS Start **********/
    .nav-wrap .mega-dropdown {
        overflow: visible;
        visibility: hidden;
        opacity: 0;
        display: flex;
        flex-wrap: wrap;
        transform: none !important;
        padding: 0 !important;
    }

    .mega-dropdown ul {
        display: block !important;
        position: static !important;
        max-height: inherit !important;
        opacity: 1 !important;
        padding: 0 !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        overflow: visible !important;
        float: left;
        width: 100%;
        background: 0 0 !important;
        margin-top: 0 !important;
    }

    .mega-dropdown:before,
    .nav-wrap nav ul.nav ul:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        padding: 17px 0;
    }

    .nav-wrap nav ul.nav ul.mega-dropdown:after {
        display: none;
    }

    .nav-wrap nav ul.nav ul.mega-dropdown .arrow {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 1px);
        bottom: calc(100% + 3px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid var(--linkColor);
    }

    .mega-dropdown .scroll {
        padding: 20px 0;
        max-height: 67.7vh;
        overflow-y: auto;
        display: block;
        flex-wrap: wrap;
    }

    .nav-wrap nav ul.nav .mega-dropdown ul li a {
        padding: 3px 0 3px 10px;
    }

    .nav-wrap nav ul.nav .mega-dropdown ul li.more-link>a {
        border-top: 1px solid #d4d4d4;
        color: #fc6812;
        padding: 10px 0 0;
        margin: 10px 0 0 0;
        font-weight: 500;
    }

    .nav-wrap nav ul.nav>li:hover>.mega-dropdown ul {
        visibility: visible !important;
    }

    .nav-wrap nav ul.nav>li>.mega-dropdown .col-md-2 {
        border-right: 1px solid #dadada;
        width: 20%;
        padding: 26px 0 26px 26px;
    }

    .nav-wrap nav ul.nav>li>.mega-dropdown>.row {
        margin: 0;
    }

    .nav-wrap nav ul.nav>li>.mega-dropdown .col-md-2:last-child {
        border: none;
    }

    .mega-dropdown .scroll>li {
        width: calc(100%/5 - 40px) !important;
        margin: 0 20px 25px !important;
    }

    .mega-dropdown .scroll>li>a {
        font-weight: 600 !important;
        color: #1c1c1c !important;
        border-bottom: 1px solid #d4d4d4;
        padding: 0px 0px 7px !important;
        margin: 0 0 5px;
        font-size: 15px !important;
        display: flex !important;
        align-items: flex-end;
        text-transform: uppercase !important;
    }

    .mega-dropdown .scroll>li>a::after {
        display: none !important;
    }

    .mega-dropdown .scroll>li.img-box {
        padding-top: 30px;
    }

    .nav-wrap nav ul.nav .mega-dropdown ul li ul::before,
    .nav-wrap nav ul.nav .mega-dropdown ul li a::after {
        display: none !important;
    }

    .nav-wrap nav ul.nav .mega-dropdown ul li li a {
        padding: 3px 0 3px 20px;
    }

    /********** Mega Menu CSS End **********/
    /**************Nav ends**************/
}

.nav-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
}

.nav-trigger .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-trigger .icon svg {
    width: 32px;
    margin: 0 0 0 10px;
}

.nav-trigger .icon svg#close-icon {display: none;}

.menu-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .35);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
}

.sidebar_active .menu-overlay {
    opacity: 100%;
    visibility: visible;
}

.closemenu.nav-trigger .icon svg#close-icon {
    display:block;
}

.closemenu.nav-trigger .icon svg#menu-icon {
    display: none;
}

.nav-wrap nav#sidebar-nav ul.nav::-webkit-scrollbar {
    width: 8px;
    scroll-behavior: smooth !important;
}
.nav-wrap nav#sidebar-nav ul.nav::-webkit-scrollbar-thumb {
    background: var(--linkColor);
    border-radius: 10px !important;
    cursor: pointer;
    transition: background .3s ease-out;
}
.nav-wrap nav#sidebar-nav ul.nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px !important;
}
#sidebar-nav .mobile-menu {
    display: none;
}
#sidebar-nav {
    --valRight: 450px;
    right: calc(var(--valRight)*-1);
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    width: var(--valRight);
    margin: 0;
    padding: 20px 30px 15px 30px;
    padding-top: calc(var(--headerSpace) + 15px);
    transition: all 0.2s linear 0s;
    background: #fff;
}

html,
header {
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.sidebar_active header {
    position: fixed;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sidebar_active #sidebar-nav {
    display: block;
    right: 0;
    /* z-index: 999999; */
}

nav#sidebar-nav > div {
    height: 100%;
}

.nav-wrap nav#sidebar-nav ul.nav>li.has-sub>a:after {
    display: none
}

.nav-wrap nav#sidebar-nav ul li::before {
    display: none;
}

.nav-wrap nav#sidebar-nav ul,
nav ul ul {
    display: none;
}

.nav-wrap nav#sidebar-nav ul.nav {
    padding: 0 20px 0 0;
    margin: 0;
    border: 0;
    visibility: visible;
    display: block !important;
    top: 0;
    color: #272422;
    overflow-y: scroll;
    height: 100%;
}

.nav-wrap nav#sidebar-nav ul.nav>li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-wrap nav#sidebar-nav ul.nav>li>a {
    display: block;
    color: #272422;
    padding: 17px 20px 17px 5px;
    margin: 0;
    white-space: inherit;
    border-radius: 0;
    border: none;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
    width: fit-content;
}

.nav-wrap nav#sidebar-nav ul.nav>li.has-sub>a {
    padding-right: 50px;
}

.nav-wrap nav#sidebar-nav ul.nav ul li {
    opacity: 1.0;
    padding: 0;
}

.nav-wrap nav#sidebar-nav ul.nav ul {
    position: static;
    opacity: 1.0;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-wrap nav#sidebar-nav>ul.nav>li>ul {
    max-height: inherit;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left
}

.nav-wrap nav#sidebar-nav ul.nav>li>ul>li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    min-width: inherit
}

.nav-wrap nav#sidebar-nav ul.nav>li>ul li a {
    display: block;
    color: inherit;
    padding: 10px 40px 10px 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    white-space: inherit;
    text-align: left;
}

.nav-wrap nav#sidebar-nav ul.nav ul ul li {
    padding-left: 10px;
}

.nav-wrap nav#sidebar-nav .submenu-button {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 111;
}

.nav-wrap nav#sidebar-nav ul.nav>li>.submenu-button {
    height: 60px;
    width: 50px;
}

.nav-wrap nav#sidebar-nav .submenu-button:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -4px -4px 0 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-wrap nav#sidebar-nav .submenu-button.submenu-opened:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

.sidebar_active .mega-dropdown.open,
.sidebar_active .nav-wrap nav#sidebar-nav ul.nav ul.open {
    display: block !important;
    position: static !important;
    top: 40px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    opacity: 1.0;
    visibility: visible;
    height: 100%;
    overflow: auto;
    z-index: 99999;
}

.nav-wrap nav#sidebar-nav ul.nav li.current-menu-ancestor>a:before,
.nav-wrap nav#sidebar-nav ul.nav li.current-menu-item>a:before {
    content: '';
    background: var(--linkColor);
    left: 5px;
    padding: 2px 0 0;
    bottom: 0;
    position: absolute;
    width: 20px;
    z-index: 2;
    overflow: hidden;
    transform: scaleX(1);
    display: block;
}

.nav-wrap nav#sidebar-nav ul.nav li li.current-menu-ancestor>a:before,
.nav-wrap nav#sidebar-nav ul.nav li li.current-menu-item>a:before {
    left: 30px;
}

/****Space Control Top Bottom*****/
.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px 0 !important
}

.m-2 {
    margin: 20px 0 !important
}

.m-3 {
    margin: 30px 0 !important
}

.m-4 {
    margin: 40px 0 !important
}

.m-5 {
    margin: 50px 0 !important
}

.m-6 {
    margin: 60px 0 !important
}

.m-7 {
    margin: 70px 0 !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px 0 !important
}

.p-2 {
    padding: 20px 0 !important
}

.p-3 {
    padding: 30px 0 !important
}

.p-4 {
    padding: 40px 0 !important
}

.p-5 {
    padding: 50px 0 !important
}

.p-6 {
    padding: 60px 0 !important
}

.p-7 {
    padding: 70px 0 !important
}

.m-t0 {
    margin-top: 0 !important
}

.m-t1 {
    margin-top: 10px !important
}

.m-t2 {
    margin-top: 20px !important
}

.m-t3 {
    margin-top: 30px !important
}

.m-t4 {
    margin-top: 40px !important
}

.m-t5 {
    margin-top: 50px !important
}

.m-t6 {
    margin-top: 60px !important
}

.m-t7 {
    margin-top: 70px !important
}

.m-b0 {
    margin-bottom: 0 !important
}

.m-b1 {
    margin-bottom: 10px !important
}

.m-b2 {
    margin-bottom: 20px !important
}

.m-b3 {
    margin-bottom: 30px !important
}

.m-b4 {
    margin-bottom: 40px !important
}

.m-b5 {
    margin-bottom: 50px !important
}

.m-b6 {
    margin-bottom: 60px !important
}

.m-b7 {
    margin-bottom: 70px !important
}

.m-l4 {
    margin-left: 40px !important;
}

.m-l2 {
    margin-left: 20px !important;
}

.m-l3 {
    margin-left: 30px !important;
}

.p-t0 {
    padding-top: 0 !important
}

.p-t2 {
    padding-top: 20px !important
}

.p-t3 {
    padding-top: 30px !important
}

.p-t4 {
    padding-top: 40px !important
}

.p-t5 {
    padding-top: 50px !important
}

.p-t6 {
    padding-top: 60px !important
}

.p-t7 {
    padding-top: 70px !important
}

.p-b0 {
    padding-bottom: 0 !important
}

.p-b2 {
    padding-bottom: 20px !important
}

.p-b3 {
    padding-bottom: 30px !important
}

.p-b4 {
    padding-bottom: 40px !important
}

.p-b5 {
    padding-bottom: 50px !important
}

.p-b6 {
    padding-bottom: 60px !important
}

.p-b7 {
    padding-bottom: 70px !important
}

.p-l2 {
    padding-left: 20px !important
}

.p-l3 {
    padding-left: 30px !important
}

.p-l4 {
    padding-left: 40px !important
}

.p-r2 {
    padding-right: 20px !important
}

.p-r3 {
    padding-right: 30px !important
}

.p-r4 {
    padding-right: 40px !important
}

.p-r5 {
    padding-right: 50px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
    position: relative;
    width: 100%;
    padding-top: 66.33%;
    overflow: hidden;
}

.lazy-image img {
    position: absolute;
    background-color: var(--bodyFontColor);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    margin: auto !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
}

a:hover .lazy-image img {
    -moz-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.flexslider:before {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-width: 0.2rem;
}

.flexslider ul.slides {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.flexslider li {
    padding: 0;
}

.flexslider li:before {
    display: none
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider .flex-control-paging-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
}

.flexslider .flex-control-paging {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: 0;
    display: inline-block;
    z-index: 98;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.flexslider .flex-control-paging li {
    position: static;
    display: inline-block;
    width: auto;
    margin: 2px 3px;
    height: auto
}

.flexslider .flex-control-paging li a {
    border: 1px solid #91989b;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 0;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #91989b;
    border-radius: 34px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
    background-color: var(--bodyFontColor);
    border-color: var(--bodyFontColor)
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
    display: none
}

.flexslider .flex-direction-nav li {
    position: static
}

.flexslider .flex-direction-nav a {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    z-index: 98;
    border-radius: 60px;
    display: inline-block;
    font-size: 0;
}

.flexslider .flex-direction-nav {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
    content: '';
    line-height: 1;
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    margin: 0 2px;
    position: absolute;
    top: 50%;
    left: 65%;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 65%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1.0
}

.flexslider .flex-disabled {
    display: none
}

.flexslider iframe,
.flexslider video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/******Plugin's CSS End*********/

.bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg img {
    display: none
}

.main-banner {
    background-color: #f6f6f6;
}

.main-banner img {
    width: 100%;
}

.main-banner h1, .main-banner .heading, .main-banner h2 {
    font-family: var(--bodyFontFamily);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: var(--navyblueColor);
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 0px;
}
.main-banner h1, .main-banner .heading {
    /* text-decoration: underline; */
    text-decoration-thickness: 1px;
    text-underline-offset: 27px;
    text-decoration-color: rgb(25 54 103 / 50%);
    padding: 0 0 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-banner .content {
    position: absolute;
    top: 95px;
    right: 0;
    left: 0;
    text-align: center;
}

.main-banner h2 {
    font-size: 72px;
}
.inner-banner {
    background: #f6f6f6;
    padding: 60px 0;
}

.inner-banner h1 {
    font-size: 35px;
    color: var(--navyblueColor);
}
/*****Social Icons*****/
ul.social-icon {
    display: inline-flex;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

ul.social-icon li {
    display: inline-block;
    width: auto;
    margin: 3px 14px 3px 0;
    background: none;
    padding: 0;
    vertical-align: middle;
    color: var(--bodyFontColor);
}

ul.social-icon li:before {
    display: none
}

ul.social-icon li a {
    display: inline-block;
    padding: 0;
    width: auto;
}

ul.social-icon li i {
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    vertical-align: top;
    font-size: 15px;
    color: var(--linkColor);
    background-color: #fff;
    line-height: 1;
}

ul.social-icon li i:before {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    transition: unset;
}

ul.social-icon li a:hover i {
    color: #fff;
    background: var(--linkColor);
    border-color: var(--linkColor);
}

ul.social-icon li:last-of-type {
    margin-right: 0;
}

/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
    display: none;
}

.scrollup {
    position: fixed;
    width: 25px;
    height: 25px;
    background: var(--linkColor);
    border: 1px solid var(--linkColor);
    border-radius: 50%;
    bottom: -40px;
    right: 10px;
    z-index: 999;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.scrollup i {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
}

.scrollup.in {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.scrollup:hover {
    background: transparent;
    color: var(--textColorSecondary);
}

footer a:hover,
footer a:focus,
footer .current-menu-item a {
    color: var(--textColorSecondary) !important;
}

footer {
    font-size: 15px;
    background-color: #fff;
}

footer a {
    color: inherit;
}

footer .top-footer {
    background-color: #f6f6f6;
    padding: 60px 0 60px;
    color: #1a2c54;
}

footer .top-footer .container {
    display: grid;
    grid-template-columns: 24.5% 75.5%;
}

footer .top-footer .left-content {
    display: flex;
    justify-content: center;
}

footer .top-footer .right-content {
    padding: 35px 0 0 50px;
    display: grid;
    grid-template-columns: 80% 20%;
}

footer .top-footer .right-content h6 {
    color: inherit;
    font-weight: 600;
    margin: 0 0 8.5px;
}

footer .top-footer .right-content .box ul {
    column-count: 2;
}

footer .top-footer .right-content ul li {
    padding: 0;
}

footer .top-footer .right-content ul li::before {
    display: none;
}

footer .bottom-footer .container {
    display: flex;
    justify-content: space-between;
}

footer .bottom-footer .container p {
    margin: 0;
}

footer .bottom-footer {
    padding: 29px 0;
}

/******Footer End*****/
.info-box {
    text-align: center;
    padding: 60px 0;
    font-size: 18px;
}

.info-box h2 {
    color: var(--navyblueColor);
}

.aside-img-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 44px;
}

.aside-img-wrap .img-box {
    position: relative;
    float: left;
    width: 50%;
    border-radius: 40px;
    overflow: hidden;
}

.aside-img-wrap .text-box {
    float: left;
    width: 50%;
    padding: 25px 0 25px 35px;
}

.aside-img-wrap .img-box img {
    width: 100%;
}

.reverse.aside-img-wrap,
.aside-img-wraps .aside-img-wrap:nth-child(odd) {
    flex-direction: row-reverse;
}

.reverse.aside-img-wrap .text-box,
.aside-img-wraps .aside-img-wrap:nth-child(odd) .text-box {
    padding-right: 35px;
    padding-left: 0;
}

.aside-img-wraps .aside-img-wrap:last-child {
    margin: 0;
}

.aside-btn-wrap {
    padding: 50px 0;
    text-align: center;
}

.aside-btn-wrap .btn {
    text-transform: capitalize;
    font-weight: 700;
    min-width: 248px;
    padding: 12px 15px;
    font-size: 18px;
}

.aside-btn-wrap p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 33px;
    row-gap: 15px;
}

/************Responsive Start************/
@media only screen and (max-width: 1199px) {}

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

    /**************/
    header .header-right {
        display: none;
    }
    
    nav#sidebar-nav {
        top: calc(var(--headerSpace) + 0px);
        --valRight: 350px;
        padding: 10px 10px 10px 20px;
        z-index: 998;
    }

    #sidebar-nav .desktop-menu {
        display: none;
    }
    
    #sidebar-nav .mobile-menu {
        display: block;
    }
    
    .nav-wrap nav#sidebar-nav ul.nav {
        padding: 0;
    }
    
    .nav-trigger {
        font-size: 0;
    }
    
    .nav-trigger .icon svg {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --logoWidth: 93px;
        --headerSpace: 93px;
    }

    .alignleft,
    .alignright {
        max-width: 300px
    }

    /*** Menu Accordion Mobile **/
    .mnu-acc {
        position: relative;
    }

    .mnu-acc+.content {
        display: none;
        padding: 10px 0px 0px;
    }

    .mnu-acc-trg {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: rgb(0, 176, 140);
        font-size: 12px;
        text-align: right;
        cursor: pointer;
    }

    .mnu-acc-trg i {
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .active.mnu-acc .mnu-acc-trg i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    header .header-btn-wrap .btn {
        min-width: 100px;
    }
    
    .main-banner .content {
        /* position: static; */
        /* padding: 20px 0 15px; */
        top: 20px;
    }

.main-banner h1, .main-banner .heading {
    font-size: 29px;
    text-underline-offset: 5px;
    text-decoration-color: rgb(25 54 103 / 100%);
}

.main-banner h2 {
    font-size: 35px;
}
    .common-content {
      padding: 30px 0;
    }
    .inner-banner h1 {
       font-size: 25px;
    }

    .inner-banner {
        padding: 40px 0;
    }
    p {
        margin: 0 0 10px;
    }

    .reverse.aside-img-wrap,
    .aside-img-wraps .aside-img-wrap:nth-child(odd) {
        flex-direction: column;
    }

    .aside-img-wrap .img-box,
    .aside-img-wrap .text-box {
        width: 100%;
    }

    .aside-img-wrap .text-box,
    .reverse.aside-img-wrap .text-box,
    .aside-img-wraps .aside-img-wrap:nth-child(odd) .text-box {
        padding: 30px 15px;
    }
.aside-img-wrap {
    margin: 0;
}
    .info-box {
        padding: 30px 0;
    }

    .aside-img-wrap .text-box h3 br {
        display: none;
    }

    .aside-btn-wrap {
        padding: 30px 0;
    }

    footer .top-footer {
        padding: 30px 0;
    }

    footer .top-footer .container {
        grid-template-columns: 100%;
    }

    footer .top-footer .left-content {
        padding: 0 0 30px;
    }

    footer .top-footer .right-content {
        padding: 0;
        grid-template-columns: 80% 20%;
        row-gap: 20px;
    }

    footer .bottom-footer {
        padding: 20px 0;
    }

    footer .bottom-footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    footer .top-footer .right-content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 639px) {}

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

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 10px 0;
        float: none;
        display: block
    }
}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 359px) {
    nav#sidebar-nav {
        --valRight: 295px;
    }
}

/************Responsive End************