@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.otf');
}

@font-face {
    font-family: 'HelveticaNeuelight';
    src: url('../fonts/HelveticaNeuelight.ttf');
}

@font-face {
    font-family: 'HelveticaNeueLt';
    src: url('../fonts/HelveticaNeueLt.ttf');
}

@font-face {
    font-family: 'HelveticaNeue Medium';
    src: url('../fonts/HelveticaNeue Medium.ttf');
}

@font-face {
    font-family: 'HelveticaNeueMed';
    src: url('../fonts/HelveticaNeueMed.ttf');
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('../fonts/HelveticaNeue Light.ttf');
}

@font-face {
    font-family: 'HelveticaNeueBd';
    src: url('../fonts/HelveticaNeueBd.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.ttf');
}

@font-face {
    font-family: 'Helvetica Neu Bold';
    src: url('../fonts/Helvetica Neu Bold.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('../fonts/HelveticaNeue-Thin.ttf');
}

body {
    font-family: HelveticaNeue;
    font-weight: 300;
}

h1 {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

p {
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}

.nmoneimg_box {
    max-width: 150px;
    margin: 0 auto;
    height: 97px;
    display: flex;
    align-items: center;
}
.nmadria_imgbox {
    max-width: 280px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}
/*-----header---*/

@media only screen and (max-width: 991px) {
    header {
        display: none;
    }
}

.top-bar-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.header-menu-area:after {
    clear: both;
    content: "";
    display: block;
}

.template-main-menu nav > ul > li {
    position: relative;
    padding: 16px 13px;
    margin-bottom: 0;
}

.template-main-menu nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .template-main-menu nav > ul > li > a {
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1;
        display: block;
        font-family: Helvetica;
        font-weight: bold;
    }

    .template-main-menu nav > ul > li ul.dropdown-menu-col-1 {
        background-color: #ffffff;
        width: 255px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 58px;
        left: 0;
        font-family: Helvetica;
        font-weight: 700;
        padding: 0px;
        font-size: 14px;
        webkit-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
        -moz-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
        box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    }

.icons:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: bold;
    float: right;
}

.level2:hover .level3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.level3 {
    background-color: #ffffff;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 255px;
    padding: 0px;
    list-style: none;
    webkit-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
}

.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a {
    font-size: 14px;
    color: #253E8A;
    padding: 12px 15px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: Helvetica;
    font-weight: 700;
}

    .template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a:hover {
        color: #253E8A;
        background-color: #f3f3f3;
    }

.template-main-menu nav > ul > li ul.dropdown-menu-col-2 {
    border-top: 1px solid #396cf0;
    background-color: #ffffff;
    width: 480px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li {
        display: inline-block;
        width: 49%;
    }

        .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a {
            font-size: 16px;
            font-weight: 500;
            color: #111111;
            padding: 12px 15px;
            display: block;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a:hover {
                color: #ffffff;
                background-color: #3c70fa;
            }

.template-main-menu nav > ul > li .third-level {
    border-top: 1px solid #396cf0;
    background-color: #ffffff;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .template-main-menu nav > ul > li .third-level li a {
        font-size: 16px;
        font-weight: 500;
        color: #111111;
        padding: 12px 15px;
        display: block;
    }

        .template-main-menu nav > ul > li .third-level li a:hover {
            color: #ffffff;
            background-color: #3c70fa;
        }

.template-main-menu nav > ul > li .template-mega-menu {
    background-color: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #396cf0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    padding: 20px 0 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .template-main-menu nav > ul > li .template-mega-menu .menu-ctg-title {
        font-size: 22px;
        font-weight: 700;
        color: #111111;
        margin-bottom: 18px;
    }

    .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu {
        margin-bottom: 20px;
    }

        .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li {
            margin-bottom: 10px;
            padding-bottom: 7px;
            border-bottom: 1px solid #ebebeb;
        }

            .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li:last-child {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a {
                font-size: 16px;
                font-weight: 500;
                color: #111111;
                padding: 5px 15px 5px 30px;
                display: block;
                -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                position: relative;
            }

                .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a i {
                    color: #444444;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover {
                    color: #396cf0;
                    padding: 5px 15px 5px 35px;
                }

                    .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover i {
                        color: #396cf0;
                        animation: toRightFromLeft10 0.5s;
                    }

.template-main-menu nav > ul > li:hover:after {
    left: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li:hover .template-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li > ul > li {
    position: relative;
    list-style-type: none;
}

    .template-main-menu nav > ul > li > ul > li a.third-level-arrow:after {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        opacity: 0.8;
        font-size: 20px;
        z-index: 8;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #111111;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    }

    .template-main-menu nav > ul > li > ul > li:hover .third-level-arrow:after {
        right: 15px;
    }

    .template-main-menu nav > ul > li > ul > li:hover ul.third-level {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.header-menu-layout1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px 0 auto;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #00000082;
    -webkit-box-shadow: 0px 0px 5px #00000082;
    padding: 15px 0px;
}

    .header-menu-layout1 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

.header-menu-layout1 .template-main-menu nav > ul > li > a {
    color: #253E8A !important;
}
		
.covid_19_sec .btn-blue {
	border-color: #009bde !important;
    background-color: #009bde !important;
    color: #fff !important;
}
.covid_19_sec .btn-blue:hover {
    color: #009ade !important;
    border-color: #fff !important;
    background: #fff !important;
}
.covid_19_sec {
    background-position: center center !important;
    background-size: cover !important;
}
.covid_19_sec h3 {
    line-height: 1.3em;
}
.covid_19_sec p {
    line-height: 1.5em;
}
		
		
		

@media only screen and (max-width: 1199px) {
    .header-menu-layout1 .template-main-menu nav > ul > li > a {
        padding: 0px 00px 0px;
    }

    .template-main-menu nav > ul > li {
        position: relative;
        padding: 9px 5px;
    }

        .template-main-menu nav > ul > li > a {
            font-size: 13px;
        }
}

.header-menu-layout1 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #253d89;
}

.header-menu-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 101px 0 auto;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
    -moz-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
    box-shadow: 0 4px 4px rgba(226, 226, 226, 0.75);
}

    .header-menu-layout2 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header-menu-layout2 .template-main-menu nav > ul > li > a {
            padding: 30px 15px 29px;
            color: #111111;
        }

            .header-menu-layout2 .template-main-menu nav > ul > li > a:hover {
                animation: toBottomFromTop10 0.3s forwards;
                color: #396cf0;
            }

        .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
            margin-right: 15px;
            display: none;
            min-width: 200px;
        }

            .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
                padding: 0;
            }

                .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a:hover {
                    animation: none;
                }

            .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky:after {
                display: none;
            }

.header-menu-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .header-menu-layout3 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header-menu-layout3 .template-main-menu nav > ul > li > a {
            padding: 40px 15px 39px;
            color: #ffffff;
        }

@media only screen and (max-width: 1199px) {
    .header-menu-layout3 .template-main-menu nav > ul > li > a {
        padding: 40px 10px 39px;
    }
}

.header-menu-layout3 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #e3e3e3;
}

.header-menu-layout4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 51px 0 auto;
    z-index: 100;
    background-color: #ffffff;
}

    .header-menu-layout4 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header-menu-layout4 .template-main-menu nav > ul > li > a {
            padding: 40px 15px 39px;
            color: #111111;
        }

@media only screen and (max-width: 1199px) {
    .header-menu-layout4 .template-main-menu nav > ul > li > a {
        padding: 40px 10px 39px;
    }
}

.header-menu-layout4 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #396cf0;
}

.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4 {
    position: fixed;
    margin: 0 0 auto;
}

    .menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
            padding: 0 !important;
        }

@media only screen and (max-width: 1199px) {
    .menu-sticky .header-menu-layout2 .template-main-menu nav > ul > li > a {
        padding: 30px 7px 29px;
    }
}

.menu-sticky .header-menu-layout3 {
    background-color: rgba(57, 108, 240, 0.98);
}

.header-action-items-layout1 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
}

    .header-action-items-layout1 ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .header-action-items-layout1 ul li:last-child {
            margin-right: 0;
        }

        .header-action-items-layout1 ul li .header-search-dark {
            line-height: inherit;
        }

    .header-action-items-layout1 ul .action-items-primary-btn {
        font-size: 14px;
        display: inline-block;
        padding: 14px 24px;
        color: #ffffff;
        background-color: #396cf0;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid;
        border-color: #396cf0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items-layout1 ul .action-items-primary-btn i {
            margin-left: 10px;
        }

        .header-action-items-layout1 ul .action-items-primary-btn:hover {
            background-color: transparent;
            color: #396cf0;
        }

    .header-action-items-layout1 ul .action-items-light-btn {
        font-size: 14px;
        display: inline-block;
        padding: 9px 15px;
        color: #ffffff;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid;
        border-color: #ffffff;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items-layout1 ul .action-items-light-btn:hover {
            background-color: #ffffff;
            color: #396cf0;
        }

.header-action-items-layout1 .cart-items {
    top: 70px;
}

.header-action-items-layout2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .header-action-items-layout2 ul li {
        display: inline-block;
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
    }

        .header-action-items-layout2 ul li:first-child:after {
            height: 30px;
            width: 1px;
            background-color: #b2b2b2;
            content: "";
            position: absolute;
            right: 0;
            top: -15px;
            z-index: 5;
        }

        .header-action-items-layout2 ul li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

        .header-action-items-layout2 ul li .item-btn {
            height: 75px;
            text-align: center;
            padding: 26px 40px;
            background-color: #396cf0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            display: block;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .header-action-items-layout2 ul li .item-btn:hover {
                background-color: #2055e4;
            }

.header-action-items-layout2 .cart-items {
    top: 60px;
}

.header-action-items-layout2 .cart-area-dark:after {
    height: 76px;
    top: -12px;
}

.header-search-dark {
    position: relative;
    line-height: 0;
}

    .header-search-dark button {
        border: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        color: #646464;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-search-dark button i:before {
            font-size: 24px;
            margin-left: 0;
            padding: 5px;
            font-weight: 600;
        }

        .header-search-dark button:focus {
            outline: none;
        }

    .header-search-dark .search-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 40px;
        z-index: 10;
        height: 60px;
        width: 800px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 5px 30px 8px;
        display: none;
        background-color: rgba(60, 112, 250, 0.99);
        color: #e3e3e3;
    }

@media only screen and (max-width: 1199px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 740px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 560px;
    }
	.nmoneimg_box {
		margin-top: 40px;
	}
	.adria_fina {
    margin-bottom: 25px;
}
}

@media only screen and (max-width: 767px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 230px;
    }
}

.header-search-dark input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.header-search-dark input::-webkit-input-placeholder {
    color: #ffffff;
}

.header-search-dark input::-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-ms-input-placeholder {
    color: #ffffff;
}

.header-search-light {
    position: relative;
    line-height: 0;
}

    .header-search-light button {
        border: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-search-light button i:before {
            font-size: 24px;
            margin-left: 0;
            padding: 5px;
            font-weight: 600;
        }

        .header-search-light button:focus {
            outline: none;
        }

    .header-search-light .search-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 40px;
        z-index: 10;
        height: 60px;
        width: 800px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 5px 30px 8px;
        display: none;
        background-color: rgba(255, 255, 255, 0.99);
        color: #111111;
    }

@media only screen and (max-width: 1199px) {
    .header-search-light .search-input {
        right: 25px;
        width: 740px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-light .search-input {
        right: 25px;
        width: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-light .search-input {
        right: 25px;
        width: 230px;
    }
}

.header-search-light input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.header-search-light input::-webkit-input-placeholder {
    color: #afafaf;
}

.header-search-light input::-moz-placeholder {
    color: #afafaf;
}

.header-search-light input:-moz-placeholder {
    color: #afafaf;
}

.header-search-light input:-ms-input-placeholder {
    color: #afafaf;
}

.cart-area-dark {
    position: relative;
}

    .cart-area-dark:after {
        height: 96px;
        width: 30px;
        background-color: transparent;
        z-index: 99;
        content: "";
        position: absolute;
        top: -23px;
        left: 0;
    }

    .cart-area-dark .cart-trigger-icon {
        position: relative;
    }

        .cart-area-dark .cart-trigger-icon i:before {
            margin-left: 0;
            color: #444444;
            font-size: 30px;
        }

        .cart-area-dark .cart-trigger-icon span {
            position: absolute;
            top: -22px;
            right: -10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #396cf0;
            color: #ffffff;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 14px;
            text-align: center;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
            -moz-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
            box-shadow: 0 5px 5px rgba(168, 168, 168, 0.75);
        }

    .cart-area-dark:hover .cart-items {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

.cart-area-light {
    position: relative;
}

    .cart-area-light:after {
        height: 96px;
        width: 30px;
        background-color: transparent;
        z-index: 99;
        content: "";
        position: absolute;
        top: -23px;
        left: 0;
    }

    .cart-area-light .cart-trigger-icon {
        position: relative;
    }

        .cart-area-light .cart-trigger-icon i:before {
            margin-left: 0;
            color: #ffffff;
            font-size: 30px;
        }

        .cart-area-light .cart-trigger-icon span {
            position: absolute;
            top: -22px;
            right: -10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            color: #396cf0;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 14px;
            text-align: center;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
            -moz-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
            box-shadow: 0 5px 5px rgba(80, 80, 80, 0.5);
        }

    .cart-area-light:hover .cart-items {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

.cart-items {
    border-top: 3px solid #396cf0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(241, 247, 250, 0.98);
    padding: 10px;
    position: absolute;
    right: 0;
    min-width: 385px;
    color: #111111;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .cart-items .cart-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff;
    }

        .cart-items .cart-item:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .cart-items .cart-item > div {
            margin-right: 20px;
        }

            .cart-items .cart-item > div:last-child {
                margin-right: 0;
            }

        .cart-items .cart-item .cart-title {
            text-align: left;
        }

            .cart-items .cart-item .cart-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .cart-items .cart-item .cart-title a:hover {
                    color: #396cf0;
                }

            .cart-items .cart-item .cart-title span {
                display: block;
                font-size: 14px;
            }

        .cart-items .cart-item .cart-trash a {
            color: #111111;
        }

            .cart-items .cart-item .cart-trash a:hover {
                color: #ff0600;
            }

        .cart-items .cart-item .cart-btn {
            width: 100%;
            padding: 10px 10px 0 10px;
            justify-content: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .cart-items .cart-item .cart-btn a.item-btn {
                margin: 0 5px;
                display: inline-block;
                padding: 10px 20px;
                border: 1px solid;
                border-color: #396cf0;
                background-color: #396cf0;
                color: #ffffff;
                font-size: 14px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .cart-items .cart-item .cart-btn a.item-btn:hover {
                    background-color: transparent;
                    color: #396cf0;
                }

.logo-area-layout2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contact-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout1 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #444444;
    border-right: 1px solid #d7d7d7;
}

    .header-contact-layout1 ul li i {
        margin-right: 10px;
        color: #396cf0;
    }

    .header-contact-layout1 ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

@media only screen and (max-width: 767px) {
    .header-contact-layout1 ul li {
        display: block;
    }
}

.header-contact-layout1 ul li .fa-phone {
    transform: scaleX(-1);
}

.header-contact-layout2 {
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout2 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    color: #444444;
    border-right: 1px solid #d7d7d7;
}

    .header-contact-layout2 ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .header-contact-layout2 ul li .media i {
        margin-top: 7px;
        color: #396cf0;
        font-size: 26px;
    }

    .header-contact-layout2 ul li .media .media-body {
        color: #111111;
    }

        .header-contact-layout2 ul li .media .media-body .title {
            font-weight: 700;
            font-size: 16px;
        }

        .header-contact-layout2 ul li .media .media-body .info {
            font-size: 16px;
        }

@media only screen and (max-width: 767px) {
    .header-contact-layout2 ul li {
        display: block;
    }
}

.header-contact-layout2 ul li .fa-phone {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-contact-layout3 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout3 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}

    .header-contact-layout3 ul li i {
        margin-right: 10px;
    }

    .header-contact-layout3 ul li:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 767px) {
    .header-contact-layout3 ul li {
        display: block;
    }
}

.header-contact-layout3 ul li .fa-phone {
    transform: scaleX(-1);
}

.header-social-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-social-layout1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-social-layout1 li {
    display: inline-block;
    margin-right: 5px;
}

    .header-social-layout1 li:last-child {
        margin-right: 0;
    }

    .header-social-layout1 li a {
        color: #8a8a8a;
        text-align: center;
        font-size: 14px;
        display: block;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-social-layout1 li a:hover {
            color: #ffffff;
            background-color: #396cf0;
        }

.header-social-layout2 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-social-layout2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-social-layout2 ul li {
    display: inline-block;
    margin-right: 5px;
}

    .header-social-layout2 ul li:last-child {
        margin-right: 0;
    }

    .header-social-layout2 ul li a {
        padding: 5px 8px;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-social-layout2 ul li a:hover {
            color: #e3e3e3;
        }

.mean-container .mean-bar {
    background: transparent !important;
    float: none;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
}

    .mean-container .mean-bar:after {
        content: "";
        clear: both;
        display: block;
    }

    .mean-container .mean-bar a.logo-mobile-menu {
        width: 100%;
        background-color: rgba(222, 222, 222, 0.95);
        box-sizing: border-box;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-left: 15px;
        border-bottom: 1px solid #b2b2b2;
        position: relative;
        text-align: center;
        height: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mean-container .mean-bar .mobile-menu-nav-back:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(248, 248, 248, 0.95);
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
        }

.mean-container .mean-nav {
    float: none !important;
    background: transparent !important;
}

    .mean-container .mean-nav > ul {
        overflow-y: scroll;
    }

        .mean-container .mean-nav > ul:after {
            content: '';
            display: block;
            clear: both;
        }

.mean-nav ul {
    max-height: 300px;
    display: none;
    position: relative;
    overflow-y: scroll;
}

.mean-container .mean-nav > ul li a {
    font-size: 14px;
    color: #111111;
    font-weight: 700;
    background-color: #ebebeb;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .mean-container .mean-nav > ul li a:hover {
        color: #396cf0;
    }

.mean-container .mean-nav > ul li:hover > a {
    color: #396cf0;
    background-color: #ffffff;
}

.mean-container .mean-nav > ul li li a {
    color: #111111;
    opacity: 1;
    font-weight: 400;
    padding: 0.5em 10%;
}

    .mean-container .mean-nav > ul li li a:hover {
        background-color: #ffffff;
    }

.mean-container .mean-nav > ul li a.mean-expand {
    background-color: transparent;
    margin-top: 0;
    height: 20px;
    line-height: 27px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 12px 20px 12px 12px !important;
}

    .mean-container .mean-nav > ul li a.mean-expand:hover {
        background-color: transparent;
    }

.mean-container a.meanmenu-reveal {
    float: none !important;
    position: absolute;
    top: 12px;
    transition: unset;
}

.mean-bar + div #wrapper {
    padding-top: 52px;
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}

.hide-on-mobile-menu:after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

.btn-circle {
    width: 126px;
    height: 40px;
    padding: 9px 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    float: right;
    top: 0px;
}

.btn-circle1 {
    padding: 9px 51px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

header .btn-circle1 {
    top: 0;
}

.header-action-items-layout1 ul li {
    margin: 0;
}


.btn-circle4 {
    width: 255px;
    padding: 9px 0px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

.btn-circle3 {
    width: 197px;
    padding: 9px 0px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: absolute;
    left: 0px;
    top: 35px;
    font-family: HelveticaNeue;
    font-weight: 500;
}
/*-----header end ---*/


/*-----slider ---*/



/*-----slider end ---*/


/*-----Intro_Para---*/

.wpb_wrapper h2 {
    font-size: 31px;
    line-height: 39px;
    font-family: HelveticaNeue Light;
    font-weight: 300;
    width: 83%;
    display: inline-block;
    margin: 0px;
}

.wpb_wrapper2 {
    margin-bottom: 70px;
}

    .wpb_wrapper2 h2 {
        font-size: 31px;
        line-height: 39px;
        font-family: HelveticaNeue Light;
        font-weight: 300;
        width: 83%;
        display: inline-block;
        margin: 0px;
    }


/*-----Intro_Para End---*/


/*------video_row---*/

.video {
    padding: 10px;
}

.wpb_text_column h3 {
    font-family: HelveticaNeueMed;
    left: 0px;
    position: relative;
    font-weight: 400;
}

.wpb_text_column ul {
    position: relative;
    left: -13px;
}

.wpb_text_column li {
    font-size: 16px;
    line-height: 42px;
    color: #000;
    font-family: HelveticaNeue;
    font-weight: 400;
}


/*------video_row end---*/
.sf-SubmitButton {
    width: 160px;
    padding: 9px 0px;
    background-color: #009bde;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

/*-----Customer_CTA----*/

.Customer_CTA {
    height: auto;
    padding: 10px;
}

    .Customer_CTA h3 {
        font-family: HelveticaNeueLt;
        font-weight: 300;
    }

    .Customer_CTA p {
        font-family: HelveticaNeuemed;
        font-weight: 800;
    }


/*------Row_ATMs Retail------*/

.title {
    padding-bottom: 30px;
}

    .title h2 {
        font-family: HelveticaNeue Light;
        font-weight: 300;
        font-size: 36px;
        margin: 0px;
        padding-bottom: 20px;
    }

    .title p {
        font-weight: 600;
        font-size: 18px;
    }


.title3 h2 {
    font-family: HelveticaNeue Light;
    font-weight: 300;
    font-size: 36px;
    margin: 0px;
}

.title3 p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

.title3 h3 {
    font-weight: 600;
    font-family: HelveticaNeueMed;
    margin: 0px;
    padding-top: 20px;
}

.img_box img {
    width: 91%;
}

.ATMs_Retail {
    padding-top: 20px;
}

    .ATMs_Retail h3 {
        font-family: HelveticaNeueMed;
        font-weight: 800;
        font-size: 21px;
        line-height: 32px;
    }

    .ATMs_Retail p {
        font-family: HelveticaNeue;
        font-size: 16px;
        line-height: 32px;
        width: 100%;
        display: inline-block;
    }


.ATMs_Retail2 h3 {
    font-family: HelveticaNeueMed;
    font-weight: 400;
    font-size: 21px;
    width: 99%;
}

.ATMs_Retail2 p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

.iq-re-4-mt-70 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.iq-re-4-pt-70 {
    padding-bottom: 80px;
}

.iq-re-4-pt-80 {
    padding-top: 80px;
}

/*------Row_ATMs Retail end------*/


/*-----CTA----*/

.CTA {
    width: 100%;
    height: auto;
}

.text {
    position: relative;
    left: 59px;
}

    .text h3 {
        position: relative;
        font-family: HelveticaNeueLt;
        font-size: 31px;
        font-weight: 300;
    }

    .text p {
        font-family: HelveticaNeueMed;
        font-weight: 600;
        font-size: 17px;
    }

.text2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .text2 p {
        font-family: HelveticaNeue;
        font-weight: 500;
        font-size: 16px;
    }

.button {
    position: relative;
    top: 16px;
}


/*-----CTA end----*/

.Fact {
    width: 100%;
    height: auto:;
}


/*-----counting----*/

.counting img {
}

.counting span {
    font-size: 35px;
    display: block;
    font-family: HelveticaNeueLt;
}

.counting p {
    font-weight: 600;
    margin-left: 46px;
    font-size: 15px;
    font-family: HelveticaNeueMed;
}

.plus {
    width: 29px;
    float: right;
    position: relative;
    right: 20px;
    top: -39px;
}

.plus1 {
    width: 29px;
    float: right;
    position: relative;
    right: 91px;
    top: -39px;
}

.plus2 {
    width: 29px;
    float: right;
    position: relative;
    right: 58px;
    top: -39px;
}


/*-----counting end----*/


/*------ATM_Branding---*/

.ATMs_Retail2 h3 {
    line-height: 30px;
    font-family: HelveticaNeueMed;
    font-weight: 800;
}

.ATMs_Retail2 p {
    font-size: 16px;
    line-height: 31px;
    font-family: HelveticaNeue;
}


/*------ATM_Branding end---*/


/*----news----*/

.iq-re-4-mt40 {
    padding-bottom: 40px;
}

.news h4 {
    font-size: 14px;
    font-family: HelveticaNeueMed;
    font-weight: 400;
}

.news h3 {
    line-height: 27px;
    font-family: HelveticaNeue-Bold;
    font-weight: 400;
    font-size: 23px;
    margin: 0px;
    -webkit-line-clamp: 2;
    max-height: 59px;
    height: 59px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.news p {
    line-height: 32px;
    font-size: 16px;
    font-family: HelveticaNeue;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 130px;
    height: 130px;
}

.bg_blue h5 {
    text-align: center;
    font-size: 36px;
    font-family: HelveticaNeuelight;
}

.bg_blue span {
    font-weight: 600;
    font-family: HelveticaNeueLt;
    color: #fff;
}


/*-----Awards--*/

.Awards {
    padding: 0px;
}

    .Awards img {
        width: 23%;
    }

    .Awards h3 {
        line-height: 39px;
        font-family: HelveticaNeue Light;
        font-weight: 300;
    }

    .Awards span {
        font-weight: bold;
        font-family: HelveticaNeueBd;
    }


/*-----footer ---*/

.nav_menu-2 h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: HelveticaNeueMed;
    position: relative;
    left: 5px;
}

.nav_menu-2 ul {
    list-style-type: none;
    padding: 0px;
}

.nav_menu-2 li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 6px;
    padding-left: 6px;
    padding-left: 27px;
    color: #009bde;
    font-weight: 600;
    font-family: HelveticaNeue Light;
}

.contact h4 {
    font-weight: bold;
    font-family: HelveticaNeue;
    font-size: 16px;
}

.contact p {
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 600;
}

.contact a {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #2e9bde;
    font-weight: 600;
}

.menu-item:before {
    position: absolute;
    left: 22px;
    content: "\003E";
    font-family: HelveticaNeue;
    font-size: 20px;
    opacity: .9;
    font-weight: 300;
    margin-top: 1px;
}

.menu_footer a {
    font-size: 16px;
    text-decoration: none;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    color: #2e9bde;
}

.iq-re-4-mt50 {
    margin-top: 30px;
}

.menu_footer h5 {
    font-size: 16px;
    padding: 20px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    line-height: 25px;
}


/*-----footer end ---*/

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
    margin-top: 70px;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.divider .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .divider .container.small-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .divider .container.extra-padding {
        padding-top: 180px;
        padding-bottom: 180px;
    }

.title2 h2 {
    font-size: 60px;
    text-align: center;
    font-family: HelveticaNeue-Thin;
}

.breadcrumb {
    font-family: HelveticaNeue;
    font-weight: 300;
    color: #000;
    font-size: 15px;
    background-color: transparent;
    margin-bottom: 0px;
}

    .breadcrumb i {
        font-size: 21px;
    }

    .breadcrumb li a {
        color: #2e9bde;
    }

.img_box h3 {
    font-family: HelveticaNeue;
    font-weight: bold;
}

.img_box h6 {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 32px;
    height: 195px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    max-height: 187px;
    height: 187px;
}

.contant {
    margin-bottom: 20px;
}

    .contant h3 {
        font-family: HelveticaNeue;
        font-weight: bold;
    }

    .contant h6 {
        font-family: HelveticaNeue;
        font-size: 16px;
        line-height: 32px;
        height: 195px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        max-height: 55px;
        height: 55px;
    }

.mt-20 {
    padding-bottom: 30px;
}

.mt-10 {
    padding-bottom: 20px;
}

.news {
    background: #fff;
    border-radius: 13px;
    padding: 30px 26px 30px 26px;
    margin-bottom: 20px;
    height: 333px;
}

.pagination {
    display: inline-block;
    float: right;
}

    .pagination a {
        color: #2e9bde;
        float: left;
        padding: 8px 13px;
        text-decoration: none;
        margin: 4px;
        font-weight: 600;
        background: #ffffff;
    }

        .pagination a.active {
            background-color: #2e9bde;
            color: white;
            border: 1px solid #2e9bde;
            border-radius: 5px;
        }

.ATMs_Retail2 {
    margin-bottom: 27px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.title h3 {
    font-weight: 600;
    font-family: HelveticaNeueMed;
    margin: 0px;
}

.panel-group .panel {
    border-radius: 5px;
    padding: 0;
}

.panel-default > .panel-heading {
    color: #2e9bde;
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-title {
    font-size: 21px;
    font-family: HelveticaNeue-Bold;
}

    .panel-title > a {
        display: block;
        padding: 5px;
        text-decoration: none;
    }

.short-full {
    float: right;
    color: #2e9bde;
}

.news_detail h3 {
    font-family: HelveticaNeue;
    font-weight: bold;
}

.news_detail p {
    font-family: HelveticaNeue;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f7f7f7;
}

.panel-body h4 {
    font-size: 16px;
    font-family: HelveticaNeue;
}


/*----contact---*/

.heading h3 {
    font-family: HelveticaNeuebd;
    font-size: 21px;
}

.heading p {
    font-family: HelveticaNeue;
    font-size: 16px;
}

.input-group {
    width: 89%;
}

.inputGroupContainer label {
    width: 33.33333333%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    right: 9px;
    text-align: right;
}

label.h6 {
    width: 33.33333333%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    right: 9px;
    text-align: right;
}

button.sf-SubmitButton.btn.btn-primary {
    position: relative;
    left: 248px;
    margin-bottom: 10px;
}

.form-control {
    border-radius: 5px !important;
    width: 55% !important;
}

select#Dropdown-1 {
    width: 55% !important;
}

.control-label {
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
}

textarea.form-control {
    width: 55% !important;
}

form {
    padding-top: 40px;
}

.address {
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    height: 183px;
    position: relative;
    top: 28px;
    padding: 8px 24px 8px 25px;
}

    .address h3 {
        font-size: 21px;
        font-family: HelveticaNeue-Bold;
    }

    .address p {
        font-size: 16px;
        font-family: HelveticaNeue;
    }

.Financial h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.Financial p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}

.Financial ul li {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 105%;
}

.Estate p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.Estate h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
}

.img_box2 img {
    width: 86%;
}

.breadcrumb > li + li:before {
    content: "|";
    color: #8e8e8e;
}

.img_box3 img {
    width: 88%;
    float: right;
}

.img_box6 img {
    width: 88%;
    float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 49px;
    padding-top: 21px;
    padding-bottom: 27px;
    padding-right: 36px;
}

.panel.panel-default {
    margin-top: 0px !important;
}

.panel-group .panel {
    border-top-color: #eeeeee;
}

.panel-default {
    border-color: #fff;
}

    .panel-default:last-child {
        border-bottom-color: #eeeeee;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #fff;
}

.sfPageEditor #ctl00_BannerAndTitle_RadDockZoneBannerAndTitle {
    margin-top: 110px;
}

.even .col-md-8 {
    float: right;
}

.even .img_box img {
    float: right;
}

/* reset */
.web-price-table ul,
.web-price-table li,
.web-price-table p,
.web-price-table a {
    margin: 0;
    padding: 0;
    display: block;
    line-height: normal;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* price table layout */
.web-price-table {
    margin: 0 auto;
    font-size: 1em;
    position: relative;
    z-index: 99;
    padding: 0;
    min-width: 180px;
    max-width: 1920px;
    width: 100%;
    clear: both;
    min-height: 100px;
    font-family: "HelveticaNeue";
}

    /* ul tag layout */
    .web-price-table ul {
        float: left;
        background: #ffffff;
        text-align: center;
        min-width: 180px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    }

    /* two colums layout */
    .web-price-table.two-columns {
        max-width: 600px;
    }

        .web-price-table.two-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 48%;
        }

    /* three colums layout */
    .web-price-table.three-columns {
        /* max-width: 900px;*/
    }

        .web-price-table.three-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 31.33%;
        }

    /* four colums layout */
    .web-price-table.four-columns {
        max-width: 1220px;
    }

        .web-price-table.four-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 23%;
        }

    /* margin zero layout */
    .web-price-table.margin-zero ul {
        margin-left: 0;
        margin-right: 0;
    }

    .web-price-table.two-columns.margin-zero ul {
        width: 50%;
    }

    .web-price-table.three-columns.margin-zero ul {
        width: 33.33%;
    }

    .web-price-table.four-columns.margin-zero ul {
        width: 25%;
    }

    /* animation scale */
    .web-price-table ul,
    .web-price-table .purchase a:last-child,
    .web-price-table .purchase a:first-child {
        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.2s linear 0s;
    }

    .web-price-table.animation-scale ul:hover {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
        z-index: 999;
    }

    /* purchase class a tag hover layout */


    .web-price-table .purchase a:hover:last-child:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.05);
    }

    /* li tag layout */
    .web-price-table ul li {
        padding: 0 10px;
    }

    /* title class */
    .web-price-table .title {
        background: #d280f1;
        color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 1px;
        margin-bottom: -1px;
        font-size: 1.5em;
        font-family: "HelveticaNeue";
        font-weight: bold;
    }

    /* description class */
    .web-price-table .description {
        color: #FFFFFF;
        background: #d280f1;
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "HelveticaNeue";
        font-size: 0.8em;
        font-style: italic;
    }

    /* price class */
    .web-price-table .price {
        color: #d280f1;
        font-family: "HelveticaNeue";
        font-size: 1.2em;
        padding-top: 8px;
        padding-bottom: 30px;
        display: inline-block;
        font-weight: bold;
    }

        .web-price-table .price span:nth-child(2) {
            font-size: 2.2em;
            font-weight: bold;
            top: 21px;
            display: inline-block;
            position: relative;
            top: 6px;
            font-family: "HelveticaNeue-bolder";
        }

        .web-price-table .price span:nth-child(3) {
            font-size: 1.1em;
            position: relative;
            top: -9px;
            left: -4px;
        }

        .web-price-table .price span:last-child {
            position: relative;
            top: 0;
            left: 0;
        }

    /* purchase class */
    .web-price-table .purchase {
        clear: both;
        width: 100%;
        padding: 0;
    }

        .web-price-table .purchase a {
            display: inline-block;
            text-decoration: none;
            font-size: 0.8em;
            text-align: left;
            float: left;
            margin-left: 12%;
            margin-right: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 20px;
        }

            .web-price-table .purchase a:last-child {
                text-align: center;
                color: #FFFFFF;
                padding: 10px 15px;
                margin: 0;
                position: relative;
                top: -37px;
                left: 85px;
                width: 156px;
            }

    /* options class */
    .web-price-table .options {
        margin: 0;
        padding: 0;
    }

        .web-price-table .options span {
            display: inline-block;
            width: 100%;
            text-align: left;
            color: #777777;
            font-size: 0.8em;
            border-bottom: 1px solid #F0F0F0;
            padding: 10px 20px 10px 56px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: "HelveticaNeue";
            font-size: 14px;
            font-weight: 600;
        }

            .web-price-table .options span i {
                margin-left: -20px;
                padding-right: 5px;
            }

    /* text class */
    .web-price-table .text {
        font-size: 0.8em;
        color: #777777;
        padding: 34px;
    }

    /* features-enable class */
    .web-price-table.features-enable .features {
        text-align: left;
        color: #959595;
        font-size: 0.9em;
        position: absolute;
        left: 60px;
        top: 173px;
        background: #ffffff;
        z-index: -1;
        padding: 10px;
        width: 300px !important;
        max-width: 300px;
        transition: all 0s linear 0s;
        -moz-transition: all 0s linear 0s;
        -webkit-transition: all 0s linear 0s;
        -ms-transition: all 0s linear 0s;
        -o-transition: all 0s linear 0s;
    }

    .web-price-table.animation-scale .features:hover {
        transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        box-shadow: none;
    }

    .web-price-table.features-enable ul:nth-child(2) {
        margin-left: 240px;
    }

    .web-price-table.features-enable ul {
        max-width: 23%;
        margin-left: 0;
        margin-right: 0;
    }

    .web-price-table.features-enable .features:before {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    }

    .web-price-table.features-enable .features li {
        padding-top: 11px;
        padding-bottom: 10px;
        margin: 1px 0;
        font-size: 0.8em;
    }

        .web-price-table.features-enable .features li:first-child {
            color: #7b7b7b;
            text-transform: uppercase;
            font-size: 1.2em;
        }

    .web-price-table.features-enable .options span {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    /******************
 color setting 
******************/

    /* color 1 */
    .web-price-table ul.color-1 .title,
    .web-price-table ul.color-1 .description {
        background: #d280f1;
    }

    .web-price-table ul.color-1 .price {
        color: #d280f1;
    }

    .web-price-table ul.color-1 .purchase a:last-child {
        background: #d280f1;
        color: #FFFFFF;
    }

    .web-price-table ul.color-1 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 2 */
    .web-price-table ul.color-2 .title,
    .web-price-table ul.color-2 .description {
        background: #40cabf;
    }

    .web-price-table ul.color-2 .price {
        color: #40cabf;
    }

    .web-price-table ul.color-2 .purchase a:last-child {
        background: #40cabf;
        color: #FFFFFF;
    }

    .web-price-table ul.color-2 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 3 */
    .web-price-table ul.color-3 .title,
    .web-price-table ul.color-3 .description {
        background: #009bde;
    }

    .web-price-table ul.color-3 .price {
        color: #009bde;
    }




    /* color 4 */
    .web-price-table ul.color-4 .title,
    .web-price-table ul.color-4 .description {
        background: #C16E6E;
    }

    .web-price-table ul.color-4 .price {
        color: #C16E6E;
    }

    .web-price-table ul.color-4 .purchase a:last-child {
        background: #C16E6E;
        color: #FFFFFF;
    }

    .web-price-table ul.color-4 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 5 */
    .web-price-table ul.color-5 .title,
    .web-price-table ul.color-5 .description {
        background: #a1c86b;
    }

    .web-price-table ul.color-5 .price {
        color: #a1c86b;
    }

    .web-price-table ul.color-5 .purchase a:last-child {
        background: #a1c86b;
        color: #FFFFFF;
    }

    .web-price-table ul.color-5 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 6 */
    .web-price-table ul.color-6 .title,
    .web-price-table ul.color-6 .description {
        background: #fb6a01;
    }

    .web-price-table ul.color-6 .price {
        color: #fb6a01;
    }

    .web-price-table ul.color-6 .purchase a:last-child {
        background: #fb6a01;
        color: #FFFFFF;
    }

    .web-price-table ul.color-6 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 7 */
    .web-price-table ul.color-7 .title,
    .web-price-table ul.color-7 .description {
        background: #f9b31f;
    }

    .web-price-table ul.color-7 .price {
        color: #f9b31f;
    }

    .web-price-table ul.color-7 .purchase a:last-child {
        background: #f9b31f;
        color: #FFFFFF;
    }

    .web-price-table ul.color-7 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 8 */
    .web-price-table ul.color-8 .title,
    .web-price-table ul.color-8 .description {
        background: #e54b81;
    }

    .web-price-table ul.color-8 .price {
        color: #e54b81;
    }

    .web-price-table ul.color-8 .purchase a:last-child {
        background: #e54b81;
        color: #FFFFFF;
    }

    .web-price-table ul.color-8 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

/* media query */
@media screen and (max-width:800px) {

    /* price table layout */
    .web-price-table {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

        /* ul tag layout */
        .web-price-table.two-columns ul,
        .web-price-table.three-columns ul,
        .web-price-table.four-columns ul {
            width: 48%;
        }

        /* ul tag layout without margin */
        .web-price-table.two-columns.margin-zero ul,
        .web-price-table.three-columns.margin-zero ul,
        .web-price-table.four-columns.margin-zero ul {
            width: 50%;
        }

        /* animation scale */
        .web-price-table ul {
            transition: all 0s linear 0s;
            -moz-transition: all 0s linear 0s;
            -webkit-transition: all 0s linear 0s;
            -ms-transition: all 0s linear 0s;
            -o-transition: all 0s linear 0s;
        }

        .web-price-table.animation-scale ul:hover {
            transform: scale(1.0, 1.0);
            -ms-transform: scale(1.0, 1.0);
            -moz-transform: scale(1.0, 1.0);
            -webkit-transform: scale(1.0, 1.0);
            -o-transform: scale(1.0, 1.0);
            box-shadow: none;
        }

        /* features class layout */
        .web-price-table.features-enable .features {
            display: none !important;
        }

        .web-price-table.features-enable ul {
            margin-left: 1% !important;
            margin-right: 1% !important;
            width: 48%;
            max-width: 48%;
        }

        .web-price-table.features-enable.margin-zero ul {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 50%;
            max-width: 50%;
        }
}

/* media query */
@media screen and (max-width:480px) {

    .web-price-table.two-columns ul,
    .web-price-table.three-columns ul,
    .web-price-table.four-columns ul,
    .web-price-table.two-columns.margin-zero ul,
    .web-price-table.three-columns.margin-zero ul,
    .web-price-table.four-columns.margin-zero ul,
    .web-price-table.features-enable ul {
        width: 75%;
        max-width: 75%;
        display: inline-block;
        float: none;
    }
}

span em.fa {
    position: relative;
    right: 10px;
}

.heading_box {
    display: inline-block;
}

    .heading_box h3 {
        display: inline-block;
        position: relative;
        /* bottom: 24px; */
        left: 30px;
        font-family: HelveticaNeue;
        font-weight: 800;
    }

    .heading_box p {
        font-size: 16px;
        left: 32px;
        position: relative;
    }

.icon .fa {
    font-size: 60px;
    color: #213c84;
}

.mt-2 {
    margin-top: 25px;
}

.right ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #009bde;
    position: relative;
    right: 10px;
}

.right ul li {
    padding: 10px;
    list-style-type: none;
}

.left-20 {
    margin-left: 40px;
}

.wpb_wrapper h3 {
    font-family: HelveticaNeue;
    font-weight: 800;
}

.title_box h2 {
    font-family: HelveticaNeue Light;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    margin: 0px;
    padding-top: 14px;
}

.wpb_wrapper h4 {
    font-family: HelveticaNeue;
    font-weight: 600;
}

.left-22 {
    margin-left: 22px !important;
}

a.btn.btn-blue.btn-circle1 {
    margin-bottom: 10px;
}

#m-right-6 {
    margin-left: -30px;
    padding-right: 10px;
}

.Financial2 h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.Financial2 h2 {
    margin: 0px;
    font-family: HelveticaNeuelight;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.Financial2 p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}

.img_gallery img-thumbnail {
}

.img_gallery {
    width: 100%;
    height: 162px;
    padding: 10px;
    margin: 10px;
}

.case_studies p {
    font-size: 16px;
    line-height: 30px;
}

    .case_studies p:before {
        content: '\201C';
        position: absolute;
        top: 1.5rem;
        left: -3.35rem;
        font-size: 10rem;
        line-height: 3rem;
        font-family: Georgia,serif;
        pointer-events: none;
        color: #253e89;
    }

.case_studies h4 {
    font-size: 21px;
    font-family: HelveticaNeue;
    font-weight: 600;
}

.press_team h1 {
    font-family: HelveticaNeue Light;
    font-size: 41px;
    font-weight: 300;
    padding-bottom: 20px;
}

.press_team h5 {
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px
}

.press_team span {
    font-family: HelveticaNeue;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    padding-bottom: 25px
}

.captcha {
    text-align: center;
}

.content_tittle p {
    width: 80%;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 34px;
}

.img-height img {
    height: 235px;
    width: 100%;
}

.ttachment-large {
    width: 10%;
}

.temp-logo img {
    height: 42px;
}

.ctamob {
    margin-left: 35px;
    padding: 10px 15px !important;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #253e89;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 21px;
        text-align: left;
        cursor: pointer
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    .hovereffect h2 {
        /* text-transform: uppercase; */
        color: #fff;
        position: relative;
        font-size: 24px;
        background-color: transparent;
        padding: 8% 0 10px 0;
        text-align: left;
        margin: 0px;
        font-family: HelveticaNeuelight;
        font-weight: 900;
    }

    .hovereffect .overlay:before {
        position: absolute;
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
        /* border: 1px solid #fff;*/
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    .hovereffect:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect:hover .overlay:before,
    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

td {
    border-color: #dce0e3;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid;
    font-family: HelveticaNeue;
    font-size: 16px;
}

    td h6 {
        font-family: HelveticaNeue;
        font-size: 16px;
        font-weight: bold;
    }

ul li, ol li {
    margin: 0 0 .5rem;
}

.social_responsibility {
    font-size: 18px;
}

.url {
    text-align: center;
}

    .url a {
        font-size: 25px;
        font-family: HelveticaNeue;
        font-weight: 600;
        color: #253e8a;
        position: relative;
        top: 20px;
    }

        .url a:hover {
            color: #2e9bde;
        }

.w-iconbox-title {
    font-size: 30px;
    font-family: HelveticaNeueLt;
    color: #2e9ad7;
    margin-top: 38px;
}

.heading {
    margin-bottom: 70px;
}

.hv {
    position: relative;
    top: 355px;
}

.img_box4 {
    width: 91%;
    float: right;
}


/* 24-jan-2020 css ==== */
.item_row {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .item_row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: none;
    }

    .item_row .slide-text {
        position: static;
        margin-bottom: 0 !important;
        padding-top: 0;
        height: auto;
    }

        .item_row .slide-text h1 {
            margin-top: 0;
        }
/* 24-jan-2020 css ==== */



@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.otf');
}

@font-face {
    font-family: 'HelveticaNeuelight';
    src: url('../fonts/HelveticaNeuelight.ttf');
}

@font-face {
    font-family: 'HelveticaNeueLt';
    src: url('../fonts/HelveticaNeueLt.ttf');
}

@font-face {
    font-family: 'HelveticaNeue Medium';
    src: url('../fonts/HelveticaNeue Medium.ttf');
}

@font-face {
    font-family: 'HelveticaNeueMed';
    src: url('../fonts/HelveticaNeueMed.ttf');
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('../fonts/HelveticaNeue Light.ttf');
}

@font-face {
    font-family: 'HelveticaNeueBd';
    src: url('../fonts/HelveticaNeueBd.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.ttf');
}

@font-face {
    font-family: 'Helvetica Neu Bold';
    src: url('../fonts/Helvetica Neu Bold.ttf');
}

@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('../fonts/HelveticaNeue-Thin.ttf');
}

body {
    font-family: HelveticaNeue;
    font-weight: 300;
}

h1 {
    font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

p {
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

a {
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
    }

img {
    max-width: 100%;
    height: auto;
}


/*-----header---*/

@media only screen and (max-width: 991px) {
    header {
        display: none;
    }
}

.top-bar-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.header-menu-area:after {
    clear: both;
    content: "";
    display: block;
}

.template-main-menu nav > ul > li {
    position: relative;
    padding: 16px 13px;
    margin-bottom: 0;
}

.template-main-menu nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .template-main-menu nav > ul > li > a {
        font-size: 14px;
        text-transform: capitalize;
        line-height: 1;
        display: block;
        font-family: Helvetica;
        font-weight: bold;
    }

    .template-main-menu nav > ul > li ul.dropdown-menu-col-1 {
        background-color: #ffffff;
        width: 255px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 58px;
        left: 0;
        font-family: Helvetica;
        font-weight: 700;
        padding: 0px;
        font-size: 14px;
        webkit-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
        -moz-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
        box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    }

.icons:before {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: bold;
    float: right;
}

.level2:hover .level3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.level3 {
    background-color: #ffffff;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 255px;
    padding: 0px;
    list-style: none;
    webkit-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
    box-shadow: 9px 0px 18px -12px rgba(0, 0, 0, 0.85);
}

.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a {
    font-size: 14px;
    color: #253E8A;
    padding: 12px 15px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: Helvetica;
    font-weight: 700;
}

    .template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a:hover {
        color: #253E8A;
        background-color: #f3f3f3;
    }

.template-main-menu nav > ul > li ul.dropdown-menu-col-2 {
    border-top: 1px solid #396cf0;
    background-color: #ffffff;
    width: 480px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li {
        display: inline-block;
        width: 49%;
    }

        .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a {
            font-size: 16px;
            font-weight: 500;
            color: #111111;
            padding: 12px 15px;
            display: block;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a:hover {
                color: #ffffff;
                background-color: #3c70fa;
            }

.template-main-menu nav > ul > li .third-level {
    border-top: 1px solid #396cf0;
    background-color: #ffffff;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .template-main-menu nav > ul > li .third-level li a {
        font-size: 16px;
        font-weight: 500;
        color: #111111;
        padding: 12px 15px;
        display: block;
    }

        .template-main-menu nav > ul > li .third-level li a:hover {
            color: #ffffff;
            background-color: #3c70fa;
        }

.template-main-menu nav > ul > li .template-mega-menu {
    background-color: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #396cf0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    padding: 20px 0 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .template-main-menu nav > ul > li .template-mega-menu .menu-ctg-title {
        font-size: 22px;
        font-weight: 700;
        color: #111111;
        margin-bottom: 18px;
    }

    .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu {
        margin-bottom: 20px;
    }

        .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li {
            margin-bottom: 10px;
            padding-bottom: 7px;
            border-bottom: 1px solid #ebebeb;
        }

            .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li:last-child {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a {
                font-size: 16px;
                font-weight: 500;
                color: #111111;
                padding: 5px 15px 5px 30px;
                display: block;
                -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
                position: relative;
            }

                .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a i {
                    color: #444444;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

                .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover {
                    color: #396cf0;
                    padding: 5px 15px 5px 35px;
                }

                    .template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover i {
                        color: #396cf0;
                        animation: toRightFromLeft10 0.5s;
                    }

.template-main-menu nav > ul > li:hover:after {
    left: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li:hover .template-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.template-main-menu nav > ul > li > ul > li {
    position: relative;
    list-style-type: none;
}

    .template-main-menu nav > ul > li > ul > li a.third-level-arrow:after {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        opacity: 0.8;
        font-size: 20px;
        z-index: 8;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #111111;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
        transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
    }

    .template-main-menu nav > ul > li > ul > li:hover .third-level-arrow:after {
        right: 15px;
    }

    .template-main-menu nav > ul > li > ul > li:hover ul.third-level {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.header-menu-layout1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px 0 auto;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #00000082;
    -webkit-box-shadow: 0px 0px 5px #00000082;
    padding: 15px 0px;
}

    .header-menu-layout1 .template-main-menu nav > ul > li > a {
        color: #253E8A !important;
    }

@media (max-width: 1300px) {
    .template-main-menu nav > ul > li {
        padding: 16px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-menu-layout1 .template-main-menu nav > ul > li > a {
        padding: 0px 00px 0px;
    }

    .template-main-menu nav > ul > li {
        position: relative;
        padding: 9px 5px;
    }

        .template-main-menu nav > ul > li > a {
            font-size: 13px;
        }

    .header-action-items-layout1 .btn-circle1 {
        padding: 9px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .template-main-menu nav > ul > li {
        position: relative;
        padding: 9px 4px;
    }
}

.header-menu-layout1 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #253d89;
}

.header-menu-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 101px 0 auto;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
    -moz-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
    box-shadow: 0 4px 4px rgba(226, 226, 226, 0.75);
}

    .header-menu-layout2 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header-menu-layout2 .template-main-menu nav > ul > li > a {
            padding: 30px 15px 29px;
            color: #111111;
        }

            .header-menu-layout2 .template-main-menu nav > ul > li > a:hover {
                animation: toBottomFromTop10 0.3s forwards;
                color: #396cf0;
            }

        .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
            margin-right: 15px;
            display: none;
            min-width: 200px;
        }

            .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
                padding: 0;
            }

                .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a:hover {
                    animation: none;
                }

            .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky:after {
                display: none;
            }

.header-menu-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .header-menu-layout3 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header-menu-layout3 .template-main-menu nav > ul > li > a {
            padding: 40px 15px 39px;
            color: #ffffff;
        }

@media only screen and (max-width: 1199px) {
    .header-menu-layout3 .template-main-menu nav > ul > li > a {
        padding: 40px 10px 39px;
    }
}

.header-menu-layout3 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #e3e3e3;
}

.header-menu-layout4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 51px 0 auto;
    z-index: 100;
    background-color: #ffffff;
}

    .header-menu-layout4 .template-main-menu nav > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header-menu-layout4 .template-main-menu nav > ul > li > a {
            padding: 40px 15px 39px;
            color: #111111;
        }

@media only screen and (max-width: 1199px) {
    .header-menu-layout4 .template-main-menu nav > ul > li > a {
        padding: 40px 10px 39px;
    }
}

.header-menu-layout4 .template-main-menu nav > ul > li > a:hover {
    animation: toBottomFromTop10 0.3s forwards;
    color: #396cf0;
}

.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4 {
    position: fixed;
    margin: 0 0 auto;
}

    .menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
            padding: 0 !important;
        }

@media only screen and (max-width: 1199px) {
    .menu-sticky .header-menu-layout2 .template-main-menu nav > ul > li > a {
        padding: 30px 7px 29px;
    }
}

.menu-sticky .header-menu-layout3 {
    background-color: rgba(57, 108, 240, 0.98);
}

.header-action-items-layout1 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
}

    .header-action-items-layout1 ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .header-action-items-layout1 ul li:last-child {
            margin-right: 0;
        }

        .header-action-items-layout1 ul li .header-search-dark {
            line-height: inherit;
        }

    .header-action-items-layout1 ul .action-items-primary-btn {
        font-size: 14px;
        display: inline-block;
        padding: 14px 24px;
        color: #ffffff;
        background-color: #396cf0;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid;
        border-color: #396cf0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items-layout1 ul .action-items-primary-btn i {
            margin-left: 10px;
        }

        .header-action-items-layout1 ul .action-items-primary-btn:hover {
            background-color: transparent;
            color: #396cf0;
        }

    .header-action-items-layout1 ul .action-items-light-btn {
        font-size: 14px;
        display: inline-block;
        padding: 9px 15px;
        color: #ffffff;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid;
        border-color: #ffffff;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .header-action-items-layout1 ul .action-items-light-btn:hover {
            background-color: #ffffff;
            color: #396cf0;
        }

.header-action-items-layout1 .cart-items {
    top: 70px;
}

.header-action-items-layout2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .header-action-items-layout2 ul li {
        display: inline-block;
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
    }

        .header-action-items-layout2 ul li:first-child:after {
            height: 30px;
            width: 1px;
            background-color: #b2b2b2;
            content: "";
            position: absolute;
            right: 0;
            top: -15px;
            z-index: 5;
        }

        .header-action-items-layout2 ul li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

        .header-action-items-layout2 ul li .item-btn {
            height: 75px;
            text-align: center;
            padding: 26px 40px;
            background-color: #396cf0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            display: block;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .header-action-items-layout2 ul li .item-btn:hover {
                background-color: #2055e4;
            }

.header-action-items-layout2 .cart-items {
    top: 60px;
}

.header-action-items-layout2 .cart-area-dark:after {
    height: 76px;
    top: -12px;
}

.header-search-dark {
    position: relative;
    line-height: 0;
}

    .header-search-dark button {
        border: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        color: #646464;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-search-dark button i:before {
            font-size: 24px;
            margin-left: 0;
            padding: 5px;
            font-weight: 600;
        }

        .header-search-dark button:focus {
            outline: none;
        }

    .header-search-dark .search-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 40px;
        z-index: 10;
        height: 60px;
        width: 800px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 5px 30px 8px;
        display: none;
        background-color: rgba(60, 112, 250, 0.99);
        color: #e3e3e3;
    }

@media only screen and (max-width: 1199px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 740px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-dark .search-input {
        right: 25px;
        width: 230px;
    }
}

.header-search-dark input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.header-search-dark input::-webkit-input-placeholder {
    color: #ffffff;
}

.header-search-dark input::-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-moz-placeholder {
    color: #ffffff;
}

.header-search-dark input:-ms-input-placeholder {
    color: #ffffff;
}

.header-search-light {
    position: relative;
    line-height: 0;
}

    .header-search-light button {
        border: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-search-light button i:before {
            font-size: 24px;
            margin-left: 0;
            padding: 5px;
            font-weight: 600;
        }

        .header-search-light button:focus {
            outline: none;
        }

    .header-search-light .search-input {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 40px;
        z-index: 10;
        height: 60px;
        width: 800px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 5px 30px 8px;
        display: none;
        background-color: rgba(255, 255, 255, 0.99);
        color: #111111;
    }

@media only screen and (max-width: 1199px) {
    .header-search-light .search-input {
        right: 25px;
        width: 740px;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-light .search-input {
        right: 25px;
        width: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-light .search-input {
        right: 25px;
        width: 230px;
    }
}

.header-search-light input.search-input:focus {
    outline-width: 0;
    outline: none;
}

.header-search-light input::-webkit-input-placeholder {
    color: #afafaf;
}

.header-search-light input::-moz-placeholder {
    color: #afafaf;
}

.header-search-light input:-moz-placeholder {
    color: #afafaf;
}

.header-search-light input:-ms-input-placeholder {
    color: #afafaf;
}

.cart-area-dark {
    position: relative;
}

    .cart-area-dark:after {
        height: 96px;
        width: 30px;
        background-color: transparent;
        z-index: 99;
        content: "";
        position: absolute;
        top: -23px;
        left: 0;
    }

    .cart-area-dark .cart-trigger-icon {
        position: relative;
    }

        .cart-area-dark .cart-trigger-icon i:before {
            margin-left: 0;
            color: #444444;
            font-size: 30px;
        }

        .cart-area-dark .cart-trigger-icon span {
            position: absolute;
            top: -22px;
            right: -10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #396cf0;
            color: #ffffff;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 14px;
            text-align: center;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
            -moz-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
            box-shadow: 0 5px 5px rgba(168, 168, 168, 0.75);
        }

    .cart-area-dark:hover .cart-items {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

.cart-area-light {
    position: relative;
}

    .cart-area-light:after {
        height: 96px;
        width: 30px;
        background-color: transparent;
        z-index: 99;
        content: "";
        position: absolute;
        top: -23px;
        left: 0;
    }

    .cart-area-light .cart-trigger-icon {
        position: relative;
    }

        .cart-area-light .cart-trigger-icon i:before {
            margin-left: 0;
            color: #ffffff;
            font-size: 30px;
        }

        .cart-area-light .cart-trigger-icon span {
            position: absolute;
            top: -22px;
            right: -10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            color: #396cf0;
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 14px;
            text-align: center;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
            -moz-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
            box-shadow: 0 5px 5px rgba(80, 80, 80, 0.5);
        }

    .cart-area-light:hover .cart-items {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

.cart-items {
    border-top: 3px solid #396cf0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(241, 247, 250, 0.98);
    padding: 10px;
    position: absolute;
    right: 0;
    min-width: 385px;
    color: #111111;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .cart-items .cart-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff;
    }

        .cart-items .cart-item:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .cart-items .cart-item > div {
            margin-right: 20px;
        }

            .cart-items .cart-item > div:last-child {
                margin-right: 0;
            }

        .cart-items .cart-item .cart-title {
            text-align: left;
        }

            .cart-items .cart-item .cart-title a {
                color: #111111;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .cart-items .cart-item .cart-title a:hover {
                    color: #396cf0;
                }

            .cart-items .cart-item .cart-title span {
                display: block;
                font-size: 14px;
            }

        .cart-items .cart-item .cart-trash a {
            color: #111111;
        }

            .cart-items .cart-item .cart-trash a:hover {
                color: #ff0600;
            }

        .cart-items .cart-item .cart-btn {
            width: 100%;
            padding: 10px 10px 0 10px;
            justify-content: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            .cart-items .cart-item .cart-btn a.item-btn {
                margin: 0 5px;
                display: inline-block;
                padding: 10px 20px;
                border: 1px solid;
                border-color: #396cf0;
                background-color: #396cf0;
                color: #ffffff;
                font-size: 14px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                .cart-items .cart-item .cart-btn a.item-btn:hover {
                    background-color: transparent;
                    color: #396cf0;
                }

.logo-area-layout2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contact-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout1 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #444444;
    border-right: 1px solid #d7d7d7;
}

    .header-contact-layout1 ul li i {
        margin-right: 10px;
        color: #396cf0;
    }

    .header-contact-layout1 ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

@media only screen and (max-width: 767px) {
    .header-contact-layout1 ul li {
        display: block;
    }
}

.header-contact-layout1 ul li .fa-phone {
    transform: scaleX(-1);
}

.header-contact-layout2 {
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout2 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    color: #444444;
    border-right: 1px solid #d7d7d7;
}

    .header-contact-layout2 ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .header-contact-layout2 ul li .media i {
        margin-top: 7px;
        color: #396cf0;
        font-size: 26px;
    }

    .header-contact-layout2 ul li .media .media-body {
        color: #111111;
    }

        .header-contact-layout2 ul li .media .media-body .title {
            font-weight: 700;
            font-size: 16px;
        }

        .header-contact-layout2 ul li .media .media-body .info {
            font-size: 16px;
        }

@media only screen and (max-width: 767px) {
    .header-contact-layout2 ul li {
        display: block;
    }
}

.header-contact-layout2 ul li .fa-phone {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-contact-layout3 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .header-contact-layout3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-contact-layout3 ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
}

    .header-contact-layout3 ul li i {
        margin-right: 10px;
    }

    .header-contact-layout3 ul li:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 767px) {
    .header-contact-layout3 ul li {
        display: block;
    }
}

.header-contact-layout3 ul li .fa-phone {
    transform: scaleX(-1);
}

.header-social-layout1 {
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-social-layout1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-social-layout1 li {
    display: inline-block;
    margin-right: 5px;
}

    .header-social-layout1 li:last-child {
        margin-right: 0;
    }

    .header-social-layout1 li a {
        color: #8a8a8a;
        text-align: center;
        font-size: 14px;
        display: block;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border-radius: 50%;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-social-layout1 li a:hover {
            color: #ffffff;
            background-color: #396cf0;
        }

.header-social-layout2 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .header-social-layout2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-social-layout2 ul li {
    display: inline-block;
    margin-right: 5px;
}

    .header-social-layout2 ul li:last-child {
        margin-right: 0;
    }

    .header-social-layout2 ul li a {
        padding: 5px 8px;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .header-social-layout2 ul li a:hover {
            color: #e3e3e3;
        }

.mean-container .mean-bar {
    background: transparent !important;
    float: none;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
}

    .mean-container .mean-bar:after {
        content: "";
        clear: both;
        display: block;
    }


    .mean-container .mean-bar a.logo-mobile-menu {
        width: 100%;
        background-color: rgba(222, 222, 222, 0.95);
        box-sizing: border-box;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-left: 15px;
        border-bottom: 1px solid #b2b2b2;
        position: relative;
        text-align: center;
        height: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mean-container .mean-bar .mobile-menu-nav-back:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background-color: rgba(248, 248, 248, 0.95);
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
        }

.mean-container .mean-nav {
    float: none !important;
    background: transparent !important;
}

    .mean-container .mean-nav > ul {
        overflow-y: scroll;
    }

        .mean-container .mean-nav > ul:after {
            content: '';
            display: block;
            clear: both;
        }

.mean-nav ul {
    max-height: 300px;
    display: none;
    position: relative;
    overflow-y: scroll;
}

.mean-container .mean-nav > ul li a {
    font-size: 14px;
    color: #111111;
    font-weight: 700;
    background-color: #ebebeb;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .mean-container .mean-nav > ul li a:hover {
        color: #396cf0;
    }

.mean-container .mean-nav > ul li:hover > a {
    color: #396cf0;
    background-color: #ffffff;
}

.mean-container .mean-nav > ul li li a {
    color: #111111;
    opacity: 1;
    font-weight: 400;
    padding: 0.5em 10%;
}

    .mean-container .mean-nav > ul li li a:hover {
        background-color: #ffffff;
    }

.mean-container .mean-nav > ul li a.mean-expand {
    background-color: transparent;
    margin-top: 0;
    height: 20px;
    line-height: 27px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 12px 20px 12px 12px !important;
}

    .mean-container .mean-nav > ul li a.mean-expand:hover {
        background-color: transparent;
    }

.mean-container a.meanmenu-reveal {
    float: none !important;
    position: absolute;
    top: 12px;
    transition: unset;
}

.mean-bar + div #wrapper {
    padding-top: 52px;
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }

    a.btn.btn-blue.btn-circle1 {
        margin-bottom: 0 !important;
        top: 0;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        justify-content: space-between;
        padding-right: 55px;
    }

    .mean-container a.meanmenu-reveal {
        top: 12px !important;
    }

    .mean-bar .ctamob {
        margin-left: 0 !important;
    }
}

.hide-on-mobile-menu:after {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .hide-on-desktop-menu {
        display: none !important;
    }
}

.btn-circle {
    width: 126px;
    height: 40px;
    padding: 9px 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    float: right;
    top: 0px;
}

.btn-circle1 {
    padding: 9px 51px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

.btn-circle4 {
    width: 255px;
    padding: 9px 0px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

.btn-circle3 {
    width: 197px;
    padding: 9px 0px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: absolute;
    left: 0px;
    top: 35px;
    font-family: HelveticaNeue;
    font-weight: 500;
}
/*-----header end ---*/


/*-----slider ---*/



/*-----slider end ---*/


/*-----Intro_Para---*/

.wpb_wrapper h2 {
    font-size: 31px;
    line-height: 39px;
    font-family: HelveticaNeue Light;
    font-weight: 300;
    width: 83%;
    display: inline-block;
    margin: 0px;
}

.wpb_wrapper2 {
    margin-bottom: 70px;
}

    .wpb_wrapper2 h2 {
        font-size: 31px;
        line-height: 39px;
        font-family: HelveticaNeue Light;
        font-weight: 300;
        width: 83%;
        display: inline-block;
        margin: 0px;
    }


/*-----Intro_Para End---*/


/*------video_row---*/

.video {
    padding: 10px;
}

.wpb_text_column h3 {
    font-family: HelveticaNeueMed;
    left: 0px;
    position: relative;
    font-weight: 400;
}

.wpb_text_column ul {
    position: relative;
    left: -13px;
}

.wpb_text_column li {
    font-size: 16px;
    line-height: 42px;
    color: #000;
    font-family: HelveticaNeue;
    font-weight: 400;
}


/*------video_row end---*/
.sf-SubmitButton {
    width: 160px;
    padding: 9px 0px;
    background-color: #009bde;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    top: 5px;
}

/*-----Customer_CTA----*/

.Customer_CTA {
    height: auto;
    padding: 10px;
}

    .Customer_CTA h3 {
        font-family: HelveticaNeueLt;
        font-weight: 300;
    }

    .Customer_CTA p {
        font-family: HelveticaNeuemed;
        font-weight: 800;
    }


/*------Row_ATMs Retail------*/

.title {
    padding-bottom: 30px;
}

    .title h2 {
        font-family: HelveticaNeue Light;
        font-weight: 300;
        font-size: 36px;
        margin: 0px;
        padding-bottom: 20px;
    }

    .title p {
        font-weight: 600;
        font-size: 18px;
    }


.title3 h2 {
    font-family: HelveticaNeue Light;
    font-weight: 300;
    font-size: 36px;
    margin: 0px;
}

.title3 p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

.title3 h3 {
    font-weight: 600;
    font-family: HelveticaNeueMed;
    margin: 0px;
    padding-top: 20px;
}

.img_box img {
    width: 91%;
}

.ATMs_Retail {
    padding-top: 20px;
}

    .ATMs_Retail h3 {
        font-family: HelveticaNeueMed;
        font-weight: 800;
        font-size: 21px;
        line-height: 32px;
    }

    .ATMs_Retail p {
        font-family: HelveticaNeue;
        font-size: 16px;
        line-height: 32px;
        width: 100%;
        display: inline-block;
    }


.ATMs_Retail2 h3 {
    font-family: HelveticaNeueMed;
    font-weight: 400;
    font-size: 21px;
    width: 99%;
}

.ATMs_Retail2 p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

.iq-re-4-mt-70 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.iq-re-4-pt-70 {
    padding-bottom: 80px;
}

.iq-re-4-pt-80 {
    padding-top: 80px;
}

/*------Row_ATMs Retail end------*/


/*-----CTA----*/

.CTA {
    width: 100%;
    height: auto;
}

.text {
    position: relative;
    left: 59px;
}

    .text h3 {
        position: relative;
        font-family: HelveticaNeueLt;
        font-size: 31px;
        font-weight: 300;
    }

    .text p {
        font-family: HelveticaNeueMed;
        font-weight: 600;
        font-size: 17px;
    }

.text2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .text2 p {
        font-family: HelveticaNeue;
        font-weight: 500;
        font-size: 16px;
    }

.button {
    position: relative;
    top: 16px;
}


/*-----CTA end----*/

.Fact {
    width: 100%;
    height: auto:;
}


/*-----counting----*/

.counting img {
}

.counting span {
    font-size: 35px;
    display: block;
    font-family: HelveticaNeueLt;
}

.counting p {
    font-weight: 600;
    margin-left: 46px;
    font-size: 15px;
    font-family: HelveticaNeueMed;
}

.plus {
    width: 29px;
    float: right;
    position: relative;
    right: 20px;
    top: -39px;
}

.plus1 {
    width: 29px;
    float: right;
    position: relative;
    right: 91px;
    top: -39px;
}

.plus2 {
    width: 29px;
    float: right;
    position: relative;
    right: 58px;
    top: -39px;
}


/*-----counting end----*/


/*------ATM_Branding---*/

.ATMs_Retail2 h3 {
    line-height: 30px;
    font-family: HelveticaNeueMed;
    font-weight: 800;
}

.ATMs_Retail2 p {
    font-size: 16px;
    line-height: 31px;
    font-family: HelveticaNeue;
}


/*------ATM_Branding end---*/


/*----news----*/

.iq-re-4-mt40 {
    padding-bottom: 40px;
}

.news h4 {
    font-size: 14px;
    font-family: HelveticaNeueMed;
    font-weight: 400;
}

.news h3 {
    line-height: 27px;
    font-family: HelveticaNeue-Bold;
    font-weight: 400;
    font-size: 23px;
    margin: 0px;
    -webkit-line-clamp: 2;
    max-height: 59px;
    height: 59px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.news p {
    line-height: 32px;
    font-size: 16px;
    font-family: HelveticaNeue;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 130px;
    height: 130px;
}

.bg_blue h5 {
    text-align: center;
    font-size: 36px;
    font-family: HelveticaNeuelight;
}

.bg_blue span {
    font-weight: 600;
    font-family: HelveticaNeueLt;
    color: #fff;
}


/*-----Awards--*/

.Awards {
    padding: 0px;
}

    .Awards img {
        width: 23%;
    }

    .Awards h3 {
        line-height: 39px;
        font-family: HelveticaNeue Light;
        font-weight: 300;
    }

    .Awards span {
        font-weight: bold;
        font-family: HelveticaNeueBd;
    }


/*-----footer ---*/

.nav_menu-2 h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: HelveticaNeueMed;
    position: relative;
    left: 5px;
}

.nav_menu-2 ul {
    list-style-type: none;
    padding: 0px;
}

.nav_menu-2 li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 6px;
    padding-left: 6px;
    padding-left: 27px;
    color: #009bde;
    font-weight: 600;
    font-family: HelveticaNeue Light;
}

.contact h4 {
    font-weight: bold;
    font-family: HelveticaNeue;
    font-size: 16px;
}

.contact p {
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 600;
}

.contact a {
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #2e9bde;
    font-weight: 600;
}

.menu-item:before {
    position: absolute;
    left: 22px;
    content: "\003E";
    font-family: HelveticaNeue;
    font-size: 20px;
    opacity: .9;
    font-weight: 300;
    margin-top: 1px;
}

.menu_footer a {
    font-size: 16px;
    text-decoration: none;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    color: #2e9bde;
}

.iq-re-4-mt50 {
    margin-top: 30px;
}

.menu_footer h5 {
    font-size: 16px;
    padding: 20px;
    font-family: HelveticaNeueLt;
    font-weight: 600;
    line-height: 25px;
}


/*-----footer end ---*/

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
    margin-top: 70px;
}

.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.divider .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .divider .container.small-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .divider .container.extra-padding {
        padding-top: 180px;
        padding-bottom: 180px;
    }

.title2 h2 {
    font-size: 60px;
    text-align: center;
    font-family: HelveticaNeue-Thin;
}

.breadcrumb {
    font-family: HelveticaNeue;
    font-weight: 300;
    color: #000;
    font-size: 15px;
    background-color: transparent;
    margin-bottom: 0px;
}

    .breadcrumb i {
        font-size: 21px;
    }

    .breadcrumb li a {
        color: #2e9bde;
    }

.img_box h3 {
    font-family: HelveticaNeue;
    font-weight: bold;
}

.img_box h6 {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 32px;
    height: 195px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    max-height: 187px;
    height: 187px;
}

.contant {
    margin-bottom: 20px;
}

    .contant h3 {
        font-family: HelveticaNeue;
        font-weight: bold;
    }

    .contant h6 {
        font-family: HelveticaNeue;
        font-size: 16px;
        line-height: 32px;
        height: 195px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        max-height: 55px;
        height: 55px;
    }

.mt-20 {
    padding-bottom: 30px;
}

.mt-10 {
    padding-bottom: 20px;
}

.news {
    background: #fff;
    border-radius: 13px;
    padding: 30px 26px 30px 26px;
    margin-bottom: 20px;
    height: 333px;
}

.pagination {
    display: inline-block;
    float: right;
}

    .pagination a {
        color: #2e9bde;
        float: left;
        padding: 8px 13px;
        text-decoration: none;
        margin: 4px;
        font-weight: 600;
        background: #ffffff;
    }

        .pagination a.active {
            background-color: #2e9bde;
            color: white;
            border: 1px solid #2e9bde;
            border-radius: 5px;
        }

.ATMs_Retail2 {
    margin-bottom: 27px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.title h3 {
    font-weight: 600;
    font-family: HelveticaNeueMed;
    margin: 0px;
}

.panel-group .panel {
    border-radius: 5px;
    padding: 0;
}

.panel-default > .panel-heading {
    color: #2e9bde;
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-title {
    font-size: 21px;
    font-family: HelveticaNeue-Bold;
}

    .panel-title > a {
        display: block;
        padding: 5px;
        text-decoration: none;
    }

.short-full {
    float: right;
    color: #2e9bde;
}

.news_detail h3 {
    font-family: HelveticaNeue;
    font-weight: bold;
}

.news_detail p {
    font-family: HelveticaNeue;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f7f7f7;
}

.panel-body h4 {
    font-size: 16px;
    font-family: HelveticaNeue;
}


/*----contact---*/

.heading h3 {
    font-family: HelveticaNeuebd;
    font-size: 21px;
}

.heading p {
    font-family: HelveticaNeue;
    font-size: 16px;
}

.input-group {
    width: 89%;
}

.inputGroupContainer label {
    width: 33.33333333%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    right: 9px;
    text-align: right;
}

label.h6 {
    width: 33.33333333%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    right: 9px;
    text-align: right;
}

button.sf-SubmitButton.btn.btn-primary {
    position: relative;
    left: 248px;
    margin-bottom: 10px;
}

.form-control {
    border-radius: 5px !important;
    width: 55% !important;
}

select#Dropdown-1 {
    width: 55% !important;
}

.control-label {
    font-family: HelveticaNeue;
    font-size: 18px;
    font-weight: 300;
}

textarea.form-control {
    width: 55% !important;
}

form {
    padding-top: 40px;
}

.address {
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    height: 183px;
    position: relative;
    top: 28px;
    padding: 8px 24px 8px 25px;
}

    .address h3 {
        font-size: 21px;
        font-family: HelveticaNeue-Bold;
    }

    .address p {
        font-size: 16px;
        font-family: HelveticaNeue;
    }

.Financial h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
}

.Financial p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}

.Financial ul li {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 105%;
}

.Estate p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.Estate h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
}

.img_box2 img {
    width: 86%;
}

.breadcrumb > li + li:before {
    content: "|";
    color: #8e8e8e;
}

.img_box3 img {
    width: 88%;
    float: right;
}

.img_box6 img {
    width: 88%;
    float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 49px;
    padding-top: 21px;
    padding-bottom: 27px;
    padding-right: 36px;
}

.panel.panel-default {
    margin-top: 0px !important;
}

.panel-group .panel {
    border-top-color: #eeeeee;
}

.panel-default {
    border-color: #fff;
}

    .panel-default:last-child {
        border-bottom-color: #eeeeee;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #fff;
}

.sfPageEditor #ctl00_BannerAndTitle_RadDockZoneBannerAndTitle {
    margin-top: 110px;
}

.even .col-md-8 {
    float: right;
}

.even .img_box img {
    float: right;
}

/* reset */
.web-price-table ul,
.web-price-table li,
.web-price-table p,
.web-price-table a {
    margin: 0;
    padding: 0;
    display: block;
    line-height: normal;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* price table layout */
.web-price-table {
    margin: 0 auto;
    font-size: 1em;
    position: relative;
    z-index: 99;
    padding: 0;
    min-width: 180px;
    max-width: 1920px;
    width: 100%;
    clear: both;
    min-height: 100px;
    font-family: "HelveticaNeue";
}

    /* ul tag layout */
    .web-price-table ul {
        float: left;
        background: #ffffff;
        text-align: center;
        min-width: 180px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
        -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    }

    /* two colums layout */
    .web-price-table.two-columns {
        max-width: 600px;
    }

        .web-price-table.two-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 48%;
        }

    /* three colums layout */
    .web-price-table.three-columns {
        /* max-width: 900px;*/
    }

        .web-price-table.three-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 31.33%;
        }

    /* four colums layout */
    .web-price-table.four-columns {
        max-width: 1220px;
    }

        .web-price-table.four-columns ul {
            margin: 40px 1%; /* margin 40px top and bottom */
            width: 23%;
        }

    /* margin zero layout */
    .web-price-table.margin-zero ul {
        margin-left: 0;
        margin-right: 0;
    }

    .web-price-table.two-columns.margin-zero ul {
        width: 50%;
    }

    .web-price-table.three-columns.margin-zero ul {
        width: 33.33%;
    }

    .web-price-table.four-columns.margin-zero ul {
        width: 25%;
    }

    /* animation scale */
    .web-price-table ul,
    .web-price-table .purchase a:last-child,
    .web-price-table .purchase a:first-child {
        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.2s linear 0s;
    }

    .web-price-table.animation-scale ul:hover {
        transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
        z-index: 999;
    }

    /* purchase class a tag hover layout */


    .web-price-table .purchase a:hover:last-child:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.05);
    }

    /* li tag layout */
    .web-price-table ul li {
        padding: 0 10px;
    }

    /* title class */
    .web-price-table .title {
        background: #d280f1;
        color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 1px;
        margin-bottom: -1px;
        font-size: 1.5em;
        font-family: "HelveticaNeue";
        font-weight: bold;
    }

    /* description class */
    .web-price-table .description {
        color: #FFFFFF;
        background: #d280f1;
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "HelveticaNeue";
        font-size: 0.8em;
        font-style: italic;
    }

    /* price class */
    .web-price-table .price {
        color: #d280f1;
        font-family: "HelveticaNeue";
        font-size: 1.2em;
        padding-top: 8px;
        padding-bottom: 30px;
        display: inline-block;
        font-weight: bold;
    }

        .web-price-table .price span:nth-child(2) {
            font-size: 2.2em;
            font-weight: bold;
            top: 21px;
            display: inline-block;
            position: relative;
            top: 6px;
            font-family: "HelveticaNeue-bolder";
        }

        .web-price-table .price span:nth-child(3) {
            font-size: 1.1em;
            position: relative;
            top: -9px;
            left: -4px;
        }

        .web-price-table .price span:last-child {
            position: relative;
            top: 0;
            left: 0;
        }

    /* purchase class */
    .web-price-table .purchase {
        clear: both;
        width: 100%;
        padding: 0;
    }

        .web-price-table .purchase a {
            display: inline-block;
            text-decoration: none;
            font-size: 0.8em;
            text-align: left;
            float: left;
            margin-left: 12%;
            margin-right: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 20px;
        }

            .web-price-table .purchase a:last-child {
                text-align: center;
                color: #FFFFFF;
                padding: 10px 15px;
                margin: 0;
                position: relative;
                top: -37px;
                left: 85px;
                width: 156px;
            }

    /* options class */
    .web-price-table .options {
        margin: 0;
        padding: 0;
    }

        .web-price-table .options span {
            display: inline-block;
            width: 100%;
            text-align: left;
            color: #777777;
            font-size: 0.8em;
            border-bottom: 1px solid #F0F0F0;
            padding: 10px 20px 10px 56px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: "HelveticaNeue";
            font-size: 14px;
            font-weight: 600;
        }

            .web-price-table .options span i {
                margin-left: -20px;
                padding-right: 5px;
            }

    /* text class */
    .web-price-table .text {
        font-size: 0.8em;
        color: #777777;
        padding: 34px;
    }

    /* features-enable class */
    .web-price-table.features-enable .features {
        text-align: left;
        color: #959595;
        font-size: 0.9em;
        position: absolute;
        left: 60px;
        top: 173px;
        background: #ffffff;
        z-index: -1;
        padding: 10px;
        width: 300px !important;
        max-width: 300px;
        transition: all 0s linear 0s;
        -moz-transition: all 0s linear 0s;
        -webkit-transition: all 0s linear 0s;
        -ms-transition: all 0s linear 0s;
        -o-transition: all 0s linear 0s;
    }

    .web-price-table.animation-scale .features:hover {
        transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        box-shadow: none;
    }

    .web-price-table.features-enable ul:nth-child(2) {
        margin-left: 240px;
    }

    .web-price-table.features-enable ul {
        max-width: 23%;
        margin-left: 0;
        margin-right: 0;
    }

    .web-price-table.features-enable .features:before {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    }

    .web-price-table.features-enable .features li {
        padding-top: 11px;
        padding-bottom: 10px;
        margin: 1px 0;
        font-size: 0.8em;
    }

        .web-price-table.features-enable .features li:first-child {
            color: #7b7b7b;
            text-transform: uppercase;
            font-size: 1.2em;
        }

    .web-price-table.features-enable .options span {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    /******************
 color setting 
******************/

    /* color 1 */
    .web-price-table ul.color-1 .title,
    .web-price-table ul.color-1 .description {
        background: #d280f1;
    }

    .web-price-table ul.color-1 .price {
        color: #d280f1;
    }

    .web-price-table ul.color-1 .purchase a:last-child {
        background: #d280f1;
        color: #FFFFFF;
    }

    .web-price-table ul.color-1 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 2 */
    .web-price-table ul.color-2 .title,
    .web-price-table ul.color-2 .description {
        background: #40cabf;
    }

    .web-price-table ul.color-2 .price {
        color: #40cabf;
    }

    .web-price-table ul.color-2 .purchase a:last-child {
        background: #40cabf;
        color: #FFFFFF;
    }

    .web-price-table ul.color-2 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 3 */
    .web-price-table ul.color-3 .title,
    .web-price-table ul.color-3 .description {
        background: #009bde;
    }

    .web-price-table ul.color-3 .price {
        color: #009bde;
    }




    /* color 4 */
    .web-price-table ul.color-4 .title,
    .web-price-table ul.color-4 .description {
        background: #C16E6E;
    }

    .web-price-table ul.color-4 .price {
        color: #C16E6E;
    }

    .web-price-table ul.color-4 .purchase a:last-child {
        background: #C16E6E;
        color: #FFFFFF;
    }

    .web-price-table ul.color-4 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 5 */
    .web-price-table ul.color-5 .title,
    .web-price-table ul.color-5 .description {
        background: #a1c86b;
    }

    .web-price-table ul.color-5 .price {
        color: #a1c86b;
    }

    .web-price-table ul.color-5 .purchase a:last-child {
        background: #a1c86b;
        color: #FFFFFF;
    }

    .web-price-table ul.color-5 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 6 */
    .web-price-table ul.color-6 .title,
    .web-price-table ul.color-6 .description {
        background: #fb6a01;
    }

    .web-price-table ul.color-6 .price {
        color: #fb6a01;
    }

    .web-price-table ul.color-6 .purchase a:last-child {
        background: #fb6a01;
        color: #FFFFFF;
    }

    .web-price-table ul.color-6 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 7 */
    .web-price-table ul.color-7 .title,
    .web-price-table ul.color-7 .description {
        background: #f9b31f;
    }

    .web-price-table ul.color-7 .price {
        color: #f9b31f;
    }

    .web-price-table ul.color-7 .purchase a:last-child {
        background: #f9b31f;
        color: #FFFFFF;
    }

    .web-price-table ul.color-7 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

    /* color 8 */
    .web-price-table ul.color-8 .title,
    .web-price-table ul.color-8 .description {
        background: #e54b81;
    }

    .web-price-table ul.color-8 .price {
        color: #e54b81;
    }

    .web-price-table ul.color-8 .purchase a:last-child {
        background: #e54b81;
        color: #FFFFFF;
    }

    .web-price-table ul.color-8 .purchase a {
        color: #60a4e3;
        border-bottom: 1px dotted #60a4e3;
    }

/* media query */
@media screen and (max-width:800px) {

    /* price table layout */
    .web-price-table {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

        /* ul tag layout */
        .web-price-table.two-columns ul,
        .web-price-table.three-columns ul,
        .web-price-table.four-columns ul {
            width: 48%;
        }

        /* ul tag layout without margin */
        .web-price-table.two-columns.margin-zero ul,
        .web-price-table.three-columns.margin-zero ul,
        .web-price-table.four-columns.margin-zero ul {
            width: 50%;
        }

        /* animation scale */
        .web-price-table ul {
            transition: all 0s linear 0s;
            -moz-transition: all 0s linear 0s;
            -webkit-transition: all 0s linear 0s;
            -ms-transition: all 0s linear 0s;
            -o-transition: all 0s linear 0s;
        }

        .web-price-table.animation-scale ul:hover {
            transform: scale(1.0, 1.0);
            -ms-transform: scale(1.0, 1.0);
            -moz-transform: scale(1.0, 1.0);
            -webkit-transform: scale(1.0, 1.0);
            -o-transform: scale(1.0, 1.0);
            box-shadow: none;
        }

        /* features class layout */
        .web-price-table.features-enable .features {
            display: none !important;
        }

        .web-price-table.features-enable ul {
            margin-left: 1% !important;
            margin-right: 1% !important;
            width: 48%;
            max-width: 48%;
        }

        .web-price-table.features-enable.margin-zero ul {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 50%;
            max-width: 50%;
        }
}

/* media query */
@media screen and (max-width:480px) {

    .web-price-table.two-columns ul,
    .web-price-table.three-columns ul,
    .web-price-table.four-columns ul,
    .web-price-table.two-columns.margin-zero ul,
    .web-price-table.three-columns.margin-zero ul,
    .web-price-table.four-columns.margin-zero ul,
    .web-price-table.features-enable ul {
        width: 75%;
        max-width: 75%;
        display: inline-block;
        float: none;
    }
}

span em.fa {
    position: relative;
    right: 10px;
}

.heading_box {
    display: inline-block;
}

    .heading_box h3 {
        display: inline-block;
        position: relative;
        /* bottom: 24px; */
        left: 30px;
        font-family: HelveticaNeue;
        font-weight: 800;
    }

    .heading_box p {
        font-size: 16px;
        left: 32px;
        position: relative;
    }

.icon .fa {
    font-size: 60px;
    color: #213c84;
}

.mt-2 {
    margin-top: 25px;
}

.right ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #009bde;
    position: relative;
    right: 10px;
}

.right ul li {
    padding: 10px;
    list-style-type: none;
}

.left-20 {
    margin-left: 40px;
}

.wpb_wrapper h3 {
    font-family: HelveticaNeue;
    font-weight: 800;
}

.title_box h2 {
    font-family: HelveticaNeue Light;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    margin: 0px;
    padding-top: 14px;
}

.wpb_wrapper h4 {
    font-family: HelveticaNeue;
    font-weight: 600;
}

.left-22 {
    margin-left: 22px !important;
}

a.btn.btn-blue.btn-circle1 {
    margin-bottom: 10px;
}

header a.btn.btn-blue.btn-circle1 {
    margin-bottom: 0;
}

#m-right-6 {
    margin-left: -30px;
    padding-right: 10px;
}

.Financial2 h3 {
    margin: 0px;
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.Financial2 h2 {
    margin: 0px;
    font-family: HelveticaNeuelight;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.Financial2 p {
    font-family: HelveticaNeue;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}

.img_gallery img-thumbnail {
}

.img_gallery {
    width: 100%;
    height: 162px;
    padding: 10px;
    margin: 10px;
}

.case_studies p {
    font-size: 16px;
    line-height: 30px;
}

    .case_studies p:before {
        content: '\201C';
        position: absolute;
        top: 1.5rem;
        left: -3.35rem;
        font-size: 10rem;
        line-height: 3rem;
        font-family: Georgia,serif;
        pointer-events: none;
        color: #253e89;
    }

.case_studies h4 {
    font-size: 21px;
    font-family: HelveticaNeue;
    font-weight: 600;
}

.press_team h1 {
    font-family: HelveticaNeue Light;
    font-size: 41px;
    font-weight: 300;
    padding-bottom: 20px;
}

.press_team h5 {
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px
}

.press_team span {
    font-family: HelveticaNeue;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    padding-bottom: 25px
}

.captcha {
    text-align: center;
}

.content_tittle p {
    width: 80%;
    font-family: "HelveticaNeue";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 34px;
}

.img-height img {
    height: 235px;
    width: 100%;
}

.ttachment-large {
    width: 10%;
}

.temp-logo img {
    height: 42px;
}

.ctamob {
    margin-left: 35px;
    padding: 10px 15px !important;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #253e89;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 21px;
        text-align: left;
        cursor: pointer
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    .hovereffect h2 {
        /* text-transform: uppercase; */
        color: #fff;
        position: relative;
        font-size: 24px;
        background-color: transparent;
        padding: 8% 0 10px 0;
        text-align: left;
        margin: 0px;
        font-family: HelveticaNeuelight;
        font-weight: 900;
    }

    .hovereffect .overlay:before {
        position: absolute;
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
        /* border: 1px solid #fff;*/
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    .hovereffect:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect:hover .overlay:before,
    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

td {
    border-color: #dce0e3;
    padding: 1.6rem 1rem;
    border-bottom: 1px solid;
    font-family: HelveticaNeue;
    font-size: 16px;
}

    td h6 {
        font-family: HelveticaNeue;
        font-size: 16px;
        font-weight: bold;
    }

ul li, ol li {
    margin: 0 0 .5rem;
}

.social_responsibility {
    font-size: 18px;
}

.url {
    text-align: center;
}

    .url a {
        font-size: 25px;
        font-family: HelveticaNeue;
        font-weight: 600;
        color: #253e8a;
        position: relative;
        top: 20px;
    }

        .url a:hover {
            color: #2e9bde;
        }

.w-iconbox-title {
    font-size: 30px;
    font-family: HelveticaNeueLt;
    color: #2e9ad7;
    margin-top: 38px;
}

.heading {
    margin-bottom: 70px;
}

.hv {
    position: relative;
    top: 355px;
}

.img_box4 {
    width: 91%;
    float: right;
}


/* 24-jan-2020 css ==== */
.item_row {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .item_row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: none;
    }

    .item_row .slide-text {
        position: static;
        margin-bottom: 0 !important;
        padding-top: 0;
        height: auto;
    }

        .item_row .slide-text h1 {
            margin-top: 0;
        }
/* 24-jan-2020 css ==== */


/* 31-march-2020 css start ==== */
.atmCashSec .blueBg {
    background: #009bdd;
}

.atmCashSec .title h2, .atmCashSec .ATMs_Retail h3, .atmCashSec .ATMs_Retail p {
    color: #fff;
}

.atmCashSec .btn-blue {
    background-color: #fff;
    color: #009bde;
}

.atmCashSec .ATMs_Retail h3 {
    font-weight: 500;
    margin-top: 0;
}

.atmCashSec .img_box img {
    width: 100%;
}

.atmCashSec .ATMs_Retail {
    padding-top: 10px;
    padding-left: 55px;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.firstSlide {
    background: none !important;
}

.atmCashSec .blueBg .container {
    max-width: 1290px;
    width: 100%;
}

.cashCovid img {
    max-height: 114px;
    min-height: 114px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media only screen and (min-width: 1600px) {
    .template-main-menu nav > ul > li > a {
        font-size: 14px !important;
    }

    .template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a {
        font-size: 14px !important;
    }
}

@media (max-width:1199px) {
    .atmCashSec .blueBg .container {
        max-width: 1000px;
        width: 100%;
    }

    .atmCashSec .ATMs_Retail {
        padding-left: 15px;
    }
}

@media (max-width:991px) {
    .atmCashSec .blueBg .container {
        max-width: 750px;
        width: 100%;
    }

    .atmCashSec .img_box img {
        width: 91%;
    }
}

@media (max-width:767px) {
    .atmCashSec .blueBg .container {
        max-width: 100%;
        width: 100%;
    }

    .atmCashSec .img_box img {
        width: 100%;
    }

    .atmCashSec .ATMs_Retail {
        padding-top: 15px;
        padding-left: 0;
    }

    .mean-container .mean-bar a.btn.btn-blue.btn-circle1 {
        padding: 9px 16px !important;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        justify-content: space-between;
        padding-right: 50px;
    }
}

@media (max-width:480px) {
    .mean-container .mean-bar .logo-mobile {
        text-align: left;
        padding-left: 15px;
    }

    .mean-container .mean-bar .logo-mobile img {
        width: 85%;
    }
}

.our_clients .img_logo {
    max-width: 350px;
}
@media (min-width:768px){
	.our_clients .row {
		display: flex;
	}
}
