
/**************************
 * 
 * header start
 * 
 * ************************/
.header-main {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.23);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    z-index: 1000;
}
.call-log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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

.cal-box i {
    margin-right: 20px;
    color: #fff;
}

.call-log p {
    margin-right: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
.cal-box a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
.head-top {
    padding: 10px 0;
}

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

.exl-box p {
    margin-right: 15px;
    font-weight: 600;
    font-size: 22.8882px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.exl-box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}
.exl-box span label {
    font-weight: 500;
    font-size: 16.5742px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.exl-box img {
    margin-right: 24px;
}

.exl-box span img {
    margin-right: 7px;
}

.top-bar {
    border-bottom: 1px solid #fff;
}

/****** category header ******/


.navbar-brand{
  display: none;
}
.header-category .collapse > ul > li:nth-child(4) {
    width: 202px;
    text-align: center;
}
.header-category li.nav-item a {
    padding: 16px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
}
.header-category ul.navbar-nav {
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}


@media (min-width: 992px){
.header-category .navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.header-category .navbar-light .navbar-nav .nav-link {
    padding: 0px 26px   !important;
    min-height: 88px;
    display: flex;
    align-items: center;
}
}
.header-category nav.navbar {
    background: transparent !important;
    padding: 0;
}

.header-category .navbar-nav .nav-link.active, 
.header-category .navbar-nav .show>.nav-link {
    color: #fff;
}

.header-category .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 25px 26px;
    position: relative;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.header-category .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fff;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.header-category .navbar-light .navbar-nav .nav-link.active::before {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
}
.header-category .navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    width: 100%;
    left: 0;
}
.header-category .dropdown-menu li a.dropdown-item {
    color: #000;
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
}

.header-category ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
}
.header-category .dropdown-menu li a.dropdown-item::after {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
}

.header-category .dropdown-item:hover, .header-category .dropdown-item:focus {
    color: #fff !important;
    background-color: #6996da;
}
/********************
 * 
 * footer css
 * 
 *********************/

.fot-in {
    padding: 62px 0 0px 0;
}
.ft-logo img {
    margin-bottom: 22px;
}
.footer-main {
    background: #F8F8F8;
}
.ft-logo p {
    font-size: 17.0933px;
    line-height: 150%;
    margin-bottom: 40px;
}

ul.ft-ct li a img {
    margin-right: 22px;
}

ul.ft-ct li {
    margin-bottom: 15px;
}

.social-us ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ft-news2.col-8 label a {
    color: #1428A0;
}
.social-us ul li a {
    width: 34px;
    height: 34px;
    display: block;
    background: #1428A0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-us ul li:not(:last-child) {
    margin-right: 18px;
}

.social-us ul li a i {
    color: #fff;
    font-size: 18px;
}

.ft-links h3 {
    margin-bottom: 43px;
    color: #000;
}
.ft-links ul li {
    padding-bottom: 6px;
    position: relative;
    padding-left: 20px;
}
.ft-links ul li a {
    color: #000;
    padding-left: 0;
}
.ft-links .menu-item:hover a {
    color: #1428A0;
}

.ft-links .menu-item:hover::before {
    color: #1428A0;
}
.ft-links ul li::before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    color: #000000;
}

.ft-inner-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 26px;
}

.ft-news1 img {
    width: 96px;
    height: 96px;
    max-width: 100%;
    border-radius: 50%;
}

.ft-news2 {
    margin-left: 15px;
}

.ft-news2 h5 {
    font-weight: 500;
    font-size: 17.0933px;
    line-height: 150%;
    margin: 0;
}
.ft-news2 label {
    font-weight: 400;
    font-size: 17.0933px;
    line-height: 150%;
    color: #1428A0;
    margin-bottom: 8px;
}

.sub-news {
    background: #6996DA;
    padding: 40px 0;
}
h3.sub-new-title {
    margin: 0;
    font-weight: 600;
    font-size: 29.565px;
    line-height: 150.5%;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

.new-subt input[type=text] {
    font-size: 18px;
    height: 60px;
    padding: 20px;
    width: 100%;
    color: #000;
    border: none;
}

.new-subt input[type=text]::-webkit-input-placeholder {
    color: #000;
}

.new-subt input[type=text]::-moz-placeholder {
    color: #000;
}

.new-subt input[type=text]:-ms-input-placeholder {
    color: #000;
}

.new-subt input[type=text]::placeholder {
    color: #000;
}

.new-subt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 88px;
}


.new-subt form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-subt span.wpcf7-spinner {
    position: absolute;
    bottom: -31px;
    left: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -34px;
    left: 0;
}
.wpcf7-response-output {
    border: none !important;
    color: #fff;
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
    font-size: 14px;
}
.new-subt form > p span.wpcf7-form-control-wrap input[type=email] {
    font-size: 18px;
    height: 60px;
    padding: 20px;
    width: 100%;
    color: #000;
    border: none;
}

.sub-news .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.frm-sub {
    height: 60px;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    width: 165px;
    margin-left: 9px;
    border: none;
    background: #fff;
}
.sub-news {
    margin-top: 49px;
}
.frm-sub:hover{
    background: #1428A0;
    color: #fff;
}

.privacy-inner {
    padding: 45px 0;
    text-align: center;
    color: #000;
}


