/***

====================================================================
	Global Settings
====================================================================

 ***/

.container {
    /* width: 1000px; */
    /* width: 100%; */
}

body {
    background-color: #f0faf9;
    background-repeat: repeat;
    font-family: Tahoma !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #403737;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}


/* page -css*/

.topheader {
    position: relative;
    max-height: 40px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffffe3;
}

.navbar-nav>li>a {
    padding-right: 0px;
    padding: 0px;
}


/* end-section */

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1020px;
    padding: 0px 15px;
    margin: 0 auto;
    /* background-color: #312f94; */
}

.top-bg-color {
    background-color: #312f94;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.text-center {
    text-align: center !important;
}


/*Btn Style One*/

.btn.btn-social-icon {
    width: 35px;
    height: 35px;
    padding: 0
}

.template-demo>.btn {
    margin-right: 0.5rem !important
}

.template-demo {
    /* margin-top: 0.6rem !important */
}

.btn.btn-rounded {
    border-radius: 50px
}

.btn-outline-facebook {
    border: 1px solid #3b579d;
    color: #3b579d
}

.btn-outline-facebook:hover {
    background: #3b579d;
    color: #ffffff
}

.btn-outline-youtube {
    border: 1px solid #e52d27;
    color: #e52d27
}

.btn-outline-twitter {
    border: 1px solid #2caae1;
    color: #2caae1
}

.btn-outline-dribbble {
    border: 1px solid #ea4c89;
    color: #ea4c89
}

.btn-outline-linkedin {
    border: 1px solid #0177b5;
    color: #0177b5
}

.btn-outline-instagram {
    border: 1px solid #dc4a38;
    color: #dc4a38
}

.btn-outline-twitter:hover {
    background: #2caae1;
    color: #ffffff
}

.btn-outline-linkedin:hover {
    background: #0177b5;
    color: #ffffff
}

.btn-outline-youtube:hover {
    background: #e52d27;
    color: #ffffff
}

.btn-outline-instagram:hover {
    background: #e52d27;
    color: #ffffff
}

.btn-facebook {
    background: #3b579d;
    color: #ffffff
}

.btn-youtube {
    background: #e52d27;
    color: #ffffff
}

.btn-twitter {
    background: #2caae1;
    color: #ffffff
}

.btn-dribbble {
    background: #ea4c89;
    color: #ffffff
}

.btn-linkedin {
    background: #0177b5;
    color: #ffffff
}

.btn-instagram {
    background: #dc4a38;
    color: #ffffff
}

.btn-facebook:hover,
.btn-facebook:focus {
    background: #2d4278;
    color: #ffffff
}

.btn-youtube:hover,
.btn-youtube:focus {
    background: #c21d17;
    color: #ffffff
}

.btn-twitter:hover,
.btn-twitter:focus {
    background: #1b8dbf;
    color: #ffffff
}

.btn-dribbble:hover,
.btn-dribbble:focus {
    background: #e51e6b;
    color: #ffffff
}

.btn-linkedin:hover,
.btn-linkedin:focus {
    background: #015682;
    color: #ffffff
}

.btn-instagram:hover,
.btn-instagram:focus {
    background: #bf3322;
    color: #ffffff
}

.btn-style-one {
    position: relative;
    padding: 14px 35px 14px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #8be100;
    color: #ffffff;
    border: 2px solid transparent;
    border-width: 2px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 1px;
}

.btn-style-one:hover {
    color: #8be100;
    border-color: #8be100;
    background: none;
}

.btn-style-one:hover .icon {
    border-color: #8be100;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 12px 28px 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #0c1623;
    background-color: #0c1623;
}

.btn-style-two:hover {
    color: #0c1623;
    border-color: #0c1623;
    background: none;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 12px 32px 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0c1623;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #0c1623;
    background: none;
}

.btn-style-three:hover {
    color: #ffffff;
    border-color: #0c1623;
    background: #0c1623;
}


/*Btn Style Four*/

.btn-style-four {
    position: relative;
    padding: 10px 25px 10px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #8be100;
    border-radius: 3px;
    background-color: #8be100;
}

.btn-style-four:hover {
    color: #8be100;
    border-color: #8be100;
    background: none;
}

.theme_color {
    color: #8be100 !important;
}

img {
    display: inline-block;
    /* max-width: 80%; */
    max-width: 100%;
}


/* .main_contanr_banner_image {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #0000002e;
    border-bottom: 1px solid #0000002e;
} */

.main_contanr_banner_image {
    width: 100%;
    margin-bottom: 14px;
    border-top: 1px solid #0000002e;
    border-bottom: 1px solid #0000002e;
    border-radius: 3px;
}


/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #8be100;
}


/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bangla-date {
    float: right;
    padding: 5px;
}

.bangla-date span {
    border-right: 1px white solid;
}

.bangla-date a {
    margin-left: 4px;
}

.header-top {
    position: relative;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left ul li {
    position: relative;
    margin-right: 38px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px;
    display: inline-block;
}

.header-style-two .header-top .top-left ul li,
.header-style-two .header-top .top-left ul li a {
    color: #ffffff !important;
}

.main-header .header-top .top-left ul li .icon {
    margin-right: 15px;
}

.main-header .header-top .top-left ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-right {
    float: right;
}

.main-header .search-box .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 25px;
    padding: 10px 50px 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    display: block;
    font-size: 14px;
    height: 50px;
    width: 270px;
    float: right;
    color: #ffffff;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-box .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.main-header .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 45px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 10px 0px 0px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper {
    position: relative;
    padding: 2px 0px;
    /* background:#ffffff; */
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 0px;
}

.main-header .logo-outer .logo {}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    /* height: 75px; */
}

.main-header .header-upper .upper-right {
    position: relative;
    padding: 12px 0px 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-right: 30px;
    padding: 0px 60px 0px 0px;
}

.main-header .info-box:last-child {
    margin-left: 0px;
    margin-right: 0px;
}

.main-header .info-box .icon-box {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    color: #312f94;
    font-size: 34px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .info-box:hover .icon-box {
    border-color: #8be100;
}

.main-header .info-box li {
    position: relative;
    line-height: 24px;
    margin: 0px 0px;
    font-size: 15px;
    color: #444444;
    text-align: right;
}

.main-header .info-box li a {
    color: #a5a4a4;
    font-size: 15px;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    /* background-color : #312f94; */
    z-index: 5;
}

.main-header .header-main-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    z-index: 5;
}

.main-header.fixed-header .header-main-box {
    background: #2c4a6b;
}

.main-header .nav-outer {
    position: relative;
    padding-right: 230px;
    /*background:#8be100;*/
}

.header-main-box .nav-outer .search-box-btn {
    position: absolute;
    right: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

.header-main-box .nav-outer .search-box-btn:hover {
    color: #00c6ff;
}

.main-menu {
    position: relative;
}

.navbar {
    position: relative;
    min-height: unset;
    margin-bottom: 20px;
    border: 1px solid transparent;
}


/* menu-section */

.navbar-nav>li>a {
    padding-right: 0px;
    padding: 0px;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 0px;
    margin-left: 30px;
}

.main-menu .navigation>li.dropdown a {
    padding-right: 18px !important;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 16px;
    line-height: 32px;
}

.header-main-box .main-menu .navigation>li {
    border: none;
}

.sticky-header .main-menu .navigation>li {
    margin: 0px;
    margin-left: 10px;
}

.sticky-header .main-menu .navigation>li:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 20px 0px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    border-top: none;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-main-box .main-menu .navigation>li>a {
    padding: 25px 20px;
}

.sticky-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 15px 15px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #0c1623;
    opacity: 1;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    /*background:#232323;
    color:#ffffff;*/
    opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #8be100;
    border-top: 3px solid rgba(255, 255, 255, 0.80);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #232323;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #2c4a6b;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background: #01bcfa;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .btn-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 256px;
    height: 100%;
    overflow: hidden;
}

.main-header .btn-outer .quote-btn {
    position: relative;
    display: block;
    /*line-height: 57px;*/
    text-align: center;
    padding: 18px 8px 8px 30px;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.header-main-box .btn-outer .quote-btn {
    padding: 27px 0px 18px 30px;
}

.main-header .btn-outer:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0px;
    width: 100%;
    height: 78%;
    background: #444444;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two {
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-style-two .header-top {
    background-color: #ffffff;
}

.header-style-two .main-menu {
    position: relative;
    float: right;
}

.header-style-two .logo-box {
    position: relative;
    z-index: 99;
    padding: 20px 0px;
}

.header-style-two .main-menu .navigation>li>a {
    font-size: 17px;
    padding: 42px 0px;
    text-transform: capitalize;
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li.current-menu-item>a {
    color: #8be100;
}

.header-style-two .nav-outer {
    padding-right: 55px;
    background: none !important;
}

.header-style-two .main-box {
    background-color: rgba(0, 0, 0, 0.20);
}

.header-style-two .top-right .social-links-one {
    padding-top: 12px;
}

.header-style-two .top-right .social-links-one a {
    margin-right: 0px;
    margin-left: 12px;
    color: #ffffff;
}

.header-style-two .header-top .top-left ul li a:hover {
    color: #ffffff;
}

.header-style-two .sticky-header .main-menu .navigation>li>a {
    padding: 16px 0px;
}

.header-style-two .sticky-header .main-menu .navigation>li>a:hover {
    background: none;
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a {
    background: none;
}

.main-header .nav-outer .search-box-outer {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    display: block;
    color: #ffffff;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px !important;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    width: 45px;
    text-align: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu {
    top: 66px;
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #8be100;
}

.main-header .search-box-outer .dropdown-menu>li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #8be100;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.social-links-one {
    position: relative;
}


/*Social Icon Two*/

.social-icon-two {
    position: relative;
    text-align: center;
    padding: 13px 0px 10px 0px;
    display: inline-block;
}

.social-icon-two li {
    position: relative;
    margin-left: 12px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    opacity: 0.8;
}


/*Social Icon Three*/

.social-icon-three {
    position: relative;
    text-align: center;
    display: inline-block;
}

.social-icon-three li {
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.social-icon-three li a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #91d518;
}


/*Social Icon Three*/

.social-icon-four {
    position: relative;
    text-align: center;
    display: inline-block;
}

.social-icon-four li {
    position: relative;
    margin-right: 39px;
    display: inline-block;
}

.social-icon-four li a {
    position: relative;
    font-size: 28px;
    color: #fefefe;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-four li a:hover {
    color: #0c1623;
}


/***

====================================================================
	Sec Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 85px;
}

.sec-title h2 {
    position: relative;
    color: #0c1623;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    display: inline-block;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 8px;
    height: 2px;
    width: 55px;
    background-color: #0c1623;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 14px;
    height: 2px;
    width: 35px;
    background-color: #8be100;
}

.sec-title.light h2 span {
    color: #ffffff;
}

.sec-title.light h2:after {
    background-color: #ffffff;
}

.sec-title.murge {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}


/***

====================================================================
	Sec Title Two
====================================================================

***/

.sec-title-two {
    position: relative;
    margin-bottom: 50px;
}

.sec-title-two h2 {
    position: relative;
    color: #0c1623;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec-title-two .text {
    position: relative;
    color: #666666;
    font-size: 17px;
    font-weight: 700;
}

.sec-title-two.centered {
    text-align: center;
}

.sec-title-two.murge {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}


/* Clear floats after the columns */

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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    font-family: 'Open Sans', 'sans-serif';
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.mynav nav ul li a {
    color: #ffffff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: bold;
}

h1.sectorTitle.text-center {
    background: #1c4994;
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    padding: 7px 7px;
}

.h1t {
    text-align: left !important;
}

.sectorTitle {
    /* background-color: #312f94;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    margin-top: 21px; */
}

.section-padding {
    padding-left: 1px;
}

.grid {
    background-color: #fff;
    padding: 12px 3px;
    height: 275px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
    -moz-box-shadow: 0 0 15px 0 #e6e6e6;
    -o-box-shadow: 0 0 15px 0 #e6e6e6;
    -ms-box-shadow: 0 0 15px 0 #e6e6e6;
    box-shadow: 0 0 15px 0 #e6e6e6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.grid .charity-categories-section-grids .info h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0.5em 0;
}

.grid .icon {
    font-size: 65px;
    color: #63cf5e;
}

.grid:hover {
    background: #312f942e;
    padding: 12px 10px;
    height: 275px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
    -moz-box-shadow: 0 0 15px 0 #e6e6e6;
    -o-box-shadow: 0 0 15px 0 #e6e6e6;
    -ms-box-shadow: 0 0 15px 0 #e6e6e6;
    box-shadow: 0 0 15px 0 #e6e6e6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.grid a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.grid:hover .icon {
    font-size: 65px;
    color: #ffffff;
}

.grid:hover .info h3 {
    color: #ffffff;
}

.video {
    /* margin-left: -10px;
    margin-right: 13px; */
}

.dropdown-menu {
    display: none;
    min-width: 162px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default {
    background-color: transparent;
    /* border-color: #e7e7e7; */
    font-weight: bold;
    font-size: 14px;
}

.navbar {
    margin-bottom: 1px;
}

.navbar-default {
    width: 100%;
    background-color: transparent;
    border-color: #ffffff00;
    font-weight: bold;
    font-size: 14px;
}

.navbar-default .ul .li .active {
    background: transparent;
}

.navbar-default .ul .li a {
    color: white;
}

.navbar-default .navbar-nav>li {
    border-right: 1px rgb(196, 196, 196) solid;
}

.navbar-default .navbar-nav>li:last-child {
    border-right: none;
}


/* nav-section-26-feb-2022 */

.navbar-default .navbar-nav>li>a {
    color: #fbfbfb;
    /* padding: 8px 6px 0; */
    padding: 3px 6px 0;
    padding-bottom: 3px;
}


/* copy right section */

.copy-right {
    padding: 1px;
    /* background-color: #ffffff; */
}

.copy-right a {
    /* color: #312f94; */
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    margin-top: -17px;
}

.copy-right p {
    margin: 0 0 5px;
    text-align: center;
}


/* main-header-section */

.language-button {
    padding: 10px;
    background-color: #312f94;
}

.language-button a {
    text-align: center;
    color: #ffffff;
}

.navbar-default .navbar-nav>li .active {
    color: #fbfbfb;
    background: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #52518a;
    background-color: transparent;
}


/* 27-feb-2022 */

.top-link {
    font-size: 15px;
    font-weight: bold;
    /* background-color: #312f94; */
}

.top-link a {
    font-weight: bold;
}

.social_link {
    color: #ffffff;
    font-size: 20px;
}

.social_link a {
    color: #ffffff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.social_link a:last-child {
    border-radius: 2px;
}

.right_sidebar {
    /* margin-top: 25px; */
}

.navbar-collapse {
    padding: 0px;
}

.card-body {
    color: #000000;
}

.card-title {
    font-weight: 600;
    font-size: 14px;
}

p.card-text {
    line-height: 1.4;
    text-align: center;
}

.card-text p {
    line-height: 1.4;
    text-align: center;
}

.list-group-item {
    padding: 0;
}

.hot-news-line {
    max-width: 100%;
    width: 100%;
}

.top_link img {
    width: 100%;
    max-width: 100%;
}

.top_link li {
    margin-top: 10px;
}


/* news - event */

.news-events {
    font-size: 20px;
    font-weight: bold;
    background-color: #312F94;
}

.news-events-li {
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}


/* fidvit support */

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.unsupported {
    background: #fddfde;
}


/* end-section */

.card img {
    width: 140px;
    height: 140px;
    text-align: center;
    border: 1px solid #00000014;
    border-radius: 50%;
    padding: 25px;
    background: #eeee;
}

.navbar-default .navbar-nav>li>a {
    color: #fbfbfb;
    padding: 8px 6px 0;
    padding: 5px 17px;
    padding-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 12px;
    font-weight: 500;
    font-size: 15px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    /* height: 67px;
    margin-bottom: 12px; */
    /* margin-top: 5px; */
    margin-bottom: 10px;
}

.social_and_subcribe_area {
    margin-top: 35px;
    margin-bottom: 10px;
}
.dropdown-menu {
    right: 0;
    left: initial;
}
a,a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
.search-box li.dropdown {
    margin-top: 4px;
    font-size: 16px;
}
li.breadcrumb-item a {
    color: #312f94;
}
/* footer */

.footer-style {
    background-color: #312f94;
    color: white;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
    margin-bottom: -15px;
}

.row.justify-content-center.footer-style.footer-link.stay_connect_title_area {
    /* width: 60%; */
    /* float: right; */
    /* clear: both; */
}

.newsletter-heading {
    font-size: 19px;
    text-transform: capitalize;
    text-align: right;
    width: 30%;
    overflow: hidden;
    float: left;
}

.row.justify-content-center.footer-link.col-sm-6.subscribe_area input#form5Example21 {
    width: 35%;
    float: left;
    margin-left: 3%;
    margin-right: 2%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.row.justify-content-center.footer-link.col-sm-6.subscribe_area button.btn.btn-default {
    width: 15%;
    background: #ddd;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.clear {
    clear: both;
}


/* .col-sm-7.justify-content-center h5 {
    text-align: right;
    font-size: 16px;
} */

.list-unstyled a {
    color: white;
    text-decoration: none;
}

.footer-social-icon {
    color: white;
}

.newsletter-heading {
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    width: 40%;
    overflow: hidden;
    float: left;
}

.footer-link {
    /* margin: 10px; */
    padding: 5px;
    padding-bottom: 10px;
}

.footer-link-about {
    /* margin: 10px; */
    padding-bottom: 10px;
}

.grid-shadow {
    box-shadow: rgb(0 0 0 / 28%) 0px 0px 4px;
}

.section-padding {
    padding-bottom: 50px;
}

.help-contant {
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 2px;
}

.heading-format-2 {
    color: #000000;
    text-transform: capitalize;
    /* font-size: 16px; */
    font-weight: 600;
}


/* slider pointer */

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #100000;
}

.carousel-indicators .active {
    background-color: #000;
}


/* breadcrumb */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.myslider-common-service {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 10px;
}

a.registratioon_about {
    background: #fff;
    /* background: #e41f00; */
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 3px 19px;
    font-size: 13px;
    text-transform: uppercase;
    color: blue;
    border-radius: 3px;
    font-weight: 600;
}

a.registratioon_history {
    background: #fff;
    /* background: #e41f00; */
    position: absolute;
    top: 6px;
    right: 100px;
    padding: 3px 19px;
    font-size: 13px;
    text-transform: uppercase;
    color: blue;
    border-radius: 3px;
    font-weight: 600;
}

.registration_title_and_link {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-payment-image {
    max-width: 100%;
    background: #fff;
}

.col-md-8.sectorTitle.text-center .col-sm-12.mb-4:nth-child(1) .main_contanr_banner_image {
    margin-top: 15px;
}

.col-md-8.sectorTitle.text-center .col-sm-12.mb-4 {
    background: #1c4994;
}

.qr-code-image {
    width: 65px;
    height: auto;
    border-radius: 4px;
}

.subscribe-button {
    display: inline;
    width: 132%;
}


.right-allign{
    text-align: right;
}
.link-white{
    color: white;
}


.designation-active{
    padding: 5px 15px;
    border-radius: 50px;
    background: #28e306e0;
    color: white;
}

.designation-inactive{
    padding: 5px 15px;
    border-radius: 50px;
    background: #df7570;
    color: white;
}




a,a:hover,a:link,a:visited{text-decoration:none;}

.col-12.col-md-12.col-lg-12.registered-customers.login_w_area {
    border: 1px solid #ddd;
    background: #1958a50a;
    margin-top: 105px;
    padding: 25px 35px;
    border-radius: 5px;
    text-align: CENTER;
    width: 80%;
    margin-left: 10%;
}
img.login_w_logo {
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: -135px;
    border-radius: 50%;
    padding: 25px;
    width: 160px;
    border: 1px solid #ddd;
    background: #fff;
}
#login_w_form input#user_name, #login_w_form input#password,#login_w_form input#phone,#login_w_form input[type="text"],#login_w_form input[type="number"],#login_w_form input[type="email"],#login_w_form input[type="password"] {
    padding: 8px 15px;
    height: auto;
    border: 1px solid #ddd;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
button.btn.btn-primary,input#submit_btn {
    background: #1c4793;
    font-size: 17px;
    border: 0px solid #000;
    border-radius: 3px;
    padding: 7px 40px;
    float: right;
    display: block;
}
a.register_message span {
    cursor: pointer;
    color: #1c4b97;
}
a.register_message {
    color: #000;
    text-align: right;
    float: right;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}
a.register_message label {
    font-weight: 400;
}
img.login_w_logo {
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: -120px;
    border-radius: 50%;
    padding: 20px;
    width: 140px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 25px;
}
a.btn.btn-link.ml-1.mr-4.pin-retrieve {
    color: #1c4793;
    font-weight: 600;
    font-size: 14px;
}
a.nav-item.nav-link.link-white {
    font-size: 16px;
    padding-top: 3px;
    display: block;
}
p.top_social {
    float: right;
    font-size: 16px;
    font-weight: 600;
}
.template-demo {
    margin-top: -4px;
}
h3.register_title {
    font-size: 21px;
    text-align: center;
    border: 0px solid #ddd;
    padding: 8px 14px;
    width: calc(100% - 30px);
    margin-left: 15px;
    background: #312f94;
    color: #fff;
    margin-top: 20px;
    height: 43px;
}
img.login_w_logo.only_registration {
    margin-top: -97px;
}
form#login_w_form label {
    text-align: left;
    display: block;
}
a.register_message.register {
    float: left;
    margin-top: 5px;
}
#login_w_form h3 {
    text-align: left;
    font-size: 23px;
    margin-top: 10px;
    border-bottom: 2px solid #312f94;
    /* text-transform: uppercase; */
    color: #312f94;
    font-weight: 400;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
#login_w_form .form-group label {
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: left;
}
form#login_w_form td {
    padding: 10px 0;
}
.panel-heading {
    text-align: left;
    padding: 7px 10px;
    font-weight: 600;
    background: #ddd;
    padding-bottom: 4px;
}
.col-sm-3.each-service a {
    text-align: center;
    color: #1c4994;
    font-weight: 500;
    font-size: 16px;
    margin-top: 6px;
    display: block;
}
.col-sm-3.each-service a {
    text-align: center;
    color: #1c4994;
    font-weight: 500;
    font-size: 16px;
    margin-top: 6px;
    display: block;
}
.col-sm-3.each-service img {
    width: 100%;
    display: table;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 9%;
}
.col-sm-3.each-service {
    margin-top: 10px;
    margin-bottom: 15px;
}
.col-sm-3.each-service a:nth-child(2) {
    display: none;
}








/* End */


/* responsive section */


/* media query */

@media (max-width: 767px) {
    .news-events-li {
        font-size: 11px;
    }
    .language-button a {
        font-size: 10px;
    }
    .copy-right a {
        font-size: 11px;
    }
    body {
        font-size: 12px;
    }
    h1.sectorTitle.text-center,
    .h1t {
        background: #1c4994;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        padding: 10px 10px;
    }
    .subscribe-button {
        display: inline;
        width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: #f5f5f5;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
        color: #333;
        text-decoration: none;
        background-color: #f5f5f5;
        outline: 0;
    }
    img {
        width: 100%;
    }
    .container {
        /* max-width: 100%;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px; */
    }
    /* .col-md-3 {
        width: 100%;
        float: left;
        margin: 0;
    } */
    .newsletter-heading {
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
        width: 40%;
    }
    .row.justify-content-center.footer-link.col-sm-6.subscribe_area button.btn.btn-default {
        width: 19%;
        background: #ddd;
        color: #000;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
    }
    .row.justify-content-center.footer-link.col-sm-6.subscribe_area input#form5Example21 {
        width: 23%;
        float: left;
        margin-left: 3%;
        margin-right: 2%;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .btn.btn-social-icon {
        width: 20px;
        height: 20px;
        padding: 0;
    }
    /* .col-sm-7.justify-content-center h5 {
        text-align: right;
        font-size: 11px;
    } */
    .main-header .logo-outer .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .footer-style {
        background-color: #312f94;
        color: white;
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
}

@media(max-width:990px) {
    .news-events-li {
        font-size: 11px;
    }
    .language-button a {
        font-size: 10px;
    }
    .copy-right a {
        font-size: 11px;
    }
    body {
        font-size: 12px;
    }
    h1.sectorTitle.text-center,
    .h1t {
        background: #1c4994;
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        padding: 10px 10px;
    }
    .subscribe-button {
        display: inline;
        width: 110%;
    }
    .nav {
        margin-bottom: 0;
        padding-left: 10px;
        list-style: none;
        background: #312f94;
        color: #ffffff;
    }
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus {
        color: #333;
        text-decoration: none;
        background-color: #f5f5f5;
        outline: 0;
    }
    .newsletter-heading {
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
        width: 40%;
    }
    .row.justify-content-center.footer-link.col-sm-6.subscribe_area button.btn.btn-default {
        width: 22%;
        background: #ddd;
        color: #000;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-size: 14px;
        text-transform: uppercase;
        overflow: hidden;
    }
    .row.justify-content-center.footer-link.col-sm-6.subscribe_area input#form5Example21 {
        width: 23%;
        float: left;
        margin-left: 3%;
        margin-right: 2%;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .btn.btn-social-icon {
        width: 25px;
        height: 25px;
        padding: 0;
    }
    /* .col-sm-7.justify-content-center h5 {
        text-align: right;
        font-size: 11px;
    } */
    .main-header .logo-outer .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .footer-style {
        background-color: #312f94;
        color: white;
        /* margin-top: 10px; */
        /* margin-bottom: 10px; */
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1200px) {}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}