/* ========================= Start HTML and Body ========================= */
html {
    width: 100%;
    height: 100%;
}

body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    background-image: url("../../images/bg-pattern.png");
    background-size: cover;
    background-color: #eee;
}
/* ========================= End HTML and Body ========================= */


/* ========================= Start Default ========================= */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    color: rgb(33, 64, 154);
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 40px;
    position: relative;
}

h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

h4 {
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: rgb(119, 119, 119);
    transition: 300ms ease;
    outline: none;
    /*text-decoration: none;*/
}

a:hover {
    color: rgb(33, 64, 154);
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
    line-height: 26px;
}
p:last-child {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}
.form-control:focus {
    border-color: rgb(221, 221, 221);
    box-shadow: 0 0 2px 0 rgba(19, 25, 24, 0.3);
    outline: 0 none;
}
.date {
    color: rgb(119, 119, 119);
    display: block;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 500;
}
.highlight-text {
    background-color: rgb(248, 248, 248);
    border-left: 5px solid rgb(58, 186, 137);
    letter-spacing: 1.2px;
    margin: 0 0 40px;
    padding: 10px 15px;
    position: relative;
}
.highlight-text:before,
.highlight-text:after {
    bottom: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
    content: "";
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 460px;
    opacity: 0.7;
    position: absolute;
    width: 60%;
    z-index: -1;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}
.highlight-text:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.highlight-text p {
    margin: 0 !important;
    font-family: "Raleway";
    font-size: 18px;
    font-weight: 500;
}
.highlight-text a {
    color: rgb(33, 64, 154);
}
.btn-view-all {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(33, 64, 154);
    color: rgb(33, 64, 154);
    display: flex;
    height: 30px;
    width: 110px;
    float: right;
    
}
.btn-view-all i {
  background-color: rgb(33, 64, 154);
  color: rgb(255, 255, 255);
  height: 100%;
  margin: 0 8px 0 0;
  padding: 7px 8px;
}
.btn-view-all:hover {
  background-color: rgb(33, 64, 154);
  color: rgb(255, 255, 255);
}
.btn-view-all:hover i {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 64, 154);
}

@media(min-width: 1024px) {
    .hidden-desktop {
        display: none !important;
    }
}
/* ========================= End Default ========================= */

/* ========================= Start Custom ========================= */
.bg-white {
    background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
    .container {
        padding: 0;
    }
}
/* ========================= End Custom ========================= */

/* ========================= Start Heading Styles ========================= */
.heading-2 {
    font-size: 25px;
}

.heading-3 {
    font-size: 20px;
}

@media(min-width: 1024px) {
    .heading-2 {
        font-size: 30px;
    }

    .heading-3 {
        font-size: 22px;
    }
}
/* ========================= End Heading Styles ========================= */

/* ========================= Start Typography ========================= */
.dark-gray-text {
    color: rgb(51, 51, 51);
}

.left-heading-underline {
    position: relative;
    margin: 10px 0 70px;
    text-align: center;
}

.left-heading-underline:after {
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    content: "";
    background-color: rgb(13, 123, 77);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-heading-underline {
    position: relative;
    margin: 10px 0 64px;
    text-align: center;
}

.center-heading-underline:after {
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    content: "";
    background-color: rgb(13, 123, 77);
    transform: translateX(-50%);
}

.right-heading-underline {
    position: relative;
    margin: 10px 0 70px 0;
    text-align: center;
}

.right-heading-underline:after {
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    right: 50%;
    content: "";
    background-color: rgb(13, 123, 77);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

@media (min-width: 1024px) {
    .left-heading-underline {
        margin: 10px 0 70px;
        text-align: left;
    }

    .left-heading-underline:after {
        left: 0;
        bottom: -30px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .center-heading-underline:after {
        bottom: -25px;
    }

    .right-heading-underline {
        margin: 10px 34px 70px 0;
        text-align: right;
    }

    .right-heading-underline:after {
        right: 0;
        bottom: -30px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* ========================= End Typography ========================= */


/* ========================= Start Buttons ========================= */
.green-gradient-btn {
    display: inline-block;
    padding: 9px 30px;
    color: rgb(255, 255, 255);
    border: 3px solid rgb(188, 224, 196);
    border-radius: 50px;
    background: rgb(13, 123, 77);
    transition: 0.6 all ease;
    /*background: -moz-linear-gradient(top,  rgb(13, 123, 77) 0%, rgb(14, 158, 60) 100%); 
    background: -webkit-linear-gradient(top,  rgb(13, 123, 77) 0%,rgb(14, 158, 60) 100%); 
    background: linear-gradient(to bottom,  rgb(13, 123, 77) 0%,rgb(14, 158, 60) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebe50', endColorstr='#129731',GradientType=0 );*/
}

.green-gradient-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(8, 129, 79);
    transition: 0.6 all ease;
    /*background: -moz-linear-gradient(top,  rgb(14, 158, 60) 0%, rgb(13, 123, 77) 100%);
    background: -webkit-linear-gradient(top,  rgb(14, 158, 60) 0%,rgb(13, 123, 77) 100%); 
    background: linear-gradient(to bottom,  rgb(14, 158, 60) 0%,rgb(13, 123, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129731', endColorstr='#2ebe50',GradientType=0 );*/
}
/* ========================= End Buttons ========================= */

/* ========================= Start Form Stylings ========================= */
.custom-input {
    /*width: 300px;*/
    width: 100%;
    height: 44px;
    padding: 15px 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 60px;
    box-shadow: 0 0 1px 1px rgba(19, 25, 24, 0.3) inset;
}
/* ========================= End Form Stylings ========================= */


/* ========================= Start Header ========================= */
.main-header {
    font-weight: 400;
}
.navbar {
    margin: 0;
}

.nav > li > a {
    color: rgb(33, 64, 154) !important;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
}
.flex-row{
    display: flex !important;
}

li.flex-row a:hover{
    text-decoration: underline;
}
.navbar-right li.li-lang {
    margin: auto;
}
.navbar-right li.li-lang a {
    border: 1px solid #21409a;
    padding: 5px !important;
}
/* @media(min-width:1024px){
    li.flex-row a:first-child:after {
        height: 13px;
        width: 1px;
        content: '';
        background-color: #3b009a;
        position: absolute;
        right: -11px;
        top: 27px;
    }
} */
@media(max-width:1023px){
    .flex-row{
        justify-content: center;
        margin: 10px 0 !important;
    }
    li.flex-row a:first-child{
        margin-right: 10px !important;
    }
}
.header-icons {
    width: 18px;
    height: 18px;
    margin: -4px 8px 0 0;
}


/* ------------------------- Start Top Header ------------------------ */
.top-header-wrapper .container {
    padding: 0;
}

.top-header {
    padding: 0;
    font-size: 13px;
}

.top-header-menu-left {
    /*margin-left: -15px;*/
    /*display: none;*/
}
.top-header-menu-left li {
    display: inline-block;
}
.top-header-menu-left > li > a {
    padding: 24px 24px 24px 0;
}
.top-header-menu-left li:nth-child(6) a {
    color: #0d7b4d !important;
    animation: blinkingText 1.2s infinite;
    font-weight: 700;
}
@keyframes blinkingText{
    0%{     color: #21409a;    }
    49%{    color: #21409a; }
    60%{    color: #0d7b4d; }
    99%{    color:#0d7b4d;  }
    100%{   color: #21409a;    }
}
/*.top-header-wrapper .nav > li > a {
    padding: 24px 24px 24px 0;
    font-size: 13px;
}*/

.top-header-wrapper .nav > li > a:hover {
    background: none !important;
}

.top-header-menu-left > li > a:hover {
    text-decoration: underline;
}

.top-header .navbar-right {
    margin: 0;
    padding: 0;
}

.top-header .navbar-right li {
    display: inline-block;
    vertical-align: middle;
}

.top-header .navbar-right li a {
    margin: 0 0 0 24px;
    padding: 24px 0 24px 0;
    transition: 0ms;
}

.top-header .navbar-right li a.active {
    padding: 20px 0 24px 0;
    border-top: 4px solid rgb(153, 153, 153);
}
.mobile-search-toggler {
    background-color: rgb(255, 255, 255);
    border: medium none;
    color: rgb(33, 64, 154);
    border: 1px solid rgb(8, 121, 227);
    border-radius: 3px;
    font-size: 15px;
    height: 30px;
    width: 35px;
}

@media (min-width: 1024px) {
    .top-header-menu-left {
        display: inline-block;
    }
.top-header-menu-left li {
    display: block;
}

    .top-header .navbar-right {
        padding: 0 15px 0 0;
        margin-right: -15px;
    }
}

@media(max-width: 1023px) {
    .top-header-wrapper {
        background-color: rgb(248, 248, 248);
        border-bottom: 1px solid rgb(32, 64, 154);
        padding: 8px 15px;
        text-align: center;
    }
    .top-header-wrapper .navbar {
        min-height: auto;
    }
    .top-header .navbar-right li {
        margin: 0 5px;
    }
    .top-header .navbar-right li a {
        align-items: center;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(8, 121, 227);
        border-radius: 3px;
        display: flex;
        height: 30px;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 35px;
    }
    .top-header  .navbar-right li.li-lang a {
        width: auto;
    }
    .top-header .navbar-right li a.active {
        border: none;
        padding: 0;
    }
    .top-header-wrapper .nav > li > a:hover {
        background: rgb(255, 255, 255) !important;
    }
    .top-header .navbar-right li a span,
    .top-header .navbar-right li a i {
        display: none;
    }
    .top-header .navbar-right li a img {
        width: 100%;
        margin: 0;
    }
    .forex-wrap .table-custom {
        margin: 0 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px){
    .top-header .navbar-right li a {
        margin: 0 0 0 10px;
    }
}
/* ------------------------- End Top Header ------------------------ */


/* ------------------------- Start Bottom Header ------------------------- */
.bottom-header-wrapper ul#main-menu {
    border-radius: 0;
    background: transparent;
    float: none;
}
.bottom-header-wrapper .navbar-header {
    padding: 15px;
    /*padding: 20px 5px;*/
}
.bottom-header-wrapper .nav > li > a {
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    text-shadow: 0 0 0;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    font-family: "Rubik",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: transparent;
}
.sm-blue > li:first-child > a, .sm-blue > li:first-child > *:not(ul) a,
.sm-blue > li:last-child > a, .sm-blue > li:last-child > *:not(ul) a {
    border-radius: 0 !important;
}
.sm-blue a span.sub-arrow {
    display: none;
}
.navbar-brand {
    width: 185px;
    padding: 0;
}
.bottom-header-wrapper .navbar > .container .navbar-brand,
.bottom-header-wrapper .navbar > .container-fluid .navbar-brand {
    margin: 0;
}
.navbar-brand img {
    width: 100%;
}
.bottom-header {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dropdown-toggle.highlighted:after {
    border-bottom: 15px solid rgb(255, 255, 255);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > .open a.dropdown-toggle:hover,
.navbar-default .navbar-nav > .open a.dropdown-toggle:focus {
    background-color: rgb(33, 64, 154) !important;
    color: rgb(255,255,255) !important;
}
.bottom-header-wrapper .nav li a:hover,
.bottom-header-wrapper .nav li a:focus {
    background-color: rgb(33, 64, 154) !important;
    color: rgb(255,255,255) !important;
    line-height: 20px;
}
.bottom-header-wrapper .mega-menu li a:hover, 
.bottom-header-wrapper .mega-menu li a:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(119, 119, 119) !important;
}
.bottom-header .navbar-right {
    margin: 0 -15px;
}
.bottom-header .navbar-right {
    margin: 0;
}
.bottom-header .navbar-right .collapse.navbar-collapse {
    vertical-align: top;
    width: auto;
    transition: 300ms ease;
}
.bottom-header .navbar-form {
    display: inline-block;
    position: relative;
    margin: 33px 0 0px;
}
.navbar-search {
    width: 100%;
    padding: 6px 35px 6px 12px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0 0 2px 0px rgba(19, 25, 24, 0.3) inset;
}
.navbar-search-btn {
    position: absolute;
    top: 5px;
    /*top: 9px;*/
    right: 22px;
    color: rgb(33, 64, 154);
    font-size: 16px;
    border: none;
    background: none;
}
.login-search-wrap {
    display: inline-block;
    padding: 0 20px;
}
.btn-login {
    display: inline-block;
}

@media (min-width: 1024px) {
    .bottom-header-wrapper .nav li {
        height: 95px;
        border: none;
    }
    .bottom-header-wrapper .nav li .dropdown-menu li {
        height: auto;
    }
    .bottom-header .navbar-right {
        /* width: calc(100% - 270px); */
        /* height: 95px; */
        text-align: right;
    }
    .bottom-header .navbar-right .collapse.navbar-collapse {
        display: inline-block !important;
        height: 95px;
        padding: 0;
    }
    .bottom-header .navbar-right .nav.navbar-nav {
        height: 95px;
        display: inline-block;
    }
    .bottom-header-wrapper .nav > li > a {
        padding: 40px 7px 35px;
        font-size: 13px;
    }
    .caret {
        margin-left: 8px;
    }
    .navbar-brand {
        width: 230px;
    }
    .login-search-wrap {
        padding: 0 15px 0 0;
    }
    .bottom-header .navbar-form {
        width: 150px;
    }
    .navbar-form .form-group,
    .navbar-form .form-control {
        width: 100%;
    }
    .btn-login {
        font-size: 13px;
    }
}

@media (min-width: 1366px) {
    .navbar-header {
        padding: 15px 20px;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .bottom-header .navbar-right .collapse.navbar-collapse {
        padding: 0 15px;
    }
    .bottom-header-wrapper .nav > li > a {
        font-size: 14px;
    }
    .login-search-wrap {
        padding: 0 20px;
    }
    .bottom-header .navbar-form {
        width: 200px;
    }
    /*.navbar-form .form-group,*/
    /*.navbar-form .form-control {*/
    /*    width: auto;*/
    /*}*/
    .btn-login {
        font-size: 14px;
    }
}
@media (min-width: 1024px) and  (max-width: 1200px) {
.btn-login {
    font-size: 0px;
}
}
@media (max-width: 1023px) {
    .container {
        width: 100%;
    }
    .container.bottom-header {
        padding: 0;
    }
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }
    .bottom-header-wrapper .navbar-header {
        width: 100%;
    }
    .bottom-header .navbar-right {
        width: 100%;
    }
    .bottom-header .navbar-right .navbar-collapse {
        padding: 0;
    }
    .bottom-header .dropdown-menu {
        background-color: rgb(1, 81, 155);
        border: medium none;
        box-shadow: none;
        float: none;
        position: relative;
    }
    .bottom-header .navbar-nav .open .dropdown-menu > li > a {
        background-color: rgb(0, 101, 196) !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-header-menu-left > li > a {
        padding: 10px;
    }
    .dropdown-toggle.highlighted::after{
        display: none;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        background-color: transparent;
        border-color: rgb(204, 204, 204);
        display: block;
        left: auto;
        margin: 0;
        right: 20px;
        top: 20px;
        border-radius: 0;
    }
    .navbar-nav.sm-collapsible .caret::before {
        content: "+";
        font-family: monospace;
        font-weight: bold;
        left: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
    .sm-blue a.highlighted span.sub-arrow::before {
        display: block;
    }
    .bottom-header-wrapper .nav > li > a {
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    .login-search-wrap {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .login-search-wrap .btn-login {
        display: none;
    }
    .bottom-header .login-search-wrap .navbar-form {
        background-color: rgb(0, 0, 0);
        border: medium none;
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 8px 15px;
        position: absolute;
        top: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        transition: all 300ms ease 0s;
        width: 100%;
    }
    .bottom-header .login-search-wrap .navbar-form.navbar-form.show {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .login-search-wrap .navbar-form .form-group {
        width: 100%;
    }
    .login-search-wrap .navbar-form .navbar-search {
        width: 100%;
        padding: 0 30px 0 0;
        border: none;
        border-bottom: 1px solid rgb(170, 170, 170);
        border-radius: 0;
        background-color: transparent;
        color: rgb(255, 255, 255);
    }
    .login-search-wrap .navbar-form .navbar-search-btn {
        right: 15px;
        top: 13px;
    }
}
/* ------------------------- End Bottom Header ------------------------- */

/* ------------------------- Start Navbar Dropdown ------------------------- */
.bottom-header .dropdown-menu {
    padding: 0;
    margin: 0 !important;
    border-radius: 0;
    background-color: rgb(33, 64, 154);
}

.bottom-header .dropdown-menu > li > a {
    color: rgb(238, 238, 238);
    padding: 10px 40px 10px 20px !important;
    border-bottom: 1px solid rgb(238, 238, 238);
    box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2);
}

.bottom-header .dropdown-menu > li:last-child > a {
    border-bottom: none;
    box-shadow: none;
}

.bottom-header .dropdown-menu > li > a:focus,
.bottom-header .dropdown-menu > li > a:hover {
    background-color: rgb(7, 101, 189) !important;
    /*background-color: rgb(33, 64, 154) !important;*/
    color: rgb(255, 255, 255) !important;
}

.bottom-header .navbar-nav .open .dropdown-menu .dropdown-header,
.bottom-header .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 40px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgb(33, 64, 154);
    color: rgb(255, 255, 255) !important;
}

@media (min-width: 768px) {
    .bottom-header .dropdown-menu > li > a {
        border-bottom: 1px solid rgb(10, 88, 160);
    }
}
/* ------------------------- End Navbar Dropdown ------------------------- */

/* ------------------------- Start Navbar Collapse Button ------------------------- */
.navbar-toggle {
    margin-right: 0;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
}
/* ------------------------- End Navbar Collapse Button ------------------------- */

/* ------------------------- Start Custom Navbar Collapse Breakpoint ------------------------- */
/*@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/
/* ------------------------- End Custom Navbar Collapse Breakpoint ------------------------- */


/* ------------------------- Start Header News Update -------------------------- */
.header-news-updates-wrapper {
    position: relative;
    padding: 15px 20px;
    background-color: rgb(33, 64, 154);
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.header-news-updates-wrapper .news-label {
    background-color: rgb(33, 64, 154);
    display: inline-block;
    vertical-align: top;
    width: 15%;
    z-index: 1;
}
.header-news-updates-wrapper .news-label .news-text {
    display: none;
}
.header-news-updates-wrapper .news-label .news-font-icon {
    display: inline-block;
}
.news-slider {
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    width: 85%;
}
.news-slider .owl-nav .owl-prev, .news-slider .owl-nav .owl-next {
    background-size: 7px auto !important;
    font-size: 0;
    height: 20px;
    width: 30px;
    top: 0;
}
.news-slider .owl-nav .owl-prev {
    left: 15px;
    background-image: url("../../images/icons/news-arrow-left.png") !important;
}
.news-slider .owl-nav .owl-next {
    background-image: url("../../images/icons/news-arrow.png") !important;
    right: 15px;
}
.news-slider a,
.news-slider a:hover,
.btn-view-news:hover {
    color: rgb(255, 255, 255);
}
.btn-view-news {
    color: rgb(255, 255, 255);
    display: block;
    float: right;
    width: 23%;
    margin: 15px 0 0;
}
.btn-view-news span {
    display: inline-block;
    margin: 0 8px 0 0;
    transition: 300ms ease;
}
.btn-view-news i {
    font-size: 16px;
}
.btn-view-news:hover span {
    margin: 0 10px 0 0;
}

@media(min-width: 768px) {
    .header-news-updates-wrapper .news-label {
        width: 9%;
    }
    .news-slider {
        width: 82%;
        padding: 0 40px;
    }
    .btn-view-news {
        width: 9%;
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .header-news-updates-wrapper .news-label .news-text {
        display: inline-block;
    }

    .header-news-updates-wrapper .news-label .news-font-icon {
        display: none;
    }
    .news-slider {
        width: 50%;
    }
    .header-news-updates-wrapper .news-label {
        width: 11%;
    }
    .btn-view-news {
        width: 7%;
        display: inline-block;
    }
}
@media(min-width: 1366px) {
    .header-news-updates-wrapper .news-label {
        width: 9%;
    }
    .btn-view-news {
        width: 6%;
    }
}
/* ------------------------- End Header News Update -------------------------- */
/* ========================= End Header ========================= */

/* ========================= Start Quick Links ========================= */
.quick-links-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease 0ms;
}
.quick-links-wrapper.open {
    max-height: 500px;
    transition: 400ms ease 400ms;
}
.quick-links-wrapper a {
    display: block;
    padding: 33px 0;
    color: rgb(1, 101, 178);
    text-align: center;
    transition: 0ms;
}

.quick-links-wrapper a:hover {
    color: rgb(13, 123, 77);
}

.quick-links-wrapper a .blue-icon {
    display: inline-block;
}

.quick-links-wrapper a .green-icon {
    display: none;
}

.quick-links-wrapper a:hover .blue-icon {
    display: none;
}

.quick-links-wrapper a:hover .green-icon {
    display: inline-block;
}

.quick-links-wrapper img {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 0 15px;
}

.quick-links-wrapper span {
    display: block;
}
/* ========================= End Quick Links ========================= */

/* ========================= Start Forex ========================= */
.forex-container {
    max-height: 0;
    overflow: hidden;
    transition: 300ms ease 0ms;
}
.forex-wrap {
    padding: 30px 0;
}
.forex-wrap h2:after {
    display: none;
}
.forex-container.open {
    max-height: 500px;
    transition: 400ms ease 400ms;
}
.forex-date-selector {
    margin: 0 0 10px;
    text-align: center;
    vertical-align: middle;
}

.icon-currency {
    margin: 0 0 20px;
}

.forex-container .heading-2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 400;
}

.forex-container .heading-2:after {
    opacity: 0;
}

.select-forex-rate {
    width: 204px;
}

.forex-table-container {
    vertical-align: middle;
}

.icon-forex {
    width: 50px;
    height: 50px;
}

.forex-view-more {
    margin: 20px 20px 0 0;
    font-size: 13px;
    color: rgb(13, 123, 77);
}

.forex-view-more:hover {
    color: rgb(13, 123, 77);
    text-decoration: underline;
}
/* ========================= End Forex ========================= */

/* ========================= Start Owl Styles ========================= */
.owl-dots {
    margin: 0;
}

.owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px 0 0 !important;
}

.owl-dots .owl-dot:last-child span {
    margin: 0 !important;
}
/* ========================= End Owl Styles ========================= */

/* ========================= Start Select 2 ========================= */
/* ------------------------- Start Select 2 - Default Style ------------------------- */
.select2-container--default .select2-selection--single {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 15px 0 0;
    position: relative;
}
.select2-container--open .select2-dropdown--below::before {
    border-bottom: 10px solid rgb(187, 187, 187);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    bottom: 100%;
    content: "";
    left: 15px;
    position: absolute;
}
.select2-container--open .select2-dropdown--below ul li {
    background-color: rgb(242, 242, 242);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
}
.select2-container .select2-selection--single {
    width: 100%;
    height: 30px;
}
/* ------------------------- End Select 2 - Default Style ------------------------- */

/* ------------------------- Start Select 2 - Rounded Style ------------------------- */
.round-select-field .select2-selection {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px !important;
    height: 35px !important;
}

.round-select-field .select2-selection__rendered {
    line-height: 20px !important;
    padding: 7px 25px 6px 15px !important;
}

.round-select-field .select2-selection__arrow {
    width: 25px !important;
    height: 25px !important;
    top: 50% !important;
    right: 5px !important;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.round-select-field .select2-selection__arrow b {
    border-width: 7px 6px 0 !important;
    border-color: rgb(13, 123, 77) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.round-select-field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px !important;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(13, 123, 77) !important;
}

/* ------------------------- Start Select2-Open ------------------------- */

.round-select-field .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgb(221, 221, 221);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.3);
}

.round-select-field .select2-results__option {
    padding: 11px 20px;
}

.round-select-field .select2-results__option:last-child {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
}
/* ------------------------- End Select 2 - Rounded Style ------------------------- */
/* ========================= End Select 2 ========================= */

/* ========================= Start Table Styles ========================= */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}

.table > thead > tr > th {
    border-bottom: none;
}

.default-table thead:first-child tr th {
    background-color: rgb(33, 64, 154);

    /*background: rgb(228,48,51);
    background: -moz-linear-gradient(top, rgb(228,48,51) 0%, rgb(206,12,15) 100%);
    background: -webkit-linear-gradient(top, rgb(228,48,51) 0%,rgb(206,12,15) 100%);
    background: linear-gradient(to bottom, rgb(228,48,51) 0%,rgb(206,12,15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43033', endColorstr='#ce0c0f',GradientType=0 );*/
    color: rgb(255, 255, 255);
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height:18px;
    text-align: left;
}

.default-table thead tr th {
    padding: 8px 15px;
}
.default-table thead tr th:last-child {
    text-align: center;
}

.default-table tbody tr td {
    padding: 10px 15px;
    color: rgb(119, 119, 119);
    font-weight: 300;
    vertical-align: middle;
}
table.default-table tbody tr td:last-child {
    text-align: left;
}

.tbl-bordered {
    /*border: 1px solid rgb(13, 123, 77);*/
}

.tbl-bordered > thead > tr > th,
.tbl-bordered > tbody > tr > th,
.tbl-bordered > tfoot > tr > th,
.tbl-bordered > thead > tr > td,
.tbl-bordered > tbody > tr > td,
.tbl-bordered > tfoot > tr > td {
    /*border: 1px solid rgb(13, 123, 77);*/
}

.tbl-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgb(249, 249, 249);
}
.tbl-striped > tbody > tr td:last-child {
    text-align: center;
}

.default-table {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 21px;
    background-color: rgb(255, 255, 255);
}
.table-custom {
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.3);    
}
.forex-wrap .table-custom {
    margin: 0 10px;
}
.table-custom table {
    margin: 0;
    background-color: rgb(255, 255, 255);
    border: medium none;
    text-align: center;
}
.table-custom table.table thead th {
    position: relative;
    padding: 20px 15px 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(58, 186, 137);
    font-weight: 600;
    text-align: center !important;
}
.table-custom table.table thead th::after {
    background-color: rgb(58, 186, 137);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: calc(100% - 60px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.table-custom table.table tr {
    background-color: rgb(255, 255, 255);
}
.default-table tbody tr {
    border-bottom: 1px solid rgb(221, 221, 221);
}
.default-table tbody tr:last-child {
    border: none;
}
.table-custom table.table tbody tr:first-child td {
    padding-top: 20px;
}
.table-custom table.table tbody tr:last-child td {
    padding-bottom: 20px;
}
.table-custom table.table tr td {
    font-weight: 500;
}
/* ========================= End Table Styles ========================= */

/* ========================= Start Side Tabs ========================= */
.sidetabs {
    border: none;
}
.sidetabs > li {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin: 0 0 10px;
    transition: all 300ms ease 0s;
    width: 100%;
}

.sidetabs > li:hover {
    border-bottom: 1px solid rgb(33, 64, 154);
}

.sidetabs > li.active {
    border-bottom: 1px solid rgb(33, 64, 154);
}

.sidetabs > li > a {
    border-radius: 0;
    color: rgb(153, 153, 153);
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}
.sidetabs > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(33, 64, 154) !important;
    border-color: rgba(0, 0, 0, 0);
}

.sidetabs > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
}

.sidetabs > li.active > a,
.sidetabs > li.active > a:focus,
.sidetabs > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(33, 64, 154) !important;
    border-color: rgba(0, 0, 0, 0);
}
.sidetabs > li > a > i {
    font-size: 20px;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 14px;
}
/* ========================= End Side Tabs ========================= */

/* ========================= Start Breadcrumb ========================= */
.breadcrumb {
    display: none;
    margin: 0;
    padding: 15px 20px;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 12px;
}
.breadcrumb > li + li::before {
    color: rgb(1, 101, 178);
    content: "\f105";
    font-family: FontAwesome;
}
.breadcrumb li a, .breadcrumb li span {
    color: rgb(1, 101, 178);
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb li:first-child a {
    padding-left: 0;
}
.breadcrumb li span {
    font-weight: 600;
}

@media(min-width: 768px) {
    .breadcrumb {
        display: block;
    }
}
/* ========================= End Breadcrumb ========================= */

/* ========================= Start Table Default ========================= */
.table-default {
    border: 1px solid rgb(31, 149, 217);
}
.table-default table {
    margin: 0;
}
.table-default table thead tr th {
    padding: 10px;
    border: none;
    background-color: rgb(31, 149, 217);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
}
.table-default table tbody tr:nth-child(2n) {
    background-color: rgb(254, 254, 254);
}
.table-default table tbody tr td {
    padding: 15px;
    border: none;
    font-size: 14px;
    color: rgb(137, 137, 137);
}
/* ========================= End Table Default ========================= */


/* ========================= Start Newsletter And Social ========================= */
.newsletter-and-social-section h3 {
    margin: 20px 0 30px;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.subscribe-newsletter-wrapper {
    border-bottom: 1px solid rgb(153, 153, 153);
    padding: 10px 15px 30px 15px;
    text-align: center;
}

.newsletter-form-wrapper {
    width: 100%;
}

.get-connected-socially-wrapper {
    padding: 15px 25px 15px 30px;
    text-align: center;
}

.social-icon-wrapper a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 7px 0 0;
}

.social-icon-wrapper a img {
    width: 100%;
}

@media (min-width: 480px) {
    .newsletter-form-wrapper {
        width: 336px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .subscribe-newsletter-wrapper {
        border-right: 1px solid rgb(153, 153, 153);
        border-bottom: none;
        padding: 10px 33px 30px 15px;
        text-align: left;
    }

    .newsletter-form-wrapper {
        width: 100%;
        margin: 0;
    }

    .get-connected-socially-wrapper {
        padding: 10px 15px 30px 43px;
        text-align: center;
    }
}
/* ========================= End Newsletter And Social ========================= */

/* ========================= Start Default Article Details ========================= */
.article-detail header {
    margin: 0 0 15px;
}
.article-detail h3 {
    line-height: 35px;
    margin: 0 0 5px;
}
.article-detail h3 a {
    color: rgb(19, 127, 83);
    font-size: 18px;
    margin: 0 0 0 20px;
}
.article-detail span {
    color: rgb(119, 119, 119);
    font-family: Raleway;
    font-size: 12px;
    font-weight: 500;
}
.article-detail p {
    color: rgb(119, 119, 119);
    line-height: 26px;
    margin: 0 0 15px;
}
.article-detail p:last-child {
    margin: 0;
}
/* ========================= Start Default Article Details ========================= */

/* ========================= Start Footer ========================= */
.footer-wrapper {
    position: relative;
    /*padding: 40px;*/
}
.footer-wrapper::before {
    background-image: url("../../images/bg-shape-curve-footer.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: calc(100% + 242px);
    left: 0;
    position: absolute;
    top: -59.3%;
    width: 100%;
    display: none;
    z-index: -1;
}
@media(min-width: 1024px) {
    .footer-wrapper::before {
        display: block;
    }
}
/* ------------------------- Start Footer Top ------------------------- */
.footer-top {
    /*padding: 40px 0 15px;*/
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgb(153, 153, 153);
}

.footer-top-menus {
    padding: 30px 15px 20px;
}

.footer-top-menu {
    margin: 0 0 40px;
}

.footer-top-menus ul li {
    margin: 0 0 5px;
}

.footer-contact {
    position: relative;
    padding: 30px 15px 20px;
    border-left: none;
    border-top: 1px solid #666;
}

.footer-contact h4 {
    color: #333;
    margin: 10px 0 25px;
}

.footer-contact ul {
    text-align: left;
}

.footer-contact ul li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 25px;
}

.footer-contact ul li img {
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}

/*.footer-contact:before {
  width: 2px;
  height: 236px;
  position: absolute;
  top: -40px;
  left: -20px;
  content: "";
  background-color: rgb(0, 0, 0);
}*/
/* ------------------------- Start Footer Bottom ------------------------- */
.footer-bottom {
    padding: 20px 15px 30px;
    border-top: 1px solid rgb(153, 153, 153);
}

.footer-legal-terms-menu {
    display: block;
    margin: 0 0 15px;
    text-align: center;
}

.footer-legal-terms-menu a:first-child {
    margin: 0 30px 0 0;
}

.footer-copyright {
    color: rgb(153, 153, 153);
    display: block;
    text-align: center;
}

.footer-copyright > span {
    display: inline-block;
}

.footer-bottom-amnil {
    color: rgb(216, 58, 50);
}

.footer-bottom-amnil:hover {
    color: rgb(119, 119, 119);
}
/* ------------------------- End Footer Bottom ------------------------- */

@media (min-width: 992px) {
    /* -------------------------- Start Footer Top ------------------------- */
    .footer-top {
        text-align: left;
    }

    .footer-top-menu {
        margin: 0;
    }

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

    .footer-contact {
        padding: 20px 25px 20px 30px;
        border-left: 1px solid rgb(153, 153, 153);
        border-top: none;
    }

    /* -------------------------- Start Footer Bottom ------------------------ */
    .footer-bottom {
        padding: 20px 0 30px;
    }

    .footer-legal-terms-menu {
        margin: 0;
    }

    .footer-legal-terms-menu {
        display: inline-block;
        text-align: left;
    }

    .footer-copyright {
        /*display: inline-block;*/
        text-align: left;
        float: right;
    }
}
/* ========================= End Footer ========================= */

/* ========================= Start Map ========================= */
/*#map {
    width: 100%;
    height: 500px;
}*/

#map {
    width: 100%;
    height: 240px;
    color: #777;
}

@media(min-width: 768px) {
    #map {
        height: 502px;
    }
}
/* ========================= End Map ========================= */

/* ----------------------------------- */


.inner-page-container {
    background-color: rgb(255, 255, 255);
}
.inner-page-banner {
    padding: 20px;
}
.page-content-wrapper {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 10px;
}

@media(min-width: 1024px) {
    .page-content-wrapper {
        padding: 20px;
    }
}

/* =============================================== */

/*Loader*/
.process-wrap { align-items: center; background-color: rgba(0, 0, 0, 0.4); display: flex; height: 100%; justify-content: center; left: 0; position: fixed; top: 0; width: 100%; z-index: 99999; }
.process {
    animation: 1.1s ease 0s normal none infinite running load5;
    border-radius: 50%;
    display: block;
    font-size: 25px;
    height: 1em;
    left: 50%;
    margin: 0;
    position: fixed;
    text-indent: -9999em;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1em;
}
@-webkit-keyframes load5 {
    0%,  100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}
@keyframes load5 {
    0%,  100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

/* ========================== End Custom CSS ========================= */




/* ========================== Start Goto Top Button ========================== */
.cd-top {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: fixed;
    bottom: 56px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(33, 64, 154) url("../../images/icons/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0; transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}
.cd-top.cd-fade-out:hover {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #E43134;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 40px;
        bottom: 48px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        width: 40px;
        height: 40px;
        bottom: 50px;
    }
}
/* ========================== End Goto Top Button ========================== */

/* ================== */

.offset-menu {
    width: 40px;
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.offset-menu > a {
    background-color: rgb(13, 123, 77);
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 40px;
    margin: 0 0 2px;
    opacity: 0.7;
    padding: 11px 0;
    text-align: center;
    width: 40px;
}
.offset-menu a:hover {
    opacity: 1;
}

.offset-menu > .login {
    margin: 0 0 5px;
    background-color: rgb(33, 64, 154);
}

.offset-menu a i {
    font-size: 17px;
}

.offset-menu a img {
    widows: 18px;
    height: 18px;
}

@media(min-width: 1024px) {
    .offset-menu {
        display: block;
    }
}

/** Popup **/
.newsLetters-popup .modal-header { padding: 0; background-color: rgb(228, 49, 52); }
.newsLetters-popup .close { background-color: rgb(33,64,154); border-bottom-right-radius: 5px; border-top-right-radius: 5px; color: rgb(255, 255, 255); height: 30px; opacity: 1; position: absolute; right: 0; top: 2px; width: 30px;  z-index:1;}
.newsLetters-popup .close span { font-size: 28px; font-weight: normal; line-height: 0; }
.newsLetters-popup .modal-content {border-radius: 5px;}
.newsLetters-popup .modal-body { padding: 10px; }
.newsLetters-popup .modal-body .content-holder{max-height: 555px; overflow-x: hidden; overflow: auto;position: relative; width: 100%; }
.newsLetters-popup .modal-body .content-holder img { width: 100%; }
@media(min-width:768px) {
    .appdownload-wrap a, .appdownload-direct-wrap a { display: inline-block; margin: 0 30px 20px 0; }
    .newsLetters-popup.modal.in .modal-dialog { 
        position: absolute;
        left: 50%; 
        top: 50%;
        margin: 30px 0 0; 
        -webkit-transform: translate(-50%, -50%); 
        -moz-transform: translate(-50%, -50%); 
        -ms-transform: translate(-50% -50%); 
        -o-transform: translate(-50%, -50%); 
        transform: translate(-50%, -50%);

    }
    .newsLetters-popup .close { right: -30px; }
}

@media(min-width:1400px) {
    .newsLetters-popup.modal.in .modal-dialog {
        margin: 0;
    }
}

/*Form Validation PlaceHolder Color*/
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #21409A;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #21409A;
    opacity: 1;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #21409A;
    opacity: 1;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder{
    /* Internet Explorer 10-11 */
    color: #21409A;
}
span.error {
    background-color: rgb(248, 248, 248);
    color: #21409A;
    height: 30px;
    left: 0;
    padding: 6px 12px 6px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.code-sec span.error {
    bottom: 0;
    top: auto;
}

/*Start Sweet Alert*/
.sweet-alert h2:after {
    display: none;
}
/*End Sweet Alert*/
img.anniversary {
    width: 80px;
    height: auto;
    margin-left: 8px;
}
@media (max-width: 1023px){
    img.anniversary {
        display: none;
    }
    }
