/*
Theme Name: Cardiux
Theme URI: https://acrobatsolution.com/
Author: Acrobat@team
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
    margin: 0;
    padding: 0;
    font-family: var(--roboto-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--blk-clr);
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--white-clr);
}

:root {
    scroll-behavior: inherit;
    --roboto-font: 'Roboto', sans-serif;
    --sky-clr: #00C0C1;
    --blk-clr: #000000;
    --white-clr: #ffffff;
    --placeholder-clr: #f3f3f3;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 22px 0;
    padding: 0;
    color: var(--blk-clr);
    font-weight: 700;
    line-height: 1.2;
}

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



h1,
.h1-title {
    font-size: 70px;
    color: var(--white-clr);
    line-height: 1;
}

h2,
.h2-title {
    font-size: 40px;
}

h3,
.h3-title {
    font-size: 40px;
}

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

h5,
.h5-title {
    font-size: 24px;
}

h6,
.h6-title {
    font-size: 20px;
}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: red;
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--blk-clr);
    border: 1px solid var(--placeholder-clr);
    height: 50px;
    padding: 0 20px;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--roboto-font);
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--placeholder-clr);
    padding: 20px;
    width: 100%;
    color: var(--blk-clr);
    height: 100px;
    outline: none !important;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--roboto-font);
    resize: none;
}

select {
    border: 1px solid var(--placeholder-clr);
    width: 100%;
    padding: 0 20px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--roboto-font);
    color: var(--blk-clr);
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--sky-clr);
    color: var(--white-clr);
    height: 48px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--blk-clr);
    color: var(--white-clr);
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 15px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--sky-clr);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


/* cmn css start */
.cmn-gap {
    padding: 100px 0;
}

/* cmn css end */

/* main head start */
.main-head {
    padding: 16px 0;
}

.main-head .hdr-ftr-ssl {
    padding-left: 30px;
}

/* main head end */

/* main banner start */
.main-banner {
    position: relative;
}

.banner-blk {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 50px 0;
    position: relative;
    z-index: 5;
}

.banner-blk::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: -2;
}

.cmn-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.cmn-arrows .cmnbtn-arws:last-child{
    margin-right: 0;
}

.cmnbtn-arws {
    width: 43px;
    height: 43px;
    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;
    background: var(--white-clr);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    margin-right: 15px;
}

.cmnbtn-arws img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 18px;
}

.cmnbtn-arws:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cmn-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cmnbtn-arws:hover {
    background: rgb(255 255 255 / 40%);
}

.ban-cont p {
    color: var(--white-clr);
    margin-bottom: 28px;
    max-width: 470px;
}

/* main banner end */

/* about us start */
.abt-rit ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.abt-rit li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    text-align: justify;
}

.abt-rit li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--sky-clr);
}

.abt-rit li span {
    color: var(--sky-clr);
    font-weight: 700;
}

.about-sec .rowspan {
    align-items: center;
    --bs-gutter-x: 22px;
    --bs-gutter-y: 30px;
}

.sec-head {
    margin-bottom: 50px;
    text-align: center;
}

.why-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

.why-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}

.abt-lft img {
    width: 100%;
}

.abt-lft {
    margin-bottom: 0;
}

/* about us end */

/* why start */
.why-sec .sec-head .h2-title {
    color: var(--white-clr);
}

.why-blk ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.why-blk li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    color: var(--white-clr);
}

.why-blk li:last-child {
    margin-bottom: 0;
}

.why-blk li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--white-clr);
}

.why-blk li span {
    font-weight: 700;
}

.about-sec .abt-rit li {
    margin-bottom: 10px;
}

.about-sec .h6-title {
    margin-bottom: 15px;
}

.abt-rit1 {
    margin-bottom: 30px;
}

/* why end */


/* partner sec start */
.partners-card {
    background: var(--white-clr);
    -webkit-box-shadow: 0px 2px 19px rgba(180, 147, 189, 0.15);
    box-shadow: 0px 2px 19px rgba(180, 147, 189, 0.15);
    border-radius: 10px;
    padding: 24px;
    height: 100%;
}

.partners-card .h6-title {
    margin-bottom: 10px;
}

.partner-fig {
    margin-bottom: 25px;
}

.partner-fig img {
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
    object-position: top;
}

.partners-sec {
    background: #f9f9f9ed;
}

.partners-sec .rowspan {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

/* partner sec end */

/* contact sec start */
.cntct-rit .rowspan1 {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 20px;
}

.cntct-rit label {
    display: block;
    margin-bottom: 16px;
    margin-bottom: 14px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: var(--sky-clr);
}

.contact-sec .rowspan {
    align-items: center;
    --bs-gutter-x: 22px;
    --bs-gutter-y: 30px;
}

.contact-ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-ul li i {
    display: inline-block;
    width: 24px;
}

.contact-ul li a {
    width: calc(100% - 24px);
    padding-left: 14px;
}

.contact-ul li {
    margin-bottom: 20px;
    color: var(--sky-clr);
    display: flex;
    align-items: center;
}

.contact-ul li a {
    color: var(--blk-clr);
}

.contact-ul li a:hover {
    color: var(--sky-clr);
}

.contact-lft {
    max-width: 500px;
}

.ftr-ssl {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ftr-ssl a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: var(--sky-clr);
}

.ftr-ssl a:hover {
    color: var(--blk-clr);
}

.ftr-ssl a i {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0;
}

.footer-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr-rit img {
    width: 100px;
    line-height: 0;
    max-height: 100px;
}

.ftr-lft {
    width: 20%;
}

.ftr-rit {
    width: 20%;
    text-align: right;
}

.ftr-mdl {
    width: 60%;
    text-align: center;
}

.ftr-mdl p a {
    color: var(--sky-clr);
}

.ftr-mdl p a:hover {
    color: var(--blk-clr);
}

.main-footer {
    padding: 15px 0;
    background: rgb(0 192 193 / 5%);
}

/* contact sec end */


.










/* ========== responsive css =========== */



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(min-width:1025px) {
    .container {
        max-width: 1160px;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .banner-blk {
        min-height: 400px;
    }

    .cmn-gap {
        padding: 60px 0;
    }

    .sec-head {
        margin-bottom: 35px;
    }

    h1,
    .h1-title {
        font-size: 50px;
    }

    h2,
    .h2-title {
        font-size: 35px;
    }

    h3,
    .h3-title {
        font-size: 30px;
    }

    h4,
    .h4-title {
        font-size: 25px;
    }

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

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

    .abt-rit li {
        padding-left: 18px;
    }
}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

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

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 12px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */

    .navbar-brand {
        order: 1
    }

    .hdr-ftr-ssl {
        order: 2;
        margin-left: auto;
    }

    .cstmtggl {
        order: 3;
        margin-left: 20px;
    }

    .paramtr-sec .rowspan {
        flex-direction: column-reverse;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    .banner-blk {
        min-height: 300px;
        text-align: center;
    }

    h1,
    .h1-title {
        font-size: 40px;
    }

    h2,
    .h2-title {
        font-size: 30px;
    }

    h3,
    .h3-title {
        font-size: 25px;
    }

    h4,
    .h4-title {
        font-size: 22px;
    }

    h5,
    .h5-title {
        font-size: 18px;
    }

    h6,
    .h6-title {
        font-size: 17px;
    }
    .ftr-lft {
        width: 15%;
    }
    .ftr-rit {
        width: 15%;
    }
    .ftr-mdl {
        width: 70%;
    }
    .ban-cont p {
       margin: 0 auto;
    }
    .cmn-arrows {
        bottom: 30px;
    }
    .partner-fig img {
        max-height: 300px;
        min-height: 300px;
    }



}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }
    h1,
    .h1-title {
        font-size: 30px;
    }

    h2,
    .h2-title {
        font-size: 25px;
    }

    h3,
    .h3-title {
        font-size: 22px;
    }
    .sec-head {
        margin-bottom: 30px;
    }
    .ftr-lft {
        width: 100%;
        margin-bottom: 15px;
    }
    .ftr-rit {
        width: 100%;
    }
    .ftr-mdl {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-blk{
        flex-direction: column;
    }
    .ftr-lft .ftr-ssl{
        justify-content: center;
    }
    .ftr-rit {
        text-align: center;
    }
    .partners-card {
        padding: 18px;
    }
    .cmnbtn-arws {
        width: 38px;
        height: 38px;
    }
    .partner-fig img {
        max-height: 500px;
        min-height: 500px;
    }

}

@media (max-width: 575px) {
    .banner-blk {
        min-height: 270px;
        padding: 40px 0;
    }
    .cmn-arrows {
        bottom: 20px;
    }
    .partner-fig img {
        max-height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 479px) {
    h1,
    .h1-title {
        font-size: 25px;
    }

    h2,
    .h2-title {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .navbar-brand {
        width: 120px;
    }
}